Date: Sat, 17 Apr 1999 23:46:51 +0900 (JST) From: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11189: New port: archivers/linux_rar Message-ID: <199904171446.XAA02459@souffle.respo.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 11189 >Category: ports >Synopsis: New port: archivers/linux_rar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 17 07:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This is re-submit of ports/11176 as a new port, according to ache's advice.(thanks!) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux_rar X# http://www.rarsoft.com/rar_archiver.htm X# Version required: 2.50 X# Date created: X# Whom: FUJISHIMA Satsuki <k5@respo.or.jp> X# X# $Id$ X# X XDISTNAME= rarlnx25 XPKGNAME= linux-rar-2.50 XCATEGORIES= archivers XMASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ X ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ XEXTRACT_SUFX= .sfx X XMAINTAINER= k5@respo.or.jp X XONLY_FOR_ARCHS= i386 XNO_PACKAGE= Only unmodified original package can be distributed X XNO_WRKSUBDIR= yes XEXTRACT_CMD= # empty XEXTRACT_BEFORE_ARGS= # empty XEXTRACT_AFTER_ARGS= # empty XSTRIP= # empty: do not touch linux binary! X Xpost-fetch: X @chmod a+x ${DISTDIR}/${DISTFILES} X Xdo-build: Xdo-install: X ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ X ${PREFIX}/share/doc/rar ${PREFIX}/share/rar X cd ${WRKSRC} && \ X ${INSTALL_PROGRAM} rar ${PREFIX}/bin && \ X ${INSTALL_DATA} rarfiles.lst default.sfx dos.sfx ${PREFIX}/share/rar X.if !defined(NOPORTDOCS) X ${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1 X cd ${WRKSRC} && \ X ${INSTALL_DATA} license.txt rar_faq.txt rar_site.txt readme.txt \ X register.txt technote.txt ${PREFIX}/share/doc/rar X.endif X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rarlnx25.sfx) = 60ae979c1fc41ef1603753cf3260cc77 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xgeneral purpose archiving and compression tool (binary port) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is Linux version of RAR which is a general purpose archiving Xand compression program. XIt offers significantly improved compression ratios comparing with Xother competitors. X XThis is *shareware*. XPlease read texts in /usr/local/share/doc/rar/ Xand Xhttp://www.rarsoft.com/rar_archiver.htm Xfor more information. END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/rar Xman/cat1/rar.1 Xshare/rar/dos.sfx Xshare/rar/default.sfx Xshare/rar/rarfiles.lst Xshare/doc/rar/license.txt Xshare/doc/rar/rar_faq.txt Xshare/doc/rar/rar_site.txt Xshare/doc/rar/readme.txt Xshare/doc/rar/register.txt Xshare/doc/rar/technote.txt X@dirrm share/doc/rar X@dirrm share/rar END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904171446.XAA02459>