summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure directory ${WRKDIRPREFIX}${CURDIR} exists beforeDirk Froemberg1999-08-306-9/+15
| | | | | | | | | | touching files in that directory. Problem only occurs when ${WRKDIRPREFIX} is set. Found by: bento.freebsd.org Notes: svn path=/head/; revision=21119
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21098
* Change category of libxpg4-ns from japanese to www.SADA Kenji1999-08-292-2/+3
| | | | | | | This is useful not only for Japanese. Notes: svn path=/head/; revision=21097
* Caps, no period.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21094
* cosmetics: spaces -> tabsDirk Froemberg1999-08-292-6/+6
| | | | Notes: svn path=/head/; revision=21090
* Apache installation is needed to build this port.Jun Kuriyama1999-08-291-1/+2
| | | | Notes: svn path=/head/; revision=21089
* expr -> ${EXPR}Michael Haro1999-08-283-11/+11
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-283-11/+11
| | | | Notes: svn path=/head/; revision=21047
* portlintMichael Haro1999-08-271-11/+11
| | | | Notes: svn path=/head/; revision=21037
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-2725-130/+121
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Add option for SNMP support (via net/ucd-snmp).Dirk Froemberg1999-08-263-0/+15
| | | | | | | Requested by: Khaled Daham <khaled@mailbox.telia.net> Notes: svn path=/head/; revision=21009
* Fix two minor problems:Dirk Froemberg1999-08-266-15/+27
| | | | | | | | | | | | - if e. g. a "make BATCH=yes fetch" was followed by a "make all" the config menu popped up. - if gd was installed but gd support was not checked in the config menu, php was compiled with gd support nevertheless. (There may be other support options having the same behavior. I haven't checked all, yet.) Notes: svn path=/head/; revision=21006
* Add option for XML support (via textproc/expat).Dirk Froemberg1999-08-263-0/+21
| | | | Notes: svn path=/head/; revision=20992
* Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() forDirk Froemberg1999-08-262-1/+7
| | | | | | | | | | | image creation. Without these functions image creation is impossible. So add three patches via PATCH_SITES/PATCHFILES to make these functions available. Reported by: Dmitry Petrov <dpetrov@nchcapital.com> Notes: svn path=/head/; revision=20988
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Renamed erwin to erwn to avoid copyright issues.Jim Mock1999-08-246-0/+67
| | | | Notes: svn path=/head/; revision=20923
* Rename erwin to erwn to avoid copyright issues. Ok'd with SatoshiJim Mock1999-08-241-2/+2
| | | | | | | that no repository copy was needed. Notes: svn path=/head/; revision=20922
* gd is build as a shared lib, too, so use LIB_DEPENDS instead ofDirk Froemberg1999-08-243-3/+3
| | | | | | | BUILD_DEPENDS. Notes: svn path=/head/; revision=20919
* grep -> ${GREP}Michael Haro1999-08-233-7/+7
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-225-11/+11
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-226-60/+18
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-2237-89/+85
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Assign USE_XLIB var. Any ports which use XLib needs it.SADA Kenji1999-08-221-2/+3
| | | | Notes: svn path=/head/; revision=20884
* Update to version 1.0.4.Steve Price1999-08-222-4/+4
| | | | | | | | PR: 12781 (3 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20859
* Disable pdflib and IMAP support for PHP. It doesn't seem to workDirk Froemberg1999-08-202-0/+12
| | | | | | | | | at the moment. Reported by: andreas Notes: svn path=/head/; revision=20833
* Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.Dirk Froemberg1999-08-2012-18/+69
| | | | Notes: svn path=/head/; revision=20832
* I've misfiled about PKGREQ script.SADA Kenji1999-08-201-1/+2
| | | | Notes: svn path=/head/; revision=20830
* It's double-feature time:Ralf S. Engelschall1999-08-205-65/+54
| | | | | | | Upgrade to Apache 1.3.9 and mod_ssl 2.4.0 Notes: svn path=/head/; revision=20823
* Update for mod_ssl 2.3.1Ralf S. Engelschall1999-08-192-4/+4
| | | | | | | (Thanks to Dirk for catching this ;) Notes: svn path=/head/; revision=20818
* Upgrade to mod_ssl-2.3.11.Dirk Froemberg1999-08-196-6/+6
| | | | | | | | (Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) Notes: svn path=/head/; revision=20813
* Fix typo: remove '\' from the last MASTER_SITE.Dirk Froemberg1999-08-193-6/+6
| | | | Notes: svn path=/head/; revision=20812
* Rework MASTER_SITES:Dirk Froemberg1999-08-196-72/+73
| | | | | | | | | | - move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile thus include them in the heavy rotation - use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34] - cut down to 30 sites (10 for apache, php and mod_ssl each) Notes: svn path=/head/; revision=20811
* netscape45-communicator.us -> netscape46-communicator.usDavid E. O'Brien1999-08-181-2/+2
| | | | Notes: svn path=/head/; revision=20796
* Update to version 1.2.8Chris Piazza1999-08-182-4/+4
| | | | | | | | PR: 13193 Submitted by: maintainer Notes: svn path=/head/; revision=20788
* Fix MASTER_SITES for php-4.0b2.Dirk Froemberg1999-08-182-12/+14
| | | | | | | Reported by: andreas Notes: svn path=/head/; revision=20784
* Remove from www category and put into x11 category.Jim Mock1999-08-181-2/+1
| | | | Notes: svn path=/head/; revision=20771
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-176-24/+24
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Set NO_LATEST_LINK to yes.Dirk Froemberg1999-08-172-2/+4
| | | | Notes: svn path=/head/; revision=20760
* Add apache13-php4.Dirk Froemberg1999-08-171-1/+2
| | | | Notes: svn path=/head/; revision=20757
* apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).Dirk Froemberg1999-08-176-26/+12
| | | | | | | | | | | | Update to PHP-4.0b2: "PHP 4.0 offers drastic improvements in every aspect - performance and scalability, features, platform support and extendibility." See http://www.php.net/version4/ for details. Notes: svn path=/head/; revision=20756
* s/PHP3/PHP/g;Dirk Froemberg1999-08-1616-194/+194
| | | | | | | | | | | | | s/php3/php/g; whereever appropriate. This was done in preparation for a repository copy to apache13-php4 to keep the diffs between apache13-php3 and apache13-php4 as small as possible. Notes: svn path=/head/; revision=20751
* Activate erwin and gyroscopeJim Mock1999-08-161-1/+3
| | | | Notes: svn path=/head/; revision=20746
* Updated my email addressJim Mock1999-08-152-6/+6
| | | | Notes: svn path=/head/; revision=20734
* Change PKGNAME: netscape-communicator-linux-4.61SADA Kenji1999-08-1410-28/+28
| | | | | | | | | -> linux-netscape-communicator-4.61 Suggested by: Asami Notes: svn path=/head/; revision=20724
* Update MASTER_SITES and a few minor nits.Chris Piazza1999-08-142-8/+8
| | | | | | | | PR: 13120 Submitted by: maintainer Notes: svn path=/head/; revision=20695
* Go go gadget demoroniser!Matthew Hunt1999-08-131-1/+2
| | | | Notes: svn path=/head/; revision=20691
* Import of demoroniser 1.0, a Perl script for fixing up gratuitouslyMatthew Hunt1999-08-136-0/+44
| | | | | | | | | | | incorrect Microsoft "HTML", including those "smart quotes" that turn into question marks when viewed with Netscape on Unix. PR: 13110 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=20690
* Variable ``BROWSER_VER'' should be overrideable forSADA Kenji1999-08-132-4/+4
| | | | | | | | | www/linux-netscape46-communicator . Suggested by: P.W.Asami Notes: svn path=/head/; revision=20688
* Update maintainers email addressChris Piazza1999-08-111-2/+2
| | | | | | | | PR: 13080 Submitted by: maintainer Notes: svn path=/head/; revision=20653