aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 13:39:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 13:39:43 +0000
commit65bf36e901a77c9843c0812c9ad1dbbaee8a9c81 (patch)
treee392caa5ad973eba81f17e8b8ccd1c8c7a50b0ef /cad
parent2dd2a167f35938e8e6737df615d8fb75ac6a3e40 (diff)
downloadports-65bf36e901a77c9843c0812c9ad1dbbaee8a9c81.tar.gz
ports-65bf36e901a77c9843c0812c9ad1dbbaee8a9c81.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/gwave/Makefile63
-rw-r--r--cad/gwave/distinfo2
-rw-r--r--cad/gwave/files/patch-utilities_gwave-doc-snarf.in10
-rw-r--r--cad/gwave/files/patch-wavefile.c10
-rw-r--r--cad/gwave/pkg-descr19
-rw-r--r--cad/gwave/pkg-plist54
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%%