aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
commitbe797c2492fd6d9a45de00df2e9cb437216171c9 (patch)
treef380eb835636ea46f729548c26caa759330e5e6e /editors
parent5b8459a178f52b1e3ae5aee040632dd527646b00 (diff)
downloadports-be797c2492fd6d9a45de00df2e9cb437216171c9.tar.gz
ports-be797c2492fd6d9a45de00df2e9cb437216171c9.zip
Remove ports which expired on 2005-06-01 (no pending PRs, either)
Notes
Notes: svn path=/head/; revision=136727
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/gxedit/Makefile54
-rw-r--r--editors/gxedit/distinfo2
-rw-r--r--editors/gxedit/files/patch-aa24
-rw-r--r--editors/gxedit/files/patch-ab66
-rw-r--r--editors/gxedit/files/patch-ac18
-rw-r--r--editors/gxedit/files/patch-ad24
-rw-r--r--editors/gxedit/files/patch-ae14
-rw-r--r--editors/gxedit/pkg-descr1
-rw-r--r--editors/gxedit/pkg-plist16
10 files changed, 0 insertions, 220 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 38d1fed64c4e..a81fd9e80e58 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -73,7 +73,6 @@
SUBDIR += gnuserv
SUBDIR += gnuserv-emacs20
SUBDIR += gphpedit
- SUBDIR += gxedit
SUBDIR += hexcurse
SUBDIR += hexedit
SUBDIR += hexpert
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile
deleted file mode 100644
index 058c240335f8..000000000000
--- a/editors/gxedit/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: gxedit
-# Date created: 01 Jul 1998
-# Whom: Dom Mitchell <dom@happygiraffe.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gxedit
-PORTVERSION= 1.23
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= # http://www.cyberspace.org/~elfguy00/
-DISTNAME= GXedit-${PORTVERSION}
-
-MAINTAINER= dom@happygiraffe.net
-COMMENT= A simple GTK+ editor
-
-DEPRECATED= "project no longer exists"
-EXPIRATION_DATE=2005-06-01
-
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GNOME= gtk12
-WRKSRC= ${WRKDIR}/GXedit${PORTVERSION}
-
-ALL_TARGET= gxedit
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN= "Does not compile on alpha 5.x"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gtk-shell ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/ftp.sh ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/ftp-ls.sh ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/ftp-put.sh ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/gxedit/
-.for i in popmail.scr traceroute.scr userinfo.scr www.scr
- ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gxedit
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/gxedit/
-.for i in charmap.txt manual.ps manual.txt quickref.ps quickref.txt
- ${INSTALL_DATA} ${WRKSRC}/docs/$i ${PREFIX}/share/doc/gxedit/
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/editors/gxedit/distinfo b/editors/gxedit/distinfo
deleted file mode 100644
index bbff6817c00e..000000000000
--- a/editors/gxedit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (GXedit-1.23.tar.gz) = afbd834a2fbb73b598e600f23655c13d
-SIZE (GXedit-1.23.tar.gz) = 205221
diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa
deleted file mode 100644
index d4e7e3c0de27..000000000000
--- a/editors/gxedit/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- config.h.orig Fri Mar 19 16:39:48 1999
-+++ config.h Mon Apr 5 17:16:37 1999
-@@ -1,7 +1,7 @@
- /* configuration file - precompile options */
-
- #define USE_NET
--#undef BG_ON_START
-+#define BG_ON_START
- #define GTK_1_1
- #undef GTKEDITOR_PATCH
-
-@@ -77,9 +77,9 @@
- /* paths */
-
- #define NETSCAPE "/usr/local/bin/netscape -remote"
--#define EMACS "/usr/bin/emacs"
--#define DES "/bin/des"
--#define IDEA "/bin/idea"
-+#define EMACS "%%LOCALBASE%%/bin/emacs"
-+#define DES "%%LOCALBASE%%/bin/des"
-+#define IDEA "%%LOCALBASE%%/bin/idea"
- #define XTERM "/usr/X11R6/bin/xterm"
- #define AWK "awk"
- #define SED "sed"
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab
deleted file mode 100644
index 8fbaa5ec96fd..000000000000
--- a/editors/gxedit/files/patch-ab
+++ /dev/null
@@ -1,66 +0,0 @@
---- Makefile.orig Fri Mar 19 15:01:49 1999
-+++ Makefile Sat Jul 1 16:25:24 2000
-@@ -3,12 +3,13 @@
- INSTALL_DIR = /usr/X11R6/bin/
- DOCS = /usr/doc
- SHARE = /usr/share
--CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.23\"
-+CFLAGS ?= -O2
-+CFLAGS += `$(GTK_CONFIG) --cflags` -I. -DVERSION=\"1.23\"
- GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.6 -I../gtkeditor-0.0.6/gtkeditor
--LIBS = `gtk-config --libs`
-+LIBS = `$(GTK_CONFIG) --libs`
- OBJS = gxedit.o net.o utils.o
- GTKEDITOR_OBJS = ../gtkeditor-0.0.6/gtkeditor/gtkeditor.o ../gtkeditor-0.0.6/regex/regex.o -L../gtkeditor-0.0.6 -lgtkeditor -lregex -lguile -ldl -ltermcap
--CC = gcc
-+CC ?= gcc
-
- all:
- @echo "Use ./setup"
-@@ -23,8 +24,7 @@
- $(CC) $(CFLAGS) -c utils.c
- $(CC) $(CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(LIBS)
- @(rm -f ./.chk_config)
-- (cd xproc-src; make BIN_DIR=../; cd ..)
-- (cd gtk-shell-src; make BIN_DIR=../; cd ..)
-+ (cd gtk-shell-src; $(MAKE) BIN_DIR=../; cd ..)
-
- gxe-with-gtkeditor:
- $(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c gxedit.c
-@@ -32,19 +32,18 @@
- $(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c utils.c
- $(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(GTKEDITOR_OBJS) $(LIBS)
- @(rm -f ./.chk_config)
-- (cd xproc-src; make BIN_DIR=../; cd ..)
-- (cd gtk-shell-src; make BIN_DIR=../; cd ..)
-+ (cd gtk-shell-src; $(MAKE) BIN_DIR=../; cd ..)
-
- say:
-- (cd access; make BIN_DIR=../)
-+ (cd access; $(MAKE) BIN_DIR=../)
-
- say-install:
- $(INSTALL) -m 0755 say $(INSTALL_DIR)say
-
- clean:
- rm -f *.o $(BIN_DIR)gxedit $(BIN_DIR)say $(BIN_DIR)xproc $(BIN_DIR)gtk-shell $(BIN_DIR)libbabel.a *.log core
-- (cd gtk-shell-src; make clean; cd ..)
-- (cd xproc-src; make clean; cd ..)
-+ (cd gtk-shell-src; $(MAKE) clean; cd ..)
-+ (cd xproc-src; $(MAKE) clean; cd ..)
-
- install:
- $(INSTALL) -m 0755 $(BIN_DIR)gxedit $(INSTALL_DIR)gxedit
-@@ -75,9 +74,9 @@
- $(CC) $(CFLAGS) -c net.c
- $(CC) $(CFLAGS) -c utils.c
- $(CC) $(CFLAGS) -o gxedit $(OBJS) -L/usr/local/lib -L/usr/X11R6/lib /usr/lib/libgtk.a /usr/lib/libgdk.a /usr/lib/libglib.a /usr/lib/libgmodule.a -lXext -lX11 -lm -ldl
-- (cd xproc-src; make distro BIN_DIR=../; cd ..)
-- (cd gtk-shell-src; make distro BIN_DIR=../; cd ..)
-- (cd access; make BIN_DIR=../; cd ..)
-+ (cd xproc-src; $(MAKE) distro BIN_DIR=../; cd ..)
-+ (cd gtk-shell-src; $(MAKE) distro BIN_DIR=../; cd ..)
-+ (cd access; $(MAKE) BIN_DIR=../; cd ..)
- mv say dist/
- mv gxedit dist/
- mv xproc dist/
diff --git a/editors/gxedit/files/patch-ac b/editors/gxedit/files/patch-ac
deleted file mode 100644
index e67e7e18ce8a..000000000000
--- a/editors/gxedit/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- gxedit.c.orig Sat Mar 6 13:13:34 1999
-+++ gxedit.c Sat Mar 6 13:14:57 1999
-@@ -7281,6 +7281,7 @@
- if(tooltips)
- gtk_tooltips_set_tip(tips, menuitem, "HTML reference", "");
-
-+/*
- menuitem = gtk_menu_item_new_with_label("System information");
- gtk_menu_append(GTK_MENU(menu), menuitem);
- gtk_signal_connect_object(GTK_OBJECT(menuitem), "activate",
-@@ -7288,6 +7289,7 @@
- gtk_widget_show(menuitem);
- if(tooltips)
- gtk_tooltips_set_tip(tips, menuitem, "Run Xproc", "");
-+*/
-
- menuitem = gtk_menu_item_new_with_label("About GXedit");
- gtk_menu_append(GTK_MENU(menu), menuitem);
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad
deleted file mode 100644
index c1e30fdae343..000000000000
--- a/editors/gxedit/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- ftp-ls.sh.orig Sat Mar 6 13:15:14 1999
-+++ ftp-ls.sh Sat Mar 6 13:15:38 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp.sh output_file host directory user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $4 $5
---- ftp-put.sh.orig Sat Mar 6 13:15:45 1999
-+++ ftp-put.sh Sat Mar 6 13:15:54 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp-put.sh output_file host directory remote_file local_file user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $6 $7
---- ftp.sh.orig Sat Mar 6 14:27:12 1999
-+++ ftp.sh Sat Mar 6 14:27:17 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp.sh output_file host directory remote_file local_file user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $6 $7
diff --git a/editors/gxedit/files/patch-ae b/editors/gxedit/files/patch-ae
deleted file mode 100644
index f80887de5048..000000000000
--- a/editors/gxedit/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- gtk-shell-src/Makefile.orig Fri Mar 19 16:38:47 1999
-+++ gtk-shell-src/Makefile Mon Apr 5 17:08:12 1999
-@@ -1,7 +1,8 @@
- BIN_DIR =
--CFLAGS = `gtk-config --cflags` -O -I. -Wall
--LIBS = `gtk-config --libs`
--CC = gcc
-+CFLAGS ?= -O2
-+CFLAGS += `$(GTK_CONFIG) --cflags` -I.
-+LIBS = `$(GTK_CONFIG) --libs`
-+CC ?= gcc
-
- all:
- $(CC) $(CFLAGS) -o $(BIN_DIR)gtk-shell gtk-shell.c $(LIBS)
diff --git a/editors/gxedit/pkg-descr b/editors/gxedit/pkg-descr
deleted file mode 100644
index afd531cf9eaf..000000000000
--- a/editors/gxedit/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A Simple GTK+ editor.
diff --git a/editors/gxedit/pkg-plist b/editors/gxedit/pkg-plist
deleted file mode 100644
index 3f1b6130e175..000000000000
--- a/editors/gxedit/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/ftp-ls.sh
-bin/ftp-put.sh
-bin/ftp.sh
-bin/gtk-shell
-bin/gxedit
-%%DATADIR%%/popmail.scr
-%%DATADIR%%/traceroute.scr
-%%DATADIR%%/userinfo.scr
-%%DATADIR%%/www.scr
-%%DOCSDIR%%/charmap.txt
-%%DOCSDIR%%/manual.ps
-%%DOCSDIR%%/manual.txt
-%%DOCSDIR%%/quickref.ps
-%%DOCSDIR%%/quickref.txt
-@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%