1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

11961 Commits

Author SHA1 Message Date
Erwin Lansing
5fb297749a Update to 5.805
Patch used from 92460, which also does some cleaning of pkg-plist.

PR:		92310, 92460
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>, tobez
Approved by:	maintainer timeout (2 weeks)
2006-02-08 12:45:33 +00:00
Vasil Dimov
cbb2d2887c Remove expired port
Approved by:	garga (mentor)
2006-02-08 11:14:51 +00:00
Erwin Lansing
bde84426e8 Update to 1.04
PR:		93030
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-08 10:17:24 +00:00
Anton Berezin
234c59216c Update to 2.04.
PR:		92263
Approved by:	maintainer timeout (2 weeks)
2006-02-08 07:51:45 +00:00
Brooks Davis
3f20f871d6 Add www/mod_pubcookie:
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.

This port contains the apache module portion of the Pubcookie system.
2006-02-08 03:06:22 +00:00
Brooks Davis
0ffb6a38d8 Add www/pubcookie-login-server:
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.

This port contains the login service portion of the Pubcookie system.
2006-02-08 03:00:05 +00:00
Joe Marcus Clarke
5c482f5a52 Update to 3.20.
PR:		92921 (I did not use the patch in the PR)
2006-02-07 21:41:16 +00:00
Pav Lucistnik
f4bf8ece8b - Update to 0.81b
PR:		ports/92970
Submitted by:	HAYASHI Yasushi <yasi@yasi.to> (maintainer)
2006-02-07 20:54:07 +00:00
Pav Lucistnik
2ff45b660a - Update to 0.13
PR:		ports/92937
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2006-02-07 20:48:33 +00:00
Pav Lucistnik
c4144b0a7a - Update to 1.11.1
PR:		ports/92934
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2006-02-07 20:47:13 +00:00
Pav Lucistnik
76b5099daa - Update to 1.5
PR:		ports/92936
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2006-02-07 20:46:21 +00:00
Pav Lucistnik
45e7405378 - Update to 1.3.5
PR:		ports/92933
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2006-02-07 20:44:58 +00:00
Dirk Meyer
1bd5b41acb - preserve symbolic links if modified
Suggested by:	Panagiotis Christias
2006-02-07 20:01:21 +00:00
Sergey Matveychuk
2d249e8ce0 - Remove USE_REINPLACE from my ports 2006-02-07 17:56:16 +00:00
Vasil Dimov
cebee858d6 * Fix build by adding missing dependency to gettext and make that
conditional by WITHOUT_NLS being set or not
* Fix path in EXTRACT_AFTER_ARGS
* Bump PORTREVISION because internationalization can now be turned on and off

PR:		ports/91756, ports/91962
Submitted by:	rushani, Josh Paetzel <josh@tcbug.org> (maintainer)
Approved by:	garga (mentor), Josh Paetzel <josh@tcbug.org> (maintainer)
2006-02-07 17:14:35 +00:00
Sam Lawrance
314fa7a3d9 Since the procname of tomcat processes may vary due to javavmwrapper,
subvert the 'check_pid_file' procname check by setting it from the output
of 'ps'.

Remove the previous attempt at handling this problem, which was to put
a wildcard in procname.  I'll wear my pointy hat for that bogus hack.

Reported by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
2006-02-07 13:41:00 +00:00
Anton Berezin
763d74dde1 Update to 4.04.
PR:		92067
Approved by:	maintainer timeout (2 weeks)
2006-02-07 09:12:48 +00:00
Sam Lawrance
a0156c5c5b Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:

- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script.  Fix PID handling.  Improve the
  shutdown process.  Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports.  This allows
  us to pass command line arguments to the JVM.  Noted in UPDATING.
  [1], [3], [4]
- Change ownership of installed files.  All files are now installed
  with default uid/gid (root:wheel) except for those in the conf/, logs/,
  temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary.  rc scripts are more flexible
  and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in.  Add them to
  SUB_FILES.  Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.

PR:		ports/38018 [1], ports/38020 [2], ports/74344 [3],
		ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
		SimpleRezo Team <freebsd@simplerezo.com> [3],
		Anton Yudin <toha@toha.org.ua> [4],
		Jan Grant <jan.grant@bristol.ac.uk> [5],
		lawrance [6]
Approved by:	Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
		Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to:	hq for the initial tomcat55 script
		jasonb on FreeNode #tomcat for packaging advice
2006-02-07 08:50:09 +00:00
Cheng-Lung Sung
5df38dbf09 - update to 1.0.3 2006-02-07 08:13:07 +00:00
Andrey A. Chernov
69d5a227f2 Add @dirrmtry www/data 2006-02-07 06:04:10 +00:00
Cheng-Lung Sung
5c9f61382e - Update to 1.5.2.2
- Authors of gallery  strongly recommend  to upgrade to 1.5.2-pl2

PR:		92938
Submitted by:	clsung
Approved by:	maintainer
2006-02-07 05:54:29 +00:00
Erwin Lansing
f81a821781 - dirrmtry www/cgi-bin
- Bump PORTREVISION

PR:		92919
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
Reported by:	kris
2006-02-06 22:19:53 +00:00
Joe Marcus Clarke
f0ba9e72bf Attempt to fix the build on sparc64. 2006-02-06 20:54:36 +00:00
Jean-Yves Lefort
382f3580d4 Add rssowl.
RSSOwl is a free, opensource RSS / RDF / Atom Newsreader.
Some special features are:

  - Export News to PDF, HTML, RTF, OPML
  - Import Favorites from OPML
  - Full text-search with syntax-highlight of the results
  - Powerful Newsfeed search-engine
  - View news in internal browser
  - Manage favorites in categories (Drag and Drop support)
  - Runs on Windows, Linux, Solaris and Mac

For a complete list of features, see: http://www.rssowl.org/overview

WWW: http://www.rssowl.org/

PR:		ports/92708
Submitted by:	Matthias Sund <m.sund@arcor.de>
2006-02-06 16:14:11 +00:00
Renato Botelho
ec123a3468 Add pecl-pecl_http 0.22.0, a PHP extension which provides extended HTTP
request/response handling.

