summaryrefslogtreecommitdiff
path: root/devel/tradcpp
diff options
context:
space:
mode:
authordholland <dholland>2013-06-11 04:21:21 +0000
committerdholland <dholland>2013-06-11 04:21:21 +0000
commit4c0ee9bc372ff9625582c3b6b1c20d44d1295c24 (patch)
tree1e8e7ff6ab99b2438142cc9d6ff2c8a001205975 /devel/tradcpp
parent55cc51a4ed02a8bf1a5480165a1d79a97054e4d2 (diff)
downloadpkgsrc-4c0ee9bc372ff9625582c3b6b1c20d44d1295c24.tar.gz
Add tradcpp-0.1.
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. Written by yours truly with some patches from Joerg.
Diffstat (limited to 'devel/tradcpp')
-rw-r--r--devel/tradcpp/DESCR8
-rw-r--r--devel/tradcpp/Makefile16
-rw-r--r--devel/tradcpp/PLIST2
-rw-r--r--devel/tradcpp/distinfo5
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/tradcpp/DESCR b/devel/tradcpp/DESCR
new file mode 100644
index 00000000000..cfc616c0efe
--- /dev/null
+++ b/devel/tradcpp/DESCR
@@ -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.
diff --git a/devel/tradcpp/Makefile b/devel/tradcpp/Makefile
new file mode 100644
index 00000000000..bf6cf2427ba
--- /dev/null
+++ b/devel/tradcpp/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/06/11 04:21:21 dholland Exp $
+#
+
+DISTNAME= tradcpp-0.1
+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}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/tradcpp/PLIST b/devel/tradcpp/PLIST
new file mode 100644
index 00000000000..b39be60fc77
--- /dev/null
+++ b/devel/tradcpp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2013/06/11 04:21:21 dholland Exp $
+bin/tradcpp
diff --git a/devel/tradcpp/distinfo b/devel/tradcpp/distinfo
new file mode 100644
index 00000000000..381887445f3
--- /dev/null
+++ b/devel/tradcpp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/06/11 04:21:21 dholland Exp $
+
+SHA1 (tradcpp-0.1.tar.gz) = 4fe948b6750711329ba95313097a0275f59521a8
+RMD160 (tradcpp-0.1.tar.gz) = 64edbe59d1449d395358fb27a5e5dab2d6e5ffc2
+Size (tradcpp-0.1.tar.gz) = 28288 bytes