aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-03-01 08:30:58 +0800
committerrene <rene@FreeBSD.org>2015-03-01 08:30:58 +0800
commitb002a5a91ead0f0a405bd6460028fc328da2b3c9 (patch)
treed13f8a42e4c389b966a86ee583a020f567b1fb4d /www
parent63cf540fd038f3552a36d1906fbfa99a8644fcb3 (diff)
downloadfreebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.tar.gz
freebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.tar.zst
freebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.zip
Remove expired ports:
2015-02-28 finance/openerp-server: Broken for more than 6 months 2015-02-28 graphics/p5-Geo-KML 2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current 2015-02-28 net/spserver: Broken for more than 6 months 2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead 2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead 2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream 2015-02-28 www/py-django15: not supported by upstream math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/mediawiki122/Makefile87
-rw-r--r--www/mediawiki122/distinfo2
-rw-r--r--www/mediawiki122/files/pkg-message.in11
-rw-r--r--www/mediawiki122/pkg-descr6
-rw-r--r--www/mod_cplusplus/Makefile48
-rw-r--r--www/mod_cplusplus/distinfo2
-rw-r--r--www/mod_cplusplus/files/patch-configure.in14
-rw-r--r--www/mod_cplusplus/files/pkg-message.in7
-rw-r--r--www/mod_cplusplus/pkg-descr7
-rw-r--r--www/mod_cplusplus/pkg-plist11
-rw-r--r--www/py-django15/Makefile71
-rw-r--r--www/py-django15/distinfo2
-rw-r--r--www/py-django15/pkg-descr10
14 files changed, 0 insertions, 281 deletions
diff --git a/www/Makefile b/www/Makefile
index c8e94a30a36d..581ab29ca1b0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -397,7 +397,6 @@
SUBDIR += mathjax
SUBDIR += mathopd
SUBDIR += mediawiki119
- SUBDIR += mediawiki122
SUBDIR += mediawiki123
SUBDIR += mediawiki124
SUBDIR += mergelog
@@ -444,7 +443,6 @@
SUBDIR += mod_chroot
SUBDIR += mod_clamav
SUBDIR += mod_cloudflare
- SUBDIR += mod_cplusplus
SUBDIR += mod_cvs2
SUBDIR += mod_dav_svn
SUBDIR += mod_dnssd
@@ -1531,7 +1529,6 @@
SUBDIR += py-django-threaded-multihost
SUBDIR += py-django-tinymce
SUBDIR += py-django14
- SUBDIR += py-django15
SUBDIR += py-django16
SUBDIR += py-django_compressor
SUBDIR += py-djangotoolbox
diff --git a/www/mediawiki122/Makefile b/www/mediawiki122/Makefile
deleted file mode 100644
index 91d609a8f98e..000000000000
--- a/www/mediawiki122/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-# Created by: Gerrit Beine <tux@pinguru.net>
-# $FreeBSD$
-
-PORTNAME= mediawiki
-PORTVERSION= 1.22.15
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/
-PKGNAMESUFFIX= 122
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= The wiki engine used by Wikipedia
-
-LICENSE= GPLv2
-
-DEPRECATED= Deprecated by upstream, use www/mediawiki12{3,4} instead
-EXPIRATION_DATE=2015-02-28
-
-CONFLICTS= mediawiki119-[0-9]* mediawiki123-[0-9]* mediawiki124-[0-9]*
-
-USE_PHP= ctype iconv mbstring pcre session xml zlib readline dom json
-WANT_PHP_WEB= yes
-MEDIAWIKIDIR?= www/mediawiki
-
-NO_BUILD= yes
-PLIST= ${WRKDIR}/plist
-
-SUB_FILES= pkg-message
-SUB_LIST= MEDIAWIKIDIR=${PREFIX}/${MEDIAWIKIDIR}
-
-OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK
-OPTIONS_DEFAULT=MYSQL
-
-MEMCACHED_DESC= Use memcached
-APC_DESC= Use pecl-APC (Mediawiki recommended)
-EACCEL_DESC= Use eAccelerator (instead of pecl-APC)
-XCACHE_DESC= Use xCache (instead of pecl-APC)
-IMAGICK_DESC= Use ImageMagick
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= client
-USE_PHP+= mysql
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
-USE_PHP+= pgsql
-.endif
-
-.if ${PORT_OPTIONS:MSQLITE}
-USE_PHP+= sqlite3
-.endif
-
-.if ${PORT_OPTIONS:MLDAP}
-USE_PHP+= ldap
-.endif
-
-.if ${PORT_OPTIONS:MMEMCACHED}
-RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached
-.endif
-
-.if ${PORT_OPTIONS:MIMAGICK}
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick
-.endif
-
-.if ${PORT_OPTIONS:MAPC}
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC
-.elif ${PORT_OPTIONS:MEACCEL}
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator
-.elif ${PORT_OPTIONS:MXCACHE}
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache
-.endif
-
-pre-install:
- @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST}
- @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST}
- @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST}
- @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST}
- @${ECHO_CMD} "@group" >> ${PLIST}
- @${ECHO_CMD} "@owner" >> ${PLIST}
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR}
- ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR}
-
-.include <bsd.port.mk>
diff --git a/www/mediawiki122/distinfo b/www/mediawiki122/distinfo
deleted file mode 100644
index 02cdca2f860d..000000000000
--- a/www/mediawiki122/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mediawiki-1.22.15.tar.gz) = c60fe4f2b79a513ec2564c216c4a4bdcc25a0f667c8868a18568df4e88a59318
-SIZE (mediawiki-1.22.15.tar.gz) = 19919528
diff --git a/www/mediawiki122/files/pkg-message.in b/www/mediawiki122/files/pkg-message.in
deleted file mode 100644
index d98978fe6903..000000000000
--- a/www/mediawiki122/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
- **** NOTE ****
-Remember to check
-
-%%MEDIAWIKIDIR%%/INSTALL
-
-and
-
-%%MEDIAWIKIDIR%%/UPGRADE
-
-for details
diff --git a/www/mediawiki122/pkg-descr b/www/mediawiki122/pkg-descr
deleted file mode 100644
index dac83f83ccda..000000000000
--- a/www/mediawiki122/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-MediaWiki is the collaborative editing software that runs Wikipedia,
-the free encyclopedia, and other projects.
-It's designed to handle a large number of users and pages without imposing
-too rigid a structure or workflow.
-
-WWW: http://www.mediawiki.org/
diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile
deleted file mode 100644
index 8e912e7f17b7..000000000000
--- a/www/mod_cplusplus/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Michael Durian <durian@shadetreesoftware.com>
-# $FreeBSD$
-
-PORTNAME= mod_cplusplus
-PORTVERSION= 1.5.4
-PORTREVISION= 4
-CATEGORIES= www
-MASTER_SITES= SF/modcplusplus/modcplusplus/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache module for loading C++ objects as handlers
-
-DEPRECATED= written for apache 2.0, no longer maintained upstream
-EXPIRATION_DATE= 2015-02-28
-
-USES= libtool
-USE_APACHE= 22
-USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS= -a -c -f
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-apxs=${APXS}
-CPPFLAGS+= -I${LOCALBASE}/include
-
-SUB_FILES= pkg-message
-SUB_LIST= "APACHEMODDIR=${APACHEMODDIR}"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1001000
-BROKEN= does not build with new clang
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure.in
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}
- ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}
-
- @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
- ${INSTALL_LIB} ${WRKSRC}/src/.libs/libmod_cplusplus.so \
- ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_cplusplus.so
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_cplusplus/distinfo b/www/mod_cplusplus/distinfo
deleted file mode 100644
index d274d0187090..000000000000
--- a/www/mod_cplusplus/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_cplusplus-1.5.4.tar.gz) = 606d167bd1a3b1613fa03c189478d457147db18bfecfe44512b0795bf687256a
-SIZE (mod_cplusplus-1.5.4.tar.gz) = 264205
diff --git a/www/mod_cplusplus/files/patch-configure.in b/www/mod_cplusplus/files/patch-configure.in
deleted file mode 100644
index b96e086df0b7..000000000000
--- a/www/mod_cplusplus/files/patch-configure.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.in.orig 2007-04-09 17:25:44 UTC
-+++ configure.in
-@@ -62,10 +62,7 @@ if test "x$INCLUDES" == "x" ; then
- AC_MSG_ERROR(could not generate includes with apxs set to "$APXS" - you must specify a valid path to apxs using the --with-apxs flag)
- fi
-
--AC_CHECK_LIB(stdc++, __gxx_personality_v0, LIB_STDCPP="-lstdc++")
-- if test "$LIB_STDCPP" == "" ; then
-- CPPFLAGS="$CPPFLAGS -DNO_STDCPP"
-- fi
-+CPPFLAGS="$CPPFLAGS -DNO_STDCPP"
- CPLUSPLUS_BUILDDIR=`pwd`
- CPPFLAGS="$CPPFLAGS -Wall -Werror -g -I$CPLUSPLUS_BUILDDIR/include"
-
diff --git a/www/mod_cplusplus/files/pkg-message.in b/www/mod_cplusplus/files/pkg-message.in
deleted file mode 100644
index f2507249cd67..000000000000
--- a/www/mod_cplusplus/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-************************************************************
-To enable this module, add the following to your server
-configuration file:
-
- LoadModule cplusplus_module %%APACHEMODDIR%%/mod_cplusplus.so
-
-************************************************************
diff --git a/www/mod_cplusplus/pkg-descr b/www/mod_cplusplus/pkg-descr
deleted file mode 100644
index 3f32419b0ee8..000000000000
--- a/www/mod_cplusplus/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-mod_cplusplus is a proper apache module which allows you to load cpp objects
-as handlers for Apache-2.0. It differs from other modules i've seen in that
-it manages the loading and calling of separate shared objects containing your
-handler classes. This allows you to easily and cleanly run an entire site
-with c++ handlers.
-
-WWW: http://modcplusplus.sourceforge.net/
diff --git a/www/mod_cplusplus/pkg-plist b/www/mod_cplusplus/pkg-plist
deleted file mode 100644
index 728a7f24eb5c..000000000000
--- a/www/mod_cplusplus/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-%%APACHEINCLUDEDIR%%/apache_filters.h
-%%APACHEINCLUDEDIR%%/apache_handler.h
-%%APACHEINCLUDEDIR%%/apache_output_buffer.h
-%%APACHEINCLUDEDIR%%/apache_protocol.h
-%%APACHEINCLUDEDIR%%/cpp_request.h
-%%APACHEINCLUDEDIR%%/cpp_server.h
-%%APACHEINCLUDEDIR%%/env_hash.h
-%%APACHEINCLUDEDIR%%/env_value.h
-%%APACHEINCLUDEDIR%%/mod_cplusplus.h
-%%APACHEINCLUDEDIR%%/request_env.h
-%%APACHEMODDIR%%/%%AP_MODULE%%
diff --git a/www/py-django15/Makefile b/www/py-django15/Makefile
deleted file mode 100644
index a5f1ea5d4b99..000000000000
--- a/www/py-django15/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-# $FreeBSD$
-
-PORTNAME= django
-PORTVERSION= 1.5.12
-CATEGORIES= www python
-MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \
- CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 15
-DISTNAME= Django-${PORTVERSION}
-DIST_SUBDIR= python
-
-MAINTAINER= lwhsu@FreeBSD.org
-COMMENT= High-level Python Web framework
-
-DEPRECATED= not supported by upstream
-EXPIRATION_DATE= 2015-02-28
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= cpe python
-USE_PYTHON= autoplist distutils
-
-CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-46-9].*
-CPE_VENDOR= djangoproject
-
-DOCSDIR= ${PREFIX}/share/doc/py-django
-
-OPTIONS_DEFINE= FASTCGI HTMLDOCS
-OPTIONS_DEFAULT=SQLITE
-OPTIONS_GROUP= DATABASE
-OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE
-HTMLDOCS_DESC= Install HTML documentation (requires Sphinx)
-
-PLIST_FILES= man/man1/daily_cleanup.1.gz \
- man/man1/django-admin.1.gz \
- man/man1/gather_profile_stats.1.gz
-
-PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2
-MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
-SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
-FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MHTMLDOCS}
-. if ! ${PORT_OPTIONS:MDOCS}
-IGNORE= you cannot build documentation with DOCS option disabled
-. endif
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
-PORTDOCS= *
-.endif
-
-post-build:
-.if ${PORT_OPTIONS:MHTMLDOCS}
- cd ${WRKSRC}/docs && ${MAKE} html
-.endif
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1
- @${ECHO_MSG} ""
- @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation"
- @${ECHO_MSG} ""
-.if ${PORT_OPTIONS:MHTMLDOCS}
- ${MKDIR} ${STAGEDIR}/${DOCSDIR}
- ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/py-django15/distinfo b/www/py-django15/distinfo
deleted file mode 100644
index 0a1c783af6ca..000000000000
--- a/www/py-django15/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python/Django-1.5.12.tar.gz) = b3de77beb6e59b72071ca66f20c2ad34e1b90d39b0241e62c1f03c668ddd6ced
-SIZE (python/Django-1.5.12.tar.gz) = 8202839
diff --git a/www/py-django15/pkg-descr b/www/py-django15/pkg-descr
deleted file mode 100644
index 638401f81c0e..000000000000
--- a/www/py-django15/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Django is a high-level Python Web framework that encourages rapid development
-and clean, pragmatic design.
-
-Developed and used over the past two years by a fast-moving online-news
-operation, Django was designed from scratch to handle two challenges: the
-intensive deadlines of a newsroom and the stringent requirements of experienced
-Web developers. It has convenient niceties for developing content-management
-systems, but it's an excellent tool for building any Web site.
-
-WWW: http://www.djangoproject.com