summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-08-22 13:47:40 +0000
committerjmmv <jmmv>2003-08-22 13:47:40 +0000
commit5343bb981de6bbb539f0efc45852ab637494e43e (patch)
treef570c574c7af4f60691c09166c153d23d429c09f
parent56f7d36cab97235fde8ccb0f0ac4899d2ad17c72 (diff)
downloadpkgsrc-5343bb981de6bbb539f0efc45852ab637494e43e.tar.gz
Initial import of fastdep, version 0.15:
fastdep is a fast dependency generator for C/C++ files. It generates a file ready to be parsed by the make(1) utility containing dependancy specifications for all source files given to it. The program is written in C++ with a handoptimized parser for just the preproccesor tokens; therefore it is faster than GCC because it does just one thing.
-rw-r--r--devel/fastdep/DESCR7
-rw-r--r--devel/fastdep/Makefile19
-rw-r--r--devel/fastdep/PLIST2
-rw-r--r--devel/fastdep/distinfo5
-rw-r--r--devel/fastdep/patches/patch-aa13
5 files changed, 46 insertions, 0 deletions
diff --git a/devel/fastdep/DESCR b/devel/fastdep/DESCR
new file mode 100644
index 00000000000..e733c401a37
--- /dev/null
+++ b/devel/fastdep/DESCR
@@ -0,0 +1,7 @@
+fastdep is a fast dependency generator for C/C++ files. It generates a
+file ready to be parsed by the make(1) utility containing dependancy
+specifications for all source files given to it.
+
+The program is written in C++ with a handoptimized parser for just the
+preproccesor tokens; therefore it is faster than GCC because it does
+just one thing.
diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile
new file mode 100644
index 00000000000..2c35de86662
--- /dev/null
+++ b/devel/fastdep/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
+#
+
+DISTNAME= fastdep-0.15
+CATEGORIES= devel
+MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
+COMMENT= Dependancy generator for C/C++ files
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fastdep ${PREFIX}/bin/fastdep
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/fastdep/PLIST b/devel/fastdep/PLIST
new file mode 100644
index 00000000000..5aa2deec45f
--- /dev/null
+++ b/devel/fastdep/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
+bin/fastdep
diff --git a/devel/fastdep/distinfo b/devel/fastdep/distinfo
new file mode 100644
index 00000000000..c4588a638fc
--- /dev/null
+++ b/devel/fastdep/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
+
+SHA1 (fastdep-0.15.tar.gz) = 483512eb8cfb149e6c380f39565c578deb6878f7
+Size (fastdep-0.15.tar.gz) = 59321 bytes
+SHA1 (patch-aa) = afde90825836a48a64289afead2e15b26d713d18
diff --git a/devel/fastdep/patches/patch-aa b/devel/fastdep/patches/patch-aa
new file mode 100644
index 00000000000..56b8e276f3a
--- /dev/null
+++ b/devel/fastdep/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
+
+--- config/configure.orig 2002-11-26 22:02:19.000000000 +0100
++++ config/configure
+@@ -2,7 +2,7 @@
+
+ # configure script to glue .sh single issue configures
+
+-for i in *.sh
++for i in ./*.sh
+ do
+ . $i
+ done