diff options
author | christos <christos@pkgsrc.org> | 2005-05-10 21:02:42 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-05-10 21:02:42 +0000 |
commit | 98922d6bb47c84af6c942e5abc9195da74ba0fe1 (patch) | |
tree | d543eb5d2b8770654d74d34f0a16c30f36ca7bdf /devel | |
parent | 1ebbf68e6f54f711c4edd4ad535d9fd7c4d6fec6 (diff) | |
download | pkgsrc-98922d6bb47c84af6c942e5abc9195da74ba0fe1.tar.gz |
Add a port of NetBSD's error(1) program.
Diffstat (limited to 'devel')
-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 |