diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-05 18:13:34 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-05 18:13:34 +0000 |
commit | 59ee8c076c5349c77958d21ef681107f8b0c0865 (patch) | |
tree | 1eebd0a6e8981fbef17a40c28e13d4ae2161e4a9 /editors | |
parent | 535e34df49ef60a27a8c69fc09f91797b100516a (diff) | |
download | FreeBSD-ports-59ee8c076c5349c77958d21ef681107f8b0c0865.zip FreeBSD-ports-59ee8c076c5349c77958d21ef681107f8b0c0865.tar.gz |
2007-01-01 devel/kasm: Buggy and unmaintained, use devel/hptools instead
2007-01-04 devel/py-getargs: distfile and homepage disappeared
2007-01-04 devel/pyumlgraph: distfile and homepage disappeared
2007-01-04 editors/beaver: distfile disappeared from homepage
2007-01-04 editors/dte: distfile and homepage disappeared
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | editors/beaver/Makefile | 33 | ||||
-rw-r--r-- | editors/beaver/distinfo | 3 | ||||
-rw-r--r-- | editors/beaver/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | editors/beaver/files/patch-src::conf.c | 74 | ||||
-rw-r--r-- | editors/beaver/files/patch-src::search.c | 51 | ||||
-rw-r--r-- | editors/beaver/pkg-descr | 13 | ||||
-rw-r--r-- | editors/beaver/pkg-plist | 4 | ||||
-rw-r--r-- | editors/dte/Makefile | 36 | ||||
-rw-r--r-- | editors/dte/distinfo | 3 | ||||
-rw-r--r-- | editors/dte/files/patch-aa | 25 | ||||
-rw-r--r-- | editors/dte/files/patch-ab | 11 | ||||
-rw-r--r-- | editors/dte/pkg-descr | 9 |
13 files changed, 0 insertions, 275 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0247e6f..973ddd9 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -14,7 +14,6 @@ SUBDIR += asedit SUBDIR += axe SUBDIR += beav - SUBDIR += beaver SUBDIR += bed SUBDIR += biew SUBDIR += bitedit @@ -35,7 +34,6 @@ SUBDIR += dedit SUBDIR += doxymacs SUBDIR += drjava - SUBDIR += dte SUBDIR += e3 SUBDIR += e93 SUBDIR += edith diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile deleted file mode 100644 index 53ad073..0000000 --- a/editors/beaver/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: beaver -# Date created: 11 Apr 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= beaver -PORTVERSION= 0.3.1 -PORTREVISION= 8 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ - http://gnu.rtin.bz/ftp/savannah/files/beaver/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A programmer's text editor for GTK+ 2.0 - -DEPRECATED= distfile disappeared from homepage -EXPIRATION_DATE= 2007-01-04 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnomeprefix gtk20 gtksourceview lthack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' - -.include <bsd.port.mk> diff --git a/editors/beaver/distinfo b/editors/beaver/distinfo deleted file mode 100644 index 0e0ab83..0000000 --- a/editors/beaver/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (beaver-0.3.1.tar.gz) = b7281a4e9a4a802111aa2854fa5e7541 -SHA256 (beaver-0.3.1.tar.gz) = 637dde16dbe693c542933a0f1cbf3c4686c61c6268282d02e2499c6ba59b541a -SIZE (beaver-0.3.1.tar.gz) = 473502 diff --git a/editors/beaver/files/patch-Makefile.in b/editors/beaver/files/patch-Makefile.in deleted file mode 100644 index 7a1c028..0000000 --- a/editors/beaver/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Jun 17 16:36:06 2003 -+++ Makefile.in Tue Jun 17 16:36:19 2003 -@@ -148,7 +148,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = m4 src po intl -+SUBDIRS = m4 intl src po - EXTRA_DIST = \ - ABOUT-NLS \ - BUGS \ diff --git a/editors/beaver/files/patch-src::conf.c b/editors/beaver/files/patch-src::conf.c deleted file mode 100644 index e1e5e3e..0000000 --- a/editors/beaver/files/patch-src::conf.c +++ /dev/null @@ -1,74 +0,0 @@ ---- src/conf.c.orig Tue Mar 15 02:40:04 2004 -+++ src/conf.c Tue Mar 15 02:40:07 2004 -@@ -183,6 +183,7 @@ - t_conf conf; - gint ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -198,6 +199,7 @@ - t_conf conf; - gint ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -213,6 +215,7 @@ - t_conf conf; - gboolean ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -231,6 +234,7 @@ - t_conf conf; - gboolean ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -249,6 +253,7 @@ - t_conf conf; - gchar *ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -266,6 +271,7 @@ - t_conf conf; - gchar *ret_val; - -+ bzero( &conf, sizeof(conf) ); - if (get_conf(key, &conf)) - { - free_conf(&conf); -@@ -386,6 +392,7 @@ - { - t_conf conf; - -+ bzero( &conf, sizeof(conf) ); - conf.line = g_strdup_printf("%d", value); - if (set_conf(key, &conf)) - { -@@ -400,6 +407,7 @@ - { - t_conf conf; - -+ bzero( &conf, sizeof(conf) ); - if (value) - conf.line = g_strdup("TRUE"); - else -@@ -417,6 +425,7 @@ - { - t_conf conf; - -+ bzero( &conf, sizeof(conf) ); - conf.line = g_strdup(value); - if (set_conf(key, &conf)) - { diff --git a/editors/beaver/files/patch-src::search.c b/editors/beaver/files/patch-src::search.c deleted file mode 100644 index 55c613b..0000000 --- a/editors/beaver/files/patch-src::search.c +++ /dev/null @@ -1,51 +0,0 @@ ---- src/search.c.orig Tue Jun 17 16:18:40 2003 -+++ src/search.c Tue Jun 17 16:25:24 2003 -@@ -31,7 +31,7 @@ - #include <sys/types.h> - #include <sys/wait.h> - #include <unistd.h> --#include <wordexp.h> -+#include <glob.h> - #include "tools.h" - #include "editor.h" - #include "struct.h" -@@ -375,7 +375,7 @@ - static gchar **get_files_for_search (const gchar *directory, const gchar *regexp, gint pre) - { - gchar **answer; -- wordexp_t word; -+ glob_t word; - - START_FCN - -@@ -387,8 +387,8 @@ - */ - chdir (directory); - -- word.we_offs = pre; -- if (wordexp (regexp, &word, WRDE_DOOFFS)) -+ word.gl_offs = pre; -+ if (glob (regexp, GLOB_DOOFFS, NULL, &word)) - { - gint i; - -@@ -408,15 +408,15 @@ - - /* fill out our array with results */ - answer = g_malloc (sizeof (gchar *) * -- (word.we_wordc + word.we_offs + 1)); -- for (i = word.we_offs; i < word.we_offs + word.we_wordc; i++) -+ (word.gl_pathc + word.gl_offs + 1)); -+ for (i = word.gl_offs; i < word.gl_offs + word.gl_pathc; i++) - { -- answer[i] = g_strdup (word.we_wordv[i]); -+ answer[i] = g_strdup (word.gl_pathv[i]); - } - answer[i] = NULL; - } - -- wordfree (&word); -+ globfree (&word); - - END_FCN - return answer; diff --git a/editors/beaver/pkg-descr b/editors/beaver/pkg-descr deleted file mode 100644 index b62c11d..0000000 --- a/editors/beaver/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Beaver is an Early AdVanced EditoR, for Linux and other Unix (and even -Windows); in other words, it's a text editor that is intended to be -lightweight, but full of useful features for programming, from -websites editing to C coding. It is based upon the GTK+ toolkit, -supports many languages through config files and offers functions such -as automatic indentation, completion and correction, or syntax -highlighting. In fact, it is 100% compatible with the Ultraedit's -wordfile.txt files, and has its own mini macro language. - -WWW: http://www.nongnu.org/beaver/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/editors/beaver/pkg-plist b/editors/beaver/pkg-plist deleted file mode 100644 index 37790df..0000000 --- a/editors/beaver/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/beaver -share/gnome/applications/beaver.desktop -share/gnome/pixmaps/beaver.png -share/locale/de/LC_MESSAGES/beaver.mo diff --git a/editors/dte/Makefile b/editors/dte/Makefile deleted file mode 100644 index 7c84db7..0000000 --- a/editors/dte/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dte -# Date created: 4 October 2000 -# Whom: Steve Horan <sjhports@tracking.amos.net> -# -# $FreeBSD$ -# - -PORTNAME= dte -PORTVERSION= 6.12 -PORTREVISION= 1 -CATEGORIES= editors -MASTER_SITES= http://personal.gscit.monash.edu.au/~dougt/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A text editor which uses many of the shortcuts used in MSDOS EDIT - -BROKEN= Does not fetch -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2007-01-04 - -MAN1= dte.1 -PORTDOCS= dte.doc dte.hlp dte.rc -PLIST_FILES= bin/dte - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dte ${TARGETDIR}/bin/dte - ${INSTALL_MAN} ${WRKSRC}/dte.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/editors/dte/distinfo b/editors/dte/distinfo deleted file mode 100644 index a454d4b..0000000 --- a/editors/dte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dte-6.12.tgz) = 00424af5a75b8f589e420184b7dd2544 -SHA256 (dte-6.12.tgz) = 6c120d96813f089a2537ba5887d349fd11f2d351f397a79f7917c2da66006014 -SIZE (dte-6.12.tgz) = 178182 diff --git a/editors/dte/files/patch-aa b/editors/dte/files/patch-aa deleted file mode 100644 index ac4043e..0000000 --- a/editors/dte/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Mon Jan 18 07:04:04 1999 -+++ Makefile Thu Nov 2 17:36:28 2000 -@@ -1,15 +1,17 @@ - # Make dte for UNIX [Debian Linux] systems - --BINDIR = $(DESTDIR)/usr/bin --LIBDIR = $(DESTDIR)/usr/lib --MANDIR = $(DESTDIR)/usr/man/man1 -+BINDIR = $(PREFIX)/bin -+LIBDIR = $(PREFIX)/share/doc/dte -+MANDIR = $(PREFIX)/man/man1 - OBJECTS = ed.o utils.o findrep.o block.o hwind.o hwlinux.o window.o - --CCFLAGS = -O2 -m486 -Wall -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE -+CCFLAGS += -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE ${CFLAGS} - - .c.o: ; cc $(CCFLAGS) -c -DUNIX $*.c - --dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses -+all: dte -+ -+dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses -lcompat - - install: dte ;\ - strip dte ;\ diff --git a/editors/dte/files/patch-ab b/editors/dte/files/patch-ab deleted file mode 100644 index aaf019b..0000000 --- a/editors/dte/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- hwlinux.c.orig Sun Feb 13 04:07:04 2000 -+++ hwlinux.c Thu Nov 2 17:32:22 2000 -@@ -636,7 +636,7 @@ - * keep track of which version is being used where. - * Once "dte" becomes more stable, this may not be useful. - */ -- printf("\n\ndte version %s for Linux\n", VERSION); -+ printf("\n\ndte version %s for FreeBSD\n", VERSION); - } - - /* diff --git a/editors/dte/pkg-descr b/editors/dte/pkg-descr deleted file mode 100644 index a3c75d4..0000000 --- a/editors/dte/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -DTE is a simple text editor written by Doug Thompson from -Monash university in Victoria, Australia. - -DTE supports many of the key shortcuts used in MSDOS EDIT. - -DTE also makes a nice composer for email messages, as an alternative -to vi or pico. - -WWW: http://personal.gscit.monash.edu.au/~dougt/dte.html |