Commit Graph

67509 Commits

Author SHA1 Message Date
rpointel
907ada56db +cython 2011-06-29 08:28:47 +00:00
rpointel
91fe494c92 Import cython, from James Turner, with few tweaks by me and landry@.
ok landry@, benoit@. 
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.
This makes Cython a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00
dcoppa
4db2666d25 I like this more; no binary change 2011-06-29 07:42:02 +00:00
robert
f5bf576b18 update to 12.0.742.112 2011-06-29 06:32:32 +00:00
sthen
3e3639224e security update to asterisk 1.8.4.4: fix a case where invalid username
was distinguishable from incorrect password.
2011-06-29 01:15:04 +00:00
sthen
46e584201e reserve user for owamp 2011-06-28 23:32:08 +00:00
sthen
12ef69da18 +lcms2 2011-06-28 23:12:56 +00:00
sthen
b0f40dd5f7 import lcms2, ok edd@, nothing in bulk build logs appears to pick it up yet.
LCMS is the Little Color Management System, a Color Matching Method
(CMM) library which implements fast transforms between ICC profiles.

Color management refers to techniques that ensure consistent color
as images are transferred from scanners or cameras to monitors and
printers.
2011-06-28 23:12:29 +00:00
landry
b16ee369be Update to fennec/firefox for mobile 5.0, sync patches from www/mozilla-firefox..
Tested on amd64 and macppc.
2011-06-28 22:01:17 +00:00
sebastia
3156205189 Import the "traditional" GNUstep Objective-C runtime:
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.

This version of the runtime is needed to get GNUstep ports working fine on sparc.
Not yet hooked up to the build. To make use of it, it needs an update for gnustep-make, and a bump on all dependent ports.
Waiting for gnustep-base update, which should arrive soon, to do all those things at the same time.

OK landry@
2011-06-28 16:06:20 +00:00
sebastia
f40c64a167 hook up performance and webservices 2011-06-28 16:00:55 +00:00
landry
22f67ec48e Talk about Firefox 5 in DESCR, reported by John Taylor (thanks!) 2011-06-28 15:53:38 +00:00
sebastia
3743a2648b import GNUstep WebServices:
The WebServices library contains a collection of classes to be used for
creating client and server 'web service' applications. It is also useful
for general XML work as the API that is particularly simple and
efficient.

OK landry@
2011-06-28 15:51:18 +00:00
sebastia
3a4707d09b Import GNUstep Performance:
GNUstep Performance is a collection of classes to help improve/tune
performance of your software.

OK landry@
2011-06-28 15:49:56 +00:00
dcoppa
9601a5a11d Update to ffmpegthumbnailer-2.0.6.
Ok landry@
2011-06-28 13:43:03 +00:00
ajacoutot
77d1ca5363 s/make/${MAKE_PROGRAM} 2011-06-28 12:57:47 +00:00
landry
8713d2ab0d Add archivers/unzip to BUILD_DEPENDS, reported by Mark Patruck (thanks!) 2011-06-28 11:57:39 +00:00
jasper
b6bb1792fb add missing build depends. spotted by robert@ 2011-06-28 11:55:51 +00:00
ajacoutot
b58dcc0c5c Update to cups-1.4.7. 2011-06-28 11:52:38 +00:00
sthen
c12b40632d unbreak build, from robert@ 2011-06-28 11:39:31 +00:00
ajacoutot
a35af41beb Add gnome-icon-theme to RUN_DEPENDS, it's needed to render some icons.
ok robert@ (maintainer)
2011-06-28 11:34:42 +00:00
robert
11742a510b Add the ${GEM_BIN_SUFFIX} postfix to the redcloth binary to fix the
ruby19 build
2011-06-28 11:33:33 +00:00
kili
0d23a6ec1a Do not hide required libs in the .pc files.
Fixes the build of hs-cairo.

