Commit Graph

5649 Commits

Author SHA1 Message Date
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
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
simon
a5800375ed maintenance update to version 4.61 2008-08-20 13:23:28 +00:00
ajacoutot
8817750a54 - update to libopensync-0.36 2008-08-20 08:34:45 +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
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
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
naddy
7ff60146b4 Pinch a fix/workaround from 2.16.5's configure script to ensure that
endianness is detected correctly on all platforms.  ok martynas@

Also drop a bogus configure patch that is a no-op.
2008-08-01 20:53:05 +00:00
kurt
96548d0dc6 Fix starting java via PATH. Reported by several. Debugged by Mark Peloquin
<markpeloquin at gmail.com>, fix by me.

okay pvalchev@, espie@
2008-08-01 20:22:48 +00:00
martynas
6dd7e1027c nspr 4.7.1 ships source tarball with weird permission modes. fix
modes for header files in the install target, so that the resulting
package is right, and non-root/wheel users are able to build apps
depending on nspr
ok kurt@, naddy@, pval@
2008-07-31 17:31:00 +00:00
djm
98545cd4c9 remove myself as MAINTAINER; bump PKGNAME 2008-07-29 08:43:30 +00:00
sthen
2032793db0 SHARED_LIBS and PKGNAME bumps for libm. 2008-07-29 00:18:58 +00:00
sthen
62d6cd3986 - SHARED_LIBS and PKGNAME bumps for libm.
- Add workaround for lack of extended-precision, from martynas@.
Fixes the build.  XXX - to be removed later.
2008-07-29 00:17:01 +00:00
sthen
3bb4794565 SHARED_LIBS and PKGNAME bumps for libm. 2008-07-28 23:56:28 +00:00
sthen
4369454d22 SHARED_LIBS and PKGNAME bumps for libm. 2008-07-28 23:41:54 +00:00
simon
81c4df9b80 maintenance update to version 1.07, replace spaces with tabs
and enable pod tests
2008-07-27 23:00:10 +00:00
simon
b0a8dc4415 maintenance update to version 1.02 and replace spaces with tabs while here 2008-07-27 22:55:38 +00:00
sthen
3018515918 apr-utils hardcodes LIB_DEPENDS on devel/apr major version,
fix this following apr bump. Pointed out by ckuethe, thanks!
ok martynas@
2008-07-27 10:47:53 +00:00
okan
988abeaeb1 update to 4.22
based on an earlier update from Jim Razmus

ok simon@ merdely@
2008-07-27 02:03:12 +00:00
bernd
9aa01fc0f7 Update to ruby-mocha-0.9.0. 2008-07-26 11:55:56 +00:00
bernd
5f96df30e6 Update to ruby-tzinfo-0.3.9 and enable regress tests. 2008-07-26 11:03:00 +00:00
kevlo
92d59b699e update to 0.040 2008-07-26 03:27:20 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
ajacoutot
4e96d0b36a - fix GCONF_ETCDIR
before this change it wasn't possible to add mandatory settings without
tweaking gconf
- while here, rework the way we build this port so we can drop some
patching
2008-07-25 13:42:57 +00:00
martynas
9a5c1037db update to nspr-4.7.1. also needed by firefox 3.0
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:42:33 +00:00
ian
5b06ea7d13 += hudson 2008-07-25 00:07:17 +00:00
ian
5e36a5714a Initial import of Hudson, a continuous integration (CI) server.
Hudson can run standalone (has own tiny web server) or in a
Java-capable web server or application server.
ok sthen@, kurt@ after considerable cluesticking (by them)
2008-07-25 00:05:31 +00:00
martynas
1db4805bb9 remove bogus patch. atof("Infinity") actually produces zero, and
then no wonder the patch removes further regression tests...
this is not needed now that that archs have proper INFINITY and NAN
definitions
ok phessler@
2008-07-24 10:02:57 +00:00
jakemsr
3967424f7e * export the UDFFindFile function, and so:
- bump shared lib minor and
- bump pkgname

this will make future libdvdnav updates easier.

ok espie
2008-07-24 09:37:26 +00:00
fgsch
0df5a42e58 enter py-buildbot 2008-07-23 00:39:02 +00:00
fgsch
26752b5197 import py-buildbot, a system to automate the compile/test cycle.
wcmaier@ ok and added as maintainer.
2008-07-23 00:36:45 +00:00
martynas
78aeb076bf adapt for other mozilla projects claudio's diff of firefox to honor
MOZ_PLUGIN_PATH.  bump pkgnames
sure claudio@
2008-07-21 19:19:06 +00:00
bernd
523a6e9011 Update to git-1.5.6.4. 2008-07-21 07:48:54 +00:00
bluhm
7f7ded1d97 update to 1.09
ok sturm
2008-07-18 16:42:08 +00:00
martynas
6769a36bc3 security update to xulrunner-1.8.1.16. MFSA 2008-35, MFSA 2008-34
ok kurt@
2008-07-17 16:50:20 +00:00
dhill
c5f658e335 upgrade to 0.7501
ok steven@
2008-07-16 21:15:59 +00:00
dhill
2872e82b86 upgrade to 0.04
help and ok simon@
2008-07-15 18:23:14 +00:00
dhill
cb567f412e upgrade to 1.49
ok claudio@
2008-07-15 18:18:22 +00:00
bernd
0ddb02a6f2 Update to git-1.5.6.3. 2008-07-15 08:41:40 +00:00
dhill
47229b5135 upgrade to 0.31
ok simon@
2008-07-14 13:58:09 +00:00
dhill
86dcb2aa0b upgrade to 0.06
ok simon@
2008-07-14 13:57:04 +00:00
dhill
b1beb68260 upgrade to 0.03
OK simon@
2008-07-14 13:55:58 +00:00
dhill
f5c1071dd7 upgrade to 1.51
input and OK simon@
2008-07-13 17:32:10 +00:00