summaryrefslogtreecommitdiff
path: root/editors/the
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
commit7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch)
tree2ada87dee73b3f9d975e2a80387974ade3423260 /editors/the
parentAvoid code duplication between pkg-install and plist (diff)
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
Notes
Notes: svn path=/head/; revision=350942
Diffstat (limited to 'editors/the')
-rw-r--r--editors/the/Makefile77
-rw-r--r--editors/the/distinfo4
-rw-r--r--editors/the/files/patch-aa70
-rw-r--r--editors/the/pkg-descr5
-rw-r--r--editors/the/pkg-plist56
5 files changed, 0 insertions, 212 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile
deleted file mode 100644
index 4ee0871a9b0f..000000000000
--- a/editors/the/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# Created by: giffunip@asme.org
-# $FreeBSD$
-
-PORTNAME= the
-PORTVERSION= 3.2
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= SF/hessling-editor/hessling-editor/${PORTVERSION}
-DISTNAME= THE-${PORTVERSION}
-
-PATCH_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/
-PATCHFILES= THE-3.1-rexximc.patch
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= "The Hessling Editor", an implementation of the xedit editor
-
-DEPRECATED= Unmaintained since 1999
-EXPIRATION_DATE= 2014-04-10
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ncurses \
- --with-rexxincdir=${LOCALBASE}/include \
- --with-rexxlibdir=${LOCALBASE}/lib
-ALL_TARGET= all html
-
-MAN1= the.1
-
-OPTIONS_DEFINE= XAW3D XCURSES REXX_REGINA DOCS
-XAW3D_DESC= Enable Xaw3D
-XCURSES_DESC= Build XCurses (X11) version
-REXX_REGINA_DESC= Enable Rexx interpreter
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not configure on powerpc
-.endif
-
-.if ${PORT_OPTIONS:MXAW3D}
-CONFIGURE_ARGS+=--with-xaw3d
-LIB_DEPENDS+= Xaw3d.8:${PORTSDIR}/x11-toolkits/Xaw3d
-.endif
-
-.if ${PORT_OPTIONS:MXCURSES}
-CONFIGURE_ARGS+=--with-xcurses \
- --with-cursesincdir=${LOCALBASE}/include \
- --with-curseslibdir=${LOCALBASE}/lib
-BUILD_DEPENDS+= pdcurses-the>=3.2:${PORTSDIR}/devel/pdcurses-the
-LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses-the
-PLIST_SUB= XCURSES="" NCURSES="@comment "
-.else
-PLIST_SUB= XCURSES="@comment " NCURSES=""
-.endif
-
-.if ${PORT_OPTIONS:MREXX_REGINA}
-BUILD_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina
-RUN_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina
-CONFIGURE_ARGS+= --with-rexx=regina
-.else
-BUILD_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc
-RUN_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc
-CONFIGURE_ARGS+= --with-rexx=rexximc
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MXCURSES}
- @${LN} -sf xthe ${PREFIX}/bin/the
-.else
- @${LN} -sf nthe ${PREFIX}/bin/the
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${PREFIX}/share/doc/THE
- ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/THE
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/editors/the/distinfo b/editors/the/distinfo
deleted file mode 100644
index c8c515c18f18..000000000000
--- a/editors/the/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (THE-3.2.tar.gz) = 1606a82f6514f5a99247ba89f7744d2c0e98a38a221af52df7580ea3bca7f2d6
-SIZE (THE-3.2.tar.gz) = 818682
-SHA256 (THE-3.1-rexximc.patch) = 23a0bcc5d135baf6741ec36c4abec08648b23f7ab984c5acc9ea23ff7855899e
-SIZE (THE-3.1-rexximc.patch) = 1595
diff --git a/editors/the/files/patch-aa b/editors/the/files/patch-aa
deleted file mode 100644
index c21d4a53192b..000000000000
--- a/editors/the/files/patch-aa
+++ /dev/null
@@ -1,70 +0,0 @@
---- Makefile.in.orig Mon Jan 30 17:08:34 2006
-+++ Makefile.in Tue Jan 31 02:28:15 2006
-@@ -29,7 +29,9 @@
- contribdir = $(srcdir)/contrib
- thisdir =@thisdir@
-
--INSTALL = $(srcdir)/install-sh
-+INSTALL = @INSTALL@
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_DATA = @INSTALL_DATA@
-
- HTML_EXT = @HTML_EXT@
-
-@@ -276,32 +278,32 @@
- install: $(BASE_INSTALL)
-
- installbase: $(THEBIN) the.man THE_Help.txt
-- $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
-- $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
-- $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/THE
-- $(INSTALL) -m 755 -c ./$(THEBIN) $(DESTDIR)$(bindir)/$(THEBIN)
-- $(INSTALL) -m 644 -c $(srcdir)/the.1 $(DESTDIR)$(mandir)/man1/the.1
-- $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/THE/THE_Help.txt
-- $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/THE/append.the
-- $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/THE/comm.the
-- $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/THE/build.the
-- $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/THE/uncomm.the
-- $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/THE/total.the
-- $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/THE/match.the
-- $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/THE/rm.the
-- $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/THE/nl.the
-- $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/THE/words.the
-- $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/THE/l.the
-- $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/THE/compile.the
-- $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/THE/spell.the
-- $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/THE/demo.the
-- $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/THE/cua.the
-- $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/THE/config.the
-- $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/THE/tags.the
-- $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/THE/codecomp.the
-+ $(INSTALL) -d $(DESTDIR)$(bindir)
-+ $(INSTALL) -d $(DESTDIR)$(mandir)/man1
-+ $(INSTALL) -d $(DESTDIR)$(datadir)/THE
-+ $(INSTALL_PROGRAM) -c ./$(THEBIN) $(DESTDIR)$(bindir)/$(THEBIN)
-+ $(INSTALL_DATA) -c $(srcdir)/the.1 $(DESTDIR)$(mandir)/man1/the.1
-+ $(INSTALL_DATA) -c ./THE_Help.txt $(DESTDIR)$(datadir)/THE/THE_Help.txt
-+ $(INSTALL_DATA) -c $(srcdir)/append.the $(DESTDIR)$(datadir)/THE/append.the
-+ $(INSTALL_DATA) -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/THE/comm.the
-+ $(INSTALL_DATA) -c $(srcdir)/build.the $(DESTDIR)$(datadir)/THE/build.the
-+ $(INSTALL_DATA) -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/THE/uncomm.the
-+ $(INSTALL_DATA) -c $(srcdir)/total.the $(DESTDIR)$(datadir)/THE/total.the
-+ $(INSTALL_DATA) -c $(srcdir)/match.the $(DESTDIR)$(datadir)/THE/match.the
-+ $(INSTALL_DATA) -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/THE/rm.the
-+ $(INSTALL_DATA) -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/THE/nl.the
-+ $(INSTALL_DATA) -c $(srcdir)/words.the $(DESTDIR)$(datadir)/THE/words.the
-+ $(INSTALL_DATA) -c $(srcdir)/l.the $(DESTDIR)$(datadir)/THE/l.the
-+ $(INSTALL_DATA) -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/THE/compile.the
-+ $(INSTALL_DATA) -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/THE/spell.the
-+ $(INSTALL_DATA) -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/THE/demo.the
-+ $(INSTALL_DATA) -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/THE/cua.the
-+ $(INSTALL_DATA) -c $(srcdir)/config.the $(DESTDIR)$(datadir)/THE/config.the
-+ $(INSTALL_DATA) -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/THE/tags.the
-+ $(INSTALL_DATA) -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/THE/codecomp.the
- for a in $(srcdir)/*.tld; do \
- bn=`basename $$a`; \
-- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \
-+ $(INSTALL_DATA) -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \
- done;
-
- binary: $(BASE_BINARY)
diff --git a/editors/the/pkg-descr b/editors/the/pkg-descr
deleted file mode 100644
index aae48979c08c..000000000000
--- a/editors/the/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-THE is a text editor that uses both command line commands and key bindings
-to operate. It is intended to be similar to the VM/CMS System Product
-Editor, XEDIT and to Mansfield Software's, KEDIT.
-
-WWW: http://hessling-editor.sourceforge.net/
diff --git a/editors/the/pkg-plist b/editors/the/pkg-plist
deleted file mode 100644
index c815d6fb09ea..000000000000
--- a/editors/the/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-%%NCURSES%%bin/nthe
-bin/the
-%%XCURSES%%bin/xthe
-share/THE/THE_Help.txt
-share/THE/abf.tld
-share/THE/append.the
-share/THE/build.the
-share/THE/c.tld
-share/THE/cobol.tld
-share/THE/codecomp.the
-share/THE/comm.the
-share/THE/compile.the
-share/THE/config.the
-share/THE/csh.tld
-share/THE/cua.the
-share/THE/demo.the
-share/THE/fortran.tld
-share/THE/html.tld
-share/THE/java.tld
-share/THE/js.tld
-share/THE/l.the
-share/THE/m4.tld
-share/THE/make.tld
-share/THE/match.the
-share/THE/nl.the
-share/THE/nsi.tld
-share/THE/opl.tld
-share/THE/plsql.tld
-share/THE/rexx.tld
-share/THE/rm.the
-share/THE/sh.tld
-share/THE/spec.tld
-share/THE/spell.the
-share/THE/tags.the
-share/THE/total.the
-share/THE/uncomm.the
-share/THE/words.the
-%%PORTDOCS%%share/doc/THE/app1.html
-%%PORTDOCS%%share/doc/THE/app2.html
-%%PORTDOCS%%share/doc/THE/app3.html
-%%PORTDOCS%%share/doc/THE/app4.html
-%%PORTDOCS%%share/doc/THE/app5.html
-%%PORTDOCS%%share/doc/THE/app6.html
-%%PORTDOCS%%share/doc/THE/app7.html
-%%PORTDOCS%%share/doc/THE/comm.html
-%%PORTDOCS%%share/doc/THE/commset.html
-%%PORTDOCS%%share/doc/THE/commsos.html
-%%PORTDOCS%%share/doc/THE/fdl.html
-%%PORTDOCS%%share/doc/THE/glossary.html
-%%PORTDOCS%%share/doc/THE/history.html
-%%PORTDOCS%%share/doc/THE/index.html
-%%PORTDOCS%%share/doc/THE/overview.html
-%%PORTDOCS%%share/doc/THE/query.html
-%%PORTDOCS%%share/doc/THE/quickref.html
-%%PORTDOCS%%@dirrm share/doc/THE
-@dirrm share/THE