diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 21:39:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 21:39:43 +0800 |
commit | f66a018ca938f59365e68076acd6a940d24790d6 (patch) | |
tree | e392caa5ad973eba81f17e8b8ccd1c8c7a50b0ef /cad | |
parent | 5a1e8fcb568df4312f3798fe22220b418b423c4d (diff) | |
download | freebsd-ports-gnome-f66a018ca938f59365e68076acd6a940d24790d6.tar.gz freebsd-ports-gnome-f66a018ca938f59365e68076acd6a940d24790d6.tar.zst freebsd-ports-gnome-f66a018ca938f59365e68076acd6a940d24790d6.zip |
Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest user
Approved by: gnome (implicit)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/gwave/Makefile | 63 | ||||
-rw-r--r-- | cad/gwave/distinfo | 2 | ||||
-rw-r--r-- | cad/gwave/files/patch-utilities_gwave-doc-snarf.in | 10 | ||||
-rw-r--r-- | cad/gwave/files/patch-wavefile.c | 10 | ||||
-rw-r--r-- | cad/gwave/pkg-descr | 19 | ||||
-rw-r--r-- | cad/gwave/pkg-plist | 54 |
7 files changed, 0 insertions, 159 deletions
diff --git a/cad/Makefile b/cad/Makefile index 24e51f41cb8a..eab16e53707a 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -42,7 +42,6 @@ SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave - SUBDIR += gwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile deleted file mode 100644 index 7c3094a80190..000000000000 --- a/cad/gwave/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: Duncan Barclay <dmlb@dmlb.org> -# $FreeBSD$ - -PORTNAME= gwave -PORTVERSION= 20080127 -PORTREVISION= 6 -CATEGORIES= cad -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Waveform viewer for analogue electronic simulation tools - -LICENSE= GPLv2 - -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ - guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk - -OPTIONS_DEFINE= PLOTUTILS GNUPLOT DOCS EXAMPLES -OPTIONS_DEFAULT=GNUPLOT -PLOTUTILS_DESC= Enable plotting using plotutils - -USE_GNOME= gtk12 -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAN1= sp2sp.1 - -DOCFILES= Guile.notes \ - gwave-concepts.txt \ - gwave-hooks.txt \ - gwave-procedures.txt \ - gwave-variables.txt \ - hspice-output.txt \ - hspice.txt \ - spice3.txt - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPLOTUTILS} -RUN_DEPENDS+= graph:${PORTSDIR}/graphics/plotutils -.endif - -.if ${PORT_OPTIONS:MGNUPLOT} -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR} -.endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/cad/gwave/distinfo b/cad/gwave/distinfo deleted file mode 100644 index 31e42c8d4c6d..000000000000 --- a/cad/gwave/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gwave-20080127.tar.gz) = 1715b097f5cca250095656d95944bcb8c276f02c375c09627f7ca0c03eca036c -SIZE (gwave-20080127.tar.gz) = 430053 diff --git a/cad/gwave/files/patch-utilities_gwave-doc-snarf.in b/cad/gwave/files/patch-utilities_gwave-doc-snarf.in deleted file mode 100644 index 2dde16af49f6..000000000000 --- a/cad/gwave/files/patch-utilities_gwave-doc-snarf.in +++ /dev/null @@ -1,10 +0,0 @@ ---- utilities/gwave-doc-snarf.in.orig 2008-03-02 16:17:12.000000000 -0500 -+++ utilities/gwave-doc-snarf.in 2008-03-02 16:17:22.000000000 -0500 -@@ -9,6 +9,7 @@ - (ice-9 common-list) - (ice-9 format) - (ice-9 regex) -+ (ice-9 rdelim) - (srfi srfi-13)) - - (debug-enable 'debug 'backtrace) diff --git a/cad/gwave/files/patch-wavefile.c b/cad/gwave/files/patch-wavefile.c deleted file mode 100644 index 8e902842be9d..000000000000 --- a/cad/gwave/files/patch-wavefile.c +++ /dev/null @@ -1,10 +0,0 @@ ---- spicefile/wavefile.c~ Sun Jun 16 12:16:05 2002 -+++ spicefile/wavefile.c Sun Jun 16 12:01:26 2002 -@@ -32,6 +32,7 @@ - - - #ifdef HAVE_POSIX_REGEXP -+#include <sys/types.h> - #include <regex.h> - #define REGEXP_T regex_t - #define regexp_test(c,s) (regexec((c), (s), 0, NULL, 0) == 0) diff --git a/cad/gwave/pkg-descr b/cad/gwave/pkg-descr deleted file mode 100644 index 495925ecb14a..000000000000 --- a/cad/gwave/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Gwave is a waveform viewer. Its purpose is for viewing analog data, -such as the output from Spice-like simulations. - -Gwave can read binary or ascii files written by HSpice from transient, -AC, or Sweep analyses, "raw" files written by Spice2, Spice3, or -ngspice, and transient analysis files from the CAzM simulator. It can -also read a generic tabular ASCII format suitable for use with ACS or -homegrown tools. - -It supports multiple "panels" (graticlules) with multiple variables -displayed in each. Two vertical-bar cursors are available for -time-difference measurements. Multiple files can be loaded, for -comparing the results of several simulations. - -Much of Gwave's user interface is written in the Guile extension -language and is therefore easily extensible for custom applications -without recompilation. - -WWW: http://gwave.sourceforge.net/ diff --git a/cad/gwave/pkg-plist b/cad/gwave/pkg-plist deleted file mode 100644 index 2ee9765c4be4..000000000000 --- a/cad/gwave/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/gwave -bin/gwave-exec -bin/gwaverepl -bin/sp2sp -bin/sweepsplit -%%PORTDOCS%%%%DOCSDIR%%/Guile.notes -%%PORTDOCS%%%%DOCSDIR%%/gwave-concepts.txt -%%PORTDOCS%%%%DOCSDIR%%/gwave-hooks.txt -%%PORTDOCS%%%%DOCSDIR%%/gwave-procedures.txt -%%PORTDOCS%%%%DOCSDIR%%/gwave-variables.txt -%%PORTDOCS%%%%DOCSDIR%%/hspice-output.txt -%%PORTDOCS%%%%DOCSDIR%%/hspice.txt -%%PORTDOCS%%%%DOCSDIR%%/spice3.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aoi.W -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aoi.W.tr0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diffpair.braw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diffpair.sp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lpf.ac0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lpf.sp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nand.N.tr0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nisrc.N.sw0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pd1.N.tr0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pd2.N -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickAC.ac0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickINV.tr0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickTRAN.tr0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rcsq.raw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rcsq.sp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test1.tr0.binary -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tlong.tr0.9601 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tpwl.acs -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 -@dirrm share/guile/app/gwave -@dirrmtry share/guile/app -@dirrmtry share/guile -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |