Commit graph

15785 commits

Author SHA1 Message Date
Andrew Pantyukhin
7c94e4a4fd - Remove "-fgnu89-inline" to pacify gcc 3.x
Reported by:	pointyhat via kris
2007-08-20 23:59:27 +00:00
Dag-Erling Smørgrav
0511ff7f18 Upgrade to 1.1.1. 2007-08-20 21:55:55 +00:00
Ion-Mihai Tetcu
b0c500d725 Mark broken.
PR:		ports/115648
Submitted by:	Tom Mueller-Kortkamp
2007-08-20 17:14:38 +00:00
Martin Wilke
db4f26e743 - Update to 1.1.4
Approved by:	maintainer implicit
2007-08-20 15:49:23 +00:00
Martin Wilke
9ff193758e - Update to 3.0.0RC43
PR:		115256
Submitted by:	Dima Panov <fluffy@ael.ru>
Approved by:	maintainer
2007-08-20 09:07:20 +00:00
Martin Wilke
10aac1d4d5 - Set ownership $TOMCAT_HOME/webapps directory to $TOMCAT_USER:$TOMCAT_GROUP [1]
- While upgrading www/tomcat55 port, if there any directories with spaces in
their names within $TOMCAT_HOME/webapps or $TOMCAT_HOME/work directories,
setting up permissions fail. Rewrite the "Fixing permissions" loop. [2]

PR:		115463
		Gabor Tjong A Hung <g.v.tjongahung@gmail.com> [1]
		Alexey Rubtsov <arubtsov@swsoft.com> [2]
Approved by:	Tomas Verbaitis <tomasv@megalogika.lt> (maintainer):x
2007-08-20 08:56:50 +00:00
Cheng-Lung Sung
9fe980d29a - Update to 0.70 2007-08-20 02:31:06 +00:00
Martin Wilke
fe5b1ac918 - Update to 1.0.1
PR:		ports/115527
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2007-08-19 11:03:14 +00:00
Martin Wilke
0190622d48 2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable
2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update
2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete
2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 08:53:57 +00:00
Martin Wilke
395928d213 - Unbreak
- Fix build after www/trac-tag update

Approved by:	maintainer implicit
2007-08-18 20:42:03 +00:00
Cheng-Lung Sung
03900baede - Update to 1.66
PR:		ports/115492
Submitted by:	clsung
Approved by:	maintainer <snowfly_AT_yuntech dot edu dot tw>
2007-08-18 16:04:58 +00:00
Cheng-Lung Sung
11bc82c39d - New version 0.8.1 is released.
PR:		ports/115613
Submitted by:	KIMURA Yasuhiro <yasu_AT_utahime dot org>
Approved by:	maintainer (Naram Qashat)
2007-08-18 16:00:28 +00:00
Dirk Meyer
403e81ea4d - change default installation dir to www/twig 2007-08-18 08:57:32 +00:00
Lars Balker Rasmussen
4a44224a27 Update to 0.18 2007-08-18 08:50:54 +00:00
Kris Kennaway
df45033b78 BROKEN: Broken dependency 2007-08-18 01:10:30 +00:00
Andrew Pantyukhin
7d412c3670 Add port www/netsurf:
NetSurf is a lightweight cross-platform Web browser. It supports the
HTML 4 and CSS standards and provides a small, fast, and comprehensive
Web browsing solution. NetSurf was originally written for RISC OS.

WWW: http://www.netsurf-browser.org/
2007-08-18 00:45:59 +00:00
Martin Matuska
b3bdc0af35 - Update to 0.31
PR:		ports/115383
Submitted by:	Radim Kolar <hsn at sendmail.cz> (maintainer)
2007-08-17 09:28:33 +00:00
Andrew Pantyukhin
b5e87c03a7 - Honor NOPORTEXAMPLES
Approved by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2007-08-16 22:11:13 +00:00
Thierry Thomas
a12c2ef19c Upgrade to the shnapshot of 13 August 2007.
Changelog:
	The configuration option merge-spans  has been added.
2007-08-16 20:04:01 +00:00
Tilman Keskinoz
e0b641dac7 Update to 0.6 2007-08-16 13:49:34 +00:00
Sergey A. Osokin
c39fe019af Update to 0.6.7.
Update patch for nginx.conf.
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)

Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)

<ChangeLog>

