summaryrefslogtreecommitdiff
path: root/archivers/rar
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-15 19:19:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-15 19:19:40 +0000
commit6254b958ea793eb6de6f0ca63dbc26461a615978 (patch)
tree91632bdf65a02bc4ec5f1be77e5fb65f5eb22654 /archivers/rar
parentUpdate to beta 17 (diff)
RAR archiver binary port
Notes
Notes: svn path=/head/; revision=3086
Diffstat (limited to 'archivers/rar')
-rw-r--r--archivers/rar/Makefile24
-rw-r--r--archivers/rar/distinfo1
-rw-r--r--archivers/rar/pkg-comment1
-rw-r--r--archivers/rar/pkg-descr4
-rw-r--r--archivers/rar/pkg-plist2
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