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

6
misc/granulate/DESCR Normal file
View File

@@ -0,0 +1,6 @@
Granulate is a program for splitting files in place. The program
serves a purpose similar to the standard UNIX split, but differs in
one important way. For split to operate on a 40MB file, you must have
more than 40MB of free space on the disk. On the other hand,
granulate only needs one chunk of free space on the hard drive, where
a chunk is the requested size for the output files.

18
misc/granulate/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.9 2013/03/03 11:03:29 shattered Exp $
#
DISTNAME= granulate-0.2
CATEGORIES= misc
MASTER_SITES= ftp://134.74.16.12/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Program for splitting files in place
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/granulate ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/granulate
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/granulate
.include "../../mk/bsd.pkg.mk"

3
misc/granulate/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:22 joerg Exp $
bin/granulate
share/doc/granulate/README

6
misc/granulate/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2013/03/03 11:03:29 shattered Exp $
SHA1 (granulate-0.2.tar.gz) = 44214ec0020851445bd1c65c92c96d2a789b2e0c
RMD160 (granulate-0.2.tar.gz) = 8dd3c7c27c09104d23fcf40d2780d0dd548f3366
Size (granulate-0.2.tar.gz) = 11098 bytes
SHA1 (patch-aa) = 75c04296f16da1b3d0a81c08b9534ad1df45d7c2

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/03/12 11:09:08 zuntum Exp $
--- Makefile.orig Sun Feb 11 20:01:12 2001
+++ Makefile
@@ -1,7 +1,5 @@
# This makefile should not exist as such. There should be a configure script.
-CC = gcc
-CFLAGS = -O2 -Wall -Wstrict-prototypes
LDFLAGS =
OBJS = granulate.o