summaryrefslogtreecommitdiff
path: root/www/mod_php4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added new port apache3-php3 after repository copyAndreas Klemm1998-07-254-68/+200
| | | | | | | | many thanks to the contributors. Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> and Stefan Herrmann <sh@webaffairs.de> Notes: svn path=/head/; revision=12108
* Upgraded to last php version 3.0.2Andreas Klemm1998-07-252-13/+16
| | | | | | | | | | | | | | | | | | | | | | Included freetype support for php Why freetype support ? If you compile PHP with gd and freetype[it's already a port], and grab some free truetype fonts from microsoft in self-install.exe format you can generate really nice on the fly gif's with text in them. Buttons, banners etc. William told me: I had to install the free microsoft fonts on my pc and then ftp them. I can't think of a way to extract the files from the .exe archive. I don't think it's a zip type. I got the fonts microsoft link by digging around in http://www.freetype.org Submitted by: William Lloyd <wlloyd@mpd.ca> Notes: svn path=/head/; revision=12103
* upgrade to newest php version 3.0.1Andreas Klemm1998-07-112-8/+8
| | | | | | | | | | fixes regarding compilation/linking with libgd a fix for me in Makefile to make this submission $PREFIX clean big thanks to William Submitted by: William Lloyd <wlloyd@tolstoy.mpd.ca> Notes: svn path=/head/; revision=11838
* William sent patches to me so support dbase type database...Andreas Klemm1998-06-271-5/+9
| | | | | | | | | If there are any problems related to this, send him an e-mail, I can't test this ! Submitted by: William Lloyd <wlloyd@mpd.ca> Notes: svn path=/head/; revision=11561
* - apache-php port totally revampedAndreas Klemm1998-06-145-92/+192
| | | | | | | | | | | | | | | | | | | | - now based on apache 1.2.6 and PHP3 support with the tough help of Dirk - Supports 3 kinds of databases now - msql - mysql - postgresql - Only modified order in Makefile to keep portlint happy - Fixed php's configure section in Makefile, to use CC and CFLAGS from /etc/makefile, instead to use -g -O2 - only one patches subdir remains This port should now be "repository moved" from: apache-php to something like: apache12-php3 Obtained from: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=11420
* If BATCH is defined, then build apache-php with mysql support.Andreas Klemm1998-02-221-0/+6
| | | | | | | | | | Reasons: - mysql is free software and very popular. - msql is only free for private use - msql isn't as fast and reliable (from hearsay) Notes: svn path=/head/; revision=9889
* Remove brokenness from this port ;-) Thanks to Dirk Froemberg.Andreas Klemm1998-02-222-26/+36
| | | | | | | | | | | | | | | | | | | | New features: - You have to set variable PHP_DBTYPE to msql or mysql by typing make PHP_DBTYPE=[ msql | mysql ] to build the port with msql or mysql support. - The php configuration isn't interactive anymore Theoretically we could default to mysql database and build a package, so that make batch could work ! - Cleaned up port dependency, so that libgd actually gets build (I fixed this one) - made portlint as happy as I could, changed /usr/local to ${PREFIX} and changed sed -> ${SED} The only thing that is missing now is an apache-php-SSL port and postgresql support ;-)) Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=9888
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-25/+23
| | | | Notes: svn path=/head/; revision=8102
* Add back PKGNAME which was deleted mysteriously in revision 1.39 (DISTNAMESatoshi Asami1997-09-091-1/+2
| | | | | | | | is not valid). Add "-php" in the middle of it to distinguish it with regular apache. Notes: svn path=/head/; revision=7833
* Included DB LIB dependency when patching apaches ConfigurationAndreas Klemm1997-09-031-1/+5
| | | | | | | | file ... Not tested ... but necessary ... as I said "work in progress" Notes: svn path=/head/; revision=7765
* Apache 1.2.1 + PHP supportAndreas Klemm1997-09-035-16/+70
| | | | | | | | | | | | | | | | Currently 2 kind of databases will be supported, msql and mysql The problem is, that depending on the flavour of database you want to support, you need a different set of patches to apache's Makefile, so that header and loader flags, paths and libs are correctly resolved ... I marked this port as BROKEN, since I wasn't able, to exactly check the whole port due to the fact, that currently I only have one db installed. Will try to get it managed next weekend. Well if someone is so keen, then simply remove BROKEN and you should be able to use what's already possible ... Notes: svn path=/head/; revision=7764
* Do not replace Apache md5 with FreeBSD one, it cause supportingAndrey A. Chernov1997-08-251-4/+1
| | | | | | | | problems but gains almost nothing PR: 4380 Notes: svn path=/head/; revision=7691
* Merge with former apache-stableAndrey A. Chernov1997-08-131-12/+7
| | | | Notes: svn path=/head/; revision=7568
* The great apache shuffle, part 1.. Revive files and break out SSL..Peter Wemm1997-08-121-39/+2
| | | | Notes: svn path=/head/; revision=7544
* Upgrade to 1.2.1Andrey A. Chernov1997-07-082-6/+6
| | | | Notes: svn path=/head/; revision=7244
* Always installl *-dist files and list them in PLIST too, it allowsAndrey A. Chernov1997-06-071-4/+4
| | | | | | | pkg_delete not remove current configuration Notes: svn path=/head/; revision=6788
* Update to 1.2.0Andrey A. Chernov1997-06-062-5/+5
| | | | Notes: svn path=/head/; revision=6781
* More fixing of OPTIM replacementAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6658
* Fix OPTIM= patchingAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6657
* Upgrade to 1.2b11Andrey A. Chernov1997-05-312-7/+7
| | | | Notes: svn path=/head/; revision=6656
* Upgrade to 1.2b10Andrey A. Chernov1997-05-022-5/+5
| | | | Notes: svn path=/head/; revision=6378
* Upgrade to 1.2b8Andrey A. Chernov1997-04-142-7/+10
| | | | Notes: svn path=/head/; revision=6206
* remove unneded @unexecAndrey A. Chernov1997-02-271-1/+0
| | | | Notes: svn path=/head/; revision=5764
* Update checksum for my dir.patchAndrey A. Chernov1997-02-261-1/+1
| | | | Notes: svn path=/head/; revision=5756
* Upgrade to 1.2b7Andrey A. Chernov1997-02-262-6/+6
| | | | Notes: svn path=/head/; revision=5750
* Upgrade to 1.2b6Andrey A. Chernov1997-01-282-6/+6
| | | | Notes: svn path=/head/; revision=5454
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwSatoshi Asami1997-01-131-1/+1
| | | | | | | pre-existing. Notes: svn path=/head/; revision=5337
* Upgrade to 1.2b4Andrey A. Chernov1997-01-022-5/+5
| | | | Notes: svn path=/head/; revision=5167
* Upgrade to 1.2b3Andrey A. Chernov1996-12-252-9/+9
| | | | | | | Submitted by: mostly by peter Notes: svn path=/head/; revision=5095
* Mark the SSL'ed version as BROKEN, until the official patches appear. AlsoMark Murray1996-12-111-1/+3
| | | | | | | add myself as maintainer of the SSL version. Notes: svn path=/head/; revision=4935
* Upgrade to 1.2b2Andrey A. Chernov1996-12-112-26/+8
| | | | Notes: svn path=/head/; revision=4929
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Add information URLs commentAndrey A. Chernov1996-11-071-4/+7
| | | | Notes: svn path=/head/; revision=4327
* Conditionalize all my patchesAndrey A. Chernov1996-11-072-1/+36
| | | | Notes: svn path=/head/; revision=4326
* Uncomment the DEPENDS= line. Sheesh.Mark Murray1996-10-311-2/+2
| | | | | | | Reminded by: ache Notes: svn path=/head/; revision=4218
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray1996-10-261-3/+15
| | | | | | | :-) ) Notes: svn path=/head/; revision=4163
* Split /usr/local/etc/apache/* in more reasonable wayAndrey A. Chernov1996-08-221-5/+5
| | | | | | | Warning: SSL part not updated completely Notes: svn path=/head/; revision=3679
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedMark Murray1996-08-112-9/+27
| | | | | | | | | | | on the presence of SECURE_SERVER. 2) Clean up the installation in accordance with BSD religion: Now all the configs go in ${PREFIX}/etc/apache and the data (documents) stay in ${PREFIX}/www. Notes: svn path=/head/; revision=3579
* Fix icons listAndrey A. Chernov1996-07-121-8/+56
| | | | Notes: svn path=/head/; revision=3386
* Remove unnecessary DISTFILES and EXTRACT_ONLY.Satoshi Asami1996-07-121-5/+2
| | | | | | | | | Remove pst's address from MAINTAINER, I don't know if any script will fail if we have two addresses here so I don't want to risk breaking something right before the release. Notes: svn path=/head/; revision=3377
* ...just changed maintainer to match realityPaul Traina1996-07-121-2/+2
| | | | Notes: svn path=/head/; revision=3374
* Upgrade to 1.1.1Andrey A. Chernov1996-07-112-12/+7
| | | | | | | OK-ed by: gpalmer Notes: svn path=/head/; revision=3369
* Slight revision: If startup file already there, leave it alone.Jordan K. Hubbard1996-06-151-5/+7
| | | | Notes: svn path=/head/; revision=3227
* Install an apache.sh startup file in /usr/local/etc/rc.d/Jordan K. Hubbard1996-06-152-1/+9
| | | | | | | | Now that apache_httpd is gone from /etc/sysconfig, this is the canonical way to make apache start automatically in a new system installation. Notes: svn path=/head/; revision=3225
* Variable reorderization.Satoshi Asami1996-05-201-5/+6
| | | | Notes: svn path=/head/; revision=3111
* Use mod_env.c to pass environment to CGI instead of local hackAndrey A. Chernov1996-05-192-8/+10
| | | | Notes: svn path=/head/; revision=3108
* Update to Apache 1.0.5 (security fix)Paul Traina1996-04-214-9/+7
| | | | Notes: svn path=/head/; revision=3012
* Upgrade to 1.0.3Andrey A. Chernov1996-02-222-5/+5
| | | | Notes: svn path=/head/; revision=2741
* Upgrade to 1.0.2.John Fieber1996-02-072-4/+4
| | | | Notes: svn path=/head/; revision=2681
* Fix MASTER_SITES.John Fieber1995-12-041-2/+7
| | | | Notes: svn path=/head/; revision=2525