Index: head/www/Makefile =================================================================== --- head/www/Makefile (revision 34339) +++ head/www/Makefile (revision 34340) @@ -1,209 +1,210 @@ # $FreeBSD$ # SUBDIR += Mosaic # requires Motif SUBDIR += WebMagick SUBDIR += adzapper SUBDIR += amaya SUBDIR += analog SUBDIR += aolserver SUBDIR += apache13 SUBDIR += apache13-fp SUBDIR += apache13-modssl SUBDIR += apache13-ssl SUBDIR += apache13+ipv6 SUBDIR += apache-contrib SUBDIR += apache-jserv SUBDIR += arena SUBDIR += ashe # requires Motif SUBDIR += asp2php SUBDIR += aswedit SUBDIR += bacon SUBDIR += bkmrkconv SUBDIR += bluefish SUBDIR += bsdi-netscape47-communicator SUBDIR += bsdi-netscape47-navigator SUBDIR += bmsync SUBDIR += boa SUBDIR += cadaver SUBDIR += calamaris SUBDIR += cgi-lib SUBDIR += cgic SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chimera SUBDIR += chimera2 SUBDIR += comline SUBDIR += css-mode.el SUBDIR += decss SUBDIR += demoroniser SUBDIR += djvuplugin SUBDIR += encompass SUBDIR += erwn SUBDIR += evg SUBDIR += fcgi SUBDIR += fhttpd SUBDIR += flashplugin SUBDIR += fxhtml SUBDIR += g-gcl SUBDIR += galeon SUBDIR += glibwww SUBDIR += gn SUBDIR += gnuinfo SUBDIR += gnujsp SUBDIR += grail SUBDIR += gtkhtml SUBDIR += harvest SUBDIR += hotjava SUBDIR += htmlpp SUBDIR += http-analyze SUBDIR += http_load SUBDIR += httperf SUBDIR += httptunnel SUBDIR += hypermail SUBDIR += indexme SUBDIR += jakarta-tomcat SUBDIR += jesred SUBDIR += jetty SUBDIR += junkbuster SUBDIR += kannel SUBDIR += kdreamsite SUBDIR += knowledgekit SUBDIR += kwebsearch SUBDIR += kwebwatch SUBDIR += libghttp SUBDIR += libwww SUBDIR += libxpg4-ns SUBDIR += linbot SUBDIR += linemode SUBDIR += links SUBDIR += linux-flashplugin SUBDIR += linux-lesstif-ns SUBDIR += linux-netscape4 SUBDIR += linux-netscape47-communicator SUBDIR += linux-netscape47-navigator SUBDIR += linux-netscape6 SUBDIR += lynx SUBDIR += lynx-current SUBDIR += lynx-ssl SUBDIR += mapedit SUBDIR += marc-search SUBDIR += mathopd SUBDIR += mhonarc SUBDIR += mod_access_referer SUBDIR += mod_auth_mysql SUBDIR += mod_dav SUBDIR += mod_dtcl SUBDIR += mod_fastcgi SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 SUBDIR += mod_python SUBDIR += mod_roaming SUBDIR += mod_ruby SUBDIR += mod_zap SUBDIR += momspider SUBDIR += mozilla SUBDIR += mozilla-embedded SUBDIR += mozilla+ipv6 SUBDIR += neon SUBDIR += netscape-remote SUBDIR += netscape-wrapper SUBDIR += netscape3 SUBDIR += netscape3-gold SUBDIR += netscape4-communicator SUBDIR += netscape4-communicator.us SUBDIR += netscape4-navigator SUBDIR += netscape47-communicator SUBDIR += netscape47-navigator SUBDIR += nscache SUBDIR += npc SUBDIR += oops SUBDIR += p5-Apache SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Peek SUBDIR += p5-Apache-Radius SUBDIR += p5-Apache-Session SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-FastCGI SUBDIR += p5-HTML SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Tree SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA SUBDIR += p5-WWW-Search SUBDIR += p5-libapreq SUBDIR += p5-libwww SUBDIR += peacock SUBDIR += plugger SUBDIR += publicfile SUBDIR += py-HTMLgen SUBDIR += qdecoder SUBDIR += quanta SUBDIR += roxen SUBDIR += ruboard SUBDIR += screem SUBDIR += sitecopy SUBDIR += smb_auth SUBDIR += snarf SUBDIR += squid22 SUBDIR += squid23 SUBDIR += squidclients SUBDIR += squidguard SUBDIR += squidtimes SUBDIR += squirm SUBDIR += squishdot SUBDIR += ssserver SUBDIR += surfraw SUBDIR += swish-e SUBDIR += tclhttpd SUBDIR += thttpd SUBDIR += thumbnail_index SUBDIR += tidy SUBDIR += tinyproxy SUBDIR += transproxy SUBDIR += udmsearch SUBDIR += vrweb SUBDIR += w3 SUBDIR += w3c-httpd SUBDIR += w3m SUBDIR += w3m-ssl SUBDIR += w3mir SUBDIR += wcol SUBDIR += web2ldap SUBDIR += web500gw SUBDIR += webalizer SUBDIR += webalizer-2 SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webglimpse SUBDIR += weblint + SUBDIR += webredirect SUBDIR += webstone SUBDIR += wml SUBDIR += wmnetselect SUBDIR += wn SUBDIR += wwwcount SUBDIR += wwwoffle SUBDIR += wwwstat SUBDIR += xitami SUBDIR += xswallow SUBDIR += znavigator SUBDIR += zope SUBDIR += zope-ptk .include Property changes on: head/www/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.267 \ No newline at end of property +1.268 \ No newline at end of property Index: head/www/webredirect/Makefile =================================================================== --- head/www/webredirect/Makefile (nonexistent) +++ head/www/webredirect/Makefile (revision 34340) @@ -0,0 +1,26 @@ +# New ports collection makefile for: webredirect +# Date created: 24 October 2000 +# Whom: kaj@Raditex.se +# +# $FreeBSD$ +# + +PORTNAME= webredirect +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= ftp://ftp.Raditex.se/pub/kaj/ + +MAINTAINER= kaj@Raditex.se + +MAN1= webredirect.1 + +.include + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include Property changes on: head/www/webredirect/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/www/webredirect/distinfo =================================================================== --- head/www/webredirect/distinfo (nonexistent) +++ head/www/webredirect/distinfo (revision 34340) @@ -0,0 +1 @@ +MD5 (webredirect-0.1.tar.gz) = 91006560caaa6aaa4203ee7bd00d36a4 Property changes on: head/www/webredirect/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/webredirect/pkg-comment =================================================================== --- head/www/webredirect/pkg-comment (nonexistent) +++ head/www/webredirect/pkg-comment (revision 34340) @@ -0,0 +1 @@ +Small web server serving "301 Moved Permanently" only Property changes on: head/www/webredirect/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/webredirect/pkg-descr =================================================================== --- head/www/webredirect/pkg-descr (nonexistent) +++ head/www/webredirect/pkg-descr (revision 34340) @@ -0,0 +1,9 @@ +The webredirect program is an extremely small web server that gives the +"301 Moved Permanently" response to all "GET", "HEAD" and "POST" respons- +es. At the moment, all other requests are unsupported and result in a +"501 Not Supported" response. + +WWW: http://Raditex.se/opensrc/ + +- Rasmus Kaj +kaj@Raditex.se Property changes on: head/www/webredirect/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/webredirect/pkg-message =================================================================== --- head/www/webredirect/pkg-message (nonexistent) +++ head/www/webredirect/pkg-message (revision 34340) @@ -0,0 +1,4 @@ +Webredirect is installed but does not start automatically. Read the manpage +to find out what options you like. Then start webredirect manually. If you +want webredirect to start automatically on boot, create a small script in +/usr/local/etc/rc.d to do so. Property changes on: head/www/webredirect/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/webredirect/pkg-plist =================================================================== --- head/www/webredirect/pkg-plist (nonexistent) +++ head/www/webredirect/pkg-plist (revision 34340) @@ -0,0 +1 @@ +bin/webredirect Property changes on: head/www/webredirect/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property