pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fastdep Initial import of fastdep, version 0.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da2b718979a0
branches:  trunk
changeset: 460145:da2b718979a0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Aug 22 13:47:40 2003 +0000

description:
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.

diffstat:

 devel/fastdep/DESCR            |   7 +++++++
 devel/fastdep/Makefile         |  19 +++++++++++++++++++
 devel/fastdep/PLIST            |   2 ++
 devel/fastdep/distinfo         |   5 +++++
 devel/fastdep/patches/patch-aa |  13 +++++++++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 4f5851cfd2c5 -r da2b718979a0 devel/fastdep/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fastdep/DESCR       Fri Aug 22 13:47:40 2003 +0000
@@ -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 -r 4f5851cfd2c5 -r da2b718979a0 devel/fastdep/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fastdep/Makefile    Fri Aug 22 13:47:40 2003 +0000
@@ -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@localhost
+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 -r 4f5851cfd2c5 -r da2b718979a0 devel/fastdep/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fastdep/PLIST       Fri Aug 22 13:47:40 2003 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
+bin/fastdep
diff -r 4f5851cfd2c5 -r da2b718979a0 devel/fastdep/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fastdep/distinfo    Fri Aug 22 13:47:40 2003 +0000
@@ -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 -r 4f5851cfd2c5 -r da2b718979a0 devel/fastdep/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fastdep/patches/patch-aa    Fri Aug 22 13:47:40 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index