RAR archiver binary port

This commit is contained in:
Andrey A. Chernov 1996-05-15 19:19:40 +00:00
parent 2f8774e7b3
commit 6254b958ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3086
5 changed files with 32 additions and 0 deletions

24
archivers/rar/Makefile Normal file
View File

@ -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>

1
archivers/rar/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rar2bsdb.tgz) = 57f7ec0a356e15d56925404e92ea29e1

View File

@ -0,0 +1 @@
rar - file archiver (binaries)

4
archivers/rar/pkg-descr Normal file
View File

@ -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.

2
archivers/rar/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/rar
man/cat1/rar.1