aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Remove note about being "bleeding edge" and using www/mozillaMichael Johnson2006-01-312-6/+0
| | | | Notes: svn path=/head/; revision=154934
* - Update to 1.0Michael Johnson2006-01-314-8/+8
| | | | | | | Release notes: http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0/ Notes: svn path=/head/; revision=154932
* - Update to 1.33Tim Bishop2006-01-312-4/+4
| | | | | | | | PR: 92625 Submitted by: Sergey Lyubka <valenok@gmail.com> (maintainer) Notes: svn path=/head/; revision=154930
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-3013-21/+26
| | | | Notes: svn path=/head/; revision=154857
* - Update to 2.0.19Cheng-Lung Sung2006-01-302-5/+4
| | | | | | | | | | | (includes several security related fixes) PR: 92348 Submitted by: Ralf van der Enden <tremere AT cainites dot net> Approved by: maintainer (via delphij) Notes: svn path=/head/; revision=154840
* Fix build error with WITHOUT_SSL.MANTANI Nobutaka2006-01-301-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=154837
* - Upgrade to 2.8.Jun Kuriyama2006-01-302-5/+4
| | | | Notes: svn path=/head/; revision=154825
* Update to 2.486.Anton Berezin2006-01-302-5/+11
| | | | Notes: svn path=/head/; revision=154771
* Update to 6.5Marcus Alves Grando2006-01-3014-644/+196
| | | | | | | | | PR: 91888 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: maintainer Notes: svn path=/head/; revision=154755
* - Reset MAINTAINERMichael Johnson2006-01-292-2/+2
| | | | Notes: svn path=/head/; revision=154736
* - Install script bug fixPav Lucistnik2006-01-292-9/+9
| | | | | | | | PR: ports/92449 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer) Notes: svn path=/head/; revision=154724
* Update to 2.0.13Marcus Alves Grando2006-01-293-10/+184
| | | | | | | | | | | Take maintainer UnBROKEN PR: 92496 Submitted by: Babak Farrokhi <babak@farrokhi.net> Notes: svn path=/head/; revision=154720
* - Update to 1.7.3Pav Lucistnik2006-01-294-28/+11
| | | | | | | | PR: ports/92442 Submitted by: Loren M. Lang <lorenl@alzatex.com> (maintainer) Notes: svn path=/head/; revision=154719
* - Update to 1.23Pav Lucistnik2006-01-293-19/+158
| | | | | | | | PR: ports/92487 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=154717
* - Add OPTIONonal support for fcgi and memcache-clientPav Lucistnik2006-01-291-0/+16
| | | | | | | | PR: ports/92358 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=154714
* Add missing directoryKris Kennaway2006-01-281-0/+1
| | | | Notes: svn path=/head/; revision=154685
* Update to 2.6.12Marcus Alves Grando2006-01-282-6/+8
| | | | | | | | PR: 92452 Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> (maintainer) Notes: svn path=/head/; revision=154669
* - Mark BROKEN: leaves files behindPav Lucistnik2006-01-281-0/+2
| | | | Notes: svn path=/head/; revision=154666
* BROKENL Incomplete pkg-plistKris Kennaway2006-01-281-0/+2
| | | | Notes: svn path=/head/; revision=154662
* - Now installs into /usr/local/www instead of /usr/local/www/{data,cgi-bin}Pav Lucistnik2006-01-283-680/+594
| | | | | | | | | | | | | - Data flatfiles are now cautiously left behind whether they have changed or not - Beta UTF-8 support - Use external Perl modules instead of the bundled ones - Tighter security through more carefully set file permissions PR: ports/92316 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) Notes: svn path=/head/; revision=154652
* - Update to 2.2.0.bTim Bishop2006-01-289-153/+219
| | | | | | | | PR: 92448 Submitted by: nivit@email.it (maintainer) Notes: svn path=/head/; revision=154647
* - Update to 1.0.7Tim Bishop2006-01-289-27/+30
| | | | | | | | | PR: 92406 Submitted by: Piet Delport <pjd@satori.za.net> Approved by: maintainer Notes: svn path=/head/; revision=154646
* - Add Zope 2.9.0 after repocopyPav Lucistnik2006-01-2853-28360/+49837
| | | | | | | | | PR: ports/91824 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Repocopy by: marcus Notes: svn path=/head/; revision=154638
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-284-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Update dependencies to moved portMarcus Alves Grando2006-01-275-9/+10
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=154612
* Update to 1.9.2 release.Alex Dupre2006-01-272-5/+5
| | | | | | | | PR: ports/92168 Submitted by: Gary Palmer <freebsd-bugs@in-addr.com> Notes: svn path=/head/; revision=154597
* Add p5-Template-Plugin-Subst 0.02, TT plugin for s/// functionality inLars Thegler2006-01-275-0/+41
| | | | | | | templates. Notes: svn path=/head/; revision=154593
* Add p5-Template-Plugin-Clickable-Email 0.01, TT plugin to make emailLars Thegler2006-01-275-0/+42
| | | | | | | addresses into HTML links. Notes: svn path=/head/; revision=154590
* Add p5-Template-Plugin-Clickable 0.05, TT plugin to make URLs clickableLars Thegler2006-01-275-0/+46
| | | | | | | in HTML. Notes: svn path=/head/; revision=154586
* This patch changes the opera wrapper script so that /usr/local/lib/compatAndrey Slusar2006-01-272-22/+22
| | | | | | | | | | | | | | | | | is added to LD_LIBRARY_PATH, to allow for the case where compatxx is installed but compatxx_enable is not set in /etc/rc.conf (required to add the directory to ldconfig with the new compat ports). This allows Opera to run from a clean install on FreeBSD 5.x or 6.x again, without needing changes to /etc/rc.conf. Update pkg-message. PR: ports/92226 Submitted by: maintainer Notes: svn path=/head/; revision=154583
* Add p5-Template-Plugin-Number-Format 1.01, plugin/filter interface toLars Thegler2006-01-265-0/+48
| | | | | | | Number::Format. Notes: svn path=/head/; revision=154539
* Update to 1.0RC3Erwin Lansing2006-01-262-4/+4
| | | | | | | Nodded at by: Kenneth Vestergaard Schmidt <kvs@pil.dk> (maintainer) Notes: svn path=/head/; revision=154534
* Update to 0.683Lars Thegler2006-01-262-4/+4
| | | | Notes: svn path=/head/; revision=154533
* Update to 0.6Erwin Lansing2006-01-262-4/+4
| | | | Notes: svn path=/head/; revision=154523
* - Update to 4.5.6Pav Lucistnik2006-01-263-171/+42
| | | | | | | | PR: ports/92276 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=154494
* - Update to 1.3.5Pav Lucistnik2006-01-263-9/+14
| | | | | | | | PR: ports/92311 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Notes: svn path=/head/; revision=154493
* Correct @commenting when WITHOUT_NLS is set, to avoid a broken plistKris Kennaway2006-01-261-99/+99
| | | | Notes: svn path=/head/; revision=154480
* Quench pkg_delete warningKris Kennaway2006-01-261-1/+1
| | | | Notes: svn path=/head/; revision=154479
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
| | | | Notes: svn path=/head/; revision=154477
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
| | | | Notes: svn path=/head/; revision=154468
* Update to 0.02Erwin Lansing2006-01-252-6/+7
| | | | | | | | PR: 92309 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=154428
* - squid-like-www-en.tgz has been updated (checksum changed, the change isRoman Bogorodskiy2006-01-254-6/+14
| | | | | | | | | | | | not harmful) - Add an additional site to MASTER_SITES - Minor cleanups PR: 92180 Submitted by: Elisey Savateev (maintainer) Notes: svn path=/head/; revision=154401
* Update to 0.17Lars Thegler2006-01-242-4/+4
| | | | Notes: svn path=/head/; revision=154387
* Fix WITH_SMB for mozilla and firefox.Max Khon2006-01-241-1/+1
| | | | | | | Approved by: mezz (gnome@) Notes: svn path=/head/; revision=154370
* - new option WITHOUT_PTHREADSDirk Meyer2006-01-241-0/+4
| | | | Notes: svn path=/head/; revision=154354
* Update to 0.22Erwin Lansing2006-01-242-4/+4
| | | | | | | | PR: 92256 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=154347
* Fix build on FreeBSD 4.x.Dmitry Sivachenko2006-01-241-0/+19
| | | | | | | | PR: 92242 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=154335
* Force www/p5-Apache-DBI to work with www/apache22Vasil Dimov2006-01-242-12/+20
| | | | | | | | | PR: ports/91526 Submitted by: Paul Dlug <paul@aps.org> Approved by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer), garga (mentor) Notes: svn path=/head/; revision=154333
* - With USE_RC_SUBR, there's no need to install scripts by handPav Lucistnik2006-01-241-3/+0
| | | | | | | | PR: ports/92251 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=154330
* - Fix dependency on py-dateutilPav Lucistnik2006-01-241-1/+1
| | | | | | | | PR: ports/92236 Submitted by: Khairil Yusof <khairil.yusof@gmail.com> (maintainer) Notes: svn path=/head/; revision=154329