pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/fastdep s/dependancy/dependency/; s/handoptimize...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/677202532aa9
branches:  trunk
changeset: 468428:677202532aa9
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Feb 13 23:37:29 2004 +0000

description:
s/dependancy/dependency/; s/handoptimized/hand optimized/;
s/preproccesor/preprocessor/

diffstat:

 devel/fastdep/DESCR    |  6 +++---
 devel/fastdep/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 4b2a522db144 -r 677202532aa9 devel/fastdep/DESCR
--- a/devel/fastdep/DESCR       Fri Feb 13 23:34:15 2004 +0000
+++ b/devel/fastdep/DESCR       Fri Feb 13 23:37:29 2004 +0000
@@ -1,7 +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
+file ready to be parsed by the make(1) utility containing dependency
 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
+The program is written in C++ with a hand optimized parser for just the
+preprocessor tokens; therefore it is faster than GCC because it does
 just one thing.
diff -r 4b2a522db144 -r 677202532aa9 devel/fastdep/Makefile
--- a/devel/fastdep/Makefile    Fri Feb 13 23:34:15 2004 +0000
+++ b/devel/fastdep/Makefile    Fri Feb 13 23:37:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/22 08:24:29 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/13 23:37:29 snj Exp $
 #
 
 DISTNAME=      fastdep-0.16
@@ -7,7 +7,7 @@
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
 HOMEPAGE=      http://www.irule.be/bvh/c++/fastdep/
-COMMENT=       Dependancy generator for C/C++ files
+COMMENT=       Dependency generator for C/C++ files
 
 GNU_CONFIGURE= YES
 USE_BUILDLINK2=        YES



Home | Main Index | Thread Index | Old Index