PR:		ports/92827
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-02-06 15:34:44 +00:00
Marcus Alves Grando
7954fc7767 - Check config when restart rc.d script [1]
- Remove BEFORE line and FreeBSD in KEYWORD

PR:		92108 [1]
Submitted by:	Lapo Luchini <lapo@lapo.it> [1]
Approved by:	maintainer timeout, 16 days
2006-02-06 12:19:17 +00:00
Volker Stolz
0913d68d17 Remove broken and expired ports japanese/gn-gnspool, www/adzap2squirm 2006-02-06 09:01:03 +00:00
Anton Berezin
ede8fbfc48 Update to 1.18. 2006-02-06 08:06:58 +00:00
Joe Marcus Clarke
e5154e7519 Update to 1.8.4.1. 2006-02-05 20:44:28 +00:00
Tom McLaughlin
c90632a199 - Remove patch-gtkmozembed_gecko-sharp.dll.config.in now that the ports
for the libraries refferenced use ltverhack

Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-05 02:34:37 +00:00
Tom McLaughlin
a6ccaf6504 - Remove patch-gtkmozembed::gecko-sharp.dll.config now that the ports
for the libraries refferenced use ltverhack

Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-05 02:31:18 +00:00
Renato Botelho
3c966b43e6 * upgrade to 2.0.1
* fix 144 bugs (http://trac.wordpress.org/milestone/2.0.1)

PR:		ports/92758
Submitted by:	maintainer
2006-02-04 13:22:51 +00:00
Sergey Matveychuk
e8de9cc8fd Implemented custom log format patch, providing similar functionality
to that of Apache LogFormat and CustomLog configuration directives.
This also allows for output in multiple formats to different log files.

See http://devel.squid-cache.org/customlog/ for more information.

PR:		ports/92522
Submitted by:	Matthew Will <mwill@spingen.com>
Approved by:	maintainer
2006-02-04 11:45:40 +00:00
Erwin Lansing
9c95a69875 Update to 1.43
PR:		92797
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-04 11:43:39 +00:00
Kris Kennaway
63093aea62 Add missing dependencies needed for :configure target 2006-02-03 20:29:59 +00:00
Sergey A. Osokin
814a7ae700 Update to 0.3.26. 2006-02-03 13:09:42 +00:00
Michael Johnson
f8cc7f4104 Add linux-seamonkey 1.0, the open source, standards compliant web
browser.

PR:		ports/92676
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-02-02 17:41:52 +00:00
Michael Johnson
3e21d24eb2 - Remove forgotten patch 2006-02-02 13:54:04 +00:00
Simon Barner
ef8b205c12 - Change maintainer's email address
Submitted by:	Kang Liu <liukang@bjut.edu.cn> (maintainer)
PR:		ports/92735
2006-02-02 13:27:34 +00:00
Simon Barner
1220c8359a - Remove configuration files if they are not modified, otherwise print a
warning that there are left over files (fixes plist errors).
- Unconditionally enable UTF8 support

Submitted by:	infofarmer@gmail.com (maintainer)
PR:		ports/92546
2006-02-02 13:22:52 +00:00
Michael Johnson
003f037e94 - Update to 1.5.0.1 2006-02-02 13:16:54 +00:00
Erwin Lansing
fb5d465e11 Update to 0.06
PR:		92728
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-02 11:38:30 +00:00
Sergey A. Osokin
3307dd89c0 Update to latest release 0.3.25. 2006-02-02 09:29:17 +00:00
Alex Dupre
e6895f029c Add support for PHP 5.1.
Unfortunately the encoder doesn't work with PHP 5 and eaccelerator
developers are not very interested in the encoding feature.
2006-02-02 09:06:14 +00:00
Edwin Groothuis
d8be7e9693 SHA256ify[1]
Note that the SIZE in www/p5-AxKit wasn't correct, but that the md5
checksum was.

Approved by:	krion@[1]
2006-02-01 22:12:21 +00:00
Joe Marcus Clarke
97ae34d3d9 Firefox may hang for some users for a few seconds at a time eating up all
of the CPU.  This is triggered by a bug in Gecko/GTK+ interaction.  This
patch corrects the problem.  See
https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details.

PR:		92467
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=305970
2006-02-01 17:55:04 +00:00
Simon Barner
2520f7821e - Spell USE_APACHE correctly, and thereby fix dependencies
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
                (maintainer)
PR:		ports/92562
2006-02-01 12:18:28 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Lars Thegler
42cde963dc Update to 0.684 2006-02-01 08:29:46 +00:00
Edwin Groothuis
b678c9f04f SHA256ify
Approved by: krion@
2006-02-01 02:10:45 +00:00
Michael Johnson
32943ea05a - Remove note about being "bleeding edge" and using www/mozilla 2006-01-31 21:36:10 +00:00
Michael Johnson
027967fdae - Update to 1.0
Release notes:	http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0/
2006-01-31 21:28:58 +00:00
Tim Bishop
c81e0aecca - Update to 1.33
PR:		92625
Submitted by:	Sergey Lyubka <valenok@gmail.com> (maintainer)
2006-01-31 21:24:55 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Cheng-Lung Sung
fdf6c5ad07 - Update to 2.0.19
(includes several security related fixes)

PR:		92348
Submitted by:	Ralf van der Enden <tremere AT cainites dot net>
Approved by:	maintainer (via delphij)
2006-01-30 17:03:21 +00:00
MANTANI Nobutaka
655463407e Fix build error with WITHOUT_SSL.
Reported by:	kris
2006-01-30 16:25:29 +00:00
Jun Kuriyama
4537b6d6cd - Upgrade to 2.8. 2006-01-30 14:47:01 +00:00
Anton Berezin
e8ced9dab0 Update to 2.486. 2006-01-30 07:27:26 +00:00
Marcus Alves Grando
c1ba4a5909 Update to 6.5
PR:		91888
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	maintainer
2006-01-30 00:34:32 +00:00
Michael Johnson
9c44b2183a - Reset MAINTAINER 2006-01-29 20:17:42 +00:00
Pav Lucistnik
080ae8cad9 - Install script bug fix
PR:		ports/92449
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2006-01-29 15:41:10 +00:00
Marcus Alves Grando
850cf515b3 Update to 2.0.13
Take maintainer
UnBROKEN

PR:		92496
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-01-29 14:23:52 +00:00
Pav Lucistnik
48f601df41 - Update to 1.7.3
PR:		ports/92442
Submitted by:	Loren M. Lang <lorenl@alzatex.com> (maintainer)
2006-01-29 12:20:56 +00:00
Pav Lucistnik
0eeaff6c46 - Update to 1.23
PR:		ports/92487
Submitted by:	HAYASHI Yasushi <yasi@yasi.to> (maintainer)
2006-01-29 12:08:10 +00:00
Pav Lucistnik
33520229f3 - Add OPTIONonal support for fcgi and memcache-client
PR:		ports/92358
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2006-01-29 12:01:19 +00:00
Kris Kennaway
b9217fc595 Add missing directory 2006-01-28 21:41:39 +00:00
Marcus Alves Grando
20a85e1441 Update to 2.6.12
PR:		92452
Submitted by:	Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
2006-01-28 20:45:10 +00:00
Pav Lucistnik
679feb98cf - Mark BROKEN: leaves files behind 2006-01-28 20:43:36 +00:00
Kris Kennaway
fc1cce3fe7 BROKENL Incomplete pkg-plist 2006-01-28 20:22:16 +00:00
Pav Lucistnik
7f57880770 - Now installs into /usr/local/www instead of /usr/local/www/{data,cgi-bin}
- Data flatfiles are now cautiously left behind whether they have changed or not
- Beta UTF-8 support
- Use external Perl modules instead of the bundled ones
- Tighter security through more carefully set file permissions

PR:		ports/92316
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
2006-01-28 16:59:32 +00:00
Tim Bishop
eda176c8ba - Update to 2.2.0.b
PR:		92448
Submitted by:	nivit@email.it (maintainer)
2006-01-28 13:14:45 +00:00
Tim Bishop
8d12a6498e - Update to 1.0.7
PR:		92406
Submitted by:	Piet Delport <pjd@satori.za.net>
Approved by:	maintainer
2006-01-28 13:00:48 +00:00
Pav Lucistnik
7c2c2661e4 - Add Zope 2.9.0 after repocopy
PR:		ports/91824
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
Repocopy by:	marcus
2006-01-28 10:07:29 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Marcus Alves Grando
608ce990aa Update dependencies to moved port
Bump PORTREVISION
2006-01-27 21:17:06 +00:00
Alex Dupre
963cfdc202 Update to 1.9.2 release.
PR:		ports/92168
Submitted by:	Gary Palmer <freebsd-bugs@in-addr.com>
2006-01-27 13:15:05 +00:00
Lars Thegler
ed3fd4dcbe Add p5-Template-Plugin-Subst 0.02, TT plugin for s/// functionality in
templates.
2006-01-27 12:24:59 +00:00
Lars Thegler
1ea78b522d Add p5-Template-Plugin-Clickable-Email 0.01, TT plugin to make email
addresses into HTML links.
2006-01-27 11:58:35 +00:00
Lars Thegler
350c048f9b Add p5-Template-Plugin-Clickable 0.05, TT plugin to make URLs clickable
in HTML.
2006-01-27 11:37:12 +00:00
Andrey Slusar
3202fb6572 This patch changes the opera wrapper script so that /usr/local/lib/compat
is added to LD_LIBRARY_PATH, to allow for the case where compatxx is
installed but compatxx_enable is not set in /etc/rc.conf (required to add
the directory to ldconfig with the new compat ports).

This allows Opera to run from a clean install on FreeBSD 5.x or 6.x again,
without needing changes to /etc/rc.conf.

Update pkg-message.

PR:		ports/92226
Submitted by:	maintainer
2006-01-27 11:07:08 +00:00
Lars Thegler
c86fc0a5a7 Add p5-Template-Plugin-Number-Format 1.01, plugin/filter interface to
Number::Format.
2006-01-26 22:01:02 +00:00
Erwin Lansing
93200ed4ed Update to 1.0RC3
Nodded at by:	Kenneth Vestergaard Schmidt <kvs@pil.dk> (maintainer)
2006-01-26 19:19:38 +00:00
Lars Thegler
04e4628f16 Update to 0.683 2006-01-26 19:14:14 +00:00
Erwin Lansing
e45c39c4d4 Update to 0.6 2006-01-26 15:35:18 +00:00
Pav Lucistnik
34d5d24300 - Update to 4.5.6
PR:		ports/92276
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2006-01-26 09:29:07 +00:00
Pav Lucistnik
e6ee3c0e47 - Update to 1.3.5
PR:		ports/92311
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2006-01-26 09:18:33 +00:00
Kris Kennaway
0b48a6770e Correct @commenting when WITHOUT_NLS is set, to avoid a broken plist 2006-01-26 04:42:19 +00:00
Kris Kennaway
91c12a4ef3 Quench pkg_delete warning 2006-01-26 04:39:20 +00:00
Kris Kennaway
7689c4a0e5 Add missing USE_GETTEXT 2006-01-26 04:29:21 +00:00
Kris Kennaway
172245e773 Add missing USE_GETTEXT 2006-01-26 04:06:59 +00:00
Erwin Lansing
a9ab828eea Update to 0.02
PR:		92309
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-25 15:20:20 +00:00
Roman Bogorodskiy
4b9bfcc607 - squid-like-www-en.tgz has been updated (checksum changed, the change is
not harmful)
- Add an additional site to MASTER_SITES
- Minor cleanups

PR:		92180
Submitted by:	Elisey Savateev (maintainer)
2006-01-25 06:13:29 +00:00
Lars Thegler
5a12e99358 Update to 0.17 2006-01-24 20:44:52 +00:00
Max Khon
7f3c04b115 Fix WITH_SMB for mozilla and firefox.
Approved by:	mezz (gnome@)
2006-01-24 18:39:12 +00:00
Dirk Meyer
858ea90f38 - new option WITHOUT_PTHREADS 2006-01-24 14:40:42 +00:00
Erwin Lansing
39607a5e1e Update to 0.22
PR:		92256
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-24 13:06:03 +00:00
Dmitry Sivachenko
78ca7d964a Fix build on FreeBSD 4.x.
PR:		92242
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-01-24 10:53:39 +00:00
Vasil Dimov
49209b630d Force www/p5-Apache-DBI to work with www/apache22
PR:		ports/91526
Submitted by:	Paul Dlug <paul@aps.org>
Approved by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer), garga (mentor)
2006-01-24 09:40:50 +00:00
Pav Lucistnik
ee50ff9257 - With USE_RC_SUBR, there's no need to install scripts by hand
PR:		ports/92251
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-01-24 08:50:48 +00:00
Pav Lucistnik
602b204a6b - Fix dependency on py-dateutil
PR:		ports/92236
Submitted by:	Khairil Yusof <khairil.yusof@gmail.com> (maintainer)
2006-01-24 08:45:34 +00:00
Cheng-Lung Sung
7b0c9cf67a - Update www/p5-Handel from version 0.31 to 0.32
PR:		92227
Submitted by:	hideo (maintainer)
2006-01-24 08:04:12 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Pav Lucistnik
83dc61301a - Update to 3.2.0
- Rename to www/zope3

