summaryrefslogtreecommitdiff
path: root/cad/gschem
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-05-18 18:08:39 +0000
committerdmcmahill <dmcmahill>2002-05-18 18:08:39 +0000
commita21ee443962fc4d30918ec48f44964ececeae7ec (patch)
tree999eabc682d345f1fc00013280389cba71ee83db /cad/gschem
parent1f8e87371cccf80798bd6face7c0491f34a386e6 (diff)
downloadpkgsrc-a21ee443962fc4d30918ec48f44964ececeae7ec.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/gschem')
-rw-r--r--cad/gschem/Makefile8
-rw-r--r--cad/gschem/PLIST22
-rw-r--r--cad/gschem/distinfo12
-rw-r--r--cad/gschem/patches/patch-aa12
-rw-r--r--cad/gschem/patches/patch-ab12
-rw-r--r--cad/gschem/patches/patch-ac12
-rw-r--r--cad/gschem/patches/patch-ad12
-rw-r--r--cad/gschem/patches/patch-ae12
-rw-r--r--cad/gschem/patches/patch-af12
9 files changed, 28 insertions, 86 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index ab3fafc2386..1b64fae6f9a 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/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:43 dmcmahill Exp $
#
DISTNAME= geda-gschem-${PKGVERSION}
PKGNAME= gschem-${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}/ \
@@ -14,13 +13,13 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Schematic capture tool
-DEPENDS+= libgeda-${PKGVERSION}nb1:../../cad/libgeda
+DEPENDS+= libgeda-${PKGVERSION}:../../cad/libgeda
DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols
CONFLICTS+= gEDA<19991011
DIST_SUBDIR= geda
-PKGVERSION= 20010708
+PKGVERSION= 20020414
GNU_CONFIGURE= YES
USE_X11BASE= YES
@@ -28,4 +27,5 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST
index cc1ddc7d385..44f69fd2aa2 100644
--- a/cad/gschem/PLIST
+++ b/cad/gschem/PLIST
@@ -1,5 +1,25 @@
-@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:43 dmcmahill Exp $
bin/gschem
+@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gschemdoc.info
+info/gschemdoc.info
+@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gschemdoc.info
+info/gschemdoc.info-1
+info/gschemdoc.info-10
+info/gschemdoc.info-11
+info/gschemdoc.info-12
+info/gschemdoc.info-13
+info/gschemdoc.info-14
+info/gschemdoc.info-15
+info/gschemdoc.info-16
+info/gschemdoc.info-17
+info/gschemdoc.info-2
+info/gschemdoc.info-3
+info/gschemdoc.info-4
+info/gschemdoc.info-5
+info/gschemdoc.info-6
+info/gschemdoc.info-7
+info/gschemdoc.info-8
+info/gschemdoc.info-9
man/man1/gschem.1
share/gEDA/gschem-gtkrc
share/gEDA/system-gschemrc
diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo
index 4eb08245199..ecd56fe7c9c 100644
--- a/cad/gschem/distinfo
+++ b/cad/gschem/distinfo
@@ -1,10 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/07/17 03:01:09 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2002/05/18 18:08:43 dmcmahill Exp $
-SHA1 (geda/geda-gschem-20010708.tar.gz) = 61dfefd636f34c4d74d80d1cd01a3191cdbbbc83
-Size (geda/geda-gschem-20010708.tar.gz) = 500646 bytes
-SHA1 (patch-aa) = 36c091285b4c945e59b0d15c813bd2ac9b4b5061
-SHA1 (patch-ab) = a265360f08d162f0ade6693fd358b62ce173421b
-SHA1 (patch-ac) = 2b6a83225bfa791efb82d2ca4aa85b1b44fc2fd3
-SHA1 (patch-ad) = c971ff92bdd27ef13aea8363bf15ebada10cd41d
-SHA1 (patch-ae) = 1f324d6aa22c78442930b16d47f1d3758ca66691
-SHA1 (patch-af) = a820657e17c95bbeb0ac1f90ca41f449e02a4182
+SHA1 (geda/geda-gschem-20020414.tar.gz) = 07d740f4af4a1dc49e47d4c6e868b6ea23bd670f
+Size (geda/geda-gschem-20020414.tar.gz) = 1050665 bytes
diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa
deleted file mode 100644
index 35240883288..00000000000
--- a/cad/gschem/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/07/17 03:01:09 dmcmahill Exp $
-
---- src/gschem.c.orig Sun Jul 8 22:03:46 2001
-+++ src/gschem.c Mon Jul 16 21:32:55 2001
-@@ -23,4 +23,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/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab
deleted file mode 100644
index 208787cbef2..00000000000
--- a/cad/gschem/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
-
---- src/i_basic.c.orig Sun Jul 8 22:03:46 2001
-+++ src/i_basic.c Mon Jul 16 21:33:35 2001
-@@ -22,4 +22,7 @@
-
- #include <config.h>
-+#ifdef HAVE_STRINGS_H
-+#include <strings.h>
-+#endif
-
- #include <libgeda/libgeda.h>
diff --git a/cad/gschem/patches/patch-ac b/cad/gschem/patches/patch-ac
deleted file mode 100644
index 4fccf928483..00000000000
--- a/cad/gschem/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
-
---- src/o_slot.c.orig Sun Jul 8 22:03:46 2001
-+++ src/o_slot.c Mon Jul 16 21:50:03 2001
-@@ -23,4 +23,7 @@
- #include <config.h>
- #include <stdio.h>
-+#ifdef HAVE_STRINGS_H
-+#include <strings.h>
-+#endif
-
- #include <libgeda/libgeda.h>
diff --git a/cad/gschem/patches/patch-ad b/cad/gschem/patches/patch-ad
deleted file mode 100644
index cc921e2e751..00000000000
--- a/cad/gschem/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
-
---- src/o_undo.c.orig Sun Jul 8 22:03:47 2001
-+++ src/o_undo.c Mon Jul 16 21:50:39 2001
-@@ -23,4 +23,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/gschem/patches/patch-ae b/cad/gschem/patches/patch-ae
deleted file mode 100644
index b4a0249b873..00000000000
--- a/cad/gschem/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
-
---- src/x_grid.c.orig Sun Jul 8 22:03:47 2001
-+++ src/x_grid.c Mon Jul 16 21:51:09 2001
-@@ -23,4 +23,7 @@
- #include <config.h>
- #include <math.h>
-+#ifdef HAVE_STRINGS_H
-+#include <strings.h>
-+#endif
-
- #include <libgeda/libgeda.h>
diff --git a/cad/gschem/patches/patch-af b/cad/gschem/patches/patch-af
deleted file mode 100644
index 8c4cfaa2ff6..00000000000
--- a/cad/gschem/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
-
---- src/x_color.c.orig Sun Jul 8 22:03:48 2001
-+++ src/x_color.c Mon Jul 16 21:51:46 2001
-@@ -23,4 +23,7 @@
- #include <config.h>
- #include <stdio.h>
-+#ifdef HAVE_STRINGS_H
-+#include <strings.h>
-+#endif
- #include <signal.h>
- #include <math.h>