diff options
-rw-r--r-- | cad/gattrib/DESCR | 3 | ||||
-rw-r--r-- | cad/gattrib/Makefile | 25 | ||||
-rw-r--r-- | cad/gattrib/PLIST | 4 | ||||
-rw-r--r-- | cad/gattrib/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/cad/gattrib/DESCR b/cad/gattrib/DESCR new file mode 100644 index 00000000000..de5e199536c --- /dev/null +++ b/cad/gattrib/DESCR @@ -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 --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile new file mode 100644 index 00000000000..43c88715b22 --- /dev/null +++ b/cad/gattrib/Makefile @@ -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 +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 --git a/cad/gattrib/PLIST b/cad/gattrib/PLIST new file mode 100644 index 00000000000..b1509564e46 --- /dev/null +++ b/cad/gattrib/PLIST @@ -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 --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo new file mode 100644 index 00000000000..a081205e9c8 --- /dev/null +++ b/cad/gattrib/distinfo @@ -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 |