pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/gattrib Initial commit of gattrib-20040313: An att...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04435dbebd8d
branches:  trunk
changeset: 481238:04435dbebd8d
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Wed Sep 29 12:48:51 2004 +0000

description:
Initial commit of gattrib-20040313: An attribute editor for gEDA

diffstat:

 cad/gattrib/DESCR    |   3 +++
 cad/gattrib/Makefile |  25 +++++++++++++++++++++++++
 cad/gattrib/PLIST    |   4 ++++
 cad/gattrib/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 8e9ab36c78f3 -r 04435dbebd8d cad/gattrib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gattrib/DESCR Wed Sep 29 12:48:51 2004 +0000
@@ -0,0 +1,3 @@
+Gattrib is an attribute editor for gEDA. It reads a set of gschem .sch files
+(schematic files) and creates a spreadsheet showing all components/nets in
+rows, with the associated attributes listed in the columns.
diff -r 8e9ab36c78f3 -r 04435dbebd8d cad/gattrib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gattrib/Makefile      Wed Sep 29 12:48:51 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/29 12:48:51 wulf Exp $
+
+DISTNAME=              geda-gattrib-${PKGVERSION}
+PKGNAME=               gattrib-${PKGVERSION}
+CATEGORIES=            cad
+MASTER_SITES=          http://www.brorson.com/gEDA/gattrib/
+
+MAINTAINER=            wulf%NetBSD.org@localhost
+HOMEPAGE=              http://www.brorson.com/gEDA/gattrib/
+COMMENT=               Attribute editor for gEDA
+
+.include "../../cad/geda/Makefile.common"
+
+# override version number until synchronized with geda meta package
+PKGVERSION=            20040313
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_PKGLOCALEDIR=      YES
+
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../cad/libgeda/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e9ab36c78f3 -r 04435dbebd8d cad/gattrib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gattrib/PLIST Wed Sep 29 12:48:51 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/29 12:48:51 wulf Exp $
+
+bin/gattrib
+share/gEDA/system-gattribrc
diff -r 8e9ab36c78f3 -r 04435dbebd8d cad/gattrib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gattrib/distinfo      Wed Sep 29 12:48:51 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/29 12:48:51 wulf Exp $
+
+SHA1 (geda/geda-gattrib-20040313.tar.gz) = d207b8fcce4886080dd1131a71a9605f19487114
+Size (geda/geda-gattrib-20040313.tar.gz) = 306618 bytes



Home | Main Index | Thread Index | Old Index