Commit Graph

438 Commits

Author SHA1 Message Date
brad
7c10575c32 add p5-Apache-DBI port; From: Pavel Korovin <pvk@openbsd.ru>
--
These modules are supposed to be used with the Apache server together with
an embedded Perl interpreter like mod_perl. They provide support for basic
authentication and authorization as well as support for persistent
database connections via Perl's Database Independent Interface (DBI).

o AuthDBI.pm provides authentication and authorization:

  - optional shared cache for passwords to minimize database load
  - configurable cleanup-handler deletes outdated entries from the cache

o DBI.pm provides persistent database connections:

  - connections can be established during server-startup
  - configurable rollback to ensure data integrity
  - configurable verification of the connections to avoid time-outs.
2000-09-06 08:02:49 +00:00
brad
92c8d4dfe2 add mod_perl port; From: Pavel Korovin <pvk@openbsd.ru>
--
Tested on i386 (by Pavel), SPARC (by me). Needs testing on m68k-based
systems.
--
The Apache/Perl integration project brings together the full power of the
Perl programming language and the Apache HTTP server. This is achieved by
linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.

These pieces are seamlessly glued together by the `mod_perl' server
plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.
2000-09-06 07:52:45 +00:00
brad
39f4ba63e7 remove SYSCONFDIR from SUBST_VARS and SUBST_VARS too if no other variables
are listed
2000-09-06 05:48:47 +00:00
espie
3b36b37799 +wwwoffle 2000-09-05 11:40:54 +00:00
espie
318cb46109 wwwoffle port, by Sebastian Stark. 2000-09-05 11:37:27 +00:00
jakob
50041ddd64 remove USE_LIBTOOL as php4 always uses its own libtool; Evan Champion <evanc@concer.to> 2000-09-04 21:15:40 +00:00
jakob
1420c43d70 make sure configure finds mysql.sock 2000-09-04 21:14:47 +00:00
jakob
2ad95183f5 add php4 + mysql+postgresql flavour to both php3 and php4 2000-09-04 18:29:24 +00:00
jakob
d68d8a45ee remove broken id-tag from patch 2000-09-04 14:49:37 +00:00
jakob
221c961022 Quick fix for a possible file upload exploit. Patch from PHP CVS. Problem
noted by Brian Clark <brianj@fusionwerks.com>.
2000-09-04 06:57:12 +00:00
jakob
f0dc271ca0 server-side HTML-embedded scripting language 2000-09-03 11:55:00 +00:00
danh
bff89039ca fixed DNS problem reported by mips@perigord.com. --enable-dns argument to
configure does not properly define USE_DNS.
2000-09-01 16:38:51 +00:00
naddy
f5c62adbdd - update to 1.0.1
- share/examples -> share/examples/surfraw
2000-09-01 15:54:34 +00:00
brad
63256991b4 add a warning message reminding the end-user that there are known security
issues.
2000-09-01 05:03:18 +00:00
brad
6284bed03d revive the SunOS binaries of Communicator/Navigator at the request of
deraadt@ and a few other people
2000-09-01 04:24:37 +00:00
todd
fb4cf796de uname fix (ns-install)
NO_BUILD now that fortify is not built
2000-08-31 14:44:42 +00:00
brad
0e1faa9d75 whitespace 2000-08-31 10:12:15 +00:00
brad
ceb3e8c533 remove hash mark 2000-08-31 10:10:55 +00:00
brad
580f296528 ${WRKDIR}/${DIRNAME} -> ${WRKSRC} 2000-08-31 10:09:44 +00:00
brad
2d478c90ec - upgrade BSD/OS binary to 4.75 of Netscape Communicator/Navigator
- remove the SunOS binary, unfortunately Netscape has dropped support for
SunOS and this old binary has quite a few security issues. I don't see it
fit to be included in the tree anymore at any cost.
2000-08-31 10:04:36 +00:00
brad
ee0cfd3420 new make eliminates the need for FAKE_FLAGS 2000-08-31 06:43:40 +00:00
danh
8b954bdf68 style 2000-08-30 17:36:24 +00:00
danh
bdd82872be re-organized Makefile. 2000-08-29 16:54:46 +00:00
brad
551a52b028 - fixup Makefile
- use better filenames for patches
2000-08-25 02:24:10 +00:00
brad
e5caed9d66 explicitly set permissions 2000-08-24 22:00:03 +00:00
naddy
143f5aa6f1 add surfraw 2000-08-21 15:11:35 +00:00
naddy
c535897a77 Initial import of surfraw 0.5.7.
Surfaw provides a fast unix command line interface to a variety of
popular WWW search engines.  Output is directed to a browser.
2000-08-21 15:09:31 +00:00
brad
cb11475695 move example config file from share/examples to share/examples/weblint 2000-08-17 17:37:21 +00:00
brad
f6fb1fc86a upgrade to libghttp 1.0.7 2000-08-17 17:11:41 +00:00
kevlo
55133eb482 Add HOMEPAGE. Thanks naddy@ 2000-08-16 02:01:12 +00:00
rohee
bc3869cf05 upgrade to tidy4aug00 2000-08-15 14:44:53 +00:00
brad
979c4ee5c2 add 2 distribution patches:
squid-2.3.stable4-ipfw_configure.patch
The configure script uses "==" when it should use "=" for /bin/test

squid-2.3.stable4-invalid_ip_acl_entry.patch
The code that scans ACL tokens for IP addresses and hostnames couldn't
tell that "123.foo.com" is a hostname rather than an IP address
2000-08-11 06:30:34 +00:00
kevlo
1dd2b05ef3 - Update to version 0.0.6
- Update MASTER_SITES
- Bump NEED_VERSION
- Add @comment to PLIST
2000-08-10 10:31:40 +00:00
kevlo
a0c07b3741 - Update to version 0.61b
- Bump NEED_VERSION
2000-08-10 09:42:58 +00:00
kevlo
fe906b9d6b - Update to version 3.2.1
- GNU_CONFIGURE -> CONFIGURE_STYLE
- Add @comment to PLIST
- Bump NEED_VERSION
2000-08-10 08:48:07 +00:00
brad
029ccd5c7f - fixup notices, prevent some line wrapping as well
- remove extra if loop and replace with elif; pointed out by naddy@
2000-08-09 00:40:14 +00:00
brad
74a9ffd932 move sample files from lib/squid to share/examples/squid 2000-08-05 02:23:14 +00:00
brad
fa5d7b03ba - add @comment with RCS id to PLISTs
- now that the ports use Fake we don't need the @unexec's in the PLISTs
2000-08-04 20:54:19 +00:00
espie
59411c3995 0.92
A few cosmetic changes
2000-08-01 10:43:35 +00:00
brad
98cf57f75b - unconditionally show DEINSTALL message since there is more than just the
config directory that has to be removed
- change a whole bunch of vars in INSTALL from ${FOO} to $FOO so they do
not get substituded and have the substitution occur only once at the top
of the INSTALL script
2000-07-29 00:04:58 +00:00
brad
4197b9dcb0 add a distribution patch:
squid-2.3.stable4-internal_dns_rcode_table_formatting.patch
Missing a newline on cachemgr output
2000-07-23 18:21:20 +00:00
chris
aceeaaaea5 Add a patch for Squid STABLE4 that fixes ftp icons 2000-07-20 22:41:40 +00:00
jakob
84717ae37f fix CONFIGURE_STYLE, autoconf not needed 2000-07-20 21:47:31 +00:00
chris
1f419cbf98 Add missing quote which prevented this port from installing
(tested???!)
2000-07-20 21:27:19 +00:00
jakob
2811747fbb add reference to HOMEPAGE 2000-07-20 21:10:40 +00:00
jakob
347e840d9f add HOMEPAGE 2000-07-20 11:26:13 +00:00
jakob
756d001042 add thttpd 2000-07-20 10:09:48 +00:00
jakob
f88839ccbf thttpd - tiny/turbo/throttling HTTP server 2000-07-20 10:05:37 +00:00
brad
98eb1a3748 re-add $1 in a few places 2000-07-20 05:57:55 +00:00
brad
b40fb4f59f upgrade to libghttp 1.0.6 2000-07-20 05:17:47 +00:00
brad
55da5bf055 upgrade to Squid 2.3.STABLE4 2000-07-20 01:17:09 +00:00
brad
0c7a16985e add #!/bin/sh 2000-07-19 09:31:17 +00:00
brad
d9707f1194 better INSTALL script 2000-07-19 07:38:31 +00:00
brad
b42604655b add #!/bin/sh 2000-07-19 06:47:03 +00:00
jakob
29fd2c97f9 depend on c-client port instead of imap-uw
add patch to make configure detect the c-client include-files
2000-07-18 21:55:43 +00:00
espie
0145e1214c +w3m:kanji 2000-07-14 18:11:25 +00:00
espie
f1e4cf3626 Add kanji FLAVOR to w3m, suggestion of Toda-san. 2000-07-14 17:50:13 +00:00
naddy
dd0ccee3d5 update to version 0.4
submitted by Sean Cavanaugh <seanc@cginfo.sk.ca>
2000-07-13 21:36:53 +00:00
danh
4216934b8f cleaned up port. added CONFIGURE_STYLE and removed explicit FAKE. 2000-07-13 02:30:21 +00:00
brad
4c66c6fb0a with these patches Squid now compiles with our ipf headers when using the
IPF Transparent proxying support
2000-07-12 21:26:30 +00:00
jakob
5465d79f3f add note about where to install php3.ini; Christoph Schneeberger <cschnee@telemedia.ch> 2000-07-12 11:03:10 +00:00
naddy
12d082f208 - add NEED_VERSION, HOMEPAGE
- clean up FAKE install
- remove FreeBSDisms
- miscellaneous house cleaning

parts submitted by maintainer (seanc@cginfo.sk.ca), ok kevlo@
2000-07-11 15:39:59 +00:00
danh
a112b59d1e updated MAINTAINER 2000-07-10 20:28:00 +00:00
brad
0130c0f5e0 remove bad dist sites 2000-07-10 01:07:33 +00:00
d
cecfb55eba upgrade to w3m-0.1.10 (how did this get missed?) 2000-07-10 00:17:55 +00:00
d
717f38944a upgrade to w3m-0.1.10. okay espie@ 2000-07-10 00:14:09 +00:00
brad
29ebf1251e librarys -> libraries 2000-07-09 21:59:13 +00:00
brad
5fd5b527c8 Thanks to matt@ for convincing Fortify to give him the necessary info to
make the existing copy of Fortify work with Communicator/Navigator 4.73.
2000-07-09 21:57:37 +00:00
brad
59f615cb88 use better filenames for patches 2000-07-09 19:59:02 +00:00
brad
bdfe35e8c5 - forgot to actually set the HOMEPAGE variable
- fix comment about subdirs Makefile having to set certain variables
2000-07-06 23:22:21 +00:00
brad
911511459b - add HOMEPAGE
- add/bump NEED_VERSION
- remove FAKE=Yes
- correct version in DESCR for communicator/navigator
2000-07-06 22:40:18 +00:00
krw
811c64f833 Change PFRAG.shared ldconfig invocation(s) to
DYNLIBDIR() invocations.

Bump NEED_VERSION to 1.310 so DYNLIBDIR() works.

As requested by espie@
2000-07-03 22:49:31 +00:00
dugsong
88ed1a2dbd add bk2site 2000-06-30 03:41:51 +00:00
dugsong
0bce0f4f39 bk2site - convert Netscape bookmarks into Yahoo-style site 2000-06-30 03:40:49 +00:00
kevlo
2f0de704b8 Oops, forgot to add dependency upon tk.
Thanks marc@.
2000-06-30 01:40:27 +00:00
kevlo
a577acb739 Add august. 2000-06-29 04:12:18 +00:00
kevlo
cea013dc92 Initial import of august version 0.6b.
August is a html editor designed for the experienced web designer.
2000-06-29 04:11:07 +00:00
brad
85e8a0d4da upgrade to Squid 2.3.STABLE3
- NOTE: you can now override the dir used for cache/logs by using the
variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it
will be substituted into the INSTALL/DEINSTALL scripts.
2000-06-28 07:08:28 +00:00
jakob
a93e0b69f0 bump NEED_VERSION 2000-06-20 20:30:34 +00:00
jakob
bed6b58bcc remove fake
add comment to PLIST
CONFIGURE_STYLE
2000-06-20 20:29:49 +00:00
espie
1035bc4a8e Fix packaging. Somehow, this went in without Faking (my fault). 2000-06-20 15:27:19 +00:00
kevlo
00aaac57da Update the master sites 2000-06-19 03:14:04 +00:00
espie
f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
form
1c122d39ff fix compiling; turan@
add HOMEPAGE
2000-06-16 03:32:24 +00:00
form
c41a47985d remove FAKE=yes
GNU_CONFIGURE -> CONFIGURE_STYLE
add HOMEPAGE
2000-06-15 05:40:12 +00:00
form
bf7a0796c3 remove FAKE=yes 2000-06-15 05:37:11 +00:00
form
e8f42b7310 fix checksum 2000-06-13 02:44:20 +00:00
brad
e6c62491fd correct HOMEPAGE URL 2000-06-10 06:27:25 +00:00
espie
f6e5593898 Synch with bsd.port.mk version. 2000-06-09 20:41:42 +00:00
espie
e9b14b26cd Fake
Unobfuscate cgiparse PLIST. This is probably the only full lib with
_pic mips stuff.
2000-06-09 20:41:11 +00:00
espie
1a2f04c979 Fake 2000-06-09 20:21:41 +00:00
jakob
79db850c02 enable PCRE regex 2000-06-05 09:16:32 +00:00
jakob
80b998bdad build with support for imap using imap-uw port. 2000-06-05 09:05:53 +00:00
jakob
6123a4443a add postgresql flavor; <kevlo@> 2000-06-05 09:02:30 +00:00
form
e6d76ad7f4 upgrade to 4.11
install examples
2000-05-31 18:48:37 +00:00
espie
91fd61ca64 Fix lame++ bug in w3m 0.1.8 (segfault when linking to local URLs),
taking code from w3m 0.1.9.

I'll let the maintainer evaluate carefully w3m 0.1.9 and integrate it...
2000-05-26 21:19:25 +00:00
espie
b39d15e8d2 Activate ports 2000-05-26 01:54:42 +00:00
espie
5826e077d0 Webalizer port, from Dan Harnett. 2000-05-26 01:34:27 +00:00
rohee
8a6edb584b update to tidy-30apr00 2000-05-20 00:31:53 +00:00
espie
c53cb81a81 Version 4.72 2000-05-17 15:02:44 +00:00
form
5a5cc9536b Fake.
Fix checksum.
More master sites.
$OpenBSD$ tag in PLIST.
2000-05-17 04:34:26 +00:00
maja
1123f96628 allow mirror-distfiles to work. add OpenBSD-tag. -moj 2000-04-23 14:42:15 +00:00
espie
f80fa9e00b From Kyle Hargraves <halogen@nol.net>:
add a few missing entries from SUBDIRs.
Leave lam out for now, as its install process is really weird.
2000-04-21 18:45:10 +00:00
brad
b13cee04e4 - remove navigator and communicator ports, replaced by netscape port
- remove a few unnecessary entries from Makefile
2000-04-17 23:52:58 +00:00
jakob
b187f9ed2a add mysql flavour
fake installation and add php3-enable script

(ok turan@ before freeze)
2000-04-17 19:29:47 +00:00
brad
e77c797822 - respect CC and CFLAGS 2000-04-16 21:06:26 +00:00
brad
9d7b401a59 better 2000-04-16 18:46:19 +00:00
turan
884d1b52a6 sources moved and checksums differ. ok form@ 2000-04-14 15:27:13 +00:00
rohee
0c154e6ada cleaning 2000-04-11 20:47:21 +00:00
rohee
7c64a6dc72 remove amaya dictionaries, now under amaya directory 2000-04-11 20:23:14 +00:00
rohee
98c4955ad5 These ports are now in ports/www/amaya/english-dict and french-dict respectively 2000-04-11 20:21:21 +00:00
rohee
9590080cf9 clean 2000-04-11 20:15:45 +00:00
rohee
05d2748acd resolve conflict 2000-04-11 20:12:32 +00:00
rohee
6d2241d648 new layout for amaya port 2000-04-11 20:08:46 +00:00
dugsong
34ba80114f upgrade to w3m-0.1.8, from d@ 2000-04-10 20:03:20 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
espie
d0fe3f536b Reformatted netscape ports, to allow easier sharing of configuration
between navigator and communicator, plus distinct versions depending on
the architecture.

Fix a few problems while I'm doing it:
- remove uncaught bison build dependency,
- sort PLIST,
- mark navigator and communicator as conflicting.

Not linked in www yet, waiting for sparc tests.
2000-04-09 15:50:14 +00:00
kevlo
f911723b1e Add USE_MYSQL to compile with MySQL. Just run ``make USE_MYSQL=yes install'' 2000-04-07 14:01:59 +00:00
jakob
20c5b32a69 Update to PHP v3.0.16 2000-04-05 06:39:30 +00:00
brad
5606bef088 modify Makefile.in so we do not need to use gmake 2000-04-02 07:15:34 +00:00
brad
c8a607b3f9 - bump NEED_VERSION
- remove license type
- Fake
- remove USE_GMAKE
- sync PLIST
2000-04-02 07:09:21 +00:00
form
663876fb09 upgrade to 4.1 2000-04-01 17:23:54 +00:00
espie
9022718718 Fake 2000-03-31 18:41:22 +00:00
brad
3edea145ff - bump NEED_VERSION
- fix MASTER_SITES URLs, squid.nlanr.net -> www.squid-cache.org
- use DIST_SUBDIR
- YES -> Yes
- remove unnecessary CONFIGURE_ARGS option
- remove STRIP variable since INSTALL_PROGRAM has used INSTALL_STRIP for
awhile now, better fix coming soon
2000-03-30 21:59:26 +00:00
espie
a6cf1cb721 Looks more like an OpenBSD port. Not perfect, though. 2000-03-30 09:27:02 +00:00
chris
563d77295a Add license and fix hotjava pre-fetch 2000-03-30 06:51:28 +00:00
chris
8535928476 Sun Hotjava browser, port adapted from FreeBSD 2000-03-30 03:40:25 +00:00
rohee
00fb6cb119 Update to 2.4
This port doesn't use FAKE... To do so one need either to repair a completely
broken build process for this program or do a giant do-install:
2000-03-25 12:40:56 +00:00
espie
3b5e3e8d17 Introduce :: in *_DEPENDS as a place holder for a package spec
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
78de839215 Unwanted change, oops. 2000-03-24 22:13:48 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
brad
e2425839d5 remove unnecessary @unexec tags 2000-03-23 22:12:07 +00:00
turan
dbcbaf59f0 license 2000-03-23 19:01:12 +00:00
form
ecdca085b0 Upgrade 4.04. 2000-03-22 10:37:15 +00:00
brad
f203fce18b fix typos 2000-03-22 03:25:31 +00:00
brad
fa8d281bf9 style 2000-03-22 03:24:12 +00:00
form
4d5be7f9d8 Upgrade to 4.03.
Fake.
PERMIT_*
2000-03-20 11:04:48 +00:00
brad
84d5c92385 sync communicator port with changes made recently in the navigator port
- Fake
- upgrade to Fortify 1.4.6
2000-03-20 05:00:48 +00:00
brad
4abf10265c style 2000-03-20 03:20:50 +00:00
espie
cf033bb30a Let gtk ports find gtk under /usr/local. 2000-03-19 16:59:10 +00:00
jakob
b0e4e70bc9 Fix library permissions; matthew patton <mep@netsec.net> 2000-03-17 07:51:04 +00:00
kevlo
b5ee20cfc4 Fake. Submitted by the maintainer. 2000-03-13 05:15:02 +00:00
brad
38dc3b02bf upgrade to Fortify 1.4.6 2000-03-12 22:07:53 +00:00
brad
a38152d888 Fake on sparc 2000-03-12 20:37:22 +00:00
espie
89d8f92d1a Update to 0.84 (fix shell escapes) 2000-03-12 17:43:44 +00:00
rohee
bb6f91772d Licence info + fake 2000-03-11 00:51:55 +00:00
espie
5943776fe7 link links 2000-03-09 02:14:48 +00:00
espie
c8afb4eb17 Another text web browser.
tempnam() appears to be innocuous.
2000-03-09 02:12:54 +00:00
espie
244e741ae9 Fake 2000-03-08 03:10:58 +00:00
espie
af78218c6b Fake the i386 version.
sparc should be trivial, I just can't test it...
2000-03-07 22:44:48 +00:00