Commit Graph

45114 Commits

Author SHA1 Message Date
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
brad
2211354bcc Upgrade to Dovecot 1.1.2.
ok jakob@
2008-08-20 02:07:04 +00:00
jakemsr
7e624c34a7 various audio fixes:
- recognize all available audio devices
- the audio device is always opened read-write.  this results in
  full-duplex operation for most OSS implementations, but full-dupplex
  needs to be explicitly enabled on OpenBSD.
- don't error out if SNDCTL_DSP_SPEED returns an error.  instead
  resample based on the returned sample rate.
- the resampling factor was not properly initilized and was returning
  random values.
- simply skip samples to down-sample.  the average method it uses
  sounds horrible.

now ekiga's softphone works for me when using the OSS audio backend

ok ajacoutot
2008-08-20 01:57:31 +00:00
brad
9d275cf52c update to Xine-lib 1.1.15
This release contains some security fixes, notably a DoS via
corrupted Ogg files (CVS-2008-3231), some related fixes, and
fixes for a few possible buffer overflows.

ok jakemsr@
2008-08-20 01:54:01 +00:00
jakemsr
750433f77a - fix build on macppc
- we have isfinite() now

ok brad
2008-08-20 01:44:44 +00:00
martynas
03cf188d2d extend documentation, after emails i've got
- since version 3, ff uses standard printing dialog from gtk+2.  in
order to continue using cups for printing, you will need to install
cups subpackage of gtk+2.  after an email from Giovanni Bechis
- ff3 may not render scaled images properly due to incompatibilities
between some of the x drivers and x server (this has been fixed in
the new xserver).  document work-arounds for now.  after an email
from Markus Bergkvist
2008-08-20 00:21:50 +00:00
espie
f5fbaf125d fix bogus REGRESS_DEPENDS 2008-08-20 00:06:20 +00:00
espie
4c82834ce2 fix master_sites 2008-08-20 00:06:02 +00:00
espie
db1d7f9c8c add .FORCE phony target to mirror-maker, so that you can set F=.FORCE to
force redoing something on every target easily.
2008-08-20 00:04:30 +00:00
martynas
96836d3bb7 use system libm. was ok naddy@, kurt@ 2008-08-19 23:53:45 +00:00
espie
6064d67b89 initial port of autoconf 2.62.
dependent on some m4 tweaks to actually work (not yet committed)
2008-08-19 23:52:19 +00:00
espie
d0317bfa90 new version, lots of code refactoring, and a new compact database. 2008-08-19 23:50:54 +00:00
espie
409b0bc6fb NOT_FOR_ARCHS as dump-vars, to allow sqlports to perform better 2008-08-19 23:49:32 +00:00
espie
9058e15b6c new version: still builds and runs okay, should be used to compile a new maxima! 2008-08-19 23:45:58 +00:00
espie
1ae5abd27d some minor update 2008-08-19 23:45:30 +00:00
espie
bab39fb7ae security update 2008-08-19 23:44:48 +00:00
jasper
cdece760a9 - update p5-AI-Perceptron to 1.0
- regen DESCR

ok kevlo@ (MAINTAINER)
2008-08-19 22:56:00 +00:00
jasper
659d4aa968 - add p5-accessors 2008-08-19 22:55:32 +00:00
jasper
61b4b4831a - import p5-accessors
The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you
reduce the ammount of unwanted direct-variable access that may creep
into your codebase when you're feeling lazy. accessors was designed with
laziness in mind.
2008-08-19 22:51:02 +00:00
jasper
5ba0adf8d0 - add a homepage and license
- regen patches and PLIST
- bump pkgname
2008-08-19 22:45:27 +00:00
jasper
e073be6eab SECURITY FIX for http://secunia.com/advisories/30742/
(Fetchmail Large Header Processing Denial of Service)

Patch was taken from upstream advisory.
http://www.fetchmail.info/fetchmail-SA-2008-01.txt

ok bernd@ (MAINTAINER)
2008-08-19 22:41:24 +00:00
jasper
feca2d2e32 - update gnomebaker to 0.6.4
(all our patches are accepted upstream)
- set a default device via gconf (from antoine)

ok ajacoutot@
2008-08-19 22:37:40 +00:00
jasper
bc1834379b - update gmime to 2.2.22
- fix license
- regen PLIST
2008-08-19 22:35:09 +00:00