summaryrefslogtreecommitdiff
path: root/cad/geda-utils
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-03-09 06:18:23 +0000
committerdmcmahill <dmcmahill>2003-03-09 06:18:23 +0000
commita1a76b184377d5184c4c1d7d109fe61a59900a6a (patch)
treee08c1bf6199115083b29b21070a803fde95bc77e /cad/geda-utils
parenta124dd75b91ddbf1aa0c1d6694c23279059b0b95 (diff)
downloadpkgsrc-a1a76b184377d5184c4c1d7d109fe61a59900a6a.tar.gz
update to gEDA-20030223
Quick summary of changes: - works with guile-1.6.3 now - Norwegian/Danish/German character fixes - PNG output now has some of the objects appearing to have the right thickness. - added Russian translation - bug fix in postscript output - non-applicable menu choices are now greyed out - fixed PADS netlist output bug - added several components to library - added multisheet refdes renumber utility - several other bug fixes.
Diffstat (limited to 'cad/geda-utils')
-rw-r--r--cad/geda-utils/Makefile5
-rw-r--r--cad/geda-utils/PLIST3
-rw-r--r--cad/geda-utils/distinfo8
-rw-r--r--cad/geda-utils/patches/patch-aa13
-rw-r--r--cad/geda-utils/patches/patch-ab13
5 files changed, 8 insertions, 34 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index b0fb72fcf91..5f985dfc600 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/12/28 15:58:32 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2003/03/09 06:18:24 dmcmahill Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
@@ -17,7 +17,7 @@ CONFLICTS+= gEDA<19991011
BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols
DIST_SUBDIR= geda
-PKGVERSION= 20021103
+PKGVERSION= 20030223
GNU_CONFIGURE= YES
USE_X11BASE= YES
@@ -25,6 +25,7 @@ USE_BUILDLINK2= YES
USE_PERL5= YES
REPLACE_PERL+= scripts/gschupdate \
scripts/gsymupdate \
+ scripts/refdes_renum \
scripts/sarlacc_sym
.include "../../cad/libgeda/buildlink2.mk"
diff --git a/cad/geda-utils/PLIST b/cad/geda-utils/PLIST
index 9d1258b9761..87dac332acc 100644
--- a/cad/geda-utils/PLIST
+++ b/cad/geda-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/13 05:19:48 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/03/09 06:18:25 dmcmahill Exp $
bin/convert_sym
bin/gmk_sym
bin/gschemdoc
@@ -6,6 +6,7 @@ bin/gschlas
bin/gschupdate
bin/gsymupdate
bin/olib
+bin/refdes_renum
bin/sarlacc_schem
bin/sarlacc_sym
bin/smash_megafile
diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo
index a6223df19d7..50cda2f9dcd 100644
--- a/cad/geda-utils/distinfo
+++ b/cad/geda-utils/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/12/13 05:19:48 dmcmahill Exp $
+$NetBSD: distinfo,v 1.6 2003/03/09 06:18:25 dmcmahill Exp $
-SHA1 (geda/geda-utils-20021103.tar.gz) = 102aa61bbb1e18b683d9c649d75aed6f0e225a25
-Size (geda/geda-utils-20021103.tar.gz) = 193709 bytes
-SHA1 (patch-aa) = 57543d77620f2f76ee98349e56ff2b8a74e037a7
-SHA1 (patch-ab) = 7592154535f6fea343c2e825ea0466c5a463f5a4
+SHA1 (geda/geda-utils-20030223.tar.gz) = fb9f520c38994998c9c68fae60f99af7462e68e7
+Size (geda/geda-utils-20030223.tar.gz) = 197527 bytes
diff --git a/cad/geda-utils/patches/patch-aa b/cad/geda-utils/patches/patch-aa
deleted file mode 100644
index a4df23106bd..00000000000
--- a/cad/geda-utils/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/12/13 05:19:48 dmcmahill Exp $
-
---- src/Makefile.am.orig Tue Oct 29 21:44:05 2002
-+++ src/Makefile.am
-@@ -15,7 +15,7 @@ gmk_sym_LDADD = $(LIBERTY)
- smash_megafile_LDADD =
- convert_sym_LDADD = $(LIBERTY) -lm
- sarlacc_schem_LDADD =
--olib_LDADD = @LEXLIB@
-+olib_LDADD = @LEXLIB@ -lm
-
- EXTRA_DIST =
-
diff --git a/cad/geda-utils/patches/patch-ab b/cad/geda-utils/patches/patch-ab
deleted file mode 100644
index 6ea365e9ba2..00000000000
--- a/cad/geda-utils/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/12/13 05:19:49 dmcmahill Exp $
-
---- src/Makefile.in.orig Sun Nov 3 23:00:44 2002
-+++ src/Makefile.in
-@@ -157,7 +157,7 @@ gmk_sym_LDADD = $(LIBERTY)
- smash_megafile_LDADD =
- convert_sym_LDADD = $(LIBERTY) -lm
- sarlacc_schem_LDADD =
--olib_LDADD = @LEXLIB@
-+olib_LDADD = @LEXLIB@ -lm
-
- EXTRA_DIST =
-