pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/error Add a port of NetBSD's error(1) program.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26999b403c1e
branches:  trunk
changeset: 493632:26999b403c1e
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue May 10 21:02:42 2005 +0000

description:
Add a port of NetBSD's error(1) program.

diffstat:

 devel/error/DESCR    |   3 +++
 devel/error/Makefile |  13 +++++++++++++
 devel/error/PLIST    |   4 ++++
 devel/error/distinfo |   5 +++++
 4 files changed, 25 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 682363e5ff18 -r 26999b403c1e devel/error/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/error/DESCR Tue May 10 21:02:42 2005 +0000
@@ -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 -r 682363e5ff18 -r 26999b403c1e devel/error/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/error/Makefile      Tue May 10 21:02:42 2005 +0000
@@ -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@localhost
+COMMENT=       Insert compiler errors in source files as comments
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 682363e5ff18 -r 26999b403c1e devel/error/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/error/PLIST Tue May 10 21:02:42 2005 +0000
@@ -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 -r 682363e5ff18 -r 26999b403c1e devel/error/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/error/distinfo      Tue May 10 21:02:42 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index