diff options
Diffstat (limited to 'devel/error')
-rw-r--r-- | devel/error/DESCR | 3 | ||||
-rw-r--r-- | devel/error/Makefile | 13 | ||||
-rw-r--r-- | devel/error/PLIST | 4 | ||||
-rw-r--r-- | devel/error/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/error/DESCR b/devel/error/DESCR new file mode 100644 index 00000000000..3b877f996e1 --- /dev/null +++ b/devel/error/DESCR @@ -0,0 +1,3 @@ +The error program inserts errors from the compiler, lint, etc. +tools in the source files as comments, optionally invoking +$EDITOR on the files that had errors. diff --git a/devel/error/Makefile b/devel/error/Makefile new file mode 100644 index 00000000000..d58e269f2b5 --- /dev/null +++ b/devel/error/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2005/05/10 21:02:42 christos Exp $ +# + +DISTNAME= error-0.0 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ + +MAINTAINER= christos@netbsd.org +COMMENT= Insert compiler errors in source files as comments + +.include "../../mk/bsd.prefs.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/error/PLIST b/devel/error/PLIST new file mode 100644 index 00000000000..1789105c3f9 --- /dev/null +++ b/devel/error/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2005/05/10 21:02:42 christos Exp $ +bin/error +man/man1/error.1 +man/cat1/error.0 diff --git a/devel/error/distinfo b/devel/error/distinfo new file mode 100644 index 00000000000..1fa8f76b016 --- /dev/null +++ b/devel/error/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2005/05/10 21:02:42 christos Exp $ + +SHA1 (error-0.0.tar.gz) = b791825e6864e9459401d2bc780521a7411f1ce2 +RMD160 (error-0.0.tar.gz) = 8546498a08045c44eb1a5693447954640d2bf9e4 +Size (error-0.0.tar.gz) = 25818 bytes |