summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to v0.9.Joseph Koshy1998-10-036-8/+12
| | | | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer) Notes: svn path=/head/; revision=13606
* Upgrade to Apache 1.3.2 + mod_ssl 2.0.12Ralf S. Engelschall1998-10-023-5/+5
| | | | Notes: svn path=/head/; revision=13600
* Upgrade to Mesa 3.0Justin M. Seger1998-10-011-2/+4
| | | | Notes: svn path=/head/; revision=13567
* remove bogus port entryAndreas Klemm1998-09-301-2/+1
| | | | Notes: svn path=/head/; revision=13564
* - integrate Ralf S. Engelschall's apache13-modssl,Andreas Klemm1998-09-3012-99/+270
| | | | | | | | | | | | | | | | | | i. e. apache13-php3 supports SSL now! - upgrade to Apache 1.3.2 and PHP 3.0.4 - enable track-vars for PHP3 by default to support phplib (http://phplib.shonline.de/) Pointed out by: Thomas Kuehne <thomas@todo.de> - losts of minor changes (install php-icons, index.php3 as DirectoryIndex, support .php3 and .phtml suffixes, enable application/x-httpd-php3-source for .phps and .php3s, install default php3.ini-dist, ...) Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=13560
* enable port update (apache13-php3-modssl)Andreas Klemm1998-09-291-1/+2
| | | | Notes: svn path=/head/; revision=13543
* use gmake instead of makeScott Mace1998-09-281-1/+2
| | | | Notes: svn path=/head/; revision=13531
* Remove regexp support for Mesa2 libs.Steve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13457
* add help description for new optionsAndrey A. Chernov1998-09-251-2/+35
| | | | Notes: svn path=/head/; revision=13394
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* customize indexdir extensionAndrey A. Chernov1998-09-252-30/+110
| | | | Notes: svn path=/head/; revision=13383
* coment out --with-perl option, currently perl version don't matterAndrey A. Chernov1998-09-245-10/+20
| | | | Notes: svn path=/head/; revision=13374
* upgrade to 1.3.2Andrey A. Chernov1998-09-2425-175/+195
| | | | Notes: svn path=/head/; revision=13373
* Upgrade to Apache 1.3.2 + mod_ssl 2.0.11Ralf S. Engelschall1998-09-233-7/+7
| | | | Notes: svn path=/head/; revision=13358
* ImageMagick is now converted to ELF.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13340
* Go back to 4.06. Crashing is better than security holes I guess.Satoshi Asami1998-09-226-42/+42
| | | | | | | Suggested by: eivind Notes: svn path=/head/; revision=13323
* Revert one version so 4.05 will be on the CD. 4.06 seems to be tooSatoshi Asami1998-09-226-42/+42
| | | | | | | | unreliable. Since the distfile is not on Netscape's site anymore, put it on wcarchive. Notes: svn path=/head/; revision=13310
* Activate linbotJoseph Koshy1998-09-211-1/+2
| | | | Notes: svn path=/head/; revision=13281
* Import of `linbot', a web site management tool.Joseph Koshy1998-09-2110-0/+92
| | | | | | | | | PR: ports/8003 Reviewed by: jkoshy Submitted by: Bill Fumerola (billf@chc-chimes.com) Notes: svn path=/head/; revision=13280
* Remove expensive-optimization -O6 already include itAndrey A. Chernov1998-09-205-10/+10
| | | | Notes: svn path=/head/; revision=13267
* Completely overhauled Apache+mod_ssl port:Ralf S. Engelschall1998-09-173-29/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use mod_ssl 2.0.10 which automatically disables DSO for mod_log_config and mod_proxy which caused problems for the port - use mod_auth_dbm instead of mod_auth_db because first DBM is internally mapped to our DB (so functionality is the same) and this way we get rid of the nasty conflicts with DB 2.x port. - fixed the package list, i.e. the port now packages and deletes correctly - automatically create dummy certificate, so the package can be tested immediately after installing. - use "apachectl startssl" instead of "apachectl start" from within apache.sh rc script now. - removed the outcommented patch pieces for Makefile.tmpl because they are confusing both inside patches/patch-ab and under install time. - use a "post-patch" target to remove all .orig files mod_ssl's configure script created to avoid their installation (which confuses the package list). Notes: svn path=/head/; revision=13205
* Roll back libpng major to 2.Satoshi Asami1998-09-173-6/+6
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-1520-40/+40
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-153-6/+6
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-153-6/+6
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Remove empty line at end.Satoshi Asami1998-09-151-1/+0
| | | | Notes: svn path=/head/; revision=13139
* Sync with lynx[^(-current)] pkg/COMMENT (ie. clarify, since allTim Vanderhoek1998-09-151-1/+1
| | | | | | | | web browsers are alphanumeric (not to mention the other problems with "alphanumeric" brought up in -list discussion before)). Notes: svn path=/head/; revision=13137
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.9Ralf S. Engelschall1998-09-142-3/+3
| | | | Notes: svn path=/head/; revision=13110
* use patch-ak from apache3 port (erase pid file)Andreas Klemm1998-09-136-12/+36
| | | | | | | and freetype support Notes: svn path=/head/; revision=13096
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.8Ralf S. Engelschall1998-09-122-3/+3
| | | | Notes: svn path=/head/; revision=13093
* Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7Ralf S. Engelschall1998-09-093-13/+33
| | | | Notes: svn path=/head/; revision=13072
* add p5-ParallelUAAndrey A. Chernov1998-09-081-1/+2
| | | | Notes: svn path=/head/; revision=13054
* Parallel LWP UserAgentAndrey A. Chernov1998-09-085-0/+61
| | | | Notes: svn path=/head/; revision=13053
* change SITE_SUBDIR to LWPAndrey A. Chernov1998-09-081-2/+2
| | | | Notes: svn path=/head/; revision=13052
* WWW site changedAndrey A. Chernov1998-09-081-2/+2
| | | | Notes: svn path=/head/; revision=13051
* Upgrade to 1.021.Vanilla I. Shu1998-09-082-5/+5
| | | | Notes: svn path=/head/; revision=13050
* update to dev.25Andrey A. Chernov1998-09-073-12/+29
| | | | Notes: svn path=/head/; revision=13046
* upgrade to 1.0.4pre2Andrey A. Chernov1998-09-072-3/+4
| | | | Notes: svn path=/head/; revision=13045
* use stable mysql port mysql321Andreas Klemm1998-09-063-3/+3
| | | | Notes: svn path=/head/; revision=13037
* Mark ports that are still suffering from post-perl5-upgrade syndromeSatoshi Asami1998-09-031-1/+3
| | | | | | | | | as broken. Actually there were much fewer than I thought. Approved by: markm Notes: svn path=/head/; revision=12997
* Change package name to "-4.5b1".Satoshi Asami1998-09-032-4/+4
| | | | | | | Agreed by: thepish (who I thought was going to commit it ;) Notes: svn path=/head/; revision=12992
* activate USE_PERL5Andreas Klemm1998-09-013-6/+6
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=12987
* - update port to newest apache (1.3.1) and php (3.0.3) versionAndreas Klemm1998-09-0112-147/+369
| | | | | | | | | | | | | - change maintainer to Dirk Froemberg <ibex@physik.TU-Berlin.DE>, since he is now the driving force - totally revamped configuration (dialog based as in ghostscript) - make portlint happy (andreas@FreeBSD.ORG), APACHE_VER and PHP3_VER variable has to appear later in Makefile, not in front of DISTNAME and PKGNAME Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=12985
* add LIB_DEPENDS of ImageMagickAndrey A. Chernov1998-09-011-1/+3
| | | | Notes: svn path=/head/; revision=12980
* p5-PerlMagick is no more.Satoshi Asami1998-09-011-3/+1
| | | | Notes: svn path=/head/; revision=12976
* Define NO_LATEST_LINK, this is a beta.Satoshi Asami1998-08-312-2/+4
| | | | Notes: svn path=/head/; revision=12959
* add more dirrm'sAndrey A. Chernov1998-08-305-10/+65
| | | | Notes: svn path=/head/; revision=12922
* add missing mkdir/dirrmAndrey A. Chernov1998-08-305-0/+15
| | | | Notes: svn path=/head/; revision=12918