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

1
archivers/unzoo/DESCR Normal file
View File

@@ -0,0 +1 @@
unzoo is a public domain zoo archive extractor.

29
archivers/unzoo/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.13 2012/09/11 19:47:02 asau Exp $
#
DISTNAME= unzoo.c
PKGNAME= unzoo-4.4
CATEGORIES= archivers
MASTER_SITES= # no dist site available
EXTRACT_SUFX= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extract zoo archives
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
NO_CONFIGURE= YES
INSTALLATION_DIRS= bin
do-extract:
cd ${DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unzoo ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
archivers/unzoo/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
bin/unzoo

5
archivers/unzoo/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/23 14:45:27 agc Exp $
SHA1 (unzoo.c) = 99a6e9922ccdf5d454c78d3a514d5e33ae17562d
RMD160 (unzoo.c) = f7cf751dc865e73d3c51e4476dd2472e409b20ff
Size (unzoo.c) = 115328 bytes