Jun Kuriyama
f571706d8a
Devel::BeginLift 'lifts' arbitrary sub calls to running at compile
...
time - sort of a souped up version of "use constant". It does this via
some slightly insane perlguts magic.
WWW: http://search.cpan.org/dist/Devel-BeginLift/
2010-11-22 15:01:55 +00:00
Jun Kuriyama
9ba77f36a5
This module allows you to integrate Mojo applications with the
...
AnyEvent framework. For example, you can run a web interface for a
long-lived AnyEvent daemon.
WWW: http://search.cpan.org/dist/AnyEvent-Mojo/
2010-11-22 14:58:19 +00:00
Max Khon
ffdb01c7a5
Rename asterisk 1.4 ports after repocopy.
2010-11-22 14:28:20 +00:00
Martin Matuska
937a8937ac
- Explicitly depend on orc >= 0.4.10
...
PR: ports/151899
Submitted by: Pawel Pekala <c0rn@o2.pl>
2010-11-22 14:18:32 +00:00
Martin Matuska
f541cc2ef7
- Support only Python 2.4-2.7 [1]
...
- Prepare for ZFSv28
PR: ports/151980 [1]
Submitted by: sunpoet@FreeBSD.org [1]
2010-11-22 14:10:29 +00:00
Wen Heping
fdf0e2a358
- Update to 0.3.0 [1]
...
- Fix the build with custom PREFIX
- Fix the install of man file
PR: ports/152466 [1]
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) [1]
2010-11-22 14:08:30 +00:00
Philippe Audeoud
0bfe77010a
- Update to 0.18
...
PR: ports/152362
Submitted by: Gea-Suan Lin <gslin AT gslin.org>
2010-11-22 13:57:14 +00:00
Martin Matuska
f80d1da1f4
- Update to 6.6.5-10
...
- Alphabetically sort OPTIONS
- Add WITH_THREADS option for threaded builds
- Rewrite handling of with/without threads
2010-11-22 13:47:12 +00:00
Baptiste Daroussin
a698393840
Fix typo in rc script
2010-11-22 13:46:46 +00:00
Wen Heping
c6aee215f6
- Update to 8.40
...
Changelog: http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-8.40/Changes
PR: ports/152471
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
2010-11-22 13:10:22 +00:00
Wen Heping
84abc8f00e
- Update to 1.9.1
2010-11-22 13:07:22 +00:00
Wen Heping
30a3c5adf7
- Update to 2.212
...
Changelog: http://cpansearch.perl.org/src/ADAMK/Test-Inline-2.212/Changes
2010-11-22 13:04:40 +00:00
Jeremy Messenger
eb034e43b0
Forgot to chase the change name of binaries in the dependency.
...
Reported by: pointyhat (via pav)
2010-11-22 12:57:04 +00:00
Philippe Audeoud
1416f62bbf
- Update to 1.26
...
- Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.26/Changes
2010-11-22 12:34:14 +00:00
Wen Heping
2046875c8e
- Fix a typo in pkg-descr
...
Submitted by: Fabian Keil <fk@fabiankeil.de> (via email)
2010-11-22 12:05:23 +00:00
Renato Botelho
2e820d87ba
Update to 2.5.0
2010-11-22 12:04:34 +00:00
Baptiste Daroussin
1fefb65830
- fix example in cdk_display(3)
...
PR: ports/149725
Submitted by: Loic Pefferkorn <loic-freebsd _at_ loicp.eu>
2010-11-22 11:37:25 +00:00
Beech Rintoul
4c8a065e7f
Update to version 6.1
...
Numerous changes since last FreeBSD port version.
See CHANGELOG from distfile for details.
PR: 152338
Submitted by: Charlie Kester corky1951@comcast.net (maintainer)
Approved by: itetcu
2010-11-22 11:35:55 +00:00
Vanilla I. Shu
7e83a8b75b
OPTIONize sasl2 dependency.
...
PR: ports/152140
Submitted by: garga@
2010-11-22 08:55:38 +00:00
Beat Gaetzi
9a9e412d8b
- Reset maintainer:
...
<fortune@n.jpn.ph>: connect to n.jpn.ph[125.53.9.39]:25: Operation timed out
Approved by: linimon
2010-11-22 08:53:14 +00:00
Wen Heping
fabc490448
- Update to 0.31
2010-11-22 08:50:39 +00:00
Wen Heping
95bbb2359f
- Update to 0.04
...
Changelog: http://cpansearch.perl.org/src/SARTAK/HTML-RewriteAttributes-0.04/Changes
2010-11-22 07:09:24 +00:00
Wen Heping
6c92a52bcd
- Update to 1.20
...
Changelog: http://search.cpan.org/src/DROLSKY/Moose-1.20/Changes
2010-11-22 06:40:08 +00:00
Stanislav Sedov
99f91988ea
- Update ruby 1.8 to p302.
...
PR: ports/151712
Reported by: Pavel Argentov <argentoff@gmail.com>
2010-11-22 05:47:08 +00:00
Gerald Pfeifer
190aae9821
Update to the 20101120 snapshot of GCC 4.6.0. This brings libquadmath
...
(better support for 128 bit floating point types, which for now poisons
global include file namespace though this won't be an issue before GCC
4.7 and I have reported it upstream).
2010-11-22 05:45:17 +00:00
Maho Nakata
56031bfb66
Update to OOO330_m16.
2010-11-22 03:22:50 +00:00
Jun Kuriyama
41d233b422
Every HTTP::Exception is a Exception::Class - Class. So the same
...
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.
HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.
WWW: http://search.cpan.org/dist/HTTP-Exception/
2010-11-22 02:33:54 +00:00
Wen Heping
e16445a875
- Update to 2.17.2
...
Changelog: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.17.2/Changes
2010-11-22 02:25:29 +00:00
Jun Kuriyama
31b59df09c
Invoke callbacks on construction of entersub OPs for certain CVs.
...
WWW: http://search.cpan.org/dist/B-Hooks-OP-Check-EntersubForCV/
2010-11-22 02:14:39 +00:00
Doug Barton
5718a1eea0
In order to build many docs, including but not limited to gnome-related
...
things, the OPTIONS _FO, _HTML, _MANPAGES, and _XHTML are not really
optional. Documentation builds for various ports will fail due to
missing files. Remove these options, and update Makefile and plist
accordingly.
While I'm here sort the plist in the traditional way (optional elements
sorted in line with the non-optional ones, portdocs listed last) and
remove the MD5 from the distinfo file.
PR: ports/151771
Submitted by: dougb
Approved by: maintainer timeout
2010-11-22 02:13:52 +00:00
Joe Marcus Clarke
1510a4642e
Update to 1.0.11.
2010-11-22 01:05:20 +00:00
Joe Marcus Clarke
c66bc424d3
Update goffice to 0.8.11.
2010-11-22 01:05:04 +00:00
Wen Heping
19c2e84993
One of the strongest complaints about Perl is its poor argument handling.
...
Simply passing everything in the @_ array is a serious limitation. This
module aims to rectify that.
With this module, we an specify subroutine signatures and automatically
dispatch on the number of arguments.
WWW: http://search.cpan.org/dist/Sub-Signatures/
PR: ports/152455
Submitted by: Grzegorz Blach <magik@roorback.net>
2010-11-22 00:24:31 +00:00
Sahil Tandon
115ab42446
- Update to 5.3
...
- Define LICENSE
- Remove redundant MANCOMPRESSED=no
- Use ${ETCDIR} where possible
PR: ports/152243
Submitted by: Gerard Seibert <gerard@seibercom.net> (maintainer)
2010-11-22 00:22:47 +00:00
Wen Heping
5c243d5c84
- Update to 2.1
2010-11-22 00:15:25 +00:00
Joe Marcus Clarke
a84c3f0f96
Update to 1.14.19.
2010-11-21 23:56:56 +00:00
Rene Ladan
2e5b524b0c
- Fix optional dependency on security/heimdal
...
- Bump PORTREVISION
PR: ports/152029
Submitted by: Joerg Pulz [Joerg.Pulz frm2.tum.de]
Approved by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer of net/freeradius*)
girgen (maintainer of databases/postgresql*-server,
14 day timeout)
2010-11-21 23:48:49 +00:00
Joe Marcus Clarke
2e72938ddd
Update to 0.26.
2010-11-21 23:48:16 +00:00
Nicola Vitale
7b792d6e03
- Fix a syntax error in the ifdepd startup script
...
- Bump PORTREVISION
- Remove the MD5 checksum from distinfo
PR: ports/152397
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
2010-11-21 22:55:13 +00:00
Thierry Thomas
ecd68964e8
Fix non-existing function call and deprecated functions.
...
Since I'm there, define the license, and release the maintainership.
PR: ports/152399
Submitted by: Riccardo Torrini <riccardo (at) torrini.org>
2010-11-21 22:37:58 +00:00
Nicola Vitale
2a53dfb520
- Update to 2.2.0
...
- Add files/patch-CMakeLists.txt
- New MASTER_SITES, and WWW site
- Remove files/patch-ab
PR: ports/152418
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
2010-11-21 22:28:03 +00:00
Koop Mast
b7532f8f84
Create symlinks to old icons so that apps like firefox, f-spot and who
...
knows what else can display some renamed icons. This is only going to
be used until this gets fixed.
More details about this issue: https://bugzilla.gnome.org/show_bug.cgi?id=629878
Obtained from: http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gtk%2B2/patches/patch-gtk_Makefile_in
2010-11-21 20:59:53 +00:00
Palle Girgensohn
d65b681550
Fix broken port
2010-11-21 20:57:15 +00:00
Max Brazhnikov
1a85e54520
Update to 2.0.2
2010-11-21 20:33:18 +00:00
Palle Girgensohn
f1e5c6edd4
Update eclipse-cdt according to PR, and give maintainership to Aldis.
...
PR: ports/150646
2010-11-21 20:11:51 +00:00
Andrej Zverev
d37e24d8d7
Update to 0.50
2010-11-21 19:44:02 +00:00
Joe Marcus Clarke
a27131c782
Add a patch from Ubuntu to fix gradient rendering problems resulting in
...
ugly displays, bad performance, etc.
Reported by: many
Obtained from: http://repos.archlinux.org/wsvn/packages/cairo/trunk/cairo-1.10.0-buggy_gradients.patch
2010-11-21 19:43:40 +00:00
Joe Marcus Clarke
6bcf29f8d4
* Respect STRIP to allow for debugging builds
...
* Reset ownership to the user installing even for top dirs
PR: 152266
Submitted by: Anonymous <swell.k@gmail.com>
2010-11-21 18:17:03 +00:00
Dmitry Marakasov
7e3953d581
Qt gui for google translate based on ajax api
...
WWW: http://code.google.com/p/qgt
PR: 152416
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
2010-11-21 18:15:00 +00:00
Emanuel Haupt
9a34d7edfc
Remove powerpc from supported ARCH.
...
Notified by: portsmon
2010-11-21 18:08:37 +00:00