Commit Graph

45286 Commits

Author SHA1 Message Date
dhill
5957a2dd8b Upgrade to 3.021
Add dependancies recommended by the author.

OK simon@ merdely@
2008-08-20 20:09:59 +00:00
simon
b79cba9e4c add p5-Paranoid 2008-08-20 20:05:59 +00:00
simon
d8709891bd import p5-Paranoid
This collection of modules started out as modules which perform things
(debatably) in a safer and taint-safe manner.  Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.
2008-08-20 20:05:54 +00:00
simon
5797d18bcd maintenance update to version 1.25 and whitespace fixes 2008-08-20 19:55:28 +00:00
simon
473ef75da3 update to version 1.33 and remove maintainer as requested
ok jasper@ (former maintainer)
2008-08-20 19:26:06 +00:00
brad
464f38be0c Upgrade Squid to 2.7-STABLE4
ok ajacoutot@
2008-08-20 16:35:15 +00:00
jasper
95138aec18 - update rdesktop to 1.6.0
* includes SECURITY FIXES for several over-/underflows:
  CVE-2008-1801 CVE-2008-1802 CVE-2008-1803
- specify license marker
- prevent picking up libsamplerate if present
- regen PLIST

based on a diff by Devin Smith on ports@, with feedback from
brad@ and steven@ on ports@.

maintainer (ckuethe@) timed-out on this diff.
2008-08-20 16:25:41 +00:00
ajacoutot
5ff0f34242 - revert previous, requested by pvalchev@ who is coming up with a larger
diff (no-one likes cvs conflicts...)
2008-08-20 16:16:53 +00:00
jasper
9c1c3948f5 - update gossip to 0.31
- enable dbus, keyring and ebook support
2008-08-20 16:14:03 +00:00
jasper
45633bb12c - update loudmouth to 1.4.1
- bump major
- fix license marker
- enable regression suite
2008-08-20 16:11:11 +00:00
ajacoutot
332eae7ae1 - use gcc4 (allows building with openbabel-2.2.0)
- regen PLIST
2008-08-20 16:09:23 +00:00
ajacoutot
1504961432 - update to openbabel-2.2.0
- gcc4 is needed to build this now

* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 16:08:11 +00:00
sthen
629130ccee Correct license annotation. From Emilien Gaspar on ports@ 2008-08-20 16:00:03 +00:00
jasper
83bc330645 - add swfdec-plugin (used to be graphics/swfdec,plugin) 2008-08-20 15:59:45 +00:00
jasper
df69ffc5d5 import swfdec-plugin 0.6.0
Swfdec-Mozilla contains a plugin for Mozilla browsers that uses the
Swfdec library for playing SWF files.
2008-08-20 15:57:04 +00:00
jasper
472acc9fe0 - long overdue update of swfdec to 0.6.8
- remove jolan@ as maintainer per his request
- specifiy license version
- regen WANTLIB
- plugin flavor moves to it's own package (www/swfdec-plugin)
- other misc tweaks
2008-08-20 15:55:15 +00:00
ajacoutot
c18d1a8404 - change HOMEPAGE (which fixes MASTER_SITES in the process to get the
correct -docs tarball; noticed by drahn@)
- bump
2008-08-20 15:51:42 +00:00
ajacoutot
aefaadf5ac - add some MASTER_SITES; noticed by drahn@ 2008-08-20 15:45:24 +00:00
simon
c2b536d4a8 maintenance update to version 0.31 2008-08-20 15:38:59 +00:00
simon
e290eef91b update to version 0.18 now we have the new dependencies 2008-08-20 15:33:13 +00:00
ajacoutot
173c08e7ef - fix MASTER_SITES; noticed by drahn@ 2008-08-20 15:32:10 +00:00
naddy
470f889e92 superseded by sysmerge(8) 2008-08-20 15:04:19 +00:00
naddy
95f99e1887 Fix link order so this will build with static linking.
From: maintainer Nicholas Marriott
2008-08-20 14:57:57 +00:00
simon
6eb4cf50e0 *** empty log message *** 2008-08-20 13:44:40 +00:00
simon
54949cb577 import p5-namespace-clean
The namespace::clean pragma removes all previously declared or imported
symbols at the end of the current packages compile cycle.  Functions
called in the package itself will still be bound by their name, but they
won't show up as methods on the class or its instances.
2008-08-20 13:44:36 +00:00
simon
a6ebfd0f9e import p5-Mouse
Moose is wonderful but unfortunately, a little slow.  Though significant
progress has been made over the years, the compile time penalty is a
non-starter for some applications.
Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster.  In particular, "has" in Moose is missing only a
few expert-level features.
2008-08-20 13:44:33 +00:00
simon
1d3b898128 import p5-Class-Method-Modifiers
Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.
Class::Method::Modifiers provides three modifiers: before, around, and
after.  before and after are run just before and after the method they
modify, but can not really affect that original method.  around is run
in place of the original method, with a hook to easily call that
original method.
2008-08-20 13:44:29 +00:00
simon
d2e2257e4d import p5-Data-Alias
Data::Alias is a module that allows you to apply "aliasing semantics" to
a section of code, causing aliases to be made whereever Perl would
normally make copies instead.  You can use this to improve efficiency
and readability, when compared to using references.
2008-08-20 13:44:25 +00:00
jasper
cab4cefc94 - update xscreensaver to 5.07 2008-08-20 13:30:55 +00:00
simon
a5800375ed maintenance update to version 4.61 2008-08-20 13:23:28 +00:00
ajacoutot
d04d820941 - add lmtp_downcase_rcpt to the default imapd.conf file as it is a
commonly used option
- bump
2008-08-20 13:15:52 +00:00
simon
85f7bc923f add p5-JSON-DWIW, p5-JSON-Any and p5-Catalyst-View-JSON 2008-08-20 11:05:50 +00:00
simon
1b8e3fe010 import p5-Catalyst-View-JSON
Catalyst::View::JSON is a Catalyst View handler that returns stash data
in JSON format.
2008-08-20 11:05:46 +00:00
simon
f105c20f78 import p5-JSON-Any
This module will provide a coherent API to bring together the various
JSON modules currently on CPAN.  This module will allow you to code to
any JSON API and have it work regardless of which JSON module is
actually installed.
2008-08-20 11:05:43 +00:00
simon
5e7960e660 import p5-JSON-DWIW
Other JSON modules require setting several parameters before calling the
conversion methods to do what the author wants.  This module does things
by default that the author thinks should be done when working with JSON
in Perl.  This module also encodes and decodes faster than JSON.pm and
JSON::Syck in the benchmarks.
2008-08-20 11:05:39 +00:00
simon
bd1e06cf76 Redirect regression output so we get the actual exit code instead of the
last one in the pipe to make sure failed regression tests don't bake a
cookie when REGRESS_LOG is set (default).
Also redirect stderr to regress log and introduce REGRESS_STATUS_IGNORE
variable so post-regress targets like found in cpan.port.mk can do the
actual failure detection.