PR:		ports/91818
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-01-23 21:11:17 +00:00
Pav Lucistnik
120d63cacb - Drop maintainership. ENOTIME for ports, so let someone else take better care
of them.

Submitted by:	Brad Davis <so14k@so14k.com>
2006-01-23 20:27:33 +00:00
Pav Lucistnik
999529fb92 Calendaring is a product for Plone
Calendaring imports events from an iCalendar (.ics) file and creates Plone
event objects. You can also publish the calendar directly to a Plone site using
iCal or Mozilla Calendar.

http://plone.org/products/calendaring

PR:		ports/92179
Submitted by:	Khairil Yusof <khairil.yusof@gmail.com>
2006-01-23 18:08:42 +00:00
Erwin Lansing
7a6b36be30 Update to 0.9.3
PR:		92208
Submitted by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2006-01-23 17:44:26 +00:00
Erwin Lansing
06e97fae12 Update to 0.10.2
PR:		92207
Submitted by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2006-01-23 17:10:32 +00:00
Clement Laforet
a1241eaf2d - add -v to kldload to prevent loading accf_http module if it's statically
built into kernel

Reported by:	many
2006-01-23 11:37:04 +00:00
Dmitry Sivachenko
b54efa95ef Update to 2.1.p20 2006-01-23 08:34:42 +00:00
Mark Linimon
f6159fbf7a Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target.  Its usage must preceed generate-plist.

