summaryrefslogtreecommitdiff
path: root/cad/libgeda
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2006-10-23 09:43:12 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2006-10-23 09:43:12 +0000
commitbd03a0b9c290932d8eda1b566f3bb3a8b0c57dd4 (patch)
tree642898b256b8161da3502861da8a3fdfa92c5852 /cad/libgeda
parent8cc9097d100f6f6de0d1cc099b128655721472ff (diff)
downloadpkgsrc-bd03a0b9c290932d8eda1b566f3bb3a8b0c57dd4.tar.gz
update to 20061020
Release notes for the gEDA/gaf 20061020 snapshot Changes _________________________________________________________________ libgeda/gschem libgeda and gschem no longer use libgdgeda (which was a gEDA specific hack to the libgd library). gEDA/gaf now wants to use the original GD library. (Wojciech Kazubski and Carlos Nieves Onega with cleanup by others) * * gEDA/gaf now compiles out of the box on cygwin. (Cesar Strauss) * Fixed bug #1553544: "New pages inadvertently created when adding nets in gschem" (Peter Clifton) * New component selection dialog box for gschem. This one is so much better than the original one. Please test it out and submit comments to the mailing lists. (Patrick Bernaud) * The preview window is inside the file selectors again. The preview window has been refactored and improved. (Patrick Bernaud) * gschem now places a title block (or any component the user wants) when a new page/window is created. This solves the common complain that the initial zoom is way to far out. (Carlos Nieves Onega) * Improvements to the new print dialog box: Make print settings sticky for session. (Peter Brett) * Fixed bug #1527465: Do a zoom extents for all pages when the main window is maximized. (Carlos Nieves Onega and others) * Fixed bug #1565433: Added the border in the gdk-pixbuf's image output. (Carlos Nieves Onega) * New dialog for user confirmation before closing a page or a window. This is also a great improvement over the previous exit confirm dialog box. (Patrick Bernaud) * Various language translations updated. * libgeda's shared library version is now 27:0:0. * Many more bug fixes and code cleanups. (various people) gnetlist * Fixed PCB cursor related issues (Peter Clifton and Stuart Brorson). * Minor cleanup of gnet-PCB backend. (Thien-Thi Nguyen) gattrib * Made gattrib throw up GUI window warning user of no components or attributes. (Stuart Brorson) * File browsers in gattrib are now the same ones that gschem uses. (Patrick Bernaud) * The usual bug fixes and code cleanup. (various) docs * Updated the wiki snapshot to the latest web wiki version. symbols * linear/lm311-1.sym: Removed the GND false connection of the symbol. (Ramakrishnan Muthukrishnan, John Luciani, and Carlos Nieves Onega). * Lots of off grid symbols cleaned up. (Werner Hoch) gsymcheck * Adds newline that is missing from the "Found Pintype=..." message in s_check_pintype() in s_check.c. (Jeff Mallatt and Carlos Nieves Onega) * gsymcheck now counts the number of distinct pinnumbers specified in all slotdef= attributes. Uses that number, plus the number of net= pins, to compare with the "footprint size" when checking for that warning. (Jeff Mallatt and Carlos Nieves Onega). utils * Applied patches for the cygwin port. Lots of various improvements to make gschemdoc more Windows friendly (at least under cygwin). (Cesar Strauss, Peter Brett, and Carlos Nieves Onega) examples * No significant changes For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
Diffstat (limited to 'cad/libgeda')
-rw-r--r--cad/libgeda/Makefile4
-rw-r--r--cad/libgeda/buildlink3.mk8
-rw-r--r--cad/libgeda/distinfo8
3 files changed, 10 insertions, 10 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index ffcbde5b52b..dfab2acc9ab 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/09/01 12:00:43 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.42 2006/10/23 09:43:12 dmcmahill Exp $
#
DISTNAME= libgeda-${PKGVERSION}
@@ -16,7 +16,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
-.include "../../graphics/libgdgeda/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk
index bc89f4ec3f4..b049ab201b5 100644
--- a/cad/libgeda/buildlink3.mk
+++ b/cad/libgeda/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2006/09/10 19:47:54 dmcmahill Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2006/10/23 09:43:12 dmcmahill Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+
@@ -12,12 +12,12 @@ BUILDLINK_PACKAGES+= libgeda
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgeda
.if !empty(LIBGEDA_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libgeda+= libgeda-20060906{,nb[0-9]*}
-BUILDLINK_ABI_DEPENDS.libgeda?= libgeda>=20060906
+BUILDLINK_API_DEPENDS.libgeda+= libgeda-20061020{,nb[0-9]*}
+BUILDLINK_ABI_DEPENDS.libgeda?= libgeda>=20061020
BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda
.endif # LIBGEDA_BUILDLINK3_MK
-.include "../../graphics/libgdgeda/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff --git a/cad/libgeda/distinfo b/cad/libgeda/distinfo
index d306ee1bf09..17fe075ebf1 100644
--- a/cad/libgeda/distinfo
+++ b/cad/libgeda/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/09/10 19:47:54 dmcmahill Exp $
+$NetBSD: distinfo,v 1.17 2006/10/23 09:43:12 dmcmahill Exp $
-SHA1 (geda/libgeda-20060906.tar.gz) = 54a0c05c87943798ddce3b1971c0c8388c82b668
-RMD160 (geda/libgeda-20060906.tar.gz) = ee4c983efb7e2068c3d9f86f625c8bfb0b141efb
-Size (geda/libgeda-20060906.tar.gz) = 680960 bytes
+SHA1 (geda/libgeda-20061020.tar.gz) = eaa691ce88a60f85925bff3f8ee8c9dc5d8a76d6
+RMD160 (geda/libgeda-20061020.tar.gz) = b62ef82138c967f0c935d0bc7d6a0bf319c46f0d
+Size (geda/libgeda-20061020.tar.gz) = 615370 bytes