diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-15 19:19:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-15 19:19:40 +0000 |
commit | 6254b958ea793eb6de6f0ca63dbc26461a615978 (patch) | |
tree | 91632bdf65a02bc4ec5f1be77e5fb65f5eb22654 /archivers | |
parent | 2f8774e7b341e8e04705c72defb0616d46975fab (diff) | |
download | ports-6254b958ea793eb6de6f0ca63dbc26461a615978.tar.gz ports-6254b958ea793eb6de6f0ca63dbc26461a615978.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 24 | ||||
-rw-r--r-- | archivers/rar/distinfo | 1 | ||||
-rw-r--r-- | archivers/rar/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/rar/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/rar/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile new file mode 100644 index 000000000000..a3179a248c2a --- /dev/null +++ b/archivers/rar/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rar +# Version required: 2.00 beta +# Date created: 15 May 1996 +# Whom: ache +# +# $Id: Makefile,v 1.4 1995/05/15 20:55:27 ache Exp $ +# + +DISTNAME= rar2bsdb +PKGNAME= rar-2.00b +CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.relcom.ru/unix/arcers/ +EXTRACT_SUFX= .tgz + +NO_BUILD= yes + +MAINTAINER= ache@FreeBSD.ORG + +do-install: + cd ${WRKSRC}; \ + $(INSTALL) -c -m $(BINMODE) -o $(BINOWN) -g $(BINGRP) rar_bsd $(PREFIX)/bin/rar; \ + $(INSTALL) -c -m $(MANMODE) -o $(MANOWN) -g $(MANGRP) rar.man $(PREFIX)/man/cat1/rar.1 + +.include <bsd.port.mk> diff --git a/archivers/rar/distinfo b/archivers/rar/distinfo new file mode 100644 index 000000000000..dada7c63942c --- /dev/null +++ b/archivers/rar/distinfo @@ -0,0 +1 @@ +MD5 (rar2bsdb.tgz) = 57f7ec0a356e15d56925404e92ea29e1 diff --git a/archivers/rar/pkg-comment b/archivers/rar/pkg-comment new file mode 100644 index 000000000000..f12c6507b1b5 --- /dev/null +++ b/archivers/rar/pkg-comment @@ -0,0 +1 @@ +rar - file archiver (binaries) diff --git a/archivers/rar/pkg-descr b/archivers/rar/pkg-descr new file mode 100644 index 000000000000..290dfef64ae7 --- /dev/null +++ b/archivers/rar/pkg-descr @@ -0,0 +1,4 @@ + The rar archiver adds and extracts files to and from an archive. The + archive is usually a regular file, which name has ".rar" suffix in its + end. Archive could be a media like a floppy diskette, tape or any other + storage device. diff --git a/archivers/rar/pkg-plist b/archivers/rar/pkg-plist new file mode 100644 index 000000000000..ed748140dafe --- /dev/null +++ b/archivers/rar/pkg-plist @@ -0,0 +1,2 @@ +bin/rar +man/cat1/rar.1 |