Commit graph

2634 commits

Author SHA1 Message Date
drochner
3c6ea10b50 add zope25-ZPsycopgDA 2002-10-25 15:01:59 +00:00
drochner
c403541df8 import the Zope part of databases/py-psycopg 2002-10-25 15:00:15 +00:00
grant
7b2ed20b25 add phoenix-linux. 2002-10-25 14:28:41 +00:00
grant
bd7a4bb09f move phoenix-0.3 Linux binary package to phoenix-linux. 2002-10-25 14:27:48 +00:00
wiz
38ed98e5fc Unused. 2002-10-25 12:59:48 +00:00
wiz
49a6a5b8c0 buildlink1 -> buildlink2. 2002-10-25 12:58:27 +00:00
wiz
a672f83e3a Convert to buildlink2. Remove _FETCH_MESSAGE -- not needed. 2002-10-25 12:56:58 +00:00
drochner
6b4a1e1ba7 accept python22-pth 2002-10-25 11:01:29 +00:00
wiz
fad35e4f01 buildlink1 -> buildlink2; fix rpath. 2002-10-25 09:33:36 +00:00
wiz
61e41a774d buildlink1 -> buildlink2. 2002-10-25 09:29:38 +00:00
tron
2abca9a311 Update "apache" package to version 1.3.27nb1 which is now based version
2.8.12-1.3.27 of "mod_ssl" module so that one doesn't need two version
of the "mod_ssl" sources to build "apache".
2002-10-25 09:00:29 +00:00
taca
108c6a0eff Update ap-ssl package to 2.8.12.
Changes with mod_ssl 2.8.12 (04-Oct-2002 to 23-Oct-2002)

   *) Fixed potential Cross-Site-Scripting bug.

   *) Allow also 8192 bytes of shared memory data size.
