I hope rarlab would keep releasing FreeBSD binary.
PR: 47839
This commit is contained in:
parent
3793a76d16
commit
8c5312e6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74590
8 changed files with 1 additions and 107 deletions
1
MOVED
1
MOVED
|
@ -160,3 +160,4 @@ lang/php4||2003-01-29|integrated into www/mod_php4
|
|||
biology/gaussian||2003-01-31|deleted maintain is hard and gray in license
|
||||
graphics/xine_dvdnav_plugin||2003-02-01|integrated into graphics/libxine
|
||||
devel/ossp-mm||2003-02-01|accidental dupe of devel/mm
|
||||
archivers/linux_rar||2003-02-03|FreeBSD/i386 binary is available
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
SUBDIR += libarc
|
||||
SUBDIR += libcabinet
|
||||
SUBDIR += libcomprex
|
||||
SUBDIR += linux_rar
|
||||
SUBDIR += lzo
|
||||
SUBDIR += lzop
|
||||
SUBDIR += macutils
|
||||
|
|
|
@ -1,72 +0,0 @@
|
|||
# New ports collection makefile for: linux_rar
|
||||
# Date created: 30 April 1999
|
||||
# Whom: FUJISHIMA Satsuki <k5@respo.or.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linux_rar
|
||||
PORTVERSION= 2.90
|
||||
CATEGORIES= archivers linux
|
||||
MASTER_SITES= ftp://ftp.rarlab.com/rar/ \
|
||||
ftp://pubftp.slovenska.sk/pub/rarsoft/rar/
|
||||
DISTNAME= rarlnx${PORTVERSION:S/0//S/.//}
|
||||
EXTRACT_SUFX= .sfx
|
||||
|
||||
MAINTAINER= sf@FreeBSD.org
|
||||
|
||||
IGNORE= "No reason to use this: newer archivers/rar is available."
|
||||
|
||||
NO_CDROM= NOFEE: Can not charge for distribution
|
||||
NO_PACKAGE= Only unmodified original package can be distributed
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_LINUX= yes
|
||||
NO_BUILD= yes
|
||||
EXTRACT_CMD= # empty
|
||||
EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM
|
||||
WRKSRC= ${WRKDIR}/rar
|
||||
|
||||
RARDOCS= license.txt order.txt rar.txt rar_faq.txt rar_site.txt \
|
||||
readme.txt register.txt rereg.txt technote.txt whatsnew.txt
|
||||
RARFILES= rarfiles.lst default.sfx dos.sfx
|
||||
|
||||
.if defined(WITH_UNRAR)
|
||||
PLIST_SUB= UNRAR=""
|
||||
.else
|
||||
PLIST_SUB= UNRAR="@comment "
|
||||
.endif
|
||||
|
||||
post-fetch:
|
||||
@${CHMOD} a+x ${DISTDIR}/${DISTFILES}
|
||||
|
||||
pre-configure:
|
||||
@${ECHO_MSG} "To install unrar bundled with this package,"
|
||||
@${ECHO_MSG} "set variable WITH_UNRAR=yes."
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/rar ${PREFIX}/share/rar
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin
|
||||
brandelf -t Linux ${PREFIX}/bin/rar
|
||||
.if defined(WITH_UNRAR)
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin
|
||||
brandelf -t Linux ${PREFIX}/bin/unrar
|
||||
.endif
|
||||
.for i in ${RARDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/rar
|
||||
.endfor
|
||||
.for i in ${RARFILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/rar
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "This is 40 days trial version of commercial software."
|
||||
@${ECHO_MSG} "Read texts in ${PREFIX}/share/doc/rar before use."
|
||||
.if defined(WITH_UNRAR)
|
||||
@${ECHO_MSG} "However, unrar can be used for free."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (rarlnx29.sfx) = 88f1b2dfc78b74ae4c381f1e1caca80d
|
|
@ -1 +0,0 @@
|
|||
General purpose archiving and compression tool (binary port)
|
|
@ -1,7 +0,0 @@
|
|||
This is Linux version of RAR which is a general purpose archiving
|
||||
and compression program. It offers significantly improved compression
|
||||
ratios comparing with other competitors.
|
||||
|
||||
Also UNRAR could be installed with this port.
|
||||
|
||||
WWW: http://www.rarlab.com/rar_archiver.htm
|
|
@ -1,17 +0,0 @@
|
|||
bin/rar
|
||||
%%UNRAR%%bin/unrar
|
||||
share/doc/rar/license.txt
|
||||
share/doc/rar/order.txt
|
||||
share/doc/rar/rar.txt
|
||||
share/doc/rar/rar_faq.txt
|
||||
share/doc/rar/rar_site.txt
|
||||
share/doc/rar/readme.txt
|
||||
share/doc/rar/register.txt
|
||||
share/doc/rar/rereg.txt
|
||||
share/doc/rar/technote.txt
|
||||
share/doc/rar/whatsnew.txt
|
||||
share/rar/default.sfx
|
||||
share/rar/dos.sfx
|
||||
share/rar/rarfiles.lst
|
||||
@dirrm share/doc/rar
|
||||
@dirrm share/rar
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if kldstat -v | grep -q linuxelf; then exit; fi
|
||||
|
||||
cat <<_E_O_F_
|
||||
This port requires linux emulator activated before extract distfile.
|
||||
_E_O_F_
|
||||
exit 1
|
Loading…
Reference in a new issue