diff options
author | ache <ache@FreeBSD.org> | 1996-05-16 03:19:40 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-16 03:19:40 +0800 |
commit | 37b20d97e92dfdc6e53af7bb9a6222485102eaa2 (patch) | |
tree | 31705382211072d649e0344e1eb805c050a71ea3 /archivers/rar | |
parent | 99516b6e62fcc7b37e99deba45dba3c4b3e3942e (diff) | |
download | freebsd-ports-gnome-37b20d97e92dfdc6e53af7bb9a6222485102eaa2.tar.gz freebsd-ports-gnome-37b20d97e92dfdc6e53af7bb9a6222485102eaa2.tar.zst freebsd-ports-gnome-37b20d97e92dfdc6e53af7bb9a6222485102eaa2.zip |
RAR archiver binary port
Diffstat (limited to 'archivers/rar')
-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 |