ok dcoppa@, jasper@ (who wanted the extra comment in the patch file)
2011-06-28 11:04:40 +00:00
ajacoutot
9eb8824e6f Remove now useless patch. 2011-06-28 10:41:48 +00:00
ajacoutot
52866d0dcb Rework the mount/unmount functions.
Remove useless patches while here.
2011-06-28 09:40:13 +00:00
jasper
047258332b @comment the wininst files, like python2, so this packages on mips64el now. 2011-06-28 09:29:28 +00:00
rpointel
12def66d26 Regen PLIST and remove --without-check.
Bump Revision.
ok sthen@.
2011-06-28 09:10:32 +00:00
dcoppa
d2fc0960bd Latest round of fixes from upstream:
* fix --draw-filename "x of y" being cut off by short filenames
* respect --zoom 100 in --fullscreen mode
2011-06-28 07:40:08 +00:00
dcoppa
0b66f8d674 Update to pjsua-1.10.
tested and ok'd by Christopher Zimmermann (maintainer)
ok landry@
2011-06-28 07:03:46 +00:00
sthen
2679c25ded In the cgi, only permit a user to execute commands on an entire
hostgroup/servicegroup if authorized for every member of the group.
From upstream repo.
2011-06-28 06:34:33 +00:00
landry
e376c11d4e Update to firefox-i18n 5.0. 2011-06-28 05:44:38 +00:00
landry
433f3c4b5e Update to mozilla-firefox 5.0:
That's the first release following the new fast scheme of one major
release every 6 weeks..
Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for
release notes. Note that it's still badly broken on sparc64, and
unlikely to be fixed soon... you still have www/firefox36.

Tested by (at least, probably forgetting some..) rpointel@, pea@,
ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc
(thanks!)
ok rpointel@
2011-06-28 05:43:57 +00:00
ajacoutot
cefce1717a Bugfix update to gdk-pixbuf-2.23.5. 2011-06-28 05:35:21 +00:00
edd
1e48d3e25a Remove FAAC linkage due to license conflicts.
Remove a patch for FAAD which is already disabled.

From brad with a note in README from myself.

OK sthen@
2011-06-27 23:29:20 +00:00
sthen
299d2faa2e Remove --enable-faac for clarity, transcode's aac encoder code is not
currently built/used. Worked out by Brad.
2011-06-27 21:17:55 +00:00
sthen
0de3a685c1 - add commented-out example settings for configuring a server behind nat
- be explicit in sample config that people should use strong secrets
2011-06-27 21:15:14 +00:00
jasper
09e074c36a - update to 1.6.1 2011-06-27 21:13:23 +00:00
landry
f706fcaa90 Remove patch not applying anymore - fixes packaging. 2011-06-27 20:30:57 +00:00
gsoares
d33a75847f remove ${RUN_DEPENDS} from REGRESS_DEPENDS here. as done in cpan.port.mk already
OK sthen@ jasper@
2011-06-27 18:54:06 +00:00
rpointel
3671c22e9e Import the WIP of Python 3.2.
Worked on it with jasper@ and Henry Precheur (thanks).
Ok jasper@, sthen@.
Not link to the build, having it intree will allow more people to work on it.
2011-06-27 18:44:13 +00:00
jasper
c050712bf1 - update to 0.31
from wen heping
maintainer timed-out
2011-06-27 18:41:53 +00:00
jasper
f24c7d53da - update to 1.616
from wen heping
maintainer timed-out
2011-06-27 18:35:44 +00:00
ajacoutot
2562fdb86e Update to zarafa-7.0.0, stable release. 2011-06-27 14:31:36 +00:00
sthen
c945a53851 sync WANTLIB and bump.
zap a few stray space-tabs while there.
2011-06-27 13:38:30 +00:00
sthen
5d8880f5cd Record missing inter-library dependencies in .pc files, pkg-config
now only considers Requires not Requires.private unless linking
statically so the missing deps cause problems. From Nigel Taylor
and on ports@ for a week, much testing by Nigel. I updated the
diff following faac removal.  Fixes multimedia/transcode build.

ok jasper@ espie@
2011-06-27 13:36:44 +00:00
sthen
791e812e50 Cope with bsd.man.mk changes and install source man pages. 2011-06-27 13:29:52 +00:00
dcoppa
bef447d8ad Update to ruby-redis-2.2.1 2011-06-27 13:12:27 +00:00
dcoppa
dca9bb9e38 Bugfixing update to redis-2.2.11.
Full ChangeLog at https://github.com/antirez/redis/raw/2.2/00-RELEASENOTES
2011-06-27 13:11:32 +00:00
jasper
35d7f5b2f2 - update to 4.20.3
from tim van der molen (MAINTAINER)
2011-06-27 12:49:42 +00:00
sthen
966fc640b5 - add missing WANTLIB=${MODPY_WANTLIB} and bump
- add http MASTER_SITES and more explicit license marker while there
2011-06-27 12:46:06 +00:00