Commit graph

16 commits

Author SHA1 Message Date
wiz
0c2e68db44 Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
c5b31562e6 convert to use buildlink3. 2004-05-08 15:19:18 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
653f2bbc73 don't call install -d with multiple args.
remove unnecessary trailing slashes.
2003-05-31 18:37:57 +00:00
grant
186b57d77a no need to specify *.c anymore. 2003-02-17 21:01:07 +00:00
grant
a81795dd98 use apache/module.mk. 2003-02-17 17:52:02 +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
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
tv
850de1d1fd Add mod_gzip 1.3.19.1a, an on-the-fly "Content-Encoding: gzip" compression
handler (useful for reducing the bandwidth expended in transferring large
plaintext or HTML files).  From DESCR:

**

mod_gzip uses the well established and publicly available IETF
Content-Encoding standards in conjunction with publicy available GZIP
compression libraries such as ZLIB to deliver dynamically compressed
content 'on the fly' to any browser or user-agent that is capable of
receiving it. It is a software based solution that runs perfectly in
conjunction with any Apache Web Server on both UNIX and Win32 platforms.

No additional client side software is required to use this product.

mod_gzip does not require ANY software to be installed on the client
side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind.
All you need is your current HTTP 1.1 compliant browser. All modern
browsers released since early 1999 are already capable of receiving
compressed Internet content via standard IETF Content Encoding if they
are HTTP 1.1 compliant.
2002-04-01 17:44:43 +00:00