diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 18:08:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 18:08:39 +0000 |
commit | 95a94d7cabee770ad56ff7e4910fcbf368a0e5f0 (patch) | |
tree | 999eabc682d345f1fc00013280389cba71ee83db /cad/gnetlist | |
parent | c4cb34d566b8263145e71951e0cca51fac481616 (diff) | |
download | pkgsrc-95a94d7cabee770ad56ff7e4910fcbf368a0e5f0.tar.gz |
update the gEDA suite of tools to the 20020414 snapshot.
Many bug fixes and improvements since last snapshot. Many more
symbols added to the libraries.
Diffstat (limited to 'cad/gnetlist')
-rw-r--r-- | cad/gnetlist/Makefile | 7 | ||||
-rw-r--r-- | cad/gnetlist/PLIST | 3 | ||||
-rw-r--r-- | cad/gnetlist/distinfo | 11 | ||||
-rw-r--r-- | cad/gnetlist/patches/patch-aa | 13 | ||||
-rw-r--r-- | cad/gnetlist/patches/patch-ab | 12 | ||||
-rw-r--r-- | cad/gnetlist/patches/patch-ac | 12 | ||||
-rw-r--r-- | cad/gnetlist/patches/patch-ad | 12 | ||||
-rw-r--r-- | cad/gnetlist/patches/patch-ae | 12 |
8 files changed, 8 insertions, 74 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index 250d91ba0c8..55ff9841863 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:36:39 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/05/18 18:08:41 dmcmahill Exp $ # DISTNAME= geda-gnetlist-${PKGVERSION} PKGNAME= gnetlist-${PKGVERSION} -PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \ @@ -15,9 +14,9 @@ HOMEPAGE= http://www.geda.seul.org/ COMMENT= Netlist generation program DIST_SUBDIR= geda -PKGVERSION= 20010708 +PKGVERSION= 20020414 -DEPENDS+= libgeda-${PKGVERSION}nb1:../../cad/libgeda +DEPENDS+= libgeda-${PKGVERSION}:../../cad/libgeda DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 diff --git a/cad/gnetlist/PLIST b/cad/gnetlist/PLIST index 3d4757c5fe3..9676cb9bb20 100644 --- a/cad/gnetlist/PLIST +++ b/cad/gnetlist/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:30 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/05/18 18:08:41 dmcmahill Exp $ bin/gnetlist bin/gschem2pcb bin/mk_verilog_syms @@ -13,6 +13,7 @@ share/gEDA/scheme/gnet-bom2.scm share/gEDA/scheme/gnet-drc.scm share/gEDA/scheme/gnet-geda.scm share/gEDA/scheme/gnet-gossip.scm +share/gEDA/scheme/gnet-maxascii.scm share/gEDA/scheme/gnet-pads.scm share/gEDA/scheme/gnet-partslist-common.scm share/gEDA/scheme/gnet-partslist1.scm diff --git a/cad/gnetlist/distinfo b/cad/gnetlist/distinfo index 37e61cfc3d9..c8b86c25159 100644 --- a/cad/gnetlist/distinfo +++ b/cad/gnetlist/distinfo @@ -1,9 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/17 03:02:51 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2002/05/18 18:08:41 dmcmahill Exp $ -SHA1 (geda/geda-gnetlist-20010708.tar.gz) = 901a6f1cdfe69d210918b11c9504043b4c76ad97 -Size (geda/geda-gnetlist-20010708.tar.gz) = 181258 bytes -SHA1 (patch-aa) = aaefde49f95790a6fbdfa1cc79619b94947cabda -SHA1 (patch-ab) = 1b5613e3cc0144a919b51f528335045eb59cf71a -SHA1 (patch-ac) = da34fd6502363724f587bb14de379aa671a03530 -SHA1 (patch-ad) = cbaa1389b1ffdef48a3c90384b28990531c0e3b0 -SHA1 (patch-ae) = 9d75c7e132d0732b2290fc80c79607fbe2a18076 +SHA1 (geda/geda-gnetlist-20020414.tar.gz) = f568fc3dc198046d7865b38d99a9de36d47f17fb +Size (geda/geda-gnetlist-20020414.tar.gz) = 236941 bytes diff --git a/cad/gnetlist/patches/patch-aa b/cad/gnetlist/patches/patch-aa deleted file mode 100644 index 922e0d1b20f..00000000000 --- a/cad/gnetlist/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $ - ---- src/i_vars.c.orig Mon Jun 11 18:50:26 2001 -+++ src/i_vars.c Mon Jul 16 19:51:56 2001 -@@ -21,4 +21,8 @@ - #include <stdio.h> - -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif -+ - #include <libgeda/libgeda.h> - diff --git a/cad/gnetlist/patches/patch-ab b/cad/gnetlist/patches/patch-ab deleted file mode 100644 index 68333d84b9f..00000000000 --- a/cad/gnetlist/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $ - ---- src/gnetlist.c.orig Sun Jul 8 12:13:54 2001 -+++ src/gnetlist.c Mon Jul 16 19:52:44 2001 -@@ -20,4 +20,7 @@ - #include <config.h> - #include <stdio.h> -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif - #include <signal.h> - #ifdef HAVE_UNISTD_H diff --git a/cad/gnetlist/patches/patch-ac b/cad/gnetlist/patches/patch-ac deleted file mode 100644 index 320c3fe87ba..00000000000 --- a/cad/gnetlist/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $ - ---- src/parsecmd.c.orig Sun Feb 18 17:47:48 2001 -+++ src/parsecmd.c Mon Jul 16 19:53:14 2001 -@@ -20,4 +20,7 @@ - #include <config.h> - #include <stdio.h> -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> diff --git a/cad/gnetlist/patches/patch-ad b/cad/gnetlist/patches/patch-ad deleted file mode 100644 index c433838ac21..00000000000 --- a/cad/gnetlist/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $ - ---- src/s_net.c.orig Fri Jun 15 20:37:43 2001 -+++ src/s_net.c Mon Jul 16 19:53:43 2001 -@@ -20,4 +20,7 @@ - #include <config.h> - #include <stdio.h> -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif - #include <stdlib.h> - #include <assert.h> diff --git a/cad/gnetlist/patches/patch-ae b/cad/gnetlist/patches/patch-ae deleted file mode 100644 index 94b3f844ac1..00000000000 --- a/cad/gnetlist/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $ - ---- src/s_rename.c.orig Thu Mar 1 21:54:03 2001 -+++ src/s_rename.c Mon Jul 16 19:54:17 2001 -@@ -20,4 +20,7 @@ - #include <config.h> - #include <stdio.h> -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif - #include <stdlib.h> - #include <assert.h> |