This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.

Hat:		portmgr
Pointy hat:	edwin`
2006-01-23 07:04:10 +00:00
Tilman Keskinoz
fe528cf9ec Update to 1.4.14
Update maintainers Email address

PR:		92153
Submitted by:	Gerrit Beine <tux@pinguru.net>
2006-01-22 17:39:43 +00:00
Tilman Keskinoz
0a3c054fff Update to 1.5.6
Update maintainers email address

PR:		92152
Submitted by:	Gerrit Beine
2006-01-22 16:50:10 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Edwin Groothuis
0eac08c2c8 Implement @dirrmtry for my ports. 2006-01-21 22:00:03 +00:00
Pav Lucistnik
2fa3f60be3 - Populate newly created rubygems category 2006-01-21 20:25:07 +00:00
Marcus Alves Grando
46e306b181 Update to 1.4.9 [1]
Remove obsolete MASTER_SITES [1]
Update lighttpd.conf.sample [1]
Fix REQUIRE in rc.d script [2]
Reorganize Makefile and rc.d script [2]

PR:		92078 [1], 92069 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1], mnag [2]
Approved by:	maintainer
2006-01-21 18:11:54 +00:00
Andrey A. Chernov
4d93dc3c5e Upgrade to 2.7 2006-01-21 13:41:01 +00:00
Andrey A. Chernov
8b575d095d website moved 2006-01-21 13:17:03 +00:00
Eric Anholt
fc7e94fafc Unbreak build by adding a newly-missing include directory. 2006-01-21 07:24:13 +00:00
Tilman Keskinoz
0746b138a3 Update to 1.5.2
PR:		92046
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2006-01-20 22:22:36 +00:00
Mark Linimon
4c365359e5 Remove dead mastersites. 2006-01-20 00:53:59 +00:00
Kris Kennaway
a55a2cadba BROKEN on 7.0: Does not compile 2006-01-20 00:14:56 +00:00
Kris Kennaway
e3df59997f BROKEN: Does not compile 2006-01-19 23:41:08 +00:00
Pav Lucistnik
1281c8b7c0 - Update to 0.4.30
PR:		ports/92013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-01-19 19:07:20 +00:00
Pav Lucistnik
fbf3f0be4a - Don't remove mtree created symlinks
Approved by:	maintainer timeout (14 days)
2006-01-19 18:49:28 +00:00
Renato Botelho
8a5a836ec9 - Update to 1.03
PR:		ports/91947
Submitted by:	maintainer
2006-01-19 14:40:02 +00:00
Renato Botelho
ae8e8a9d11 - Update to 1.1
PR:		ports/91948
Submitted by:	maintainer
2006-01-19 14:40:00 +00:00
Renato Botelho
cabcc40436 - Update to 1.06
PR:		ports/91946
Submitted by:	maintainer
2006-01-19 14:39:58 +00:00
Renato Botelho
48a7340196 - Update to 5.62
PR:		ports/91949
Submitted by:	maintainer
2006-01-19 14:39:56 +00:00
Andrey Slusar
352c1d0663 Update to 0.31
PR:		ports/91986
Submitted by:	Zach Thompson (maintainer)
2006-01-19 10:59:24 +00:00
Pav Lucistnik
62658da863 - Update to 1.0
PR:		ports/91855
Submitted by:	Devon H. O'Dell <dodell@iXsystems.com> (maintainer)
2006-01-18 21:55:43 +00:00
Pav Lucistnik
389b4893cc - Remove unneeded dependency on archetypes
- Drop maintainership

PR:		ports/91925
Submitted by:	Dario Freni <saturnero@gufi.org> (maintainer)
2006-01-18 19:38:19 +00:00
Joe Marcus Clarke
f5ebd6618c Workaround a lockup that only affects BSD systems.
PR:		91952
Obtained from:	mplayerplug-in CVS
2006-01-18 14:45:55 +00:00
Sergey Skvortsov
7d7573d522 Update to 0.73
Changes:	http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.73/CHANGES
2006-01-18 13:31:05 +00:00
Pav Lucistnik
92c4289994 - Update plist for ruby 1.8.4 rdoc
Reported by:	krismail
2006-01-18 06:52:25 +00:00
Thierry Thomas
9997ada1e5 Replace WANT_PHP_MOD by WANT_PHP_WEB.
PR:		91897
Submitted by:	Gustavo Picón <gpicon (at) aureal.com.pe>
2006-01-17 20:57:57 +00:00
Tim Bishop
3bf1dd1a1e - Update to 1.3
- Add SHA256 checksum

PR:		91891
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
Approved by:	maintainer
2006-01-17 10:15:27 +00:00
Clement Laforet
4b2f11fc9c - Finish cleanups and fix build with threads enables. 2006-01-17 09:40:53 +00:00
Anton Berezin
89567c1833 Update to 2.485. Assign maintainer to perl@. 2006-01-17 09:11:48 +00:00
Brooks Davis
7108c2b929 Add a pcre and gd dependancy. Take maintainership since the current
maintainer is moving on to something else and I'm working on this right
now.

Approved by:	<wxs at csh dot rit dot edu> (maintainer)
2006-01-17 01:51:56 +00:00
Edwin Groothuis
7fc1b6d2bb Add dependency on archivers/pear-File_Archive as suggested.
Serendipity has a plugin that conveniently backups the
	entire site.

	This plugin requires the pear-File_Archive port in
	ports/archivers.

	Being that this is not part of the ported package but an
	add on you may not want to place the pear-File_Archive on
	the dependency list.

Submitted by:	"Gerard J. Cerchio" <gjpc@OB1Net.net>
2006-01-17 00:23:06 +00:00
Edwin Groothuis
2218884b8a Update maintainer email address 2006-01-16 22:09:59 +00:00
Pav Lucistnik
4592c30d0d - Update to 2.4.1
PR:		ports/91836
Submitted by:	Ondra Koutek <koutek@o-k.cz> (maintainer)
2006-01-16 21:13:48 +00:00
Erwin Lansing
efbe99ac9d Update to 1.41
PR:		91867
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-16 13:11:56 +00:00
Erwin Lansing
15eaff4984 Fix typo in MASTER_SITES
PR:		91868
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2006-01-16 13:04:04 +00:00
Clement Laforet
b6dc6589df - Remove duplicated mor_dir entries
- Always build (mod_)apache_ssl statically.
- Fix MAN8 logic [1]

Reported by:	pointyhat via kris [1]
2006-01-16 10:13:26 +00:00
Clement Laforet
e21e38437c - remove print-closest-mirror target from apache20 Makefile
Noticed by:	erwin, pav,  KOMATSU Shinichiro <koma2@lovepeers.org> [1]
PR:		ports/91849 [1]
Pointy hat to:	clement
2006-01-16 08:22:21 +00:00
Cheng-Lung Sung
452bd31b43 - Add missing dependency. (textproc/XML-RSS-LibXML in ports/91819)
- Bump PORTREVISION.

PR:		91820
Submitted by:	Gea-Suan Lin <gslin AT gslin dot org>
2006-01-16 02:44:50 +00:00
Pav Lucistnik
3b589924d6 - Update plist after ruby 1.8.4 (rdoc changes)
Reported by:	krismail
2006-01-16 02:36:04 +00:00
Pav Lucistnik
a5f8240a60 - Fix plist
Reported by:	krismail
2006-01-16 00:21:19 +00:00
Clement Laforet
c5d4c969c8 Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...

Submitted/spotted by:   many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
                        ume[2]
PR:                     ports/91813 [1]
2006-01-15 18:58:38 +00:00
Pav Lucistnik
5edec96f03 Siteframe is a content management system for online communities. It allows
users to create blogs (folders) and pages, and upload rich content such as
photos and audio files (podcasts). It has features for user email validation,
automatic image sizing, and facilities for extending the core data and feature
set.

PR:		ports/91771
Submitted by:	Glen Campbell <glen@broadpool.com>
2006-01-15 17:42:54 +00:00
Erwin Lansing
900e5e6a13 Update to 1.50
PR:		91674
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-15 17:29:08 +00:00
Pav Lucistnik
5f39d369bc iWebCal displays iCal calendars and other vCalendars on the Web. There's no
need for .Mac: With iWebCal you can share calendars with anyone.

PR:		ports/91795
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-01-15 16:09:52 +00:00
Sergey Matveychuk
7f1969a357 Integrate two vendor patches being published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:

- Fix wbinfo_group.pl to correctly work with the wbinfo command
  from samba-3.0.21 (squid bug #1472)

- Fix a crash when accessing async IO function counters via the
  cachemgr CGI in cases where squid was compiled for aufs support
  but not actually using it (squid bug #1464)

While at it, remove an unneeded patch from the ICAP core patchset.

PR:		ports/91831
Submitted by:	maintainer
2006-01-15 15:44:36 +00:00
Andrey Slusar
72b3c9ae3e Add p5-Handel 0.30, simple commerce framework with AxKit/TT/Catalyst
support.

PR:		ports/91078
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-01-15 14:48:51 +00:00
Clement Laforet
09606c5f79 - Moving Makefile.modules before b.p.pre.mk leads to weird results.
First problem spotted by:	leafy <leafy@leafy.idv.tw>
2006-01-15 08:56:50 +00:00
Pav Lucistnik
ccd0fb2566 - No latest link, to prevent clash with www/phpwiki13
Reported by:	kris
2006-01-15 08:36:11 +00:00
Pav Lucistnik
d2592ef56a - Update to 1.4.13
PR:		ports/91618
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
Approved by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2006-01-15 02:43:10 +00:00
Pav Lucistnik
6aadeded93 - Update to 1.5.5
PR:		ports/91617
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
Approved by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2006-01-15 02:40:34 +00:00
Kris Kennaway
b5cbe1f298 Update to adzap 20060115
PR:		ports/91810
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-01-15 02:33:13 +00:00
Pav Lucistnik
477392fd70 TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).

The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.

TurboGears is easy to use for a wide range of web applications.

Author:	Kevin Dangoor et alii
WWW:	http://www.turbogears.org/

PR:		ports/91691
Submitted by:	Nicola Vitale <nivit@email.it>
2006-01-15 02:32:42 +00:00
Clement Laforet
ac3d98838e - ohoh fix apache22.sh
Reported by:	Adam McLaurin <adam.mclaurin@fastmail.fm>,
		Dominique Goncalves <dominique.goncalves@gmail.com>
2006-01-15 01:11:11 +00:00
Pav Lucistnik
04039c57b0 - Update to 0.16.7
PR:		ports/91798
Submitted by:	Boris B. Samorodov <bsam@ipt.ru> (maintainer)
2006-01-14 23:28:46 +00:00
Tom McLaughlin
a8864ff106 - Fix pkg-plist after Mono 1.1.12.1 update
- Convert to USE_GECKO [1]

Submitted by:	mezz [1]
2006-01-14 21:54:22 +00:00
Pav Lucistnik
cafeb27148 - Switch to acroread7
- Fix dependency on plugger

PR:		ports/91717
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2006-01-14 17:16:48 +00:00
Pav Lucistnik
90d63e44c2 - Fix rc script
PR:		ports/91788
Submitted by:	Frank Behrens <frank@pinky.sax.de> (maintainer)
2006-01-14 16:49:31 +00:00
Clement Laforet
d782b5c3b7 - SECURITY: CVE-2005-3357 (cve.mitre.org)
mod_ssl: Fix a possible crash during access control checks if a
   non-SSL request is processed for an SSL vhost (such as the
   "HTTP request received on SSL port" error message when an 400
   ErrorDocument is configured, or if using "SSLEngine optional").
   [1]
- reintroduce support of multiple instances of apache in startup
  script [2]
- Add configtest command to apache22.sh [2]
- rewrite detection of accf_http filter to make it works on all
  supported branches.
- fix rcorder [3]
- fix startup at boot time when profiles are used [4]

Spotted by:     simon [1], flz[3]
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> [2],
                Joe Horn <joehorn@mi.chu.edu.tw> [4]
PR:             ports/91154 [2], ports/90708 [4]
2006-01-14 16:03:43 +00:00
Clement Laforet
18bf135afb - Update to 1.3.34+1.37
- Use new apache framework.
2006-01-14 13:59:20 +00:00
Pav Lucistnik
546d632ac2 - Disappeared from the internet; detonate in two months
- Style
2006-01-14 13:57:10 +00:00
Clement Laforet
7b8f2851be - Fix some suexec CONFIGURE_ARGS for 1.3.x
- add show-categories and show-modules targets, for server ports.
  Remove these targets from www/apache22/Makefile
2006-01-14 13:42:56 +00:00
Pav Lucistnik
01bb1e46d7 - Unbreak 2006-01-14 13:42:26 +00:00
Kris Kennaway
ab9a9a12ab BROKEN: Does not compile 2006-01-14 09:41:30 +00:00
Pav Lucistnik
a70bef794c - Update to 1.4
PR:		ports/91758
Submitted by:	ceri (maintainer)
2006-01-13 22:06:43 +00:00
Pav Lucistnik
363d860f2f - Update to 2.4.0
PR:		ports/91755
Submitted by:	Ondra Koutek <koutek@o-k.cz> (maintainer)
2006-01-13 19:37:05 +00:00
Andrey Slusar
2531798b7c Add p5-Apache-Template 0.09, apache::Template - Apache/mod_perl
interface to the Template Toolkit.

PR:		ports/91078
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-01-13 19:17:54 +00:00
Michael Johnson
6b84df32e5 - Add gnome-web-photo
GNOME Web Photographer is a tool to generate full-size image
files and thumbnails from HTML files and web pages.
2006-01-12 23:06:38 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Edwin Groothuis
560ea8b361 add www 2006-01-12 11:51:46 +00:00
Michael Johnson
476680e95b - Update DEPRECATED to urge people to use www/seamonkey instead of
mozilla-devel since www/seamonkey is now in ports.
2006-01-12 06:38:57 +00:00
Michael Johnson
b895aa0bf9 - Update thunderbird to 1.5 [1]
- Remove thunderbird-devel
- Remove thunderbird from supported geckos for 4.x

Release notes:	http://www.mozilla.com/thunderbird/releases/1.5.html
2006-01-12 05:54:32 +00:00
Cheng-Lung Sung
c49d9bbb46 - update to 1.12 2006-01-12 00:24:29 +00:00
Pav Lucistnik
ace5a34e6a CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.

PR:		ports/91686
Submitted by:	Nicola Vitale <nivit@email.it>
2006-01-11 22:18:25 +00:00
Edwin Groothuis
3152acc4bb Fix port: www/typo3
Fix the ImageMagick dependency

PR:		ports/91682
Submitted by:	Gerrit Beine <tux@pinguru.net>
2006-01-11 21:37:19 +00:00
Pav Lucistnik
609d205164 - Update to 1.2.0
PR:		ports/91660
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:06:55 +00:00
Pav Lucistnik
97ad84a1f8 - Update to 1.3.0
PR:		ports/91659
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:05:40 +00:00
Pav Lucistnik
4a67b712f8 - Update to 1.4.0
PR:		ports/91658
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:04:35 +00:00
Pav Lucistnik
d0092e07d1 - Update to 1.1.0
PR:		ports/91657
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:03:03 +00:00
Pav Lucistnik
6ea9643a15 - Update to 1.0.3
PR:		ports/91653
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:56:57 +00:00
Erwin Lansing
cf192158f2 The HTML Widget And Validation Framework for Catalyst
WWW: http://search.cpan.org/dist/Catalyst-Plugin-HTML-Widget/

PR:		ports/91673
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-11 17:31:22 +00:00
Erwin Lansing
b78cadc010 Create easy to maintain HTML widgets!
Everything is optional, use validation only or just generate forms, you
can embed and merge them later.

The API was designed similar to other popular modules like Data::Form-
Validator and FormValidator::Simple, HTML::FillInForm is also built in
(and much faster).

WWW: http://search.cpan.org/dist/HTML-Widget/

PR:		ports/91672
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-11 17:30:07 +00:00
Erwin Lansing
df686dac71 This module provides a Catalyst::Log implementation that uses
Log::Log4perl as the underlying log mechanism.

WWW: http://search.cpan.org/dist/Catalyst-Log-Log4perl/

PR:		ports/91669
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-11 17:17:20 +00:00
Erwin Lansing
14f8e44a8f This plugin will enhance the standard Catalyst debug screen by including
a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name,
line number, file name, and code context surrounding the line number.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/

PR:		ports/91667
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-11 17:12:59 +00:00
Sergey A. Osokin
9aadff0601 Update to fresh bugfix release 0.3.20. 2006-01-11 15:33:49 +00:00
Tim Bishop
3507d4c85f - Update to 3.8.1
PR:		91137
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2006-01-11 11:33:25 +00:00
Edwin Groothuis
11eef63fef fix pkg-message 2006-01-11 07:26:07 +00:00
Edwin Groothuis
733e6b41bc MySQL Squid Access Report, mysar for short, is a reporting system
for user web traffic activity, as logged from a squid proxy.

MySAR consists of two parts:

    * Command line utilities which import a squid log file in a
      MySQL database and maintain the databas.
    * A web interface for accessing the reports.

WWW: http://giannis.stoilis.gr/software/mysar/index.php?id=16
Author: Giannis Stoilis <giannis@stoilis.gr>
2006-01-11 05:10:58 +00:00
Edwin Groothuis
3952ad93e3 [maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
	ports. Please help to change the maintainer mail address to
	dryice@dryice.name. This new mail address has a RDNS record
	and will make the life easier. Thanks!

PR:		ports/91624
Submitted by:	Dryice Dong Liu <dryice@dryice.name>
2006-01-11 04:01:50 +00:00
Cheng-Lung Sung
ce6a81dfce - REPOCOPY: www/plog -> www/lifetype
PR:		91264
Submitted by:	clsung
Repocopy by:	marcus
2006-01-11 02:34:36 +00:00
Cheng-Lung Sung
f66c361bac - project rename from plog to lifetype
PR:		91264
Submitted by:	clsung
Repocopy by:	marcus
2006-01-11 02:32:19 +00:00
Cheng-Lung Sung
5c68e5193a - projcet rename to lifetype
PR:		91264
Submitted by:	clsung
Repocopy by:	marcus
2006-01-11 02:30:44 +00:00
Tim Bishop
2032a68a7f - Update to 1.5.4
- Update WWW URL

PR:		91140
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2006-01-10 20:14:40 +00:00
Erwin Lansing
efd185c5b1 Update to 0.05
PR:		91589
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-10 14:54:57 +00:00
Lars Thegler
8f6c042341 Update to 0.682 2006-01-10 11:49:35 +00:00
Tim Bishop
e69fac16e2 - Update to 1.2
- Assign maintainership to submitter (from ports@)

PR:		91579
Submitted by:	"munggo@pmy.lv" <Mun-Kyo.Seo@pmy.pmy.lv.pmy.lv>
2006-01-10 11:46:55 +00:00
Brooks Davis
34e8cee99a - Change DRUPDIR to www/durpal. www/data is owned by the installed
webserver and should not be modified
  - Add a dependancy on php?-xml
  - Delete redundant DISTNAME definition
  - Don't undo the config file dance by splatting the default over the
    top of the preserved file
  - Get rid of an unnecessicary .for loop
  - Move the message into pkg-message so it can be seen when installed
    as a package, add an entry with an Apache Alias example for the
    new DRUPDIR, and slightly improve the database examples

Approved by:	maintainer
2006-01-10 04:03:43 +00:00
Tim Bishop
5722c7c099 - Make fetchable
PR:		91561
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
2006-01-09 23:34:25 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Emanuel Haupt
74e8265462 - Update to 1.32
- Retire etc/shttpd.conf, it appeared and not needed by default

PR:		91550
Submitted by:	Sergey Lyubka <valenok@gmail.com> (maintainer)
2006-01-09 13:38:12 +00:00
Jean-Yves Lefort
52b6e16149 Rename the rc script back to squid.sh, since some versions of
/etc/rc.d/localpkg only run scripts ending in .sh

PR:		ports/91387
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>, maintainer
2006-01-09 13:37:54 +00:00
Anton Berezin
fba20e4219 Update to 1.18. 2006-01-09 09:40:57 +00:00
Alex Dupre
611b874997 Fix plist. 2006-01-09 06:57:54 +00:00
Joe Marcus Clarke
48c172df6c Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by:	pointyhat via kris
2006-01-08 19:44:30 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Edwin Groothuis
7d2940c8a4 Update port: www/interchange update interchange from 5.2.1 to 5.4.0
PR:		ports/91470
Submitted by:	loader <loader@freebsdmall.com>
2006-01-08 12:56:35 +00:00
Edwin Groothuis
4a56931c27 [UPDATE]: www/drupal
www/drupal is now up to 4.6.5 and is unmaintained.  The attached patch
	updates it and sets myself as the maintainer.

PR:		ports/91484
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2006-01-08 12:32:38 +00:00
Erwin Lansing
3a05562f3f Update to 0.6
PR:		91497
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-08 09:20:28 +00:00
Erwin Lansing
c079e3f329 Update to 0.3
PR:		91496
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-08 09:19:23 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Pav Lucistnik
c2b4a88142 - Chase distinfo; tarball rerolled with corrected permissions
PR:		ports/91446
Submitted by:	Hubert Tournier <hubert@frbsd.org> (maintainer)
2006-01-07 14:16:14 +00:00
Erwin Lansing
66025e2596 Unbreak for old perl
PR:		91440
Submitted by:	leeym
2006-01-07 11:28:09 +00:00
Edwin Groothuis
8cb3fe9c6c Update port: www/ocaml-net (upgrade to the latest version)
Upgrade to the latest, 1.1.1, version. I've added lang/ocaml to
	RUN_DEPENDS for rebuild the port with portupgrade -r lang/ocaml.

PR:		ports/90212
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approved by:	Stephane Legrand <stephane@freebsd.org>
2006-01-07 07:45:07 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Edwin Groothuis
c361f02002 maintainer update port www/eventum - add static plist
Using dynamic plist was a bad practice.

PR:		ports/91397
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-01-07 02:26:16 +00:00
Edwin Groothuis
7bb89ed4ff Update port: www/p5-HTML-Mason (upgrade to 1.32)
Upgrade to 1.32, the latest release.

Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
PR:		ports/91396
2006-01-07 02:25:39 +00:00
Edwin Groothuis
1992519197 Maintainer update: www/resin3 updated to 3.0.17
This is an update of www/resin3 to 3.0.17.  Thanks in advance!

PR:		ports/91390
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2006-01-07 02:14:18 +00:00
Edwin Groothuis
cf0aabfe41 new port www/phproxy
PHProxy is a web HTTP (for now; FTP is not supprted yet)
	proxy programmed in PHP designed to bypass firewalls and
	other proxy restrictions through a web interface very similar
	to the popular CGIProxy.

PR:		ports/91375
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-01-07 02:12:36 +00:00
Dmitry Sivachenko
426f32ca97 Release to ports@ 2006-01-06 16:58:50 +00:00
Aaron Dalton
cb29ed52a7 - Don't propose sqlite backend if PHP_VER != 5
- apply correct permissions
- fix php5 detection

Approved by: tobez
2006-01-06 16:40:14 +00:00
Pav Lucistnik
c5e075126d - Update patch to 20060105
PR:		ports/91343
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	maintainer
2006-01-06 15:50:14 +00:00
Pav Lucistnik
2eaaffc35d - Update to 4.0.3
PR:		ports/91382
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-01-06 14:21:45 +00:00
Pav Lucistnik
6ddb4818f3 - Update to 0.7.0
PR:		ports/91377
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2006-01-06 13:05:52 +00:00
Lars Thegler
b1a067d6ec Update to 0.681 2006-01-06 13:04:06 +00:00
Dmitry Sivachenko
d4006d19d0 Release to ports@ 2006-01-06 10:28:10 +00:00
Edwin Groothuis
95d4430904 Serendipty Port is missing php4-xml-4.4.1_3
The port of the Serendipty Blog engine does not install the
	php4-xml-4.4.1_3 which is necessary for the blog to display
	posts.

PR:		ports/91363
Submitted by:	Gerard J. Cerchio <gjpc@OB1Net.net>
2006-01-06 06:23:49 +00:00
Edwin Groothuis
576f4b20ab [MAINTAINER] www/p5-HTML-Prototype: up to 1.40
up to 1.40

PR:		ports/91362
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-06 05:58:20 +00:00
Yen-Ming Lee
dff623cf2b - update to 1.17
PR:		91360
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-01-06 02:21:00 +00:00
Yen-Ming Lee
6157e338de - add missing optional dependency URI in BUILD_DEPENDS 2006-01-06 02:17:44 +00:00
Yen-Ming Lee
da61eecde9 - remove IGNORE on old perl
PR:		90747
Submitted by:	leeym
Approved by:	maintainer timeout
2006-01-06 02:04:31 +00:00
Thierry Thomas
e23ee358fa - Replace WITH_APACHE2 by USE_APACHE, rename httpd.conf.xxx to
httpd-xxx.conf and fix configuration if APACHE_VERSION > 20.

- Don't use the MCAL back-end by default for Kronolith, it is
  deprecated.

- Deinstall bug reported by John Nielsen <john (at) jnielsen.net>:
  respect LHORDEDIR.

- Fix horde-passwd installation / deinstallation.

- Don't bump PORTREVISION, because running installations are not
  concerned.
2006-01-06 00:38:13 +00:00
Pav Lucistnik
5eade7a03d - Update to 2.8.5
PR:		ports/91365
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-01-05 23:39:09 +00:00
Pav Lucistnik
86c39085f1 - Fix permissions on datafiles
- Add SHA256

PR:		ports/91350
Submitted by:	Hubert Tournier <hubert@frbsd.org> (maintainer)
2006-01-05 23:13:22 +00:00
Pav Lucistnik
1365216e49 - Don't touch mtree's symlinks
Approved by:	loader <loader@freebsdmall.com> (maintainer)
2006-01-05 16:19:37 +00:00
Lev A. Serebryakov
29580421f5 Bump neon shared libary version, bump PORTREVISION to force upgrade. 2006-01-05 08:40:10 +00:00
Lev A. Serebryakov
92fda7c482 [1] Update to 0.22.3
[2] Use new neon library

PR:		ports/91278
Submitted:	Maintainer
2006-01-05 08:38:44 +00:00
Lev A. Serebryakov
350b37f07d Update to 0.25.4.
There are some API changes, but all dependend prots are build and run Ok.
2006-01-05 08:37:42 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Edwin Groothuis
c74faa57ce Implement rc_subr suggestions made by dougb@ 2006-01-05 01:21:08 +00:00
Edwin Groothuis
05ee30a9ba [PATCH] www/wwwoffle: fix broken wwwoffled.sh
Fix broken wwwoffled.sh

PR:		ports/91314
Submitted by:	Andrey Slusar <anray@freebsd.org>
2006-01-05 00:37:23 +00:00