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

8
devel/tradcpp/DESCR Normal file
View File

@@ -0,0 +1,8 @@
tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.
This is only release 0.1; it is missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.

16
devel/tradcpp/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.4 2013/06/17 02:33:40 dholland Exp $
#
DISTNAME= tradcpp-0.3
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
MAINTAINER= dholland@NetBSD.org
#HOMEPAGE= http://www.netbsd.org/~dholland/tradcpp/ (not yet)
COMMENT= Traditional (K&R-style) C preprocessor
LICENSE= modified-bsd
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

4
devel/tradcpp/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2013/06/16 12:56:10 obache Exp $
bin/tradcpp
man/cat1/tradcpp.0
man/man1/tradcpp.1

5
devel/tradcpp/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/06/17 02:33:40 dholland Exp $
SHA1 (tradcpp-0.3.tar.gz) = 4759f1cffe350a70e1461acbfe3e03978e6218d6
RMD160 (tradcpp-0.3.tar.gz) = d7da1b564989820e57cd0615afb70c60fa928b55
Size (tradcpp-0.3.tar.gz) = 33032 bytes