From 7ddc234e3477508556620718da13074d9d8c196e Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 21 Feb 2007 13:23:52 +0000 Subject: Update to 20070216 snapshot. Many changes and improvements since the last snapshot. A highly abbreviated list is: libgeda: - fixes to postscript output - fixes to arc handling - added some functions for embedding and deembedding symbols - many changes to the internal data structure. - fix a bug which could cause missing connectivity on a bus - improvements to attribute handling - fix a bunch of compiler warnings. - various other bug fixes gschem: - improvements and bug fixes to the autonumber code - improvements to the various file selection dialogs - improvements to attribute handling - improvements to the internal data structure - various other bug fixes gnetlist: - fixes for guile-1.8 - update the gsch2pcb backend to allow running or never running m4 for pcb footprints. - changed "package" to "refdes" in the BOM/BOM2 backends - added a drc2 regression test - bugfix in the allegro backend - other misc fixes symbols: - added 4 missing characters to complete the hungarian character set - add greek mu gsymcheck: - man page improvements gattrib: - enhanced sorting functions - various bug fixes utils: - add an option to gsch2pcb to let the user prevent m4 from ever being run when looking for pcb footprints. - let gsch2pcb look both for "name" and "name.fp" when looking for a footprint called "name". - use some configure options to set the default gsch2pcb footprint search paths rather than hardcoding them. - added a gnet_hier_verilog.sh script to do non-flattened verilog netlisting - added options to gschlas to embed or de-embed all symbols in a schematic --- cad/libgeda/buildlink3.mk | 6 +++--- cad/libgeda/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cad/libgeda') diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk index b049ab201b5..0a2b91339ee 100644 --- a/cad/libgeda/buildlink3.mk +++ b/cad/libgeda/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2006/10/23 09:43:12 dmcmahill Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2007/02/21 13:23:52 dmcmahill Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+ @@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= libgeda BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgeda .if !empty(LIBGEDA_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.libgeda+= libgeda-20061020{,nb[0-9]*} -BUILDLINK_ABI_DEPENDS.libgeda?= libgeda>=20061020 +BUILDLINK_API_DEPENDS.libgeda+= libgeda-20070216{,nb[0-9]*} +BUILDLINK_ABI_DEPENDS.libgeda?= libgeda-20070216{,nb[0-9]*} BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda .endif # LIBGEDA_BUILDLINK3_MK diff --git a/cad/libgeda/distinfo b/cad/libgeda/distinfo index 17fe075ebf1..176b82deccc 100644 --- a/cad/libgeda/distinfo +++ b/cad/libgeda/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2006/10/23 09:43:12 dmcmahill Exp $ +$NetBSD: distinfo,v 1.18 2007/02/21 13:23:52 dmcmahill Exp $ -SHA1 (geda/libgeda-20061020.tar.gz) = eaa691ce88a60f85925bff3f8ee8c9dc5d8a76d6 -RMD160 (geda/libgeda-20061020.tar.gz) = b62ef82138c967f0c935d0bc7d6a0bf319c46f0d -Size (geda/libgeda-20061020.tar.gz) = 615370 bytes +SHA1 (geda/libgeda-20070216.tar.gz) = 61deb94b64cff6dec251e87af639da6aa5ebce0a +RMD160 (geda/libgeda-20070216.tar.gz) = ca8441cfc3caa21c59ccbe2dbc47455dd4264071 +Size (geda/libgeda-20070216.tar.gz) = 625853 bytes -- cgit v1.2.3