mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest user
Approved by: gnome (implicit)
This commit is contained in:
parent
2dd2a167f3
commit
65bf36e901
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329456
2
MOVED
2
MOVED
@ -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
|
||||
|
@ -42,7 +42,6 @@
|
||||
SUBDIR += gplcver
|
||||
SUBDIR += gspiceui
|
||||
SUBDIR += gtkwave
|
||||
SUBDIR += gwave
|
||||
SUBDIR += impact
|
||||
SUBDIR += irsim
|
||||
SUBDIR += iverilog
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gwave-20080127.tar.gz) = 1715b097f5cca250095656d95944bcb8c276f02c375c09627f7ca0c03eca036c
|
||||
SIZE (gwave-20080127.tar.gz) = 430053
|
@ -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)
|
@ -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)
|
@ -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/
|
@ -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%%
|
@ -70,7 +70,6 @@
|
||||
SUBDIR += gtksourceview3-reference
|
||||
SUBDIR += gtksourceviewmm3
|
||||
SUBDIR += gtkunique
|
||||
SUBDIR += guile-gtk
|
||||
SUBDIR += hippo-canvas
|
||||
SUBDIR += hs-GLURaw
|
||||
SUBDIR += hs-GLUT
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (guile-gtk-0.60.tar.gz) = d1abec5b47220acbfb85a59885167799ea3e6151b6f3706964659f48f21258be
|
||||
SIZE (guile-gtk-0.60.tar.gz) = 752981
|
@ -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
|
||||
|
@ -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)
|
@ -1,3 +0,0 @@
|
||||
GUILE binding library for GTK+
|
||||
|
||||
WWW: http://www.gnu.org/software/guile-gtk/
|
@ -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
|
Loading…
Reference in New Issue
Block a user