summaryrefslogtreecommitdiff
path: root/cad/geda-utils
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-08-23 00:02:19 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-08-23 00:02:19 +0000
commitfd2b143ac5963d05e631c93495ce527b9111696c (patch)
tree9dae5cc48710226f78ed4ca7794a4a8415006f84 /cad/geda-utils
parent5e2f6722fb5b8293c404034ddb0f1dfd01960979 (diff)
downloadpkgsrc-fd2b143ac5963d05e631c93495ce527b9111696c.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-utils')
-rw-r--r--cad/geda-utils/Makefile10
-rw-r--r--cad/geda-utils/PLIST5
-rw-r--r--cad/geda-utils/distinfo8
3 files changed, 11 insertions, 12 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index fabf954c4b6..3b6d9cf6ac0 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/08/10 20:56:12 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2005/08/23 00:02:20 dmcmahill Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
@@ -9,18 +9,13 @@ HOMEPAGE= http://www.geda.seul.org/
COMMENT= Set of utilities for gEDA
BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols
-.if !exists(/usr/bin/lex) && !exists(/usr/bin/flex)
-BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
-EVAL_PREFIX+= LEXDIR=flex
-LEX= ${LEXDIR}/bin/flex
-.endif
CONFLICTS+= gEDA<19991011
.include "../../cad/geda/Makefile.common"
GNU_CONFIGURE= YES
-USE_TOOLS+= perl:run pkg-config
+USE_TOOLS+= lex perl:run pkg-config
# let (f)lex rebuild this file. The distributed one doesn't
# always work.
@@ -42,4 +37,5 @@ REPLACE_PERL+= scripts/pads_backannotate \
scripts/sarlacc_sym
.include "../../cad/libgeda/buildlink3.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/geda-utils/PLIST b/cad/geda-utils/PLIST
index f205cac6538..26fda6549b1 100644
--- a/cad/geda-utils/PLIST
+++ b/cad/geda-utils/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2005/01/11 03:16:23 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/08/23 00:02:20 dmcmahill Exp $
bin/convert_sym
bin/garchive
bin/gmk_sym
+bin/grenum
bin/gsch2pcb
bin/gschemdoc
bin/gschlas
@@ -15,6 +16,8 @@ bin/sarlacc_schem
bin/sarlacc_sym
bin/smash_megafile
bin/tragesym
+man/man1/grenum.1
+share/doc/geda-doc/readmes/README.grenum
share/doc/geda-doc/readmes/README.gsch2pcb
share/doc/geda-doc/readmes/README.olib
share/doc/geda-doc/readmes/README.tragesym
diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo
index ffa2b5e558a..06c00ee5ec6 100644
--- a/cad/geda-utils/distinfo
+++ b/cad/geda-utils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/03/24 02:05:11 dmcmahill Exp $
+$NetBSD: distinfo,v 1.13 2005/08/23 00:02:20 dmcmahill Exp $
-SHA1 (geda/geda-utils-20050313.tar.gz) = 7ed7fbb9f55dbf513ba83f854b28cbf3b5e1b43b
-RMD160 (geda/geda-utils-20050313.tar.gz) = b716b92b2f1b35a92372ddcf3728589b8bb79fb4
-Size (geda/geda-utils-20050313.tar.gz) = 247507 bytes
+SHA1 (geda/geda-utils-20050820.tar.gz) = 9e0f1afdcb297be0c294f2dde692f083fe546c0a
+RMD160 (geda/geda-utils-20050820.tar.gz) = 1ef955b6fc5c699dec4eaccfbdfa3e0a413b103e
+Size (geda/geda-utils-20050820.tar.gz) = 260172 bytes