Commit graph

7906 commits

Author SHA1 Message Date
Mikhail Teterin
a6de9bdd90 Upgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency --
this port uses whatever www/neon provides. Loosen the neon-dependency --
don't require the exact version of -lneon. Don't extract the expat and
libneon bundled with the cadaver -- to avoid #include-ing a wrong header
accidentally. Patch some warnings.
2004-05-04 21:26:41 +00:00
Pav Lucistnik
b772e5e3b7 Add winhelpcgi, a cgi program that can display winhelp files on the web.
It supports .HLP, .M14, .M13, and .MVP files.

PR:		ports/66229
Submitted by:	Robin Schoonover <end@endif.cjb.net>
2004-05-04 17:49:15 +00:00
Jimmy Olgeni
4b8c2278e6 Remove verbose option from cpio call. 2004-05-04 13:59:39 +00:00
Jimmy Olgeni
cfc057e091 Upgrade to version 1.45 (remove MASTER_SITE_SOURCEFORGE which has
1.41 only).
2004-05-04 13:53:47 +00:00
Makoto Matsushita
ae33577db3 Add a patch to fix warning about character-class string.
Bump PORTREVISION.

Why patch needed?  According ruby 1.8 language definition, even if
the first character-class string is square branket, warn if not
escaped with backslash.  See also ruby/regex.c rev 1.81(*1).  Since
[\]] is properly processed by ruby 1.6, patch this unconditionally.

Adviced about ruby language by: knu, hrs

*1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81
2004-05-04 13:27:57 +00:00
Munechika SUMIKAWA
81a8e79fae rcNG-fy.
Submitted by:	nork
2004-05-04 10:44:05 +00:00
Joe Marcus Clarke
27acaba0b3 Update to 1.2.5. 2004-05-03 22:43:11 +00:00
Pav Lucistnik
63d713cc36 - Update to 1.4.3
PR:		ports/66194
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-05-03 22:18:54 +00:00
Norikatsu Shigemura
16fcc6a46c Whitespace cleanup.
PR:		ports/65409
Submitted by:	trevor
2004-05-03 18:46:09 +00:00
Norikatsu Shigemura
6a2523de1c s/run_rc_commmand/run_rc_command/
Pointed out by:	Dan Langille <dan@langille.org>
Pointy hat to:	nork
2004-05-03 16:27:45 +00:00
Sergey Skvortsov
6233b0b881 Updated to 1.10 2004-05-03 16:00:50 +00:00
Makoto Matsushita
c30ed0f0d0 Update to 1.0.2. 2004-05-03 15:42:01 +00:00
Pav Lucistnik
f8978fbbf8 - Fix dependencies after recent Zope changes
PR:		ports/66195
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-05-03 11:35:55 +00:00
Pav Lucistnik
72c75b25fd - Chase dependency on zope-cmf
PR:		ports/66193
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-05-03 11:31:41 +00:00
Pav Lucistnik
558d7c564e - Chase dependency on zope-cmf
PR:		ports/66192
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-05-03 11:29:49 +00:00
Pav Lucistnik
cdea9893b2 - Chase dependency on www/zope-cmf
PR:		ports/66189
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-05-03 11:26:51 +00:00
Akinori MUSHA
73d21ca329 Update to 20040429++. 2004-05-03 04:35:27 +00:00
Akinori MUSHA
7971a4331d Update to 1.1.0. 2004-05-03 04:32:28 +00:00
Dirk Meyer
8970412bd0 - rcNG-fy
Submitted by:	nork

WARNING installing the package will overwrite your "etc/rc.d/apache.sh"
installing from port is safe

- new option WITHOUT_RC_SUBR
2004-05-03 04:27:23 +00:00
Jeremy Messenger
918e66b039 Change my email to mezz@FreeBSD.org.
Approved by:	adamw (mentor)
2004-05-02 23:36:58 +00:00
Pav Lucistnik
725d95b3b4 Infrastructural synchronization with www/squid and misc fixes:
- fix CONFLICTS glob
- reinstate LATEST_LINK and name it squid24
- correct CFLAGS/LDFLAGS handling
- remove SQUID_SSL, it does no longer compile
- prefer /bin/sh's features over external programs
- reduce the number of variables in pkg-{de,}install
- no longer hardcode the path to nologin(8)
- inform about squid.sh's rcNG-ness when /etc/rc.subr is present
  at installation time
- other miscellaneous fixes
- schedule removal for the 31st October 2004
- bump PORTREVISION

PR:		ports/66142
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2004-05-02 22:38:36 +00:00
Pav Lucistnik
afa49164ca - Add WITHOUT_NLS knob to supress installation of translation files
PR:		ports/66127
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-05-02 22:08:38 +00:00
Clement Laforet
295c3d94ab Add mod_log_mysql 1.0.
mod_log_mysql is a module for the Apache 2 webserver which permits
request logging into a MySQL database.

Key features are:
    * Seamless integration into the standard Apache logging
      configuration.
    * Only one configuration line needed to start logging.
    * Free SQL use.
    * Multiple databases, database users and/or database servers.
    * Connection pooling, only one connection per log target per
      child process.
    * Logs data as it is: e.g. times as SQL DATETIME and n/a items
      as SQL NULL.
    * Won't loose data if the database server is down.

Note: this module requires mod_log_config-st

WWW: http://bitbrook.de/software/mod_log_mysql/
2004-05-02 20:12:55 +00:00
Clement Laforet
9d81acac0d Add mod_log_config-st 1.0.
mod_log_config-st is a patched version of mod_log_config by Sonke
Tesch. It's fully backward-compatible and it adds logic to give
other log writers a more detailed view of the data to be logged.

