diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /www | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Diffstat (limited to 'www')
-rw-r--r-- | www/MT-PM/Makefile | 64 | ||||
-rw-r--r-- | www/MT-PM/distinfo | 3 | ||||
-rw-r--r-- | www/MT-PM/pkg-descr | 6 | ||||
-rw-r--r-- | www/MT-PM/pkg-plist | 20 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/arena/Makefile | 42 | ||||
-rw-r--r-- | www/arena/distinfo | 3 | ||||
-rw-r--r-- | www/arena/files/patch-Library::Implementation::HTString.c | 19 | ||||
-rw-r--r-- | www/arena/files/patch-Library::Implementation::HTString.h | 11 | ||||
-rw-r--r-- | www/arena/files/patch-aa | 29 | ||||
-rw-r--r-- | www/arena/files/patch-ab | 28 | ||||
-rw-r--r-- | www/arena/files/patch-ac | 29 | ||||
-rw-r--r-- | www/arena/files/patch-ae | 12 | ||||
-rw-r--r-- | www/arena/pkg-descr | 9 |
14 files changed, 0 insertions, 277 deletions
diff --git a/www/MT-PM/Makefile b/www/MT-PM/Makefile deleted file mode 100644 index 37feae69e069..000000000000 --- a/www/MT-PM/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: Movable Type Plugin Manager -# Date created: Nov 21, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= MT-PM -PORTVERSION= 0.1.8 -CATEGORIES= www -MASTER_SITES= http://manager.mt-plugins.org/ \ - http://mt-plugins.org/ -DISTFILES= PluginManager-${PORTVERSION}${EXTRACT_SUFX} \ - archives.xml -EXTRACT_ONLY= PluginManager-${PORTVERSION}${EXTRACT_SUFX} -IGNOREFILES= archives.xml - -MAINTAINER= rayners@rayners.org -COMMENT= Movable Type Plugin Manager - -RUN_DEPENDS= ${CGIDIR}/mt.cgi:${PORTSDIR}/www/MT \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 - -IGNORE= obsolete with MT 3.x -EXPIRATION_DATE=2005-11-30 - -USE_PERL5_RUN= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -DATADIR= ${PREFIX}/www/data/mt -CGIDIR= ${PREFIX}/www/cgi-bin/mt - -PLIST_SUB+= DATADIR="${DATADIR:S,^${PREFIX}/,,}" \ - CGIDIR="${CGIDIR:S,^${PREFIX}/,,}" - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mt-pm.cgi ${CGIDIR} - @${MKDIR} ${CGIDIR}/extlib/MT/Plugins - ${INSTALL_DATA} ${WRKSRC}/Manager.pm ${CGIDIR}/extlib/MT/Plugins - @${MKDIR} ${CGIDIR}/tmpl/plugins - ${INSTALL_DATA} ${WRKSRC}/tmpl/*.tmpl ${CGIDIR}/tmpl/plugins - ${INSTALL_DATA} ${WRKSRC}/tmpl/styles-pm.css ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/tmpl/dot.gif ${DATADIR}/images - -post-install: - ${INSTALL_DATA} ${DISTDIR}/archives.xml ${CGIDIR}/plugins/plugins.xml - @${MKDIR} ${CGIDIR}/plugins/docs ${CGIDIR}/plugins/manager-cache - @${CHOWN} -R www:www ${CGIDIR}/mt-pm.cgi \ - ${CGIDIR}/extlib/MT/Plugins/Manager.pm \ - ${CGIDIR}/tmpl/plugins \ - ${DATADIR}/styles-pm.css \ - ${DATADIR}/images/dot.gif \ - ${CGIDIR}/plugins/plugins.xml \ - ${CGIDIR}/plugins/docs \ - ${CGIDIR}/plugins/manager-cache - -.include <bsd.port.mk> diff --git a/www/MT-PM/distinfo b/www/MT-PM/distinfo deleted file mode 100644 index e8b71e79ce63..000000000000 --- a/www/MT-PM/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PluginManager-0.1.8.tar.gz) = 53481c90c0d90772a3e7fe920271818f -SIZE (PluginManager-0.1.8.tar.gz) = 14081 -MD5 (archives.xml) = IGNORE diff --git a/www/MT-PM/pkg-descr b/www/MT-PM/pkg-descr deleted file mode 100644 index ac35f25bc633..000000000000 --- a/www/MT-PM/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The MT Plugin Manager is a tool to install and manage your plugins. You'll have -access to install, uninstall, upgrade, and check requirements all in one place, -as well as easy links to get more information. The MT Plugin Manager uses -information from the MT Plugin Directory to let you easily manage your plugins. - -WWW: http://manager.mt-plugins.org/ diff --git a/www/MT-PM/pkg-plist b/www/MT-PM/pkg-plist deleted file mode 100644 index bdb9d81f93da..000000000000 --- a/www/MT-PM/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -%%CGIDIR%%/mt-pm.cgi -%%CGIDIR%%/extlib/MT/Plugins/Manager.pm -@dirrm %%CGIDIR%%/extlib/MT/Plugins -%%CGIDIR%%/tmpl/plugins/bottom.tmpl -%%CGIDIR%%/tmpl/plugins/copyright.tmpl -%%CGIDIR%%/tmpl/plugins/error.tmpl -%%CGIDIR%%/tmpl/plugins/info.tmpl -%%CGIDIR%%/tmpl/plugins/list_plugins.tmpl -%%CGIDIR%%/tmpl/plugins/login.tmpl -%%CGIDIR%%/tmpl/plugins/logonav.tmpl -%%CGIDIR%%/tmpl/plugins/manual_install.tmpl -%%CGIDIR%%/tmpl/plugins/requirements.tmpl -%%CGIDIR%%/tmpl/plugins/sidebar.tmpl -%%CGIDIR%%/tmpl/plugins/top.tmpl -@dirrm %%CGIDIR%%/tmpl/plugins -%%DATADIR%%/styles-pm.css -%%DATADIR%%/images/dot.gif -%%CGIDIR%%/plugins/plugins.xml -@dirrm %%CGIDIR%%/plugins/docs -@dirrm %%CGIDIR%%/plugins/manager-cache diff --git a/www/Makefile b/www/Makefile index f26a8bc558dc..d2f8054d31c5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -4,7 +4,6 @@ COMMENT = Ports related to the World Wide Web SUBDIR += MT - SUBDIR += MT-PM SUBDIR += WebMagick SUBDIR += abcache SUBDIR += adblock @@ -30,7 +29,6 @@ SUBDIR += apache20 SUBDIR += apache21 SUBDIR += apache22 - SUBDIR += arena SUBDIR += aria SUBDIR += ashe # requires Motif SUBDIR += asp2php diff --git a/www/arena/Makefile b/www/arena/Makefile deleted file mode 100644 index 65f4f01fc7f1..000000000000 --- a/www/arena/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: arena -# Date created: Dec 1 1995 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= arena-i18n -PORTVERSION= beta3b -CATEGORIES= www -MASTER_SITES= ftp://ftp.w3.org/pub/Arena/beta-3/ -DISTNAME= arena-CJK-beta3a - -MAINTAINER= ports@FreeBSD.org -COMMENT= Experimental HTML 3 browser, supports math and style sheets - -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png - -IGNORE= does not work with libpng 1.2.x -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2005-11-30 - -PLIST_FILES= bin/arena -USE_XLIB= yes -WRKSRC= ${WRKDIR}/WWW - -.include <bsd.port.pre.mk> - -do-build: - cd ${WRKSRC}/Library/freebsd; ${SETENV} ${MAKE_ENV} ${MAKE} - cd ${WRKSRC}/Arena/freebsd; \ - ${SETENV} ${MAKE_ENV} ${MAKE} LFLAGS=-L${PREFIX}/lib \ - XLIBDIR=${X11BASE}/lib \ - JPEGDIR=${WRKSRC} PNGDIR=${WRKSRC} ZLIBDIR=${WRKSRC} \ - JPEGLIB=-ljpeg PNGLIB=-lpng ZLIB=-lz - -do-install: - cd ${WRKSRC}/Arena/freebsd; \ - ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} -s arena ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/www/arena/distinfo b/www/arena/distinfo deleted file mode 100644 index f681d548b52f..000000000000 --- a/www/arena/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (arena-CJK-beta3a.tar.gz) = 9d9c5b45ac56bfa55ba6016cca03eb18 -SHA256 (arena-CJK-beta3a.tar.gz) = 1bd8bddf2aefd40cceb17fda39fde172b47dfe9bb4ab6e41d52397fb4e2e539f -SIZE (arena-CJK-beta3a.tar.gz) = 2709543 diff --git a/www/arena/files/patch-Library::Implementation::HTString.c b/www/arena/files/patch-Library::Implementation::HTString.c deleted file mode 100644 index c884868f621c..000000000000 --- a/www/arena/files/patch-Library::Implementation::HTString.c +++ /dev/null @@ -1,19 +0,0 @@ ---- Library/Implementation/HTString.c.orig Tue Jan 29 18:10:31 2002 -+++ Library/Implementation/HTString.c Tue Jan 29 18:11:09 2002 -@@ -65,6 +65,7 @@ - /* - ** strcasestr(s1,s2) -- like strstr(s1,s2) but case-insensitive. - */ -+#ifndef __FreeBSD__ - PUBLIC char * strcasestr (char * s1, char * s2) - { - char * ptr = s1; -@@ -85,7 +86,7 @@ - } - return NULL; - } -- -+#endif - - - /* Allocate a new copy of a string, and returns it diff --git a/www/arena/files/patch-Library::Implementation::HTString.h b/www/arena/files/patch-Library::Implementation::HTString.h deleted file mode 100644 index f46a5326a240..000000000000 --- a/www/arena/files/patch-Library::Implementation::HTString.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Library/Implementation/HTString.h.orig Tue Jan 29 18:11:15 2002 -+++ Library/Implementation/HTString.h Tue Jan 29 18:11:47 2002 -@@ -68,7 +68,7 @@ - This works like strstr() but is not case-sensitive. - - */ --extern char * strcasestr (char * s1, char * s2); -+// extern char * strcasestr (char * s1, char * s2); - /* - - Strip white space off a string diff --git a/www/arena/files/patch-aa b/www/arena/files/patch-aa deleted file mode 100644 index 2eb52fe737e0..000000000000 --- a/www/arena/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -*** Arena/freebsd/Makefile.orig Thu Apr 25 06:39:15 1996 ---- Arena/freebsd/Makefile Sat Nov 16 04:46:01 1996 -*************** -*** 8,19 **** - ASIS_MACH = hardware/os - - -! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin ---- 8,19 ---- - ASIS_MACH = hardware/os - - -! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include -I${PREFIX}/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! #CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin diff --git a/www/arena/files/patch-ab b/www/arena/files/patch-ab deleted file mode 100644 index 9d36ed85e41d..000000000000 --- a/www/arena/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- Arena/Implementation/png.c.orig Tue Aug 20 02:38:23 1996 -+++ Arena/Implementation/png.c Thu Apr 22 15:24:44 1999 -@@ -65,25 +65,6 @@ - } - } - --void --png_error(png_struct *png_ptr, char *message) --{ -- fprintf(stderr,"libpng error: %s\n", message); -- /* Warn("libpng error: %s\n", message); */ -- longjmp(png_ptr->jmpbuf, 1); --} -- --void --png_warning(png_struct *png_ptr, char *message) --{ -- if (!png_ptr) -- return; -- -- fprintf(stderr,"libpng warning: %s\n", message); -- /* Warn("libpng warning: %s\n", message); */ --} -- -- - /* Read image into displays 1,2 or 4 bit deep */ - unsigned char *ReadPNGImage_1_2_4(png_struct *png_ptr, png_info *info_ptr, png_byte *png_image) - { diff --git a/www/arena/files/patch-ac b/www/arena/files/patch-ac deleted file mode 100644 index 0079bbe29777..000000000000 --- a/www/arena/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ -*** Library/freebsd/Makefile.bak Thu Apr 25 05:56:24 1996 ---- Library/freebsd/Makefile Sat Nov 16 04:34:05 1996 -*************** -*** 8,19 **** - ASIS_MACH = hardware/os - - -! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin ---- 8,19 ---- - ASIS_MACH = hardware/os - - -! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! #CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin diff --git a/www/arena/files/patch-ae b/www/arena/files/patch-ae deleted file mode 100644 index a6b215204ee7..000000000000 --- a/www/arena/files/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ ---- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 -+++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 -@@ -46,7 +46,9 @@ - #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) - #define index strchr - #else -+#if !defined(index) - extern char *index(); -+#endif - #endif - - static char basis_64[] = diff --git a/www/arena/pkg-descr b/www/arena/pkg-descr deleted file mode 100644 index 26eea8601b96..000000000000 --- a/www/arena/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Arena's primary purpose is to be a testbed for new features of the -web. In the past, we have implemented HTML3 features including tables -and math. Currently, style sheets are in focus along with new graphics -formats such as PNG. Also, Arena is a testing tool for the W3C -Reference Library. The library provides a common platform which -will ensure future compatibility on the web. If you are a -browser vendor, it will save you time. - -WWW: http://www.yggdrasil.com/Products/Arena/ |