*) Change: now the paths specified in the "include",
   "auth_basic_user_file", "perl_modules", "ssl_certificate",
   "ssl_certificate_key", and "ssl_client_certificate" directives
    are relative to directory of nginx configuration file
    nginx.conf, but no to nginx prefix directory.

*) Change: the --sysconfdir=PATH option in configure was canceled.

*) Change: the special make target "upgrade1" was defined for
   online upgrade of 0.1.x versions.

*) Feature: the "server_name" and "valid_referers" directives
   support regular expressions.

*) Feature: the "server" directive in the "upstream" context
   supports the "backup" parameter.

*) Feature: the ngx_http_perl_module supports the
   $r->discard_request_body.

*) Feature: the "add_header Last-Modified ..." directive changes
   the "Last-Modified" response header line.

*) Bugfix: if an response different than 200 was returned to an
   request with body and connection went to the keep-alive state
   after the request, then nginx returned 400 for the next request.

*) Bugfix: a segmentation fault occurred in worker process if
   invalid address was set in the "auth_http" directive.

*) Bugfix: now nginx uses default listen backlog value 511 on all
   platforms except FreeBSD.
   Thanks to Jiang Hong.

*) Bugfix: a worker process may got caught in an endless loop,
   if an "server" inside "upstream" block was marked as "down";
   bug appeared in 0.6.6.

*) Bugfix: now Solaris sendfilev() is not used to transfer the
   client request body to FastCGI-server via the unix domain
   socket.

</ChangeLog>
2007-08-16 08:56:36 +00:00
Sergey A. Osokin
e1917bffd1 Update to 0.5.31.
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)

Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)

<ChangeLog>

*) Feature: named locations.

*) Feature: the "proxy_store" and "fastcgi_store" directives.

*) Feature: the "proxy_store_access" and "fastcgi_store_access"
   directives.

</ChangeLog>
2007-08-16 08:43:06 +00:00
Jeremy Chadwick
ad56810122 Fix for "make install"; logic in cgiwrap's autoconf file for --with-cgiwrapd
and --without-cgiwrapd is broken (always assumes cgiwrapd will be used).
Will submit fix upstream.

Reviewed by:	philip
Approved by:	philip
2007-08-15 22:58:58 +00:00
Jeremy Chadwick
7727b12f34 Updating cgiwrap from 3.9 to 4.0. Tested on RELENG_6.
Reviewed by:	philip
Approved by:	philip
2007-08-15 16:37:47 +00:00
Jeremy Messenger
865c061081 Update to 9.23, see ChangeLog for details:
http://www.opera.com/docs/changelogs/linux/923/

Security:	http://www.opera.com/support/search/view/865/
2007-08-15 16:36:42 +00:00
Ion-Mihai Tetcu
65e24e9e15 This patch updates www/opera to version 9.23. This is a security update.
Changelog: http://www.opera.com/docs/changelogs/freebsd/923/

PR:		ports/115543
Submitted by:	Arjan van Leeuwen (maintainer)
Security:	http://www.vuxml.org/freebsd/df4a7d21-4b17-11dc-9fc2-001372ae3ab9.html
2007-08-15 12:18:54 +00:00
Cheng-Lung Sung
5eea537264 - Update to 0.9.12.1
Changelog prewikka 0.9.12.1:
- Implement an Auto-Refresh system (fix #231). (including code from
  Paul Robert Marino <prmarino1@gmail.com>).
- Ability to filter on missing/offline/online/unknown agents. Make more
  easier to read each agent status in collapsed mode.
- Fix filter load/save/delete issue with translation.
- New 'My account' tabs, under the Settings section (fix #241).
- New messageid and analyzerid parameters, allowing link to a Prewikka alert
  from an external tool (previously required a database query in order to
  retrieve the database event id).
- Don't redirect to user listing once an user preference are recorded. Fix
  changing of another user language by an user with PERM_USER_MANAGEMENT.
  Display target user language rather than current user language.
- Improve the timeline control table layout.
- Fix translation of string possibly using plural.
- Fix a template compilation problem with certain version of Cheetah
  (Giandomenico De Tullio <ghisha at email.it>)

PR:		ports/115234
Submitted by:	maintainer (Robin Gruyters)
2007-08-15 06:49:45 +00:00
Cheng-Lung Sung
8bb7941353 - Update to 0.30 2007-08-15 04:43:30 +00:00
Cheng-Lung Sung
4c1c16bee9 - Update to 0.69 2007-08-15 02:39:31 +00:00
Vanilla I. Shu
4a3ffddaf6 Upgrade to 0.12. 2007-08-15 02:12:08 +00:00
Joe Marcus Clarke
ef69bcbc80 Update to 2.11.1. 2007-08-14 20:35:58 +00:00
Rong-En Fan
28ed69b4c8 - Update to 1.07.3
- Add some knobs to change sbox settings, like UID_MIN, GID_MIN, SAFE_PATH,
  and LOGFILE.  These values are not the same as distribution default, but
  the same as bsd.apache.mk.
- Remove dependency on Apache as this is only a CGI. This will fix brokenness
  for sysutils/dtc (conflict dependency).
- Refine COMMENT from author's version of this port
- Add WWW entry
2007-08-14 10:38:52 +00:00
Johan van Selst
cb4a0a6df8 Update to 3.5b18 2007-08-14 10:10:56 +00:00
Cheng-Lung Sung
4ad76c020c - Update to version 4.1.2
PR:		ports/115440
Submitted by:	maintainer (Gerrit Beine)
2007-08-14 04:48:05 +00:00
Cheng-Lung Sung
4d63050293 - Update to 2.147 2007-08-14 03:36:55 +00:00
Cheng-Lung Sung
e5023830be - unbreak
- cgi_multipart_eof_fix-2.2 rerolled, bump PORTREVISION
2007-08-14 02:53:44 +00:00
Xin LI
ff0343a5c4 - Update to 2.6.STABLE14 plus three patches (see
http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details)
 - Add two new authentication helpers: DB and squid_kerb_auth
 - Add the website mirrors to the list of download sites as a last resort
   in case the distfiles do not make it to the FTP mirrors in time
 - Update the mirror server list a bit after checking with the official list
   at http://www.squid-cache.org/Download/mirrors.dyn
 - Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine
 - Add a new rc configuration variable "squid_pidfile" that defaults to
   $PREFIX/squid/logs/squid.pid, use this variable for $pidfile in
   the rc script and document it in the Squid default/example configuration
 - Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid
   sources

Submitted by:	maintainer
PR:		ports/115453 (in followup)
2007-08-14 02:32:11 +00:00
Cheng-Lung Sung
3b978d99e9 - Update to 0.6.10 2007-08-14 00:15:45 +00:00
Lars Balker Rasmussen
322c99e0f0 Update to 1.03 2007-08-13 22:23:22 +00:00
Lars Balker Rasmussen
82d329e526 Update to 5.7008 2007-08-13 22:23:03 +00:00
Erwin Lansing
b90d367773 Update to 1.07 2007-08-13 21:07:27 +00:00
Martin Matuska
73eb29be00 - Introduce lynx.cfg.sample and lynx.lss.sample
- Do not delete/overwrite lynx.lss if changed

PR:		ports/112863
Patch by:	mm
Approved by:	maintainer (timeout), garga (mentor, implicit)
2007-08-13 11:16:24 +00:00
Anton Berezin
b23f9a8539 It would appear to make sense to let the author of mathopd, Michiel
Boland, to take over maintaining this port.
2007-08-13 08:34:41 +00:00
Kris Kennaway
8eb4e4b74b Revert previous commit, I lost the race with the distinfo fix. 2007-08-12 20:01:13 +00:00
Rong-En Fan
d122b73de2 - Update to 1.2.0
PR:		ports/115280
Submitted by:	Tobias Roth <ports at fsck.ch> (maintainer)
2007-08-12 12:50:26 +00:00
Tilman Keskinoz
1a813ce73c Fix build with gcc42 2007-08-12 11:38:40 +00:00
Rong-En Fan
bf36b9b539 - Correct COMMENT
PR:		ports/115376, ports/115377
Submitted by:	Geoff Glasson <g_glasson at jimali.dyndns.org> (maintainer)
2007-08-11 15:23:21 +00:00
Rong-En Fan
9978fc5fa6 - Update to 0.0.1r20070801
- Fix build after autotools changes

PR:		ports/115229
Submitted by:	Phillip Neumann <pneumann at gmail.com> (maintainer)
2007-08-11 09:42:40 +00:00
Lars Balker Rasmussen
928e37898d Update to 5.700704 2007-08-10 06:50:07 +00:00
Cheng-Lung Sung
acc6f93b1d - Update to 0.92 2007-08-10 06:26:38 +00:00
Kris Kennaway
da79c24277 BROKEN: size mismatch 2007-08-09 21:51:42 +00:00
Andrew Pantyukhin
f833b31793 - Update to 0.11.2 2007-08-09 17:09:01 +00:00
Sergey Skvortsov
5bf0f70156 Fix pkg-plist.
Pointed by:	pointyhat (kris)
2007-08-08 17:10:10 +00:00
Tilman Keskinoz
bbf71ee1c1 Fix build on 64 bit platforms 2007-08-08 12:27:56 +00:00
Andrew Pantyukhin
3fccfd4d01 - Update to 0.11.1+1 2007-08-08 08:34:54 +00:00
Ying-Chieh Liao
c7d7153580 add py-html5lib 0.9
A Python based HTML parser based on the HTML5 spec
2007-08-08 02:17:28 +00:00
Sergey Skvortsov
f5705e1450 Add p5-Catalyst-Action-REST 0.50, automated REST Method Dispatching for
Catalyst.
2007-08-07 21:26:18 +00:00
Andrew Pantyukhin
8275f0cda3 - Update to 0.9.0.2 2007-08-07 08:36:03 +00:00
Andrew Pantyukhin
7bc4be942a - Update to 1.6.3.1 2007-08-07 08:23:22 +00:00
Andrew Pantyukhin
36cdec2fcb - Update to 0.61 2007-08-07 08:21:16 +00:00
Ying-Chieh Liao
32721b5387 upgrade to 1.14 2007-08-07 01:28:21 +00:00
Cheng-Lung Sung
98e8dac23e - Update to 0.87
PR:		ports/115167
Submitted by:	maintainer <hideo_AT_lastamericanempire dot com>
2007-08-07 01:00:42 +00:00
Cheng-Lung Sung
882f6db4cf - Hide cgi_multipart_eof_fix's warning in rc.d script
after recent rubygem-mongrel update.
- bump PORTREVISION

PR:		ports/115102
Submitted by:	Alexander Logvinov <ports_AT_logvinov dot com>
2007-08-07 00:42:26 +00:00
Andrey A. Chernov
ef1bf602fc Upgrade to 2.8.7dev7 2007-08-06 22:57:39 +00:00
Alexander Botero-Lowry
1bc5f34a74 - update to 0.5.1
- take maintainer ship [1]

Approved by:	anholt [1]
2007-08-06 19:11:41 +00:00
Michael Johnson
4e2a4d49c7 Attempt to fix build of sunbird on !i386
Reported by:	pointyhat via kris
2007-08-06 14:01:57 +00:00
Vanilla I. Shu
be5fcf6975 Add flickcurl, it's a c library for the Flickr API. 2007-08-06 13:37:37 +00:00
Andrew Pantyukhin
3ff9f46100 - Update to 1.1.4 2007-08-06 07:29:40 +00:00
Martin Wilke
a25120c013 - Update to 2.2.2
PR:		115221
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2007-08-05 22:05:41 +00:00
Martin Wilke
41ef90d2ed - Update to 1.13
PR:		115199
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2007-08-05 22:02:17 +00:00
Martin Wilke
ef852c44e1 - Update to 3.7
Approved by:	maintainer implicit
2007-08-05 21:27:38 +00:00
Martin Wilke
0ff22b5e6f - Update to 0.4.1
PR:		115190
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-08-05 21:26:54 +00:00
Michael Johnson
ba60481e73 Update to 1.1.4 2007-08-05 21:17:55 +00:00
Kris Kennaway
4f04e40a24 BROKEN: Size mismatch 2007-08-05 18:30:04 +00:00
Kris Kennaway
b655b18e89 BROKEN: Checksum mismatch 2007-08-05 18:13:33 +00:00
Anton Berezin
add646f46e Distfile was re-rolled by the author, so update the distinfo.
Changes: CVS/ directories were removed from the tarball.
2007-08-05 17:27:40 +00:00
Tilman Keskinoz
ad8f318f8a Make opening external browser work again, which was broken by the previous
fix.

Reported by:	clemens fischer
Obtained from:	newsbeuter svn
2007-08-05 12:24:47 +00:00
Sergey Skvortsov
a0caee0207 Add p5-Catalyst-Plugin-Server 0.24, Catalyst Server Plugin: Base &
XMLRPC.
2007-08-05 09:39:49 +00:00
Sergey Skvortsov
9e67986439 Add p5-Catalyst-Plugin-Captcha 0.03, create and validate Captcha for
Catalyst.
2007-08-05 09:17:42 +00:00
Martin Wilke
67475a5aee - Update to 2.0.1
- Use WWWDIR

Approved by:	maintainer implicit
2007-08-05 08:37:36 +00:00
Martin Wilke
b2ac9bc67e - Update to 1.0.13
Approved by:	maintainer timeout (security 3 days) remko (secteam)
Security:	http://www.vuxml.org/freebsd/4872d9a7-4128-11dc-bdb0-0016179b2dd5.html
2007-08-05 07:33:23 +00:00
Chin-San Huang
cefddf2ed3 - Add the missing php extension (openssl).
Approved by:	rafan (mentor, implicit)
2007-08-05 02:57:50 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
MANTANI Nobutaka
04d8dc46d4 Correct dependency for emacs21 to fix package build.
Reported by:       pointyhat via kris
2007-08-04 11:09:34 +00:00
Sergey Matveychuk
78d2a1afec - Use uint32_t for four byte integer. It fixes working on 64-bit platforms.
PR:		ports/105549
Reported by:	Toshio Hiraga <toshio.hiraga@gmail.com>
Approved by:	maintainer timeout
2007-08-04 09:54:16 +00:00
Tilman Keskinoz
86166b35be Author rerolled the distfile.
Changes in the files "CHANGES", "README", and "example-config".
Additional the example-config is now installed -> PORTREVISION bump

Reported by:	clemens fischer
2007-08-04 09:23:21 +00:00
MANTANI Nobutaka
2273790ab8 Use pkg-plist in ${MASTERDIR}. 2007-08-04 07:43:20 +00:00
Tilman Keskinoz
7fff479127 Make podbeuter work with the default configuration.
Obtained from:		newsbeuter SVN
Reported by:		sat
2007-08-03 09:02:43 +00:00
Martin Wilke
4fc0d7bd0b - Update to 2.5
PR:		115056
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk> (maintainer)
2007-08-02 20:11:55 +00:00
Martin Wilke
d4117b48a6 A generic Amazon E-commerce REST API
with configurable default options and method call options.

WWW:	http://www.pluitsolutions.com/projects/amazon-ecs

PR:		ports/114690
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-08-02 16:30:56 +00:00
Tilman Keskinoz
1dc3e8ca8c Update to 0.5 2007-08-02 13:57:17 +00:00
Martin Matuska
01decaaf9f - Missed in last commit
Approved by:	garga (mentor, implicit)
2007-08-02 13:28:05 +00:00
Martin Matuska
97298a197c - Update openacs to 5.3.2
- Depend on devel/tcllib and devel/tcllthread
- Add script for adjusting postgresql.conf
- Improve installation documentation
- Bump dotlrn portrevision
- Other small fixes and improvements

Approved by:	garga (mentor, implicit)
2007-08-02 13:10:49 +00:00
Martin Wilke
b388edba70 - Update to 0.10
PR:		115013
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-08-02 12:11:07 +00:00
Tilman Keskinoz
321dbc4528 Fix build on 64bit platforms 2007-08-02 12:05:45 +00:00
Tilman Keskinoz
62b9be255c Update to 0.50
PR:		115134
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2007-08-02 11:34:37 +00:00
Lars Balker Rasmussen
59106a408a This engine allows Catalyst to process multiple requests in parallel within a
single process.  Much of the internal Catalyst flow now uses POE yield calls.
Application code will still block of course, but all I/O, header processing,
and POST body processing is handled asynchronously.
2007-08-02 08:38:29 +00:00
Chin-San Huang
5e1cad0d8e - Update to 2.4.5.
Approved by:	rafan (mentor, implicit)
2007-08-01 23:49:45 +00:00
Beech Rintoul
567bdd4a26 - Add dependency
- Bump portrevision

PR:		ports/115114
Submitted by:	Dan Lukes <dan@obluda.cz>
Approved by:	sat (mentor)
2007-08-01 19:32:30 +00:00
Martin Wilke
0a3ee0449b 2007-07-28 www/p5-Kwiki-plugins: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Icons-Gnome: already bundled in www/p5-Kwiki (0.39 or latter)
2007-08-01 15:09:55 +00:00