pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove cad/gwave.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d901b128a6a2
branches:  trunk
changeset: 352541:d901b128a6a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 16 10:31:59 2016 +0000

description:
Remove cad/gwave.

Last release was in 2009, last activity a couple years later.
Does not build.

Ok dmcmahill@ (maintainer).

diffstat:

 cad/Makefile               |   3 +--
 cad/gwave/DESCR            |  17 -----------------
 cad/gwave/Makefile         |  33 ---------------------------------
 cad/gwave/PLIST            |  23 -----------------------
 cad/gwave/distinfo         |   7 -------
 cad/gwave/patches/patch-aa |  19 -------------------
 doc/CHANGES-2016           |   3 ++-
 7 files changed, 3 insertions(+), 102 deletions(-)

diffs (150 lines):

diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/Makefile
--- a/cad/Makefile      Fri Sep 16 09:42:25 2016 +0000
+++ b/cad/Makefile      Fri Sep 16 10:31:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2016/08/30 10:39:33 plunky Exp $
+# $NetBSD: Makefile,v 1.87 2016/09/16 10:31:59 wiz Exp $
 #
 
 COMMENT=       CAD tools
@@ -32,7 +32,6 @@
 SUBDIR+=       gtk1-wcalc
 SUBDIR+=       gtk2-wcalc
 SUBDIR+=       gtkwave
-SUBDIR+=       gwave
 SUBDIR+=       kicad
 SUBDIR+=       kicad-doc
 SUBDIR+=       kicad-footprints
diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/gwave/DESCR
--- a/cad/gwave/DESCR   Fri Sep 16 09:42:25 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-Gwave is a viewer for spice-like simulator output and other analog data
-
-Gwave can read several file formats.  It attempts to guess file formats
-based on filename, and then tries all file formats until one succeeds.
-These file formats are known:
-
-CAzM transient output (*.[BNW])
-HSPICE binary and ascii formats (*.tr0, *.sw0, *.ac0)
-Spice2 and Spice3 "raw" output  (*.raw)
-An ascii format with whitespace-separated columns and column headings,
-such as that produced by ACS (Al's circuit simulator). (*.acs, *.asc, *.ascii)
-
-The "Export Postscript" and "Export PNM" options on the main File menu
-provide the rudiments of output for inclusion in other
-documentation.  They and simply write out files called gwave_out.ps and
-gwave_out.pnm into the current directory.  In the future, a dialog box
-will allow configuring the print and export output.
diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/gwave/Makefile
--- a/cad/gwave/Makefile        Fri Sep 16 09:42:25 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.67 2016/09/15 14:32:40 wiz Exp $
-#
-
-DISTNAME=      gwave2-20090213
-PKGNAME=       ${DISTNAME:S/gwave2/gwave/}
-PKGREVISION=   22
-CATEGORIES=    cad
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gwave/}
-
-MAINTAINER=    dmcmahill%NetBSD.org@localhost
-HOMEPAGE=      http://gwave.sourceforge.net/
-COMMENT=       Viewer for spice-like simulator output and other analog data
-LICENSE=       gnu-gpl-v2
-
-MAKE_JOBS_SAFE=                no
-
-GNU_CONFIGURE= YES
-USE_LIBTOOL=   yes
-USE_TOOLS+=    perl pkg-config
-
-CONFIGURE_ENV+=        GRAPH=${BUILDLINK_PREFIX.plotutils}/bin/graph
-
-LDFLAGS.DragonFly=     -lX11
-LDFLAGS.SunOS+=                -lX11
-
-# make this file get rebuilt in a way that gcc3 can deal with
-#post-extract:
-#      ${RM} ${WRKSRC}/src/init_scheme_string.c
-
-.include "../../devel/guile-gnome/buildlink3.mk"
-.include "../../graphics/plotutils/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/gwave/PLIST
--- a/cad/gwave/PLIST   Fri Sep 16 09:42:25 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2011/05/19 03:28:34 dmcmahill Exp $
-bin/gwave
-bin/gwave-exec
-bin/gwaverepl
-bin/sp2sp
-bin/sweepsplit
-share/guile/app/gwave/cmds.scm
-share/guile/app/gwave/dynlink.scm
-share/guile/app/gwave/export-gnugraph.scm
-share/guile/app/gwave/export-gnuplot.scm
-share/guile/app/gwave/export.scm
-share/guile/app/gwave/extra-menus.scm
-share/guile/app/gwave/globals.scm
-share/guile/app/gwave/gtk-helpers.scm
-share/guile/app/gwave/gwave-config.scm
-share/guile/app/gwave/gwave-startup.scm
-share/guile/app/gwave/minimal.scm
-share/guile/app/gwave/std-args.scm
-share/guile/app/gwave/std-menus.scm
-share/guile/app/gwave/std-toolbar.scm
-share/guile/app/gwave/system.gwaverc
-share/guile/app/gwave/utils.scm
-share/guile/app/gwave/visiblewave-ops.scm
diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/gwave/distinfo
--- a/cad/gwave/distinfo        Fri Sep 16 09:42:25 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 00:21:17 agc Exp $
-
-SHA1 (gwave2-20090213.tar.gz) = f0a544f4b356633a7c73fe486f5cb76a6731fb72
-RMD160 (gwave2-20090213.tar.gz) = c1411f79d511f8d7e2e0492372137a2def18ff7e
-SHA512 (gwave2-20090213.tar.gz) = 9b39ed2923901af18253abe8e3ae1a6f71a660e31181dce31b0d784eb1dd0800a31ff48158b2c68555fcd268029e20295e87626e8e1d4cebc236b3863fe25e8c
-Size (gwave2-20090213.tar.gz) = 403957 bytes
-SHA1 (patch-aa) = 2125f457fccd9f57f700a46852393ae0688be71d
diff -r 3f82d7e1cb5f -r d901b128a6a2 cad/gwave/patches/patch-aa
--- a/cad/gwave/patches/patch-aa        Fri Sep 16 09:42:25 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2007/11/15 23:53:48 dmcmahill Exp $
-
-- fix __inline__ which sunpro doesn't like
-
---- src/scwm_guile.c.orig      2005-12-23 05:07:36.000000000 +0000
-+++ src/scwm_guile.c
-@@ -42,6 +42,12 @@
- #include "dmalloc.h"
- #endif
- 
-+#ifndef __GNUC__
-+#ifndef __inline__
-+#define __inline__ 
-+#endif
-+#endif
-+
- extern char *prog_name;
- 
- XSCM_HOOK(error_hook, "error-hook", 5, (SCM a, SCM b, SCM c, SCM d, SCM e),
diff -r 3f82d7e1cb5f -r d901b128a6a2 doc/CHANGES-2016
--- a/doc/CHANGES-2016  Fri Sep 16 09:42:25 2016 +0000
+++ b/doc/CHANGES-2016  Fri Sep 16 10:31:59 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2016,v 1.3833 2016/09/16 06:50:52 adam Exp $
+$NetBSD: CHANGES-2016,v 1.3834 2016/09/16 10:31:59 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2016:
 
@@ -5409,3 +5409,4 @@
        Updated textproc/wdiff to 1.2.2nb1 [wiz 2016-09-16]
        Added databases/mysql57-client version 5.7.15 [adam 2016-09-16]
        Added databases/mysql57-server version 5.7.15 [adam 2016-09-16]
+       Removed cad/gwave [wiz 2016-09-16]



Home | Main Index | Thread Index | Old Index