Commit Graph

538 Commits

Author SHA1 Message Date
brad
b676d035fb remove major rev for mysqlclient dependency entry. 2001-03-07 19:05:33 +00:00
avsm
b1a91ef104 [Security fix] In the IMAP extension, username/password were free'd too
early.  This is a backport from php-4.0.5-dev that frees memory at the
right times.
2001-03-06 09:33:02 +00:00
avsm
41a7635f07 Add some more useful PHP4 flavors 2001-03-06 09:31:03 +00:00
avsm
260a58c48f - Add a patch to correctly link in the c-client SSL authenticator,
so that [IMAP|POP3]-SSL works
- PREFIX -> LOCALBASE where appropriate in Makefile
2001-03-06 09:04:30 +00:00
danh
0b06a6a2ff +mod_frontpage 2001-03-04 17:23:16 +00:00
danh
c3e42a3c3e import of mod_frontpage 1.5.1 for Apache.
from DESCR:
This is a module for the Apache HTTP Server. It replaces the
Apache-FP patches and module  supplied  with  the  Microsoft
FrontPage  Server  Extensions  available  from Microsoft and
Ready-to-Run Software.

Using this module allows you to use advanced features of the
FrontPage client with your Apache HTTP Server (e.g. creating
FrontPage enabled subwebs using the FrontPage client in con-
trast to creating them as user "root" with "fpinstall.sh" or
the "fpsrvadm.exe"-utility on the system's shell).
2001-03-04 17:21:21 +00:00
brad
23395df140 - silence a few steps
- ${PREFIX} -> ${LOCALBASE}
- add ONLY_FOR_ARCHS since this depends on jdk which in-turn depends on freebsd_lib
2001-03-02 16:04:49 +00:00
obecian
21253246a0 surfraw-1.0.3 update 2001-03-01 01:41:18 +00:00
brad
75f3d8aada mysql client library major rev # 2001-02-28 15:05:54 +00:00
avsm
c93c9d26e9 - update to p5-URI-1.11
- fix man page typos
2001-02-28 03:28:46 +00:00
avsm
5a73eab790 work with the new pgsql port layout 2001-02-27 23:00:26 +00:00
avsm
1a1dd2fb41 PHP4 is pretty liberal about what version of libmcrypt is installed,
so relax the dependency in LIB_DEPENDS for the mcrypt flavour.
2001-02-27 20:01:07 +00:00
form
311a300952 Missed in last commit. 2001-02-27 03:48:50 +00:00
form
0079eab07b Use SYSCONFDIR instead of hardcoded /etc; naddy@ 2001-02-27 03:46:23 +00:00
jakob
970ae3bbbe update to transproxy v1.4
--
Fixed HTTPS proxy support. You can now point your browsers proxy
configuration at transproxy and it will correctly process the
CONNECT method.
2001-02-26 07:29:21 +00:00
avsm
c1a9641c20 /usr/local -> LOCALBASE 2001-02-26 05:52:17 +00:00
form
3ffad06f7c Update to 4.16.
Fixed buffer overflow.

>SECURITY ADVISORY                                   13th February 2001
>----------------------------------------------------------------------
>Program: analog
>Versions: all versions except 4.16 and 4.90beta3
>Operating systems: all
>----------------------------------------------------------------------
>There is a buffer overflow bug in all versions of analog released
>prior to today. A malicious user could use an ALIAS command to
>construct very long strings which were not checked for length.
>
>This bug is particularly dangerous if the form interface (which allows
>unknown users to run the program via a CGI script) has been installed.
>
>This bug was discovered by the program author, and there is no known
>exploit. However, users are advised to upgrade to one of the two safe
>versions immediately, especially if they have installed the form
>interface. The URL is http://www.analog.cx/
>
>I apologise for the inconvenience.
>                                                        Stephen Turner
2001-02-25 08:04:05 +00:00
avsm
e6105e2375 Update to p5-HTML-Parser-3.17
Fixes the somewhat obscure perl multiplicity builds
2001-02-24 09:02:07 +00:00
avsm
8787baa606 Upgrade to p5-HTML-Parser-3.16
Relevant changes:

The unbroken_text option now works across ignored tags.
Expose internal decode_entities() function at the Perl level.
2001-02-24 01:24:49 +00:00
avsm
88501a3612 use LOCALBASE, not PREFIX in the pgsql configure. Also add this to the
php3 port.
2001-02-22 20:03:47 +00:00
avsm
ca9b1ff0ce upgrade postgresql dependency for new 7.0.3 port layout (danh@) 2001-02-22 19:56:31 +00:00
avsm
1a3e7a9342 Update to w3mir-1.0.10
From: Jeff Bachtel <sebastion@irelandmail.com>
2001-02-21 19:16:54 +00:00
danh
935653e6ac sync libtool patches 2001-02-20 18:09:54 +00:00
danh
057efafaeb better formatting 2001-02-13 02:37:48 +00:00
naddy
a0c9fc1121 quote CFLAGS 2001-02-13 01:18:50 +00:00
brad
f609e9336f ensure user is root before trying to proceed with installation. 2001-02-12 17:18:55 +00:00
espie
18ac2cc391 Let build as non-root work. 2001-02-12 15:45:48 +00:00
brad
0411d76053 upgrade to mod_perl 1.25 2001-02-09 19:19:39 +00:00
jakob
a5ea0ce304 add gd flavour; <armando@theghet.to> 2001-02-07 09:15:42 +00:00
jakob
0c3d1652df fix expat dependency 2001-02-07 09:14:38 +00:00
avsm
453a957962 oops - add HOMEPAGE 2001-02-01 17:56:00 +00:00
avsm
28244014e4 + p5-HTML-Mason 2001-02-01 17:54:41 +00:00
avsm
9e21fe6a76 initial import of p5-HTML-Mason-1.0
--
Mason is a powerful Perl-based web site development and delivery
engine. With Mason you can embed Perl code in your HTML and construct
pages from shared, reusable components.

Mason solves the common problems of site development: caching,
debugging, templating, simulating browser conditions, maintaining
development and production sites, and more.

Although it can be used from CGI or even stand-alone, it is optimally
designed for use with two other open source technologies: mod_perl
and Apache.
2001-02-01 17:53:51 +00:00
rohee
be298c847b stop being smart with ${HOMEPAGE}, it made DESCR unreadable 2001-01-29 21:31:30 +00:00
avsm
34a18dc3f1 Remove the 'ftp' flavour and fold it into the default options, to reduce
the proliferation of options this port has.  This needs no external
libraries, so it doesn't introduce any dependencies (jakob@ ok)
2001-01-28 14:54:59 +00:00
avsm
4b3a2b0cd1 Relax the mysqlclient restriction; php4 still works with the old 3.22.x
mysqlclient library
2001-01-28 14:39:39 +00:00
avsm
c073bcb9ec Always include the OpenSSL extension, since it now works with both
0.9.5 and 0.9.6; noticed by Neil Darlow <neil@darlow.co.uk>
2001-01-28 14:38:30 +00:00
jakob
4c625dc744 update mysql depends 2001-01-28 13:31:28 +00:00
form
64e82fecfa fix PLIST 2001-01-27 10:26:38 +00:00
form
e6b3c0df6c upgrade to 4.14 2001-01-23 11:37:44 +00:00
avsm
c48cfc5d85 + p5-HTML-Tree 2001-01-21 19:40:48 +00:00
avsm
f5fb9f4a2d - import of p5-HTML-Tree-3.09
--
This is a collection of modules that represent, create, and extract
information from HTML syntax trees.  These modules used to be part
of the libwww-perl distribution, but are now unbundled in order to
facilitate a separate development track.  Bug reports and discussions
about these modules can still be sent to the <libwww@perl.org>
mailing list, or to <sburke@cpan.org>.
2001-01-21 19:39:53 +00:00
avsm
d8c16677e8 +p5-HTML-TableExtract 2001-01-19 12:44:45 +00:00
avsm
8cff4e3e79 initial import of p5-HTML-TableExtract-1.06
--
HTML::TableExtract is a module that simplifies the extraction of
information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count, or
some combination of the three.
2001-01-19 12:41:01 +00:00
brad
2d19447f4b new DESCR, actually describes what Squid is, taken from the FAQ. 2001-01-17 02:41:04 +00:00
brad
0247146330 add heap FLAVOR, enables alternate cache object replacement algorithms.
--
Requested by: J Shoemaker <shoemaker@softhome.net>
2001-01-17 02:38:20 +00:00
brad
9c33622cab remove this patch, it's not needed anymore now that we're using GCC
2.95.3, unfortunately this bug still affects GCC 2.95.3 and thus the other
workaround patch has been left in place until the issue has been fixed.
2001-01-15 17:22:01 +00:00
avsm
7b652a083f - update to p5-libwww-5.50
Changes:

- Fix for test cases that failed because of URI-1.10 now encode
  space as '+' instead of '%20.
- Makefile.PL: Require URI-1.10.
  HTTP::Daemon now accepts any non-space character as method name
  on the request line.  It used to fail on methods like "M-POST"
  because it only allowed \w-chars.
- HTTP::Date now allow fractional seconds in ISO date formats.
- HTTP::Request::Common will now calculate Content-length
  even if $DYNAMIC_FILE_UPLOAD is set.
2001-01-14 23:26:59 +00:00
avsm
3577f730cc - update to php-4.0.4pl1
Changelog:
- Fixed the various pdf_open_*() functions (Daniel)
- Fixed a bug that could cause invalid INI entries to be used under certain
  circumstances (Zeev)
- Fixed a bug in the Apache module that could cause invalid INI values to
  propogate to different virtual hosts, if one or more of the virtual
  hosts was configured with engine=Off (Zeev)
- Fixed possible crash bugs in the session module (Sascha)
- Fixed the ODBC module to build properly with Solid 3.0 and OpenLink (Dan
  Kalowsky)
- Fixed possible corruption of line number information in PHP scripts (Zeev,
  Zend Engine)
- Fixed a few possible crashes in functions that use user-defined callbacks
  (Zeev, Zend Engine)
2001-01-12 23:06:36 +00:00
brad
7a77dc9bc4 tighten permissions. 2001-01-12 21:21:02 +00:00
avsm
058812e89c - update to p5-URI-1.10
- bump NEED_VERSION

Form handling has changed subtly, so be sure to read the documentation
before upgrading to this (the new behaviour follows the W3 recommendation)
2001-01-11 14:05:38 +00:00
avsm
8ec61d3981 fix patch - rcs id caused it to not apply cleanly 2001-01-11 08:10:41 +00:00
naddy
c355b8e624 - new maintainer Couderc Damien <couderc.damien@wanadoo.fr>
- update to 0.6; submitted by couderc.damien@wanadoo.fr
- install HTML manual
2001-01-09 16:34:54 +00:00
avsm
93eeb97752 missed this one (removed .packlist), from Jeff Bachtel <sebastion@irelandmail.com> 2001-01-08 21:45:27 +00:00
avsm
3fdc6aad7e cull .packlist from the PLIST 2001-01-08 21:07:39 +00:00
brad
03f57d4e2a better 2001-01-08 20:03:11 +00:00
avsm
f16547aeb1 Add a couple of patches from venaas@php.net to allow PHP-4.0.4 to work
with OpenSSL 0.9.5a, instead of requiring only OpenSSL 0.9.6
These patches detect the revelant version and use the additional return
values in 0.9.6 only if present.

This also unbreaks the SNMP flavor on 2.8-stable, which requires SSL
support, since our UCD-SNMP daemon has OpenSSL compiled into it
(wierd, but thats how the PHP snmp-config.m4 works)

- Add OpenSSL patches
- Add note crypt.c patch that its now in 4.0.5-dev and can be removed soon
- Add --with-openssl to the standard set of configure options
2001-01-07 21:08:11 +00:00
avsm
2503bc1ec2 Add a curl FLAVOR (for the Client URL library) to retrieve stuff via
gopher, dict, ldap, telnet, http(s), etc
2001-01-06 14:17:33 +00:00
avsm
c8a43191e3 update snmp flavor libdepends - from danh@ 2001-01-05 22:47:21 +00:00
brad
c7881f6a8a bye bye NO_CDROM and MIRROR_DISTFILE 2001-01-05 16:35:58 +00:00
kevlo
b7bd1130de Correct RCS tag 2001-01-04 13:17:21 +00:00
kevlo
b8c86108b9 Enable p5-CGI 2001-01-04 10:32:33 +00:00
kevlo
ba4a39794f Initial import of CGI-modules-2.76
This is for use in writing cgi scripts
2001-01-04 10:31:39 +00:00
dugsong
72f486ab5b update to version 0.95, which include SSL support 2001-01-04 06:53:10 +00:00
brad
3e3e1dc069 remove mips and powerpc from ONLY_FOR_ARCHS, these platforms do not even
ship with an Apache compiled with DSO support yet.
2001-01-04 00:51:23 +00:00
brad
ef0f2e0640 sort 2001-01-03 21:36:49 +00:00
brad
8085a38660 add missing @dirrm 2001-01-03 21:35:26 +00:00
avsm
464f24c4b6 - update to p5-libwww-5.49
- bump NEED_VERSION
2001-01-03 00:50:41 +00:00
avsm
787ca8d8f7 PHP4 should work fine on the powerpc now.
Confirmed by Nicholas Merill <lists@mojo.calyx.net>
2001-01-03 00:33:38 +00:00
avsm
7cb8587555 - remove MASTER_SITES0 as its not needed anymore
- add UK master site
- take joint MAINTAINER (jakob@ ok)
2000-12-28 23:37:22 +00:00
avsm
df1af3b82c Add in a flavor for mcrypt, an interface to block and stream
encryption algorithms.

The patches are a backport from PHP-CVS to the mcrypt m4 script, which
didn't pick up the right version of libmcrypt.  I've included the
m4 patch also, since the outputted configure script patch will make no
sense to anyone who looks at it in the future.
2000-12-28 17:53:16 +00:00
avsm
05866963a8 - upgrade to p5-HTML-Parser-3.15
- bump NEED_VERSION

--
 HTML::TokeParser's get_tag() method now takes multiple
 tags to match.  Hopefully the documentation is also a bit clearer.

 #define PERL_NO_GET_CONTEXT: Should speed up things for thread
 enabled versions of perl.

 Quote some more entities that also happens to be perl keywords.
 This avoids warnings on perl-5.004.

 Unicode entities only triggered for perl-5.7.0 or higher.
2000-12-27 21:52:07 +00:00
avsm
2a9e8b5717 Document most of the (numerous) flavours that this port has 2000-12-27 00:09:00 +00:00
avsm
93d5cc5ae5 - update to php-4.0.4
- bump NEED_VERSION
- no longer need extra distfile number4.tar.gz since it has
  been integrated into the main distribution
- ltconfig, mysql socket patches are in main distribution now,
  so they are removed.  Note that the ltconfig patch was only
  applied to the 4_0_4 branch by the PHP team, so we will have
  to resubmit it for the next version, unless libtool-cvs has
  been updated with our information.
- Since php3/4 conflict with each other anyway, versioning is
  not needed.

ok jakob@
2000-12-26 23:35:43 +00:00
form
cf210ccbab Upgrade to 4.13 2000-12-22 10:55:03 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
dugsong
3926d8d298 add iodbc flavor; from <polandj@arbornetworks.com> 2000-12-18 20:29:25 +00:00
brad
6e1f7658a3 bump PKGNAME. 2000-12-18 14:19:27 +00:00
brad
e15dde6f61 fix order of PLIST; From: naddy@ 2000-12-18 01:21:08 +00:00
brad
456ef2bde7 sync PKGNAME with -STABLE branch. 2000-12-15 21:36:09 +00:00
naddy
6556d19311 Use customary framework for INSTALL/DEINSTALL scripts; fixes INSTALL. 2000-12-15 17:36:22 +00:00
brad
547a835d29 Install font.properties and other related files which were being deleted
durring the install originally. This should fix the font problems people
have been having with Java and the JVM having very tiny and unreadable
fonts. Poked and prodded by: danh@
2000-12-15 14:53:32 +00:00
naddy
9122eedc4f Use customary framework for INSTALL/DEINSTALL scripts; fixes INSTALL.
ok jakob@
2000-12-15 13:29:33 +00:00
brad
90fbe119af a few BUILD_DEPENDS -> LIB_DEPENDS 2000-12-14 15:25:20 +00:00
espie
7236118b69 Fix dependency 2000-12-14 14:04:09 +00:00
kevlo
84f0c18d9c Upgrade to 0.62b 2000-12-10 15:00:14 +00:00
brad
5ee32b1bd3 add a distribution patch: (and update checksum for HTML quoting patch)
squid-2.3.stable4-carp-assertion.patch
Comparing floating point numbers for equality is tricky. The old way can cause an assertion even though two numbers actually do add up to 1
2000-12-08 17:09:52 +00:00
avsm
325c73ba3d - upgrade to HTML-Parser-3.14
- bump NEED_VERSION
- deactivate experimental unicode support since it doesnt work yet on our
  perl setup (make tests all fail with missing symbols)
2000-12-05 14:05:05 +00:00
avsm
ea6ca78b9a add w3mir to subdir list 2000-11-30 15:45:31 +00:00
avsm
d4a69af308 Import of w3mir-1.0.9
From Jeff Bachtel <jeff@cepheid.org>, reviewed by naddy@

--
w3mir is a all purpose HTTP copying and mirroring tool. The main
focus of w3mir is to create and maintain a browseable copy of one,
or several, remote WWW site(s). Used to the max w3mir can retrieve
the contents of several related sites and leave the mirror browseable
via a local web server, or from a filesystem, such as directly from
a CDROM.

w3mir's goal is to be able to make useful mirrors of any reasonable
WWW site. It specifically preserves link integrity within the
mirrored documents as well as the integrety of links outside the
mirror, following redirects as needed. If you want it to. w3mir has
a powerful ``multi-scope'' mechanism enabling the user to make
mirrors of several related sites and have links between them refer
to the mirrored documents rather than the original site. w3mir has
several features directed at getting mirrors for CDROM burning and
handling of some not too often seen problems when mirroring.

w3mir supports HTML4, and has partial support for CSS, Java and
ActiveX.
2000-11-30 15:44:32 +00:00
jakob
e7a87f80c7 fix build problem with gd flavour; noted by <dwarf@wizeazz.dhs.org> 2000-11-28 15:44:31 +00:00
jakob
db944de3de update to v3.0.18. excerpt from ChangeLog below.
--
October 21, 2000, Version 3.0.18
- Fixed file upload bugs (Sascha)

October 11, 2000, Version 3.0.17
- Fixed output functions (Sascha)
- Added odbc_tables() (Frank)
- Fixed htmlspecialchars/htmlentities inconsistencies (Rasmus)
- Added is_uploaded_file() (Zeev)
- Clean up htmlspecialchars/htmlentities inconsistencies (Rasmus)
- Add optional charset parameter to sybase_[p]connect (alf@alpha.ulatina.ac.cr)
- Fixed incorrect handling of 0-precision strings (e.g., %4.0s)
  in printf (Ken Coar)
- You can now call Ora_Error() without prameters to get the reason
  for a failed connection attempt. (Kirill Maximov)
- Fixed crash in OCIFetchStatement() when trying to read after
  all data has already been read. (Thies)
- Added --enable-sigchild. Use this option if you encounter
  <defunc> processes when using Oracle 8i. (Thies)
- Uncommitted outstanding OCI8 transactions are now rolled back
  before the connection is closed. (Thies)
- Improved configure checks for Oracle 8i. (Thies)
- Added imap_mime_header_decode() function (Skalski)
2000-11-24 07:39:00 +00:00
brad
17d47c144e update checksums for squid-2.3.stable4-html_quoting.patch patch now that
the issue has been fixed.
2000-11-21 23:36:54 +00:00
avsm
dc1812d261 Correct a dirrm directive which had i386 hardcoded instead of ARCH
Reported by: Jeff Bachtel <jeffb@isc.tamu.edu>
2000-11-21 17:57:08 +00:00
espie
9caf73d4ab Trim down comments 2000-11-21 17:26:32 +00:00
danh
896fe99dbe - update to 2.01-06.
- fixed installation of example config file.
2000-11-20 00:46:31 +00:00
avsm
2e93f8541c - update to p5-HTML-TagSet-3.03
- bump NEED_VERSION

Changes: adds a (tr=>'background') config option for supported browsers
2000-11-18 23:39:27 +00:00
avsm
2af6573e07 - update to MHonArc-2.4.7
- bump NEED_VERSION
2000-11-18 23:34:23 +00:00
avsm
daafecff86 - Update to http_load-09nov00
- bump NEED_VERSION

(no ChangeLog available, diff shows only a small change in junk
 data sent to client)
2000-11-18 23:15:38 +00:00
jakob
65bf8018fc update to v2.20b 2000-11-18 09:20:11 +00:00