summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Bump expat shlib.knu2002-09-172-2/+2
|
* Long overdue update of CGI.pm:tobez2002-09-173-3/+9
| | | | | | | | - update to 2.86; - bump portepoch (previous version 2.753 > 2.86); - remove the requirement for 5.6.0, since it is only true for `use integer' CGI scripts; - add WWW.
* upgrade to 1.3.19.2aijliao2002-09-1710-88/+42
| | | | | | | take maintainership PR: 42738 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Bump PORTREVISION and expat shlib.kuriyama2002-09-1710-15/+20
|
* Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.marcus2002-09-162-0/+22
| | | | | | | This fix may be subject to change pending a response from the Galeon developers. PR: 42841
* Maintainer relenquishing ports.alane2002-09-161-1/+1
| | | | | | PR: 42829 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> Approved by: maintainer
* upgrade to 0.94.13ijliao2002-09-163-4/+5
| | | | | PR: 42500 Submitted by: maintainer
* Update to 5.0r51pat2002-09-162-2/+2
|
* Update to 1.2.6. This release supports both Mozilla 1.0 and 1.1. It willmarcus2002-09-156-16/+46
| | | | | | | build with 1.0.x support by default, but this can be overwritten by building with: make -DWITH_MOZILLA_DEVEL
* Update to 1.3.26+ssl_1.48dinoex2002-09-155-61/+15
| | | | removed FORBIDDEN
* Add ruby-mnogosearch, a Ruby binding to mnoGoSearch.knu2002-09-157-0/+65
|
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.marcus2002-09-155-20/+11
| | | | | | | Indicate that the mozilla port reflects the most stable venor (or API) release, while the -devel port is the latest official release of Mozilla. PR: 42706
* Update to version 0.1.2.archie2002-09-143-2/+3
|
* Don't assign ${RUN_DEPENDS}=${BUILD_DEPENDS} because it leads to sed_inplacesobomax2002-09-131-1/+5
| | | | | | | package leaking into dependency list on FreeBSD versions that don't support sed -i. Revealed by: work on upcoming GNOME tinderbox
* Don't use ${REINPLACE_CMD}, since this is a p5 module, we alreadypetef2002-09-121-3/+1
| | | | | | depend on perl. Requested by: tobez
* Updated to 0.89, take maintainership (approved by igor@zynaps.ru).skv2002-09-122-7/+4
| | | | | PR: ports/39610 Submitted by: David Lay <dave@staff.netc.net.au>
* Update to 20020912lioux2002-09-122-2/+2
| | | | Approved by: maintainer
* Update to 1.3.2.nobutaka2002-09-123-3/+7
| | | | Submitted by: taoka
* Update to 0.56.tobez2002-09-122-2/+2
|
* Update to 2.37.tobez2002-09-123-40/+15
| | | | | Submitted by: maintainer PR: 42688
* Fix plist, bump revision.netchild2002-09-122-2/+2
|
* Bah, fix the build in a cleaner way.marcus2002-09-114-24/+2
|
* Fix build with Mozilla-1.0.1.marcus2002-09-114-2/+28
|
* Update to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 usersmarcus2002-09-1112-180/+42
| | | | | | are suggested to upgrade. The full set of release notes can be found at: http://www.mozilla.org/releases/mozilla1.0.1/
* Update to 2.1.5lioux2002-09-112-2/+2
| | | | | | PR: 42394 Submitted by: Dan Langille <dan@langille.org> Reviewed by: maintainer
* Upgrade to Tomcat 4.1.10 (stable).znerd2002-09-114-6/+6
|
* Unbreak port on stable. Apxs was hardcoded in the Makefile.mbr2002-09-112-3/+6
|
* * Fix dependencyobraun2002-09-102-4/+4
| | | | | | | * respect PREFIX PR: ports/42648 Submitted by: maintainer
* Add www6to4 1.5, lightweight http proxy to help IPv4 only browsers.obraun2002-09-109-0/+126
| | | | | PR: ports/36186 Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
* Update to 0.4.2.knu2002-09-102-2/+2
|
* Update to 1.2.2.knu2002-09-103-4/+4
|
* Catch up with libmcve version bumpjedgar2002-09-102-2/+2
|
* Udpate to 1.0.52dinoex2002-09-104-10/+12
|
* Caudium is the name of a free webserver which is based on the Roxen Challengerdinoex2002-09-1015-0/+1647
| | | | | | | | | | 1.3 code base. It is an attractive alternative to servers like Apache, Netscape and Zeus due to it's strength in dynamic page and data generation, like all the titles on this site. WWW: http://caudium.net/ PR: 34041 Submitted by: kiwi@caudium.net
* support appache13-modssl by defining APACHE_PORT in /etc/make.confdinoex2002-09-103-12/+20
| | | | | others variants of the apache ports can be used too. Approved by: dirk
* Bump portrevision.netchild2002-09-101-0/+1
|
* - Fix some problems with the non standard install path of some modules.netchild2002-09-103-75/+78
| | | | - Add another website with resources to the description.
* Fix MASTER_SITES and WWW.jim2002-09-092-2/+2
| | | | Submitted by: fenner's distfile survey
* Add bozohttpd 5.14, the bozotic HTTP server.obraun2002-09-098-0/+69
| | | | | PR: ports/42363 Submitted by: Janos.Mohacsi@bsd.hu
* Upgrade to 2.0.obraun2002-09-092-2/+2
| | | | | PR: ports/42382 Submitted by: maintainer
* The fix suggested in the PR was bogus, we cannot use cutmbr2002-09-091-4/+60
| | | | | | | | to get UID/GID, this does not work as expected. Instead do all inline in perl and also use a realpath function from zenin@bawdycaste.org. PR: 39686
* support appache13-modssl by defining APACHE_PORT in /etc/make.confdinoex2002-09-0921-45/+71
| | | | others variants of the apache ports can be used too.
* support appache13-modssldinoex2002-09-091-2/+4
| | | | no response from MAINTAINER
* Upgrade to 2.54ache2002-09-092-2/+2
| | | | | PR: 42589 Submitted by: Christian Laursen <christian@pil.dk>
* * Distfile has been rerolled, in order to fix a bug for some versions of xemacsobraun2002-09-092-1/+2
| | | | | | | | expanding "~" to "/home/..." before passing the URL to the WebDAV-server. * Bumped PORTREVISION PR: ports/42582 Submitted by: maintainer
* Upgrade to 4.2.3.dirk2002-09-0910-52/+6
|
* Update from latest project CVSache2002-09-092-5/+14
|
* Add an italian master_sitemharo2002-09-081-0/+1
|
* Scavenge plugins from Netscape 7 (new PORTREVISION).trevor2002-09-082-2/+4
|
* Make GTK+ dependency less specific, so it will work with the GTK+trevor2002-09-082-2/+2
| | | | in linux_base-6.
OpenPOWER on IntegriCloud