Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

13
archivers/rar/DESCR Normal file
View File

@@ -0,0 +1,13 @@
RAR is a powerful tool allowing you to manage and control archive
files.
RAR features include:
* Highly sophisticated, original compression algorithm
* Special compression algorithms optimized for text, audio,
graphics data, 32 and 64-bit Intel executables
* Better compression than similar tools, using 'solid' archiving
* Authenticity verification (registered version only)
* Self-extracting archives and volumes (SFX)
* Ability to recover physically damaged archives
* Locking, password, file order list, file security & more ...

45
archivers/rar/Makefile Normal file
View File

@@ -0,0 +1,45 @@
# $NetBSD: Makefile,v 1.54 2012/09/11 19:47:00 asau Exp $
#
DISTNAME= # overridden
PKGNAME= rar-${RAR_VER}
CATEGORIES= archivers
MASTER_SITES= http://www.rarlabs.com/rar/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.rarlabs.com/rar/
COMMENT= RAR file archiver (binary)
LICENSE= rar-license
RAR_VER= 4.1.1
RESTRICTED= Only unmodified original package can be distributed
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
EMUL_PLATFORMS= linux-i386 linux-x86_64
NO_BUILD= yes
WRKSRC= ${WRKDIR}/rar
USE_LANGUAGES= # none
.include "../../mk/bsd.prefs.mk"
.if ${EMUL_PLATFORM} == "linux-i386"
DISTFILES= rarlinux-${RAR_VER}.tar.gz
.elif ${EMUL_PLATFORM} == "linux-x86_64"
DISTFILES= rarlinux-x64-${RAR_VER}.tar.gz
.endif
DOCSDIR= share/doc/rar
INSTALLATION_DIRS= bin etc lib ${DOCSDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${DESTDIR}${PREFIX}/bin/rar
${INSTALL_LIB} ${WRKSRC}/default.sfx ${DESTDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${DESTDIR}${PREFIX}/${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/${DOCSDIR}
.include "../../mk/bsd.pkg.mk"

9
archivers/rar/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2012/04/04 21:22:19 ryoon Exp $
bin/rar
lib/default.sfx
share/doc/rar/license.txt
share/doc/rar/rar.txt
share/doc/rar/rarfiles.lst
share/doc/rar/readme.txt
share/doc/rar/technote.txt
share/doc/rar/whatsnew.txt

8
archivers/rar/distinfo Normal file
View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.5 2012/04/04 21:22:19 ryoon Exp $
SHA1 (rarlinux-4.1.1.tar.gz) = 4e5c8c7d5b610ce48a97729683688008c310e57e
RMD160 (rarlinux-4.1.1.tar.gz) = a0aa14bc85996ca242ce6a48c7d244b4b171ecb6
Size (rarlinux-4.1.1.tar.gz) = 915307 bytes
SHA1 (rarlinux-x64-4.1.1.tar.gz) = 6ed70fe08e04bc2e381eb43be8905bc70f0582b2
RMD160 (rarlinux-x64-4.1.1.tar.gz) = c81ff0fe9f1d001db61a0b8f92357b0b529b3953
Size (rarlinux-x64-4.1.1.tar.gz) = 952748 bytes