general purpose archiving and compression tool (binary port)
PR: 11189 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp>
This commit is contained in:
parent
c5567eea79
commit
4cc898b586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18195
5 changed files with 70 additions and 0 deletions
45
archivers/linux_rar/Makefile
Normal file
45
archivers/linux_rar/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: linux_rar
|
||||
# http://www.rarsoft.com/rar_archiver.htm
|
||||
# Version required: 2.50
|
||||
# Date created:
|
||||
# Whom: FUJISHIMA Satsuki <k5@respo.or.jp>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= rarlnx25
|
||||
PKGNAME= linux-rar-2.50
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \
|
||||
ftp://ftp.cdrom.com/pub/cheats/dlh/rar/
|
||||
EXTRACT_SUFX= .sfx
|
||||
|
||||
MAINTAINER= k5@respo.or.jp
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
NO_PACKAGE= Only unmodified original package can be distributed
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= # empty
|
||||
EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
STRIP= # empty: do not touch linux binary!
|
||||
|
||||
post-fetch:
|
||||
@chmod a+x ${DISTDIR}/${DISTFILES}
|
||||
|
||||
do-build:
|
||||
do-install:
|
||||
${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
|
||||
${PREFIX}/share/doc/rar ${PREFIX}/share/rar
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_PROGRAM} rar ${PREFIX}/bin && \
|
||||
${INSTALL_DATA} rarfiles.lst default.sfx dos.sfx ${PREFIX}/share/rar
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} license.txt rar_faq.txt rar_site.txt readme.txt \
|
||||
register.txt technote.txt ${PREFIX}/share/doc/rar
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
archivers/linux_rar/distinfo
Normal file
1
archivers/linux_rar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (rarlnx25.sfx) = 60ae979c1fc41ef1603753cf3260cc77
|
1
archivers/linux_rar/pkg-comment
Normal file
1
archivers/linux_rar/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
general purpose archiving and compression tool (binary port)
|
10
archivers/linux_rar/pkg-descr
Normal file
10
archivers/linux_rar/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
|
||||
This is *shareware*.
|
||||
Please read texts in /usr/local/share/doc/rar/
|
||||
and
|
||||
http://www.rarsoft.com/rar_archiver.htm
|
||||
for more information.
|
13
archivers/linux_rar/pkg-plist
Normal file
13
archivers/linux_rar/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/rar
|
||||
man/cat1/rar.1
|
||||
share/rar/dos.sfx
|
||||
share/rar/default.sfx
|
||||
share/rar/rarfiles.lst
|
||||
share/doc/rar/license.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/technote.txt
|
||||
@dirrm share/doc/rar
|
||||
@dirrm share/rar
|
Loading…
Reference in a new issue