WWW: http://bitbrook.de/software/mod_log_mysql/
2004-05-02 20:11:21 +00:00
Tilman Keskinoz
6437ff6dd6 Update to 2001.12.14
PR:		64116
Submitted by:	Petr Rehor <Petr.Rehor@i.cz>
Approved by:	Kim Scarborough <sluggo@unknown.nu>
2004-05-02 17:37:47 +00:00
Pav Lucistnik
31a347745d - Update to 8.4
PR:		ports/65719
Submitted by:	Ports Fury
Approved by:	maintainer timeout (14 days)
2004-05-02 14:59:06 +00:00
Pav Lucistnik
6acfd65e93 - Update to 0.9.3.6
PR:		ports/66078
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-05-02 09:54:40 +00:00
Pete Fritchman
245dcfe4c8 - update to 1.4
- add a pkg-message
- install docs, examples, and templates
- update pkg-descr

PR:		65734
Submitted by:	maintainer
2004-05-02 00:03:02 +00:00
Kirill Ponomarev
0a23fefe70 - Add new vendor patches:
+ clarify the meaning of the ERR keyword in digest authentication
  + correct a spelling error in the Turkish ERR_DNS_FAIL error page
    (squid bug #950)
  + fix a problem regarding negatively cached 404 replies with VARY: header
    (squid bug #616)
  + correct a parsing bug which rejected a 'range_offset_limit -1 KB'
    statement in squid.conf (squid bug #968)
- Bump PORTREVISION

PR:		ports/66139
Submitted by:	maintainer
2004-05-01 20:48:47 +00:00
Andrey A. Chernov
69ddacfb77 commmand -> command 2004-05-01 18:44:59 +00:00
Pete Fritchman
f20329dfaf Add a patch to fix a sort bug.
PR:		64888
Submitted by:	maintainer
2004-05-01 03:17:14 +00:00
Norikatsu Shigemura
576de236ac rcNG-fy.
Approved by:	ache
Suggested by:	hrs
2004-04-30 21:44:50 +00:00
Clement Laforet
9e81d14dae - Update to 1.7
It fixes a security vulnerabilty.

http://www.apsis.ch/pound/pound_list/archive/2003/2003-12/1070234315000

PR:                 65132
Submitted by:       ryan <ports@c0decafe.net>
Reviewed by:        me
Update approved by: anders (maintainer)
2004-04-30 21:29:04 +00:00
Volker Stolz
8fc67d6e16 Silence warnings about gnu/regex.h on -CURRENT.
Get rid of a bunch of patch-files which can be easily replaced by a
REINPLACE_CMD invocation.

PR:             ports/65975
Suggested by:   Andrey Slusar
Approved by:    linimon (mentor)
2004-04-30 13:54:03 +00:00
Clement Laforet
8d0d5fdc7a - Fix LATEST_LINK conflict
- Grab back maintainership
2004-04-30 12:53:50 +00:00
Pav Lucistnik
77bfe6841b - Unbreak: don't try to generate pkg-plist, we're using static one 2004-04-30 12:28:11 +00:00
Pav Lucistnik
fff30b4be2 - Update to 1.4.1
PR:		ports/66075
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-04-30 12:08:47 +00:00
Pav Lucistnik
c929aa5e40 - Update to 0.29.0
PR:		ports/65927
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-04-30 11:57:05 +00:00
Mark Linimon
0c47b09ea3 Update to 1.6.2
PR:		ports/65932
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-04-30 08:35:50 +00:00
Joe Marcus Clarke
9e73cefe0c Update to 1.7 RC 1. The list of feature in this release can be found at:
http://www.mozilla.org/releases/mozilla1.7rc1/README.html
2004-04-29 19:23:34 +00:00
Thierry Thomas
9bfbfd3635 Upgrade to 1.2.1. 2004-04-29 19:21:16 +00:00
Kris Kennaway
fbebe6b7a2 Convert last 3 explicit dependencies on graphics/xpm to USE_XPM=YES 2004-04-29 10:09:08 +00:00
FUJISHIMA Satsuki
4dfb02693a update to Beta 1 (20040422).
PR:		65893
Submitted by:	maintainer
2004-04-29 07:36:23 +00:00
Joe Marcus Clarke
f3748d3d22 Update to 1.2.4. 2004-04-29 06:57:20 +00:00
Joe Marcus Clarke
cb725bfafa When the Nautilus view is not enabled, the NautilusView server file is
no longer installed.

Reported by:	olgeni
2004-04-29 02:46:49 +00:00
Joe Marcus Clarke
dc31173ffe Update to 2.60.
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2004-04-29 02:18:04 +00:00
Alex Dupre
675bdc2e3f Update to 1.15.0 release. 2004-04-28 22:28:02 +00:00
Alex Dupre
91496ce07c Update to 5.0.0RC2 release (stop packaging customized snapshots,
since now php5 seems pretty stable):
- Build iconv extension by default
- Remove obsolate MIME and YAZ extensions
2004-04-28 22:23:19 +00:00
Kirill Ponomarev
8f8d2bdf2a - Fix plist
- Bump PORTREVISION
- Clean up pkg-deinstall:
  + remove an unnecessary variable
  + replace rmdir -p with two distinct rmdir calls since we
    do not want to delete $PKG_PREFIX too if it happens to be empty

PR:		ports/65918
Submitted by:	maintainer
2004-04-28 19:49:18 +00:00
Clement Laforet
673b269d01 - Fix build on 4.x
Approved by:	maintainer, portmgr (marcus)
2004-04-21 20:39:23 +00:00