Problem noticed by bluhm@, latching of exit code suggested by steven@

Testing, feedback and ok on earlier version by bluhm@, 'go for it' espie@
2008-08-20 10:33:50 +00:00
espie
8b52dc2b17 fix bootstrap for ada and -current 2008-08-20 09:56:17 +00:00
ajacoutot
aa91ec9df8 - remove mergemaster from the list of subdirs
(mergemaster has COMES_WITH=4.4)

"sure" espie@
2008-08-20 09:12:10 +00:00
ajacoutot
99e0a02abb - update lame to version 3.98
(new version heads up from sebastian.rother at jpberlin dot de)
2008-08-20 09:02:03 +00:00
espie
9442611200 add clean=build: incentive to use SEPARATE_BUILD, as this allows you to not clean up the source, but only phases from configure up... 2008-08-20 08:56:53 +00:00
landry
33c4ba2b08 Link webkit and midori to the build.
Thanks again to everyone who tested it !

Okay'ed at least by sthen@ laurent@ jdixon@ before the lock.
2008-08-20 08:46:45 +00:00
ajacoutot
643f11f0c3 - tweak MESSAGE 2008-08-20 08:45:38 +00:00
ajacoutot
6464df2d2e - update to tikiwiki 2.0
- remove myself from MAINTAINER (any takers?)
2008-08-20 08:44:44 +00:00
ajacoutot
c1be62a735 - minor update to version 1.19.2
adds support for the 7zip archive format, some minor bugs have been
fixed and translations were updated
2008-08-20 08:43:24 +00:00
ajacoutot
8817750a54 - update to libopensync-0.36 2008-08-20 08:34:45 +00:00
ajacoutot
9fc91bc073 - update to liberation-fonts-1.04
- new HOMEPAGE and MASTER_SITES
2008-08-20 08:32:59 +00:00
ajacoutot
e4b218fbd6 - minor update to gtkspell-2.0.14
small bug fixes ; one new translation
- USE_GMAKE to build and install translations
2008-08-20 08:31:47 +00:00
ajacoutot
7f6588d140 - update to devede-3.10 (several enhancements, see changelog in source
for details)
2008-08-20 08:30:36 +00:00
jakob
dc8544a725 upgrade to unbound 1.0.2 2008-08-20 08:25:41 +00:00
sturm
d6353a12bc update to 4.8.3 2008-08-20 06:38:33 +00:00