New "newmkdep" package:

faster replacement for *BSD's "mkdep"
This commit is contained in:
tron 1998-08-22 20:15:09 +00:00
parent c21c981a9d
commit 5ae84eb0ab
6 changed files with 25 additions and 0 deletions

12
devel/newmkdep/Makefile Normal file
View file

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 1998/08/22 20:15:09 tron Exp $
DISTNAME= newmkdep-1.0
CATEGORIES= devel
MASTER_SITES= http://colwyn.owl.de/~tron/
MAINTAINER= tron@netbsd.org
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/newmkdep
.include "../../mk/bsd.pkg.mk"

3
devel/newmkdep/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1 1998/08/22 20:15:09 tron Exp $
MD5 (newmkdep-1.0.tar.gz) = 4f1155c041b8b37686a80879d50b91ca

View file

@ -0,0 +1 @@
faster replacement for *BSD's "mkdep"

3
devel/newmkdep/pkg/DESCR Normal file
View file

@ -0,0 +1,3 @@
This is a replacement for *BSD's "mkdep" command. Because it is a C program
and does all postprocessing and file handling without calling any external
programs it is upto 10% faster than the original shell script.

View file

@ -0,0 +1,4 @@
To use "newmkdep" either use "make MKDEP=newmkdep ..." or add an assignment
like this to "/etc/mk.conf":
MKDEP = newmkdep

2
devel/newmkdep/pkg/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 1998/08/22 20:15:11 tron Exp $
bin/newmkdep