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 | |
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)
-rw-r--r-- | MOVED | 2 | ||||
-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 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 32 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/files/patch-aa | 10 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/files/patch-guile-gtk.c | 19 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/pkg-plist | 37 |
15 files changed, 2 insertions, 263 deletions
@@ -4982,3 +4982,5 @@ comms/umcs784||2013-10-03|Outdated, included in base system as umcs(4) graphics/libwpg01|graphics/libwpg|2013-10-04|Outdated, consider using a new version textproc/libwpd08|textproc/libwpd|2013-10-04|Outdated, consider using a new version net-mgmt/nrpe2|net-mgmt/nrpe|2013-10-04|Reflect the real portname +cad/gwave||2013-10-05|Depends on guile-gtk which is EOLed +x11-toolkits/guile-gtk||2013-10-05|EOLed upstream for very long 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%% diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index cda04a53e1ad..4076c3e1ee6c 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -70,7 +70,6 @@ SUBDIR += gtksourceview3-reference SUBDIR += gtksourceviewmm3 SUBDIR += gtkunique - SUBDIR += guile-gtk SUBDIR += hippo-canvas SUBDIR += hs-GLURaw SUBDIR += hs-GLUT diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile deleted file mode 100644 index 6127a963dd0e..000000000000 --- a/x11-toolkits/guile-gtk/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Matt Braithwaite <mab@red-bean.com> -# $FreeBSD$ -# $MCom: ports/x11-toolkits/guile-gtk/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ - -PORTNAME= guile-gtk -PORTVERSION= 0.60 -PORTREVISION= 9 -CATEGORIES= x11-toolkits scheme -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Guile binding library for GTK+ - -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile - -USE_GMAKE= yes -USE_GNOME= ltverhack gdkpixbuf libglade -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-gtkgl=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -INFO= guile-gtk - -NO_STAGE= yes -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|gtk-1\.2/||g' - -.include <bsd.port.mk> diff --git a/x11-toolkits/guile-gtk/distinfo b/x11-toolkits/guile-gtk/distinfo deleted file mode 100644 index 4ac6e2bf4b87..000000000000 --- a/x11-toolkits/guile-gtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (guile-gtk-0.60.tar.gz) = d1abec5b47220acbfb85a59885167799ea3e6151b6f3706964659f48f21258be -SIZE (guile-gtk-0.60.tar.gz) = 752981 diff --git a/x11-toolkits/guile-gtk/files/patch-aa b/x11-toolkits/guile-gtk/files/patch-aa deleted file mode 100644 index 034254596eb8..000000000000 --- a/x11-toolkits/guile-gtk/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- gtk-threads.c.orig Thu Nov 30 09:22:53 2000 -+++ gtk-threads.c Wed Feb 28 10:40:06 2001 -@@ -244,3 +244,7 @@ - -+#ifdef __FreeBSD__ -+ timed_out = (result == ETIMEDOUT); -+#else - timed_out = (result == ETIME); -+#endif - diff --git a/x11-toolkits/guile-gtk/files/patch-guile-gtk.c b/x11-toolkits/guile-gtk/files/patch-guile-gtk.c deleted file mode 100644 index b38607b0856e..000000000000 --- a/x11-toolkits/guile-gtk/files/patch-guile-gtk.c +++ /dev/null @@ -1,19 +0,0 @@ ---- guile-gtk.c.orig Wed Apr 30 23:26:36 2003 -+++ guile-gtk.c Wed Apr 30 23:27:57 2003 -@@ -19,6 +19,7 @@ - #include <string.h> - #include <config.h> - #include <assert.h> -+#include <sys/types.h> - #ifdef GTK_2_0 - #include <gtk-2.0/gtk/gtk.h> - #include <gtk-2.0/gdk/gdkprivate.h> -@@ -44,6 +45,8 @@ - #ifndef SCM_VECTOR_SET - #define SCM_VECTOR_SET(obj,i,v) (SCM_VELTS(obj)[i]=(v)) - #endif -+ -+typedef unsigned long ulong; - - static SCM - sgtk_make_cell (scm_t_bits word0, scm_t_bits word1) diff --git a/x11-toolkits/guile-gtk/pkg-descr b/x11-toolkits/guile-gtk/pkg-descr deleted file mode 100644 index 73fa3c40f06a..000000000000 --- a/x11-toolkits/guile-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GUILE binding library for GTK+ - -WWW: http://www.gnu.org/software/guile-gtk/ diff --git a/x11-toolkits/guile-gtk/pkg-plist b/x11-toolkits/guile-gtk/pkg-plist deleted file mode 100644 index 03f078bfe807..000000000000 --- a/x11-toolkits/guile-gtk/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/build-guile-gtk -bin/build-guile-gtk-1.2 -include/guile-gtk.h -lib/libguilegdkpixbuf-1.2.a -lib/libguilegdkpixbuf-1.2.la -lib/libguilegdkpixbuf-1.2.so -lib/libguilegdkpixbuf-1.2.so.0 -lib/libguileglade-1.2.a -lib/libguileglade-1.2.la -lib/libguileglade-1.2.so -lib/libguileglade-1.2.so.0 -lib/libguilegtk-1.2.a -lib/libguilegtk-1.2.la -lib/libguilegtk-1.2.so -lib/libguilegtk-1.2.so.0 -%%DATADIR%%/gdk-1.2.defs -%%DATADIR%%/gdk-pixbuf.defs -%%DATADIR%%/glade.defs -%%DATADIR%%/gtk-1.2.defs -share/guile/gtk-1.2/config.scm -share/guile/gtk-1.2/dynlink.scm -share/guile/gtk-1.2/gdk-pixbuf.scm -share/guile/gtk-1.2/gdk.scm -share/guile/gtk-1.2/glade.scm -share/guile/gtk-1.2/gtk.scm -share/guile/gtk-1.2/repl.scm -share/guile/gtk-1.2/threads.scm -share/guile/gtk/config.scm -share/guile/gtk/dynlink.scm -share/guile/gtk/gdk.scm -share/guile/gtk/gtk.scm -share/guile/gtk/repl.scm -share/guile/gtk/threads.scm -@dirrm %%DATADIR%% -@dirrm share/guile/gtk-1.2 -@dirrm share/guile/gtk -@dirrm share/guile |