diff options
author | rene <rene@FreeBSD.org> | 2014-04-11 21:20:44 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-04-11 21:20:44 +0800 |
commit | 21fe0e465f59fc074a3f28c294b9ffb738f7e9cb (patch) | |
tree | 2ada87dee73b3f9d975e2a80387974ade3423260 /editors/the/Makefile | |
parent | 42e87de71fa068033f5b32ec6e5742346720a7c0 (diff) | |
download | freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.tar.gz freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.tar.zst freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.zip |
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
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r-- | editors/the/Makefile | 77 |
1 files changed, 0 insertions, 77 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> |