diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-02 02:21:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-02 02:21:08 +0800 |
commit | b22e818b6ad9d9422bf38056341b5bf2a4c98cff (patch) | |
tree | 9900dc720191cd62e58161a4a611130623403ae3 /www | |
parent | f1a6d66394f28e7d3c24810ad4cd0e712f4f3f85 (diff) | |
download | freebsd-ports-gnome-b22e818b6ad9d9422bf38056341b5bf2a4c98cff.tar.gz freebsd-ports-gnome-b22e818b6ad9d9422bf38056341b5bf2a4c98cff.tar.zst freebsd-ports-gnome-b22e818b6ad9d9422bf38056341b5bf2a4c98cff.zip |
Remove unmaintained expired ports from www category
2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
Diffstat (limited to 'www')
54 files changed, 0 insertions, 889 deletions
diff --git a/www/Makefile b/www/Makefile index 1899d63b9f76..f0131497e0ab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -341,7 +341,6 @@ SUBDIR += ilias3 SUBDIR += imgsizer SUBDIR += impresscms - SUBDIR += indexme SUBDIR += instiki SUBDIR += interchange SUBDIR += ismail @@ -632,9 +631,6 @@ SUBDIR += opera-devel SUBDIR += opera-linuxplugins SUBDIR += orangehrm - SUBDIR += osb-browser - SUBDIR += osb-nrcit - SUBDIR += osb-nrcore SUBDIR += oscommerce SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta @@ -1458,7 +1454,6 @@ SUBDIR += pserv SUBDIR += pubcookie-login-server SUBDIR += publicfile - SUBDIR += pumperweb SUBDIR += punbb SUBDIR += pwebstats SUBDIR += py-GinGin @@ -1500,7 +1495,6 @@ SUBDIR += py-djblets SUBDIR += py-dojango SUBDIR += py-dtflickr - SUBDIR += py-ez_web SUBDIR += py-fcgi SUBDIR += py-feedfinder SUBDIR += py-flask @@ -1531,7 +1525,6 @@ SUBDIR += py-poster SUBDIR += py-postmarkup SUBDIR += py-prewikka - SUBDIR += py-pullparser SUBDIR += py-py-restclient SUBDIR += py-pylons SUBDIR += py-pyquery @@ -1692,7 +1685,6 @@ SUBDIR += session2 SUBDIR += shellinabox SUBDIR += shttpd - SUBDIR += sidplug SUBDIR += simplog SUBDIR += sit SUBDIR += siteatschool @@ -1827,7 +1819,6 @@ SUBDIR += transproxy SUBDIR += tt-rss SUBDIR += ttf2eot - SUBDIR += twhttpd SUBDIR += twig SUBDIR += twiki SUBDIR += twiki-BehaviourContrib @@ -1927,7 +1918,6 @@ SUBDIR += wikindx SUBDIR += wiliki SUBDIR += wml - SUBDIR += wnews SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull @@ -1944,7 +1934,6 @@ SUBDIR += xist SUBDIR += xitami SUBDIR += xoops - SUBDIR += xpath2rss SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus SUBDIR += xpi-autobrowse diff --git a/www/indexme/Makefile b/www/indexme/Makefile deleted file mode 100644 index 1bf8a48ed05d..000000000000 --- a/www/indexme/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: indexme -# Date created: 30 Jan 2000 -# Whom: Carl Johan Madestrand -# -# $FreeBSD$ -# - -PORTNAME= indexme -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= ftp://users.uk.freebsd.org/pub/lord_cj/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Links files into a HTML index for viewing and easy overview - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_PERL5= yes - -WRKSRC= ${WRKDIR}/indexme -NO_BUILD= yes - -.if !defined(NO_INSTALL_MANPAGES) -MAN1= indexme.1 -.endif - -PLIST_FILES= bin/indexme - -do-install: - @ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin -.if !defined(NO_INSTALL_MANPAGES) - @ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1 -.endif -.include <bsd.port.mk> diff --git a/www/indexme/distinfo b/www/indexme/distinfo deleted file mode 100644 index 65abad6d043b..000000000000 --- a/www/indexme/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (indexme.tar.gz) = c80329ce24adabdfb956eeb678cc3aa7e9d75b768d45de54f88b4c579be29497 -SIZE (indexme.tar.gz) = 9523 diff --git a/www/indexme/pkg-descr b/www/indexme/pkg-descr deleted file mode 100644 index 6a890aa33917..000000000000 --- a/www/indexme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -indexme is a small Perl program for linking several images or -documents into a HTML index for viewing and easy overview. - -WWW: http://ukug.uk.freebsd.org/~lord_cj/indexme/ diff --git a/www/osb-browser/Makefile b/www/osb-browser/Makefile deleted file mode 100644 index cd614cfad79c..000000000000 --- a/www/osb-browser/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: osb-browser -# Date created: 2004-11-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= osb-browser -PORTVERSION= 0.5.2 -PORTREVISION= 5 -CATEGORIES= www -MASTER_SITES= SF/gtk-webcore/gtk-webcore/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk+ WebCore reference web browser implementation - -DEPRECATED= Abandonware, please use www/webkit-gtk2 -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= osb-nrcit>=0.5.2:${PORTSDIR}/www/osb-nrcit -RUN_DEPENDS= osb-nrcit>=0.5.2:${PORTSDIR}/www/osb-nrcit - -USE_GNOME= gnomehack gnometarget libglade2 -USE_AUTOTOOLS= libtool - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-nostdinc++||g ; \ - s|-DGTK_DISABLE_DEPRECATED||g ; \ - s|-Werror -ansi||g ; \ - s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/www/osb-browser/distinfo b/www/osb-browser/distinfo deleted file mode 100644 index d4c7c6dde7a0..000000000000 --- a/www/osb-browser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (osb-browser-0.5.2.tar.gz) = 92ba6186f11b4cd8b7757ee3cefbe782c96bffd67dc68e0ee486d833eaf17d11 -SIZE (osb-browser-0.5.2.tar.gz) = 352865 diff --git a/www/osb-browser/files/patch-src::osb-browser.c b/www/osb-browser/files/patch-src::osb-browser.c deleted file mode 100644 index a440506fa9ed..000000000000 --- a/www/osb-browser/files/patch-src::osb-browser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/osb-browser.c.orig Tue Feb 1 11:50:56 2005 -+++ src/osb-browser.c Tue Feb 1 11:51:33 2005 -@@ -127,7 +127,7 @@ - static void - _weak_notify(gpointer data, GObject *was) - { -- g_warning("Destroyed: %s at %x\n", (const char*) data, (int) was); -+ g_warning("Destroyed: %s at %p\n", (const char*) data, was); - } - - diff --git a/www/osb-browser/pkg-descr b/www/osb-browser/pkg-descr deleted file mode 100644 index 5232204ad7aa..000000000000 --- a/www/osb-browser/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gtk+ WebCore is a Gtk+ port of Apple Computer Inc.'s WebCore KHTML html -rendering engine including a web component. Gtk+ WebCore is a standards -compliant (X)HTML rendering engine, javascript interpreter and an embeddable -web component. The purpose of the web component is to be a light-weight, -easy-to-compile and embed, open source rendering component. - -osb-browser is a simple web browser using interfaces provided in NRCit to -render and display web pages. - -WWW: http://gtk-webcore.sourceforge.net/ diff --git a/www/osb-browser/pkg-plist b/www/osb-browser/pkg-plist deleted file mode 100644 index ed7b3cbf77be..000000000000 --- a/www/osb-browser/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/osb-browser -%%DATADIR%%/default-location-icon.png -%%DATADIR%%/index.html -%%DATADIR%%/osb-browser.glade -@dirrm %%DATADIR%% diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile deleted file mode 100644 index 3b4f0c20c3ef..000000000000 --- a/www/osb-nrcit/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: osb-nrcit -# Date created: 2004-11-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= osb-nrcit -PORTVERSION= 0.5.2 -PORTREVISION= 7 -CATEGORIES= www -MASTER_SITES= SF/gtk-webcore/gtk-webcore/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk+ WebCore embeddable web browser component - -DEPRECATED= Abandonware, please use www/webkit-gtk2 -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= osb-nrcore>=0.5.2:${PORTSDIR}/www/osb-nrcore -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -RUN_DEPENDS= osb-nrcore>=0.5.2:${PORTSDIR}/www/osb-nrcore - -USE_GNOME= gnomehack gnometarget gtk20 librsvg2 -USE_AUTOTOOLS= libtool -CONFGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= Does not compile on !i386 and !amd64 -.endif - -post-patch: - @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ - s|-nostdinc++||g ; \ - s|-Werror||g ; \ - s|-DGTK_DISABLE_DEPRECATED||g ; \ - s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/www/osb-nrcit/distinfo b/www/osb-nrcit/distinfo deleted file mode 100644 index 9a7be66f60c1..000000000000 --- a/www/osb-nrcit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (osb-nrcit-0.5.2.tar.gz) = a318347a661be866971449a238feeb36b21a47d0a2dfcb993e5d049a28039a74 -SIZE (osb-nrcit-0.5.2.tar.gz) = 419867 diff --git a/www/osb-nrcit/files/patch-src::HttpCurl.cpp b/www/osb-nrcit/files/patch-src::HttpCurl.cpp deleted file mode 100644 index 8bf4cf79b87a..000000000000 --- a/www/osb-nrcit/files/patch-src::HttpCurl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/HttpCurl.cpp.orig Mon Mar 21 22:11:12 2005 -+++ src/HttpCurl.cpp Mon Mar 21 22:11:37 2005 -@@ -113,7 +113,7 @@ - - curl_version_info_data *curl_info; - curl_info = curl_version_info(CURLVERSION_NOW); -- curl_protocols = curl_info->protocols; -+ curl_protocols = (const char **)curl_info->protocols; - - FD_ZERO(&fdread); - FD_ZERO(&fdwrite); diff --git a/www/osb-nrcit/pkg-descr b/www/osb-nrcit/pkg-descr deleted file mode 100644 index afaa77574fdd..000000000000 --- a/www/osb-nrcit/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gtk+ WebCore is a Gtk+ port of Apple Computer Inc.'s WebCore KHTML html -rendering engine including a web component. Gtk+ WebCore is a standards -compliant (X)HTML rendering engine, javascript interpreter and an embeddable -web component. The purpose of the web component is to be a light-weight, -easy-to-compile and embed, open source rendering component. - -NRCit is a library which implements functionality needed to build an -browser. Encapsulates the core HTML rendering engine. - -WWW: http://gtk-webcore.sourceforge.net/ diff --git a/www/osb-nrcit/pkg-plist b/www/osb-nrcit/pkg-plist deleted file mode 100644 index 76adaab61fee..000000000000 --- a/www/osb-nrcit/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/osb/osb.h -include/osb/uri.h -include/osb/webi.h -lib/libnrcit.a -lib/libnrcit.la -lib/libnrcit.so -lib/libnrcit.so.0 -libdata/pkgconfig/osb-nrcit.pc -@dirrmtry include/osb diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile deleted file mode 100644 index 23c0895c7877..000000000000 --- a/www/osb-nrcore/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: osb-nrcore -# Date created: 2004-11-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= osb-nrcore -PORTVERSION= 0.5.2 -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= SF/gtk-webcore/gtk-webcore/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk+ WebCore html rendering engine - -DEPRECATED= Abandonware, please use www/webkit-gtk2 -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= osb-jscore>=0.5.2:${PORTSDIR}/lang/osb-jscore -RUN_DEPENDS= osb-jscore>=0.5.2:${PORTSDIR}/lang/osb-jscore - -USE_XORG= x11 xt -USE_GNOME= gnomehack gnometarget gtk20 -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= Does not compile on alpha -.endif - -post-patch: - @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ - s|-nostdinc++||g ; \ - s|-nodefaultlibs -lgcc -lc||g; \ - s|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/www/osb-nrcore/distinfo b/www/osb-nrcore/distinfo deleted file mode 100644 index 1f9a0e1ef223..000000000000 --- a/www/osb-nrcore/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (osb-nrcore-0.5.2.tar.gz) = ae96d293dfa45df5acdcd468b4246851efc9daf9dd5fe303bcd2dc5f802fa5be -SIZE (osb-nrcore-0.5.2.tar.gz) = 2129542 diff --git a/www/osb-nrcore/files/patch-khtml-html-html_doumentimp.cpp b/www/osb-nrcore/files/patch-khtml-html-html_doumentimp.cpp deleted file mode 100644 index f63463e279ee..000000000000 --- a/www/osb-nrcore/files/patch-khtml-html-html_doumentimp.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- khtml/html/html_documentimpl.cpp.orig 2007-08-08 13:44:11.000000000 +0200 -+++ khtml/html/html_documentimpl.cpp 2007-08-08 13:45:49.000000000 +0200 -@@ -270,7 +270,7 @@ - return; - } - -- int oldCount = (int)namedImageAndFormCounts.find(name); -+ intptr_t oldCount = (intptr_t)namedImageAndFormCounts.find(name); - namedImageAndFormCounts.insert(name, (char *)(oldCount + 1)); - } - -@@ -280,9 +280,9 @@ - return; - } - -- int oldVal = (int)(namedImageAndFormCounts.find(name)); -+ intptr_t oldVal = (intptr_t)(namedImageAndFormCounts.find(name)); - if (oldVal != 0) { -- int newVal = oldVal - 1; -+ intptr_t newVal = oldVal - 1; - if (newVal == 0) { - namedImageAndFormCounts.remove(name); - } else { diff --git a/www/osb-nrcore/pkg-descr b/www/osb-nrcore/pkg-descr deleted file mode 100644 index 7fcf88937ca2..000000000000 --- a/www/osb-nrcore/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gtk+ WebCore is a Gtk+ port of Apple Computer Inc.'s WebCore KHTML html -rendering engine including a web component. Gtk+ WebCore is a standards -compliant (X)HTML rendering engine, javascript interpreter and an embeddable -web component. The purpose of the web component is to be a light-weight, -easy-to-compile and embed, open source rendering component. - -NRCore contains KHTML html rendering engine KWIQ -Qt adaptation layer and -bridge classes for WebKit controls. Based on WebCore-146.1 - -WWW: http://gtk-webcore.sourceforge.net/ diff --git a/www/osb-nrcore/pkg-plist b/www/osb-nrcore/pkg-plist deleted file mode 100644 index c13cc9637456..000000000000 --- a/www/osb-nrcore/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -include/osb/NRCore/KWIQCGColor.h -include/osb/NRCore/KWIQCGContext.h -include/osb/NRCore/KWIQCGContextFactory.h -include/osb/NRCore/KWIQCGImage.h -include/osb/NRCore/KWIQPageCache.h -include/osb/NRCore/WebCoreBridge.h -include/osb/NRCore/WebCoreCache.h -include/osb/NRCore/WebCoreCookieAdapter.h -include/osb/NRCore/WebCoreDeviceType.h -include/osb/NRCore/WebCoreFoundation.h -include/osb/NRCore/WebCoreHistory.h -include/osb/NRCore/WebCoreImageRenderer.h -include/osb/NRCore/WebCoreImageRendererFactory.h -include/osb/NRCore/WebCoreKeyboardAccess.h -include/osb/NRCore/WebCoreResourceLoader.h -include/osb/NRCore/WebCoreResponse.h -include/osb/NRCore/WebCoreSettings.h -include/osb/NRCore/WebCoreTextRenderer.h -include/osb/NRCore/WebCoreTextRendererFactory.h -include/osb/NRCore/WebCoreUnicode.h -include/osb/NRCore/WebCoreViewFactory.h -lib/libnrcore.a -lib/libnrcore.la -lib/libnrcore.so -lib/libnrcore.so.0 -lib/libnrcore_kwiq_gtk.a -lib/libnrcore_kwiq_gtk.la -lib/libnrcore_kwiq_gtk.so -lib/libnrcore_kwiq_gtk.so.0 -libdata/pkgconfig/osb-nrcore.pc -%%DATADIR%%/eastResizeCursor.tiff -%%DATADIR%%/helpCursor.tiff -%%DATADIR%%/html4.css -%%DATADIR%%/linkCursor.tiff -%%DATADIR%%/moveCursor.tiff -%%DATADIR%%/northEastResizeCursor.tiff -%%DATADIR%%/northResizeCursor.tiff -%%DATADIR%%/northWestResizeCursor.tiff -%%DATADIR%%/quirks.css -%%DATADIR%%/southEastResizeCursor.tiff -%%DATADIR%%/southResizeCursor.tiff -%%DATADIR%%/southWestResizeCursor.tiff -%%DATADIR%%/user.css -%%DATADIR%%/waitCursor.tiff -%%DATADIR%%/westResizeCursor.tiff -@dirrm %%DATADIR%% -@dirrm include/osb/NRCore -@dirrmtry include/osb diff --git a/www/pumperweb/Makefile b/www/pumperweb/Makefile deleted file mode 100644 index e4d629512ece..000000000000 --- a/www/pumperweb/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: pumperweb -# Date created: 2007-03-28 -# Whom: Thinker K.F. Li <thinker@branda.to> -# -# $FreeBSD$ -# - -PORTNAME= pumperweb -PORTVERSION= 0.1 -CATEGORIES= www devel -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= A meta project that creates a WEB framework - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ez_web/ez_user_auth.py:${PORTSDIR}/www/py-ez_web \ - ${PYTHON_SITELIBDIR}/sqlcc/__init__.py:${PORTSDIR}/devel/py-sqlcc - -USE_PYTHON= yes -NO_BUILD= yes - -do-install: - -.include <bsd.port.mk> diff --git a/www/pumperweb/pkg-descr b/www/pumperweb/pkg-descr deleted file mode 100644 index 30f5a6577e77..000000000000 --- a/www/pumperweb/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PumperWeb is a set of tools for Python WEB developer. It tries to keep -programmer's life simple. No more heavy framework, not more dirty. PumperWeb -keeps programmers simple and smart. There is a old said, "Keep It Simple & -Stupid". Stupid! A good stupid is another way to be smart. - -WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki diff --git a/www/pumperweb/pkg-plist b/www/pumperweb/pkg-plist deleted file mode 100644 index 8fb5cc4556d5..000000000000 --- a/www/pumperweb/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment $FreeBSD$ diff --git a/www/py-ez_web/Makefile b/www/py-ez_web/Makefile deleted file mode 100644 index 9edff9309ec7..000000000000 --- a/www/py-ez_web/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-ez_web -# Date created: 2007-03-27 -# Whom: Thinker K.F. Li <thinker@branda.to> -# -# $FreeBSD$ -# - -PORTNAME= ez_web -PORTVERSION= 0.1 -CATEGORIES= www devel python -MASTER_SITES= http://master.branda.to/downloads/ez_web/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tiny and designed for modification web framework - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ez_xml/__init__.py:${PORTSDIR}/devel/py-ez_xml - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -.include <bsd.port.mk> diff --git a/www/py-ez_web/distinfo b/www/py-ez_web/distinfo deleted file mode 100644 index eedf45c8851f..000000000000 --- a/www/py-ez_web/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ez_web-0.1.tar.gz) = 59f5014b2588ce934a62457731f54df1a0a92ca23cf2158e180e5049141522ea -SIZE (ez_web-0.1.tar.gz) = 11550 diff --git a/www/py-ez_web/pkg-descr b/www/py-ez_web/pkg-descr deleted file mode 100644 index d4cb9f25c05e..000000000000 --- a/www/py-ez_web/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -ez_web is a tiny and designed for modify web framework. It provides concise -fucntions, no complex candy. ez_web is working as a CGI or apache handler -with mod_python. - -WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_web diff --git a/www/py-ez_web/pkg-plist b/www/py-ez_web/pkg-plist deleted file mode 100644 index c571e21f9615..000000000000 --- a/www/py-ez_web/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/ez_web/__init__.py -%%PYTHON_SITELIBDIR%%/ez_web/apache_logger.py -%%PYTHON_SITELIBDIR%%/ez_web/cgi_tools.py -%%PYTHON_SITELIBDIR%%/ez_web/ez_user_auth.py -%%PYTHON_SITELIBDIR%%/ez_web/ez_xml_p.py -%%PYTHON_SITELIBDIR%%/ez_web/kit.py -%%PYTHON_SITELIBDIR%%/ez_web/log.py -%%PYTHON_SITELIBDIR%%/ez_web/mod_python_hdr.py -%%PYTHON_SITELIBDIR%%/ez_web/new_project.py -%%PYTHON_SITELIBDIR%%/ez_web/rpc.py -%%PYTHON_SITELIBDIR%%/ez_web/testcase.py -%%PYTHON_SITELIBDIR%%/ez_web/tools.py -%%PYTHON_SITELIBDIR%%/ez_web/web_engine.py -%%PYTHON_SITELIBDIR%%/ez_web/webclient_logger.py -%%PYTHON_SITELIBDIR%%/ez_web/__init__.pyc -%%PYTHON_SITELIBDIR%%/ez_web/apache_logger.pyc -%%PYTHON_SITELIBDIR%%/ez_web/cgi_tools.pyc -%%PYTHON_SITELIBDIR%%/ez_web/ez_user_auth.pyc -%%PYTHON_SITELIBDIR%%/ez_web/ez_xml_p.pyc -%%PYTHON_SITELIBDIR%%/ez_web/kit.pyc -%%PYTHON_SITELIBDIR%%/ez_web/log.pyc -%%PYTHON_SITELIBDIR%%/ez_web/rpc.pyc -%%PYTHON_SITELIBDIR%%/ez_web/mod_python_hdr.pyc -%%PYTHON_SITELIBDIR%%/ez_web/new_project.pyc -%%PYTHON_SITELIBDIR%%/ez_web/testcase.pyc -%%PYTHON_SITELIBDIR%%/ez_web/tools.pyc -%%PYTHON_SITELIBDIR%%/ez_web/web_engine.pyc -%%PYTHON_SITELIBDIR%%/ez_web/webclient_logger.pyc -%%PYTHON_SITELIBDIR%%/ez_web/__init__.pyo -%%PYTHON_SITELIBDIR%%/ez_web/apache_logger.pyo -%%PYTHON_SITELIBDIR%%/ez_web/cgi_tools.pyo -%%PYTHON_SITELIBDIR%%/ez_web/ez_user_auth.pyo -%%PYTHON_SITELIBDIR%%/ez_web/ez_xml_p.pyo -%%PYTHON_SITELIBDIR%%/ez_web/kit.pyo -%%PYTHON_SITELIBDIR%%/ez_web/log.pyo -%%PYTHON_SITELIBDIR%%/ez_web/mod_python_hdr.pyo -%%PYTHON_SITELIBDIR%%/ez_web/new_project.pyo -%%PYTHON_SITELIBDIR%%/ez_web/rpc.pyo -%%PYTHON_SITELIBDIR%%/ez_web/testcase.pyo -%%PYTHON_SITELIBDIR%%/ez_web/tools.pyo -%%PYTHON_SITELIBDIR%%/ez_web/web_engine.pyo -%%PYTHON_SITELIBDIR%%/ez_web/webclient_logger.pyo -@dirrmtry %%PYTHON_SITELIBDIR%%/ez_web diff --git a/www/py-pullparser/Makefile b/www/py-pullparser/Makefile deleted file mode 100644 index bf602d0236f6..000000000000 --- a/www/py-pullparser/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-pullparser -# Date created: Apr 29, 2005 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= pullparser -PORTVERSION= 0.1.0 -CATEGORIES= www python -MASTER_SITES= http://wwwsearch.sourceforge.net/pullparser/src/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple "pull API" for HTML parsing - -DEPRECATED= Obsolete and deprecated -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's -EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} - -PYDISTUTILS_BUILD_TARGET= bdist_egg -PYDISTUTILS_INSTALL_TARGET= easy_install -PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PULLPARSER_EGG} - -PULLPARSER_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg - -PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \ - PULLPARSER_EGG=${PULLPARSER_EGG} \ - PULLPARSER_EGG_VER="${PORTNAME}==${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/www/py-pullparser/distinfo b/www/py-pullparser/distinfo deleted file mode 100644 index 300e0d99ddf4..000000000000 --- a/www/py-pullparser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pullparser-0.1.0.tar.gz) = 039da20c26ecd3334cb95680d67eafb6e11451a4c22d19f6ee74e8a9b4372696 -SIZE (pullparser-0.1.0.tar.gz) = 21472 diff --git a/www/py-pullparser/pkg-descr b/www/py-pullparser/pkg-descr deleted file mode 100644 index d0864c3ba406..000000000000 --- a/www/py-pullparser/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A simple "pull API" for HTML parsing, after Perl's HTML::TokeParser. Many -simple HTML parsing tasks are simpler this way than with the HTMLParser -module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser. - -WWW: http://wwwsearch.sourceforge.net/pullparser/ diff --git a/www/py-pullparser/pkg-plist b/www/py-pullparser/pkg-plist deleted file mode 100644 index effb622e1cdd..000000000000 --- a/www/py-pullparser/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PULLPARSER_EGG_VER%% -%%PYTHON_SITELIBDIR%%/%%PULLPARSER_EGG%% -@exec %%EASY_INSTALL_CMD%% -q -N -S %D/%%PYTHON_SITELIBDIR%% %%PULLPARSER_EGG_VER%% diff --git a/www/sidplug/Makefile b/www/sidplug/Makefile deleted file mode 100644 index 9625b0972514..000000000000 --- a/www/sidplug/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: sidplug -# Date created: 14 December 2001 -# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> -# -# $FreeBSD$ -# - -PORTNAME= sidplug -PORTVERSION= 1.1.5 -PORTREVISION= 6 -CATEGORIES= www audio -MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Commodore 64 psid audio plugin for Mozilla or Opera - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -RUN_DEPENDS= xsidplay:${PORTSDIR}/audio/xsidplay - -MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I${LOCALBASE}/include" -USE_XORG= x11 - -USE_WEBPLUGINS= native -WEBPLUGINS_FILES=npsidplug.so - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -do-install: - @${MKDIR} ${WEBPLUGINS_DIR} - @${INSTALL_PROGRAM} ${WRKSRC}/npsidplug.so ${WEBPLUGINS_DIR} - @${LN} -sf ${LOCALBASE}/bin/xsidplay ${PREFIX}/bin/sidplug -.ifndef(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/Lazy_Fast.sid ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/README.html ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/sidplug.png ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/www/sidplug/distinfo b/www/sidplug/distinfo deleted file mode 100644 index 0a63e193d905..000000000000 --- a/www/sidplug/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sidplug-1.1.5.tgz) = 12de5b69534ca1c6747382141fb5c9ced55bd80e652f89f27fbfe1ee615d8f59 -SIZE (sidplug-1.1.5.tgz) = 33157 diff --git a/www/sidplug/pkg-descr b/www/sidplug/pkg-descr deleted file mode 100644 index 196531fe65cd..000000000000 --- a/www/sidplug/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -SIDplug is a Commodore 64 psid audio Plugin for Mozilla or Opera. - -WWW: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/sidplug.html diff --git a/www/sidplug/pkg-plist b/www/sidplug/pkg-plist deleted file mode 100644 index b396c5e001d7..000000000000 --- a/www/sidplug/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/sidplug -%%WEBPLUGINS_DIR%%/npsidplug.so -%%PORTDOCS%%share/examples/sidplug/Lazy_Fast.sid -%%PORTDOCS%%share/examples/sidplug/README.html -%%PORTDOCS%%share/examples/sidplug/sidplug.png -%%PORTDOCS%%@dirrm share/examples/sidplug -@dirrmtry %%WEBPLUGINS_DIR%% diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile deleted file mode 100644 index d1d3f80b7b34..000000000000 --- a/www/twhttpd/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: twhttpd-1.0 -# Date created: 25 Sep 2002 -# Whom: Pieter Danhieux <opr@bsdaemon.be> -# -# $FreeBSD$ -# - -PORTNAME= twhttpd -PORTVERSION= 1.01 -CATEGORIES= www -MASTER_SITES= http://www.sunzidigital.com/samngms/twhttpd/download/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Secure HTTP Proxy - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lmd" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -SUB_FILES= pkg-message -SUB_LIST= PREFIX=${PREFIX} - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h - @${REINPLACE_CMD} -e 's| md5\.o | |g' ${WRKSRC}/Makefile.in - -do-install: - ${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd - ${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache - ${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/twhttpd.cfg ${PREFIX}/etc/twhttpd.cfg.sample - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/twhttpd/distinfo b/www/twhttpd/distinfo deleted file mode 100644 index 08cfae212c3c..000000000000 --- a/www/twhttpd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (twhttpd.tar.gz) = 3924847d6ef5667c18ce2221b296e30279e382fe2d76fad06439c988709ebd85 -SIZE (twhttpd.tar.gz) = 104312 diff --git a/www/twhttpd/files/patch-base64.c b/www/twhttpd/files/patch-base64.c deleted file mode 100644 index 225c75284714..000000000000 --- a/www/twhttpd/files/patch-base64.c +++ /dev/null @@ -1,10 +0,0 @@ ---- base64.c.orig Sun Feb 4 20:11:49 2007 -+++ base64.c Sun Feb 4 20:11:59 2007 -@@ -40,6 +40,7 @@ - #include <stdio.h> - #include <errno.h> - #include <stdlib.h> -+#include <string.h> - #include <unistd.h> - - #include "config.h" diff --git a/www/twhttpd/files/patch-cfg_functions.c b/www/twhttpd/files/patch-cfg_functions.c deleted file mode 100644 index aa9658ca370f..000000000000 --- a/www/twhttpd/files/patch-cfg_functions.c +++ /dev/null @@ -1,38 +0,0 @@ ---- cfg_functions.c.orig Tue Feb 12 22:29:15 2002 -+++ cfg_functions.c Sun Feb 4 20:07:31 2007 -@@ -25,14 +25,16 @@ - #include <ctype.h> - #include <errno.h> - #include <stdio.h> -+#include <stdlib.h> -+#include <string.h> - #include <fnmatch.h> - #include <regex.h> - #include <syslog.h> - #include <unistd.h> --#include <arpa/inet.h> --#include <sys/socket.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - - #include "y.tab.h" - #include "twhttpd.h" -@@ -588,14 +590,14 @@ - // change forward destination - int cfg_set_forward(http_header *hd, void *value, void *value2, int property) - { -- (void *)hd->forward = (void *)value; -+ hd->forward = (struct sockaddr_in *)value; - return 1; - } - - // change web or proxy mode - int cfg_set_forward_proxy(http_header *hd, void *value, void *value2, int property) - { -- (void *)hd->forward_proxy = (void *)value; -+ hd->forward_proxy = (int *)value; - return 1; - } - diff --git a/www/twhttpd/files/patch-cfg_parser.l b/www/twhttpd/files/patch-cfg_parser.l deleted file mode 100644 index a39e99437810..000000000000 --- a/www/twhttpd/files/patch-cfg_parser.l +++ /dev/null @@ -1,13 +0,0 @@ ---- cfg_parser.l.orig Sun Feb 4 20:01:24 2007 -+++ cfg_parser.l Sun Feb 4 20:11:01 2007 -@@ -22,7 +22,9 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. - */ -- -+ -+#include <string.h> -+ - #include "y.tab.h" - - int yylineno=1; diff --git a/www/twhttpd/files/patch-cfg_parser.y b/www/twhttpd/files/patch-cfg_parser.y deleted file mode 100644 index 415480a32da2..000000000000 --- a/www/twhttpd/files/patch-cfg_parser.y +++ /dev/null @@ -1,59 +0,0 @@ ---- cfg_parser.y.orig Sat Aug 31 11:41:16 2002 -+++ cfg_parser.y Sun Feb 4 20:06:36 2007 -@@ -27,10 +27,12 @@ - #include <regex.h> - #include <errno.h> - #include <stdio.h> --#include <arpa/inet.h> -+#include <stdlib.h> -+#include <string.h> - #include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - - #include "config.h" - #include "cfg_functions.h" -@@ -467,8 +469,8 @@ - $$ = (decision_tree *)cf_malloc(sizeof(decision_tree)); - init_dt($$); - $$->f = &cfg_numeric_test; -- (cfg_variable *)$$->value = $1; -- (int *)$$->value2 = (int *)cf_malloc(sizeof(int)); -+ $$->value = $1; -+ $$->value2 = cf_malloc(sizeof(int)); - *(int *)$$->value2 = $3; - $$->property = $2; - } -@@ -563,7 +565,7 @@ - $$ = (decision_tree *)cf_malloc(sizeof(decision_tree)); - init_dt($$); - $$->f = &cfg_set_location; -- (char *)$$->value = strdup($3); -+ $$->value = strdup($3); - } - ; - -@@ -623,19 +625,19 @@ - - num_var: PORT - { -- (cfg_variable *)$$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); -+ $$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); - $$->type = PORT; - $$->f = NULL; - } - | POST_LEN - { -- (cfg_variable *)$$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); -+ $$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); - $$->type = POST_LEN; - $$->f = NULL; - } - | STRLEN '(' str_var ')' - { -- (cfg_variable *)$$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); -+ $$ = (cfg_variable *)cf_malloc(sizeof(cfg_variable)); - $$->type = $3; - $$->f = &cfg_strlen; - } diff --git a/www/twhttpd/files/patch-config.h b/www/twhttpd/files/patch-config.h deleted file mode 100644 index a473487d2c78..000000000000 --- a/www/twhttpd/files/patch-config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.orig Sat Aug 31 05:40:23 2002 -+++ config.h Wed Sep 25 12:01:58 2002 -@@ -31,7 +31,7 @@ - #define CURRENT_DIR "./" - #define DEFAULT_CACHE_DIR ".cache" - #define DEFAULT_COOKIE_DIR ".cookie" --#define DEFAULT_CONFIG_FILE "/etc/twhttpd.cfg" -+#define DEFAULT_CONFIG_FILE "%%PREFIX%%/etc/twhttpd.cfg" - - #define SOCKET_TIMEOUT 45 /* socket timeout value */ - #define CONNECT_TIMEOUT 15 /* connect timeout value */ diff --git a/www/twhttpd/files/patch-htpasswd.c b/www/twhttpd/files/patch-htpasswd.c deleted file mode 100644 index d002db7ceeb3..000000000000 --- a/www/twhttpd/files/patch-htpasswd.c +++ /dev/null @@ -1,10 +0,0 @@ ---- htpasswd.c.orig Sun Feb 4 20:13:04 2007 -+++ htpasswd.c Sun Feb 4 20:12:32 2007 -@@ -41,6 +41,7 @@ - #include <errno.h> - #include <unistd.h> - #include <stdlib.h> -+#include <string.h> - #include <pwd.h> - - #define MAX_PASS 32 diff --git a/www/twhttpd/files/patch-httplog.c b/www/twhttpd/files/patch-httplog.c deleted file mode 100644 index 2224be7921d4..000000000000 --- a/www/twhttpd/files/patch-httplog.c +++ /dev/null @@ -1,25 +0,0 @@ ---- httplog.c.orig Sat Dec 8 22:15:44 2001 -+++ httplog.c Sun Feb 4 20:10:16 2007 -@@ -39,11 +39,13 @@ - - #include <time.h> - #include <stdio.h> -+#include <string.h> - #include <syslog.h> -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - #include <sys/time.h> --#include <sys/socket.h> --#include <sys/types.h> - - #include "config.h" - #include "structs.h" -@@ -151,4 +153,4 @@ - } - } - } --} -\ No newline at end of file -+} diff --git a/www/twhttpd/files/patch-twhttpd.c b/www/twhttpd/files/patch-twhttpd.c deleted file mode 100644 index c13ee3eb73db..000000000000 --- a/www/twhttpd/files/patch-twhttpd.c +++ /dev/null @@ -1,32 +0,0 @@ ---- twhttpd.c.orig Tue Apr 1 12:06:08 2003 -+++ twhttpd.c Sun Feb 4 20:07:02 2007 -@@ -28,15 +28,17 @@ - #include <netdb.h> - #include <regex.h> - #include <stdio.h> -+#include <stdlib.h> - #include <string.h> - #include <syslog.h> - #include <signal.h> - #include <time.h> - #include <unistd.h> --#include <wait.h> --#include <netinet/in.h> --#include <sys/socket.h> -+#include <sys/wait.h> - #include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <sys/stat.h> - #include <sys/time.h> - -@@ -4014,7 +4016,7 @@ - lz_flush(hd->fd, &hd->fd_lzb); - } - syslog(LOG_ERR, "Exiting Testing Server\n"); -- exit; -+ exit(0); - } - - ////////////////////////////////////////////////////////////////////// diff --git a/www/twhttpd/files/pkg-message.in b/www/twhttpd/files/pkg-message.in deleted file mode 100644 index aed58788d127..000000000000 --- a/www/twhttpd/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ -*************************************************************************** -twhttpd is installed in %%PREFIX%%/sbin/ -Now copy %%PREFIX%%/etc/twhttpd.cfg.sample to twhttpd.cfg, -and edit it. -*************************************************************************** diff --git a/www/twhttpd/pkg-descr b/www/twhttpd/pkg-descr deleted file mode 100644 index f4ef481d301d..000000000000 --- a/www/twhttpd/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -twhttpd is a powerful secure HTTP proxy. -twhttpd protects your internal Web server by acting as an inbound proxy -(like a reserve Squid proxy). It can also work as a secure outbound proxy -to protect your browser client. It allows you to inspect almost every -detail of the HTTP protocol headers, including the URL request line, the -server version, user-agent, referrer, cookie, query, etc., in a -easy-to-use script-like configuration file. -This program is generally considered an "Expert Tool"; you will need -knowledge of the HTTP protocol to configure the proxy properly. - -WWW: http://www.geocities.com/samngms/twhttpd/ diff --git a/www/twhttpd/pkg-plist b/www/twhttpd/pkg-plist deleted file mode 100644 index e0c8911ac315..000000000000 --- a/www/twhttpd/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/twhttpd -sbin/rm_cache -etc/twhttpd.cfg.sample diff --git a/www/wnews/Makefile b/www/wnews/Makefile deleted file mode 100644 index e4b8f573b670..000000000000 --- a/www/wnews/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: wnews -# Date created: July 11, 2004 -# Whom: Samy Al Bahra <samy@kerneled.org> -# -# $FreeBSD$ -# - -PORTNAME= wnews -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://kerneled.org/projects/wnews/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An RSS news client for the UNIX console - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -MAN1= wnews.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/wnews - -USE_GMAKE= yes -GNU_CONFIGURE= yes -WANT_GNOME= yes - -OPTIONS= GTK2 "build the GTK+ 2.0 interface" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GTK2) -CONFIGURE_ARGS+=--with-gtk2 -USE_GNOME+= gtk20 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\(GTKCFLAGS="\)|\1${PTHREAD_CFLAGS} |; \ - s|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/www/wnews/distinfo b/www/wnews/distinfo deleted file mode 100644 index 7b1fdc7337fa..000000000000 --- a/www/wnews/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wnews-0.8.tar.gz) = addea9841cf7d5b6152d44e73b6b08a7c8d518d17110974f4c3e7a53b662f33f -SIZE (wnews-0.8.tar.gz) = 62489 diff --git a/www/wnews/pkg-descr b/www/wnews/pkg-descr deleted file mode 100644 index 8eef91cef63d..000000000000 --- a/www/wnews/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This tool downloads and displays RSS news feed from the -web and displays them in a page-based curses interface -or in parseable line-based output. There is support for -HTTP gzip decompression, HTTP proxies, key-binding -support and resources editing. - -WWW: http://www.kerneled.org/projects/wnews/ diff --git a/www/xpath2rss/Makefile b/www/xpath2rss/Makefile deleted file mode 100644 index c1268015ba08..000000000000 --- a/www/xpath2rss/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: xpath2rss -# Date created: Jun 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= xpath2rss -PORTVERSION= 0.7 -CATEGORIES= www python -MASTER_SITES= http://www.mnot.net/xpath2rss/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= HTML to RSS converter - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -RUN_DEPENDS= ${PYXML} - -USE_PYTHON= yes -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - (cd ${WRKSRC} ; ${INSTALL_SCRIPT} *.py ${PYTHON_SITELIBDIR}) -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/xpath2rss/distinfo b/www/xpath2rss/distinfo deleted file mode 100644 index 4a06196c3f7c..000000000000 --- a/www/xpath2rss/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpath2rss-0.7.tgz) = 487475b535f2fd0258a59072df4e8fce947036c3a8d5eaa76d90542b9551a603 -SIZE (xpath2rss-0.7.tgz) = 13450 diff --git a/www/xpath2rss/pkg-descr b/www/xpath2rss/pkg-descr deleted file mode 100644 index 9d9f95db1482..000000000000 --- a/www/xpath2rss/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -xpath2rss is Yet Another HTML->RSS scraper. This one's different in that -instead of using regular expressions, as most do, it uses XPath. - -WWW: http://www.mnot.net/xpath2rss/ diff --git a/www/xpath2rss/pkg-plist b/www/xpath2rss/pkg-plist deleted file mode 100644 index c6013ad9a9f5..000000000000 --- a/www/xpath2rss/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xpath2rss -%%PYTHON_SITELIBDIR%%/HtmlDom.py -%%PYTHON_SITELIBDIR%%/RSS.py -%%PORTDOCS%%share/doc/xpath2rss/README -%%PORTDOCS%%@dirrm share/doc/xpath2rss |