2002-10-25 02:29:10 +00:00
taca
e45684b12e Fix error in make install; extra "; \" were exists.
It cause error on Solaris.  (Why NetBSD's make was OK?)
2002-10-25 02:13:37 +00:00
drochner
9b6d87aead use buildlink2 2002-10-24 22:30:45 +00:00
jdc
89b9faa9a2 Make us use version 4.79 on sparc/sparc64 when we are emulating Solaris.
We use 4.79 when we are on Solaris and 4.8 doesn't exist for SunOS 5.5.1
2002-10-24 22:28:58 +00:00
drochner
8819bbf82f USE_BUILDLINK_ONLY -> USE_BUILDLINK2 2002-10-24 22:11:05 +00:00
drochner
7dc4ed4254 convert to buildlink2 2002-10-24 21:56:32 +00:00
drochner
aaefcc3122 convert to buildlink2 (with NO_BUILD - Ha!) 2002-10-24 18:18:59 +00:00
bouyer
91d8c35405 Handle SunOS-*-sparc too. 2002-10-24 10:23:07 +00:00
drochner
f23e230318 add zope25-BTreeFolder, zope25-DocumentLibrary 2002-10-23 17:24:14 +00:00
drochner
a31919cb07 add DocumentLibrary-1.0rc1, a framework for searchable and browsable
document libraries
2002-10-23 17:17:54 +00:00
drochner
dcddd64e56 add BTreeFolder-0.2, a Zope storage optimized for large object counts 2002-10-23 17:15:57 +00:00
drochner
d505700105 update to 0.11.0
change summary:
Bugfixes, international page names, edit log notes, WikiForNow assimilation
completed, CMFWiki integration (alpha).
2002-10-23 17:07:13 +00:00
jlam
54e09a91b3 Bump the PKGREVISION of www/php3 after moving the actual php binary from
${PREFIX}/bin into ${PREFIX}/libexec/cgi-bin.
2002-10-23 06:09:41 +00:00
jlam
1a48c3f31f * Move the LIBS+= setting out from below bsd.pkg.mk as there's no reason
it has to be there.

* Use BUILD_DIRS instead of manually invoking "make all" from another
  subdirectory of WRKSRC during post-build.

* Install the actual binary in ${PREFIX}/libexec/cgi-bin/php and symlink
  into ${PREFIX}/bin/php.  This allows the php binary to function in a
  secure Apache setup.  This fixes part of pkg/18783 by Chris Baird.
2002-10-23 05:47:28 +00:00
jlam
9d5aace7d4 Move USE_BUILDLINK2 setting to the common Makefile since we include
buildlink2.mk files from here.  Also change a BUILDLINK_DIR to a
BUILDLINK_PREFIX.gdbm since we strive not to lie to the configure/build
processes any longer with buildlink2.
2002-10-23 05:33:36 +00:00
drochner
0e25fd7806 -move the doc files and examples to share/doc/pycurl<pythonversion>
for coexistence with a future py22pth (or even native thread) pkg
-use buildlink2
2002-10-22 14:21:04 +00:00
taya
109fb5030a - Quote macro value used as argument of env
fix PR#18541

- use ${WRKDIR} as temporary dir instead of /tmp
	fix PR#18748
2002-10-22 14:16:32 +00:00
wiz
b2c7df98ab Update to 1.3.26.1a, provided by Todd Vierling in PR 18514.
Changes:
* mod_gzip_update_static Yes/No
  This new directive controls wether mod_gzip should re-gzip outdated
  precompressed files. mod_gzip compresses a copy of the original file,
  use it with care! No other modules can handle the content of these
  HTTP requests.
* bugfix for long lines
  In older versions, mod_gzip had a problem with HTTP header lines
  longer than 4k. This bug has been fixed.
* Vary bugfix
  The previous version of mod_gzip sent Vary headers in too many cases.
  But now this is not longer necessary. mod_gzip sends no
  Vary headers when the request is excluded by 'file', 'uri' or
  'handler'.
* Netware patch
  Guenter Knauf wrote a patch for Netware. It's now included.
* Documentation included
* mod_gzip_static_suffix  suffix
  This new directive defines the suffix of the static compressed files.
  On most platforms this will be .gz, but on some it may be .z or
  something like that. Default is '.gz'.
  Warning: You have to add an 'AddEncoding .suffix gzip' in your Apache
  config! If you don't do this, Apache may send a wrong
  'Content-Encoding' HTTP header (or even none at all).
* mod_gzip_handle_methods GET POST
  Parameters are GET or POST or a list of both values.
  Default is the list of both values.
* mod_gzip_send_vary Yes/No
  This will be useful for some caching HTTP proxies like squid.
  Prior to the current version of mod_gzip, they had problems
  to properly handle mod_gzip output.
  Warning: Don't set this value to "no" unless you are perfectly
  sure that all clients in your environment are able to handle
  compressed content properly!
* Workfile bug fixed
  In prior versions of mod_gzip there was a problem with the
  workfiles. When the compressed version of a file was bigger
  than the file itself, the workfile has not been deleted.
  Now it will be.
* mod_gzip recognizes outdated .gz files
  mod_gzip now performs another stat() call and checks whether
  the static compressed version of the file is older than the
  uncompressed original file itself. If so, it sends the
  uncompressed content(!) and creates a
  SEND_AS_IS:PRECOMPRESSED_VARIANT_OUTDATED status value.
2002-10-22 12:46:42 +00:00
wiz
06f851c649 Consistently use ${SED} instead of sed. From PR 18749 by Greg A. Woods. 2002-10-22 11:38:42 +00:00
wiz
7b7e6d4954 Convert to buildlink2. 2002-10-21 15:35:42 +00:00
wiz
d93a2de6c2 Convert to buildlink2.
Get rid of autoconf dependency by adding a patch.
2002-10-21 13:27:24 +00:00
seb
34e5b77c6c Use buildlink2. Use perl5/module.mk. 2002-10-20 23:35:09 +00:00
seb
9886953027 Fix documentation installation. Buildlink with zlib. Bump PKGREVISION.
XXX Should buildlink2.mk's BUILDLINK_DEPENDS.curl version be bumped to 7.10.1?
2002-10-20 20:10:06 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
seb
0f6263bb26 Use perl5/module.mk. 2002-10-20 15:05:09 +00:00
shell
437eab598f Updated to pycurl-7.10.1
- accept python-21pth only

Changes :
  * Added new module-level function version_info() from
    libcurl-7.10.
  * Added commandline options to setup.py for specifying the path to
    'curl-config' (non-windows) and the curl installation directory
    (windows).  See the 'INSTALL' file for details.
  * Added CURLOPT_ENCODING, CURLOPT_NOSIGNAL and CURLOPT_BUFFERSIZE
    from libcurl-7.10 (by Markus Oberhumer).
  * Added a simple web-browser example based on gtkhtml and pycurl.
    See the file 'examples/gtkhtml_demo.py' for details.  The example
    requires a working installation of gnome-python with gtkhtml
    bindings enabled (pass --with-gtkhtml to gnome-python configure).
  * Added new method 'select' on CurlMulti objects.  Example usage
    in 'tests/test_multi5.py'.  This method is just an optimization of
    the combined use of fdset and select.
  * Added support for curl_multi_fdset.  See the file
    'tests/test_multi4.py' for example usage.  Contributed by Conrad
    Steenberg <conrad@hep.caltech.edu>.
  * perform() on multi objects now returns a tuple (result, number
    of handles) like the libcurl interface does.
  * Added the 'sfquery' script which retrieves a SourceForge XML
    export object for a given project.  See the file 'examples/sfquery.py'
    for details and usage.  'sfquery' was contributed by Eric
    S. Raymond <esr@thyrsus.com>.
  * API enhancements: added Curl() and CurlMulti() as aliases for
    init() and multi_init(), and added close() methods as aliases
    for the cleanup() methods. The new names much better match
    the actual intended use of the objects, and they also nicely
    correspond to Python's file object.
  * Also, all constants for Curl.setopt() and Curl.getinfo() are now
    visible from within Curl objects.

  * More see Changes

- All changes are fully backward-compatible. -
2002-10-20 02:53:03 +00:00
shell
3ec7eb4542 Updated to curl-7.10.1
Changes :
- Jeff Lawson fixed a few problems with connection re-use that remained when
  you set CURLOPT_PROXY to "".
- Craig Davison found a terrible flaw and Cris Bailiff helped out in the
  search. Getting HTTP data from servers when the headers are split up in
  multiple reads, could cause junk data to get inserted among the saved
  headers. This only concerns HTTP(S) headers.
- Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER
  is set internally, the error text is sent to the debug function as well.
- Fixed the telnet code to timeout properly as the option tells it to. On
  non-windows platforms.
- John Crow pointed out that libcurl-the-guide wasn't included in the release
  tarball!
- Kevin Roth pointed out that make install didn't do right if build outside
  the source tree (ca-bundle wise).
- FOLLOW_LOCATION bugfix for the multi interface
[trim], more see CHANGES.
2002-10-20 02:19:42 +00:00
dmcmahill
530b76cd11 add dependency on p5-gettext and patch the locale directory path.
This enables changing locale's.

Noted in private email from Eric Jacoboni (jaco at scrogneugneu dot org)
2002-10-19 18:16:40 +00:00
grant
63dabde8c2 backout last change - phoenix is already here. 2002-10-19 17:06:51 +00:00
grant
fd2c938ad2 remove files which relate to the phoenix Linux binary package. 2002-10-19 17:03:13 +00:00
taya
059ef07a38 Add phoenix 2002-10-19 15:43:01 +00:00
taya
cf36ccd06b Initial import of phoenix
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.
2002-10-19 15:38:31 +00:00
taya
af6e249b14 also make 'MASTER_SITE' override 2002-10-19 15:20:35 +00:00
taya
c73713b73e add MOZILLA_BIN to set mozilla binary file name
add BUILD_SVG to build svg
2002-10-19 15:02:22 +00:00
taya
d0ffd25f7c make following items override by definition in Makefile
DISTNAME, HOMEPAGE, mozilla binary name

make SVG optional for phoenix

add --with-pthreads to config option if pthread is available
2002-10-19 15:00:02 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
minoura
5553928ad1 Install shimbun and other support files for semi and mew.
Bump PKGREVISION.
2002-10-19 09:38:18 +00:00
wiz
1452b90187 Downgrade to 2.1pre3.
2.1pre4's links -g has very annoying problems with control modifiers and
X events in general, and the maintainers don't feel the need to fix it.
2002-10-18 23:00:24 +00:00
jlam
c25ee6ba99 Use buildlink2 and java.mk. 2002-10-18 21:54:08 +00:00