summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2011-05-11 11:20:23 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2011-05-11 11:20:23 +0000
commit89079ebf3a492725f296f0c2519a9b17e3d60f5f (patch)
tree7005431dfd21107c936a79963d4b6d8026150395 /cad
parent952bbea7ecf86df6b6683e823f1fe72d0fffc45b (diff)
downloadpkgsrc-89079ebf3a492725f296f0c2519a9b17e3d60f5f.tar.gz
Update to gEDA-1.6.2
Notable changes in gEDA/gaf 1.6.2 ================================= * PNG export from `gschem' will now be cropped correctly. * The `partlist' backends for `gnetlist' now handle hierarchical refdes correctly. * On Windows, `gschem' and `gattrib' will no longer launch with a command window visible. * `gnetlist-arg' is no longer valid in `gsch2pcb' project files. Several other bugs were fixed, including a major crash bug in gnetlist.
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile11
-rw-r--r--cad/geda/PLIST6
-rw-r--r--cad/geda/distinfo8
3 files changed, 17 insertions, 8 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index ddcd3bfcc5a..d291b93c144 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2011/04/22 13:43:03 obache Exp $
+# $NetBSD: Makefile,v 1.69 2011/05/11 11:20:23 dmcmahill Exp $
#
-DISTNAME= geda-gaf-1.6.1
+DISTNAME= geda-gaf-1.6.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
-PKGREVISION= 7
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION_NOREV}/ \
http://geda.seul.org/release/v1.6/${PKGVERSION_NOREV}/
@@ -63,6 +62,12 @@ EVAL_PREFIX+= PCBDIR=pcb
CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4
CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb
+SUBST_CLASSES+= python
+SUBST_STAGE.python= pre-configure
+SUBST_FILES.python= utils/scripts/garchive.py
+SUBST_SED.python= -e 's,/usr/bin/env python,${PYTHONBIN},'
+SUBST_SED.python+= -e 's,%PYTHONBIN%,${PYTHONBIN},'
+
REPLACE_SH+= gnetlist/scripts/sch2eaglepos.sh
USE_TOOLS+= sh:run
diff --git a/cad/geda/PLIST b/cad/geda/PLIST
index d36755cd2e8..ac8294c601f 100644
--- a/cad/geda/PLIST
+++ b/cad/geda/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2010/03/11 05:57:52 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.15 2011/05/11 11:20:23 dmcmahill Exp $
bin/convert_sym
bin/garchive
bin/gattrib
@@ -109,6 +109,10 @@ share/doc/geda-gaf/examples/lightning_detector/lightning.sch.bom
share/doc/geda-gaf/examples/lightning_detector/sym/2N4401.sym
share/doc/geda-gaf/examples/lightning_detector/sym/2N4403.sym
share/doc/geda-gaf/gedadocs.html
+share/doc/geda-gaf/man/gnetlist.html
+share/doc/geda-gaf/man/grenum.html
+share/doc/geda-gaf/man/gschem.html
+share/doc/geda-gaf/man/gsymcheck.html
share/doc/geda-gaf/nc.pdf
share/doc/geda-gaf/readmes/README.bom
share/doc/geda-gaf/readmes/README.eagle
diff --git a/cad/geda/distinfo b/cad/geda/distinfo
index 9d8e5cd0540..355a607cda2 100644
--- a/cad/geda/distinfo
+++ b/cad/geda/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2010/02/28 16:07:00 dmcmahill Exp $
+$NetBSD: distinfo,v 1.16 2011/05/11 11:20:23 dmcmahill Exp $
-SHA1 (geda-gaf-1.6.1.tar.gz) = 54f706f8ecb3638b0384c5428ef6089237847b6e
-RMD160 (geda-gaf-1.6.1.tar.gz) = 7274c898985fe097b0cfb87bd9910961e14d1150
-Size (geda-gaf-1.6.1.tar.gz) = 7099085 bytes
+SHA1 (geda-gaf-1.6.2.tar.gz) = 87c21b3b77eebc8eec1c16672d4b1ab418ccb80d
+RMD160 (geda-gaf-1.6.2.tar.gz) = 4e32ba11188b9a2849036299b972c35481cb975e
+Size (geda-gaf-1.6.2.tar.gz) = 7099981 bytes