aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* 1. Bump PORTREVISION because of plist changes.Alan Eldridge2002-11-0236-1884/+1968
| | | | | | | | | | | | | | | | | | | | 2. Fix plist to catch the missing files/dirs. It should now deinstall cleanly (it does here, anyway). 2a.The dirs that were created with @exec /bin/mkdir are now removed using @unexec /bin/rmdir blah/blah || true. 3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same shell for configuration. Note: you can use Perl < 5.8, but you need File::Spec for whatever perl you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is no /usr/bin/perl [-CURRENT?]. If there were PRs on this, I've forgotten which ones and will close them out separately. I can do a forced commit on Makefile to relate the PRs, if any, to the changes. Notes: svn path=/head/; revision=69301
* Upgrade to 5.11.Oliver Braun2002-11-022-2/+2
| | | | Notes: svn path=/head/; revision=69296
* Add perl to CATEGORIES.Norikatsu Shigemura2002-11-021-1/+1
| | | | Notes: svn path=/head/; revision=69293
* Add p5-Apache-SubProcess(0.03), a perl module for API for runningNorikatsu Shigemura2002-11-026-0/+35
| | | | | | | | | | and communicating with processes spawned from mod_perl handlers. PR: ports/44479 Submitted by: Lars Eggert <larse@isi.edu> Notes: svn path=/head/; revision=69291
* Fix typoes on MAINTAINER address.Hye-Shik Chang2002-11-021-2/+2
| | | | | | | Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> Notes: svn path=/head/; revision=69290
* Fixed another dumb idiot thing to do without reverting to system perlAlan Eldridge2002-11-0112-12/+12
| | | | | | | | and checking it. I think I must have left my brain asleep in bed this morning. Notes: svn path=/head/; revision=69261
* Fix incorrect pkg-plist.Norikatsu Shigemura2002-11-011-150/+150
| | | | | | | | PR: ports/44492 Submitted by: Chris Knight <chris@aims.com.au> (maintainer) Notes: svn path=/head/; revision=69259
* Fix typo: www/linuxflashplugin -> www/linux-flashpluginPete Fritchman2002-11-013-3/+3
| | | | Notes: svn path=/head/; revision=69256
* Fixed a stoopid mistake I made by not using -f with ${RM}. Caught, gutted,Alan Eldridge2002-11-0112-24/+24
| | | | | | | | | | | | And filleted by Douglas Berry <doug@cnd.dundas.on.ca>, who then served it with a delightful lemon and basil butter, garnished with lark's vomit. Thanks, Doug! Submitted by: Douglas Barry <doug@cnd.dundas.on.ca> Notes: svn path=/head/; revision=69253
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-0118-18/+18
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* 1. PORTREVISION -> 1.Alan Eldridge2002-11-0136-41136/+41172
| | | | | | | | | | 2. Incorporated my uncommited mods with Trevor's changes. 3. Remade pkg-plist accordingly. 4. Use /usr/bin/perl if present, then /usr/local/bin/perl. 5. Add File::Spec to BUILD_DEPENDS if perl < 5.8.0. Notes: svn path=/head/; revision=69248
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-0118-186/+462
| | | | Notes: svn path=/head/; revision=69236
* Upgrade to 5.10.Oliver Braun2002-10-313-12/+12
| | | | Notes: svn path=/head/; revision=69217
* We don't need all those mtree directories.Trevor Johnson2002-10-3112-0/+12
| | | | Notes: svn path=/head/; revision=69206
* Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t).Trevor Johnson2002-10-3112-36/+36
| | | | Notes: svn path=/head/; revision=69205
* This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.Trevor Johnson2002-10-3112-0/+48
| | | | Notes: svn path=/head/; revision=69204
* Update to 0.4.Trevor Johnson2002-10-3136-72/+240
| | | | Notes: svn path=/head/; revision=69203
* - Ensure clean deinstallation if user had installed additional languageJohann Visagie2002-10-301-8/+8
| | | | | | | packs, styles or avatars. Notes: svn path=/head/; revision=69168
* Use File::Spec port only for perl < 5.8.Alan Eldridge2002-10-301-2/+12
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=69136
* Additional suexec tuning and login.conf support in suexecAndrey A. Chernov2002-10-303-1/+98
| | | | | | | Submitted by: Alexander Yurchenko <grange@rt.mipt.ru> Notes: svn path=/head/; revision=69135
* - Update to version 2.0.3Johann Visagie2002-10-295-62/+73
| | | | | | | | | | - Use $TAR rather than cpio(1) to install - $PERL -> $REINPLACE_CMD - Install contributed code under $DATADIR - Numerous small fixes Notes: svn path=/head/; revision=69121
* TWIG is a Web-based groupware suite written in PHP, compatible with bothDirk Meyer2002-10-296-0/+1563
| | | | | | | | | | | | | | | | PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups, contact management, scheduling, shared notes and bookmarks, a todo list, and meeting announcements. Any piece of information can be shared with others via group oriented access controls. By using only plain HTML, it is a simple, cross-platform, fast and browser-independent way to access or share almost any kind of information, without the complexity or costs of other intranet/groupware packages. It is fully internationalized, with 22 translations. WWW: http://twig.screwdriver.net/ Notes: svn path=/head/; revision=69119
* Update to 1.0.1.Akinori MUSHA2002-10-292-2/+2
| | | | Notes: svn path=/head/; revision=69112
* Add dependency on compat4x since this is a FreeBSD 4 binary.Dag-Erling Smørgrav2002-10-292-0/+4
| | | | | | | | PR: ports/44574 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=69087
* * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2Joe Marcus Clarke2002-10-296-6/+2913
| | | | | | | | | | | | to do this). This feature will be used for the upcoming Galeon 1.3.0 port. [1] * Allow users to disable Composer (define WITHOUT_COMPOSER to do this) [2] Submitted by: David Magda <dmagda@magda.ca> [2] Obtained from: Galeon 1.3.0 tarball (with some modification) [1] Notes: svn path=/head/; revision=69085
* Fix sys_nerr misusage to allow building on 5.0Mike Silbersack2002-10-291-0/+12
| | | | Notes: svn path=/head/; revision=69079
* Update to 1.1.2.Anton Berezin2002-10-282-2/+2
| | | | Notes: svn path=/head/; revision=69034
* Update to 2.89.Anton Berezin2002-10-282-2/+2
| | | | Notes: svn path=/head/; revision=69033
* Update to 1.01Hye-Shik Chang2002-10-282-2/+2
| | | | | | | | PR: 44551 Submitted by: maintainer Notes: svn path=/head/; revision=69005
* Add missed RUN_DEPENDS.Maxim Sobolev2002-10-281-0/+1
| | | | Notes: svn path=/head/; revision=68989
* Change depend of pike to pike70.Vanilla I. Shu2002-10-282-2/+2
| | | | | | | | Forgetten by: me Noticed by: kris Notes: svn path=/head/; revision=68986
* Make build say that mod_watch is not IPv6-aware, when trying to use itAnders Nordby2002-10-271-0/+13
| | | | | | | with apache13+ipv6. Notes: svn path=/head/; revision=68977
* Make build say that mod_throttle is not IPv6-aware, when trying to use itAnders Nordby2002-10-271-0/+13
| | | | | | | | | with apache13+ipv6. PR: 44550 Notes: svn path=/head/; revision=68976
* Comment out the mod_webapp-apache2 port, which is breaking theKris Kennaway2002-10-271-1/+1
| | | | | | | INDEX build. Notes: svn path=/head/; revision=68972
* Add back phoenix now that the problems have been resolved, and add squid.Kris Kennaway2002-10-271-0/+2
| | | | Notes: svn path=/head/; revision=68957
* Fix typo in BUILD_DEPENDSKris Kennaway2002-10-2712-12/+12
| | | | Notes: svn path=/head/; revision=68956
* Upgrade to 6.10.20021015.Dag-Erling Smørgrav2002-10-276-8/+8
| | | | | | | | PR: ports/44208 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu> Notes: svn path=/head/; revision=68936
* Add two missed files.Maxim Sobolev2002-10-261-0/+2
| | | | Notes: svn path=/head/; revision=68883
* Add missed manpage.Maxim Sobolev2002-10-261-0/+1
| | | | Notes: svn path=/head/; revision=68882
* Fix RUN_DEPENDS.Maxim Sobolev2002-10-261-0/+1
| | | | Notes: svn path=/head/; revision=68877
* Fix typos preventing correct package building.Joe Marcus Clarke2002-10-267-7/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68856
* Mark BROKEN on currentKris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68850
* Fix build on -current (cope with removal of union wait)Kris Kennaway2002-10-261-0/+20
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=68843
* Fix build on -current (cope with removal of union wait)Kris Kennaway2002-10-261-0/+20
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=68842
* Remove use of IPPORT_USERRESERVED, fix build on 5.0.Mike Silbersack2002-10-261-0/+11
| | | | Notes: svn path=/head/; revision=68840
* Mark mozilla-devel BROKEN when Xft2 support is enabled and theAdam Weinberger2002-10-253-0/+12
| | | | | | | | | | mozilla-fonts package is installed. Reviewed by: marcus Approved by: pat Notes: svn path=/head/; revision=68818
* Update 2.4.5.2 --> 2.4.6.5Cy Schubert2002-10-246-38/+120
| | | | | | | | PR: 43661 Submitted by: MAINTAINER: fcash@lug.kamloops.net Notes: svn path=/head/; revision=68703
* Upgrade to 2.03pre3Andrey A. Chernov2002-10-233-152/+3
| | | | Notes: svn path=/head/; revision=68686
* Remove an extra blank line.Joe Marcus Clarke2002-10-231-4/+3
| | | | | | | | PR: 44418 Submitted by: Eric J. Christeson <echriste@ndsuext.nodak.edu> Notes: svn path=/head/; revision=68679
* Add one more forgotten '\'.Joe Marcus Clarke2002-10-233-3/+3
| | | | Notes: svn path=/head/; revision=68678