Commit graph

17742 commits

Author SHA1 Message Date
Pav Lucistnik
826b8bd013 - Mark BROKEN: bad plist
Reported by:	pointyhat
2008-08-24 20:01:05 +00:00
Beech Rintoul
2ca01168a1 - Fix so port respects %localstatedir%
- Fix .conf file handling [1]
- Bump portrevision

PR:		ports/126774
Submitted by:	regisr <regisr@pobox.com> [1]
2008-08-24 09:29:04 +00:00
Felippe de Meirelles Motta
6f873bcbd8 - Update to 68.
PR:		ports/126686
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
Approved by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2008-08-23 16:16:58 +00:00
Philip M. Gollucci
f7afc34e75 - Update to 1.20
Approved by:    gabor (mentor)
2008-08-22 18:44:58 +00:00
Philip M. Gollucci
6f781ddb99 - Update to 1.87
Approved by:    gabor (mentor)
2008-08-22 18:44:29 +00:00
Pav Lucistnik
4dab0aeacc - Delete expired mediawiki ports 2008-08-22 12:09:20 +00:00
Beech Rintoul
012210ac8c - Add lib depend GeoIP
- Bump portrevision
2008-08-22 11:56:08 +00:00
Beech Rintoul
1d8754b512 - Update to 0.8.1
- Major update with full docs and new admin interface.
2008-08-22 10:48:43 +00:00
Thomas Abthorpe
f9a2ddc2ef - Update to 1.32
PR:		ports/126679
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-08-22 00:44:11 +00:00
Jeremy Messenger
e24502acee Update to 1.33. 2008-08-21 07:34:22 +00:00
Lars Thegler
1d5cff0a73 Update to 0.703 2008-08-21 07:09:09 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Jeremy Messenger
c3ee633b53 Update to 9.52.
Security:	http://www.opera.com/docs/changelogs/linux/952/#security
2008-08-21 03:19:04 +00:00
Hiroki Sato
2b875c3573 Update to 0.08. Changes include:
* Put deprecation warnings in more places in the docs, and in
   the podtohtml script
 * Use Pod::Simple::HTML instead of this module

Submitted by:	delphij
PR:		ports/126690
2008-08-20 22:19:39 +00:00
Sergey Skvortsov
a1a0520bbf Add p5-Reaction 0.001001, extended MVC framework built upon Catalyst. 2008-08-20 13:19:56 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
da1afd69b0 - Update to 3.5.9
PR:		126462
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-19 22:49:24 +00:00
Philip M. Gollucci
ac61a8bd40 - This port is exclusively for www/apache20 (the 2.0.x series)
PR:             ports/124208
Submitted by:   Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:    araujo (mentor)
2008-08-19 18:50:48 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Martin Wilke
c624f116ad - Update to 6.x-1.0
- Connect to the build

PR:		125799
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2008-08-19 14:56:25 +00:00
Martin Wilke
85440728aa The advanced help module allows module developers to store their
help outside the module system, in pure .html files. The files can
be easily translated simply by copying them into the right translations
directory. The entire system can appear in a popup or not as the
module prefers (and by taking away access to view the popups, a
site can force the popups to not exist).

The system ties into Drupal's search system and is fully indexed,
so the entire contents can be searched for keywords. the help files
can be placed in a hierarchy as well, allowing for top down navigation
of the help.

WWW: http://drupal.org/project/advanced_help

PR:		ports/125798
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
2008-08-19 14:52:34 +00:00
Martin Wilke
20fb3aa576 - Update to 6.4
PR:		126530
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
Security:	http://www.vuxml.org/freebsd/070b5b22-6d74-11dd-aa18-0030843d3802.html
2008-08-19 14:50:07 +00:00
Martin Wilke
8dec66f8b8 - Update to 5.10
PR:		126529
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
Security:	http://www.vuxml.org/freebsd/070b5b22-6d74-11dd-aa18-0030843d3802.html
2008-08-19 14:49:06 +00:00
Thomas Abthorpe
e03d7fa2b9 - Update to 1.31
PR:		ports/126616
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-08-19 14:31:10 +00:00
Sergey Skvortsov
f95acd5cce Add p5-CGI-Deurl-XS 0.07, fast decoder for URL parameter strings. 2008-08-19 14:12:14 +00:00
Sergey Skvortsov
eb9491cc5d Add p5-URI-ParseSearchString 2.5, parse Apache refferer logs and extract
search engine query strings.
2008-08-19 13:18:29 +00:00
Mark Linimon
547188ca94 Reassign to perl@ by maintainer request.
Hat:		portmgr
2008-08-19 10:16:10 +00:00
Mark Linimon
c7f0c2702a Reset hansjoerg.pehofer@uibk.ac.at at his request.
Hat:		portmgr
2008-08-19 10:10:51 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Wesley Shields
f545ad09db - Distfile re-rolled (adds documentation changes)
- Use ${FIND} instead of find.

PR:		ports/126483
Submitted by:	KIMURA Yasuhiro <yasu@home.utahime.org>
Approved by:	maintainer
2008-08-19 00:42:44 +00:00
Philippe Audeoud
a74cad6a45 - Update to 1.2 2008-08-18 15:06:21 +00:00
Sergey A. Osokin
fa606b83d4 Update from 0.7.10 to 0.7.11.
<ChangeLog>

*) Change: now ngx_http_charset_module does not work by default with
   text/css MIME type.

*) Feature: now nginx returns the 405 status code for POST method
   requesting a static file only if the file exists.

*) Feature: the "proxy_ssl_session_reuse" directive.

*) Bugfix: a "proxy_pass" directive without URI part might use original
   request after the "X-Accel-Redirect" redirection was used;

*) Bugfix: if a directory has search only rights and the first index
   file was absent, then nginx returned the 500 status code.

*) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.

</ChangeLog>
2008-08-18 14:54:11 +00:00
Martin Wilke
e733ef2081 - Update to 1.4.19
Approved by:	maintainer implicit
2008-08-18 12:03:57 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Edwin Groothuis
93f1627abc www/squidguard does not work unless its UID/GID are modified
www/squigguard installs blacklist files to /var/db/squidGuard
	and the UID:GID of the installed files is set to nobody:nogroup.
	The permission for the files is 0550 or 0660. On the other
	hand, www/squid specifies squid:squid as UID:GID.

	As a result, squidGuard cannot handle blacklist files so
	websites that should not be accessed cannot be filtered.

PR:		ports/120923
Submitted by:	Jiro Kita <ktj@ktjdragon.com>
Approved by:	maintainer timeout
2008-08-18 06:58:12 +00:00
Vanilla I. Shu
72a0d093f9 Upgrade to 1.5. 2008-08-18 06:05:49 +00:00
Edwin Groothuis
584c05109a [MAINTAINER] Update www/privoxy to 3.0.10
The attached patch updates www/privoxy from 3.0.8
	to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
	at: http://www.privoxy.org/announce.txt

PR:		ports/126607
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2008-08-18 00:47:17 +00:00
Edwin Groothuis
f3dfcb7755 [MAINTAINER] www/p5-AnyEvent-HTTP: update to 1.04
PR:		ports/126604
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com>
2008-08-18 00:37:52 +00:00
Edwin Groothuis
55a73db5c8 [MAINTAINER] www/commonist: unbreak
Add java to extract dependencies to use ${JAR}

PR:		ports/126605
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
2008-08-18 00:33:55 +00:00
Henrik Brix Andersen
adfa33e68e - Update to version 2.61. 2008-08-17 21:21:41 +00:00
Edwin Groothuis
7f00732143 New port: www/mod_auth_openid An authentication module for the
Apache 2 webserver with OpenID

	mod_auth_openid is an authentication module for the Apache
	2 webserver.  It handles the functions of an OpenID consumer
	as specified in the OpenID 2.0 specification.

	WWW: http://trac.butterfat.net/public/mod_auth_openid

PR:		ports/126218
Submitted by:	Sutra Zhou <zhoushuqun@gmail.com>
2008-08-17 06:27:23 +00:00
Edwin Groothuis
73d8278c60 Fix build process.
Submitted by:	pavbot
2008-08-16 21:55:22 +00:00
Boris Samorodov
a252182d2e Update to version 0.16.41. Changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.41
2008-08-16 14:39:25 +00:00
Sergey Skvortsov
dba0f04f60 Update to 0.64
Changes:	http://search.cpan.org/src/JSHIRLEY/Catalyst-Action-REST-0.64/Changes
2008-08-16 11:11:06 +00:00
Vanilla I. Shu
8c84c7ae48 Upgrade to 1.4. 2008-08-16 05:29:15 +00:00
Tilman Keskinoz
711ba2936e Update to 4.2 2008-08-15 16:37:51 +00:00
Pav Lucistnik
94a15fa7a0 - Mark BROKEN: does not extract
Reported by:	pointyhat
2008-08-15 14:18:44 +00:00
Adrian Chadd
4e9189b05c Upgrade to Cacheboy-1.4.1.
I haven't yet fixed the tcptest binary install; I need to figure out
the correct automake magic to commit to a subsequent cacheboy release.
2008-08-15 10:57:59 +00:00