diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-23 00:02:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-23 00:02:19 +0000 |
commit | 99ec5cf9cceef92e38617984617220043154257e (patch) | |
tree | 9dae5cc48710226f78ed4ca7794a4a8415006f84 /cad/geda-examples | |
parent | 63754b8e97d2ef40f912ed79365dd32f6430bb62 (diff) | |
download | pkgsrc-99ec5cf9cceef92e38617984617220043154257e.tar.gz |
update to 20050820 snapshot.
Major changes since the last snapshot:
- gsch2pcb updated to work with latest pcb
- pcb library directories default to something sane for gsch2pcb
- grenum utility for refdes renumbering added
- add a few new symbols
- added -p option to autoplace the windows. Useful for scripting.
- gattrib can now change attribute visibility
- improvements to the spice-sdb netlist backend
- added support for printing pictures in schematics to postscript
- added german translation
- fixed a segfault in the geda manager.
Diffstat (limited to 'cad/geda-examples')
-rw-r--r-- | cad/geda-examples/Makefile | 4 | ||||
-rw-r--r-- | cad/geda-examples/distinfo | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 78dd6ba3e58..bd31acc87e3 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/06/15 01:50:58 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/23 00:02:20 dmcmahill Exp $ # DISTNAME= geda-examples-${PKGVERSION} -PKGREVISION= 1 CATEGORIES= cad MAINTAINER= dmcmahill@NetBSD.org @@ -21,7 +20,6 @@ pre-install: ${RM} -f ${WRKSRC}/configure.lineno do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/geda cd ${WRKSRC} && ${PAX} -s '/.*Makefile.*//' -s '/.config.log//' \ -s '/.*config.status//' \ -rw . ${PREFIX}/share/examples/geda diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo index 7b27ffd6dcd..2a9a4a018a9 100644 --- a/cad/geda-examples/distinfo +++ b/cad/geda-examples/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/03/24 02:05:11 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2005/08/23 00:02:20 dmcmahill Exp $ -SHA1 (geda/geda-examples-20050313.tar.gz) = f08b29ddc68bef36a6ee6865182309110dcc0f0e -RMD160 (geda/geda-examples-20050313.tar.gz) = 659d6d142297979b7c8c51846bf787939bae5c0c -Size (geda/geda-examples-20050313.tar.gz) = 244625 bytes +SHA1 (geda/geda-examples-20050820.tar.gz) = 8f2ddc9318c30aa5ac996d8aa6aac4e8239160e6 +RMD160 (geda/geda-examples-20050820.tar.gz) = bd589db4d4371731513742063bd869b84f591331 +Size (geda/geda-examples-20050820.tar.gz) = 244593 bytes |