diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-12-13 05:19:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-12-13 05:19:44 +0000 |
commit | 66e0552abe20cc25d0a7459df8e311ea2400237b (patch) | |
tree | ffe463f6fd4824bbba495fd39bf9ec50161de7b9 /cad/gschem | |
parent | 686d07a668860f9b76b0212be2861fab0f5bfe0d (diff) | |
download | pkgsrc-66e0552abe20cc25d0a7459df8e311ea2400237b.tar.gz |
update the gEDA suite of tools to the 20021103 release.
This represents many many improvements and bug fixes. A few items to
note are that the attributes used by the symbol library have been
greately cleaned up and unified. You may want to run gsymupdate and gschemupdate
if migrating from older versions of the tools.
Diffstat (limited to 'cad/gschem')
-rw-r--r-- | cad/gschem/Makefile | 8 | ||||
-rw-r--r-- | cad/gschem/PLIST | 26 | ||||
-rw-r--r-- | cad/gschem/distinfo | 6 |
3 files changed, 33 insertions, 7 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index c35c65aed2f..248413c967c 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/10/14 09:59:31 rh Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/13 05:19:50 dmcmahill Exp $ # DISTNAME= geda-gschem-${PKGVERSION} @@ -13,19 +13,21 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.geda.seul.org/ COMMENT= Schematic capture tool -DEPENDS+= libgeda-${PKGVERSION}:../../cad/libgeda DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 DIST_SUBDIR= geda -PKGVERSION= 20020414 +PKGVERSION= 20021103 GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBTOOL= YES +USE_BUILDLINK2= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../cad/libgeda/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST index 6d7b08b6dff..bb89e4f1851 100644 --- a/cad/gschem/PLIST +++ b/cad/gschem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:14 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/13 05:19:51 dmcmahill Exp $ bin/gschem @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gschemdoc.info info/gschemdoc.info @@ -12,6 +12,7 @@ info/gschemdoc.info-14 info/gschemdoc.info-15 info/gschemdoc.info-16 info/gschemdoc.info-17 +info/gschemdoc.info-18 info/gschemdoc.info-2 info/gschemdoc.info-3 info/gschemdoc.info-4 @@ -21,12 +22,35 @@ info/gschemdoc.info-7 info/gschemdoc.info-8 info/gschemdoc.info-9 man/man1/gschem.1 +share/gEDA/bitmap/gschem-bus.xpm +share/gEDA/bitmap/gschem-comp.xpm +share/gEDA/bitmap/gschem-copy.xpm +share/gEDA/bitmap/gschem-delete.xpm +share/gEDA/bitmap/gschem-edit.xpm +share/gEDA/bitmap/gschem-mirror.xpm +share/gEDA/bitmap/gschem-move.xpm +share/gEDA/bitmap/gschem-net.xpm +share/gEDA/bitmap/gschem-new.xpm +share/gEDA/bitmap/gschem-open.xpm +share/gEDA/bitmap/gschem-redo.xpm +share/gEDA/bitmap/gschem-rotate.xpm +share/gEDA/bitmap/gschem-save.xpm +share/gEDA/bitmap/gschem-select.xpm +share/gEDA/bitmap/gschem-text.xpm +share/gEDA/bitmap/gschem-undo.xpm +share/gEDA/gschem-darkbg share/gEDA/gschem-gtkrc +share/gEDA/gschem-lightbg share/gEDA/system-gschemrc share/gEDA/scheme/auto-uref.scm share/gEDA/scheme/generate_netlist.scm share/gEDA/scheme/gschem.scm share/gEDA/scheme/list-keys.scm share/gEDA/scheme/print-NB-attribs.scm +${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/ja_JP/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/nl_NL/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gschem.mo +@dirrm share/gEDA/bitmap @unexec ${RMDIR} %D/share/gEDA/scheme 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/gEDA 2>/dev/null || ${TRUE} diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo index ecd56fe7c9c..2101b967b5a 100644 --- a/cad/gschem/distinfo +++ b/cad/gschem/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/05/18 18:08:43 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2002/12/13 05:19:51 dmcmahill Exp $ -SHA1 (geda/geda-gschem-20020414.tar.gz) = 07d740f4af4a1dc49e47d4c6e868b6ea23bd670f -Size (geda/geda-gschem-20020414.tar.gz) = 1050665 bytes +SHA1 (geda/geda-gschem-20021103.tar.gz) = ed0506577e4682a0f974b2f504c23aac8a937cc2 +Size (geda/geda-gschem-20021103.tar.gz) = 1349580 bytes |