From owner-freebsd-ports Sat Apr 17 7:52:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 420A9153A8 for ; Sat, 17 Apr 1999 07:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA97647; Sat, 17 Apr 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9070.respo.or.jp [210.152.229.70]) by hub.freebsd.org (Postfix) with ESMTP id 05AA314C89 for ; Sat, 17 Apr 1999 07:49:15 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id XAA02459; Sat, 17 Apr 1999 23:46:51 +0900 (JST) Message-Id: <199904171446.XAA02459@souffle.respo.or.jp> Date: Sat, 17 Apr 1999 23:46:51 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11189: New port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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