Commit Graph

5486 Commits

Author SHA1 Message Date
bernd
11175912f0 Update to monotone-0.39 to let it build with the new boost. 2008-04-03 07:47:45 +00:00
bernd
109403012c Update to boost-1.34.1.
Initial diff from Mikko Tolmunen. Thank you!
Some corrections from brad@.

Tested by deanna@, naddy@, brad@ and myself.

ok deanna@, brad@
2008-04-03 07:44:39 +00:00
eric
0e9dc6a6b1 - add missing patch to fix packaging
noted by and ok sturm@
2008-04-02 11:04:49 +00:00
bernd
b0a4301f89 Update to git-1.5.4.5 and introduce a git-x11 package which contains
all graphical git stuff.

Initial git-x11 diff from Josh Elsasser. Thanks!
2008-04-01 22:36:30 +00:00
bernd
4ff4b681e4 Update to ruby-hoe-1.5.1. 2008-04-01 22:16:05 +00:00
bernd
89aa8e1a0c Update to ruby-rubyforge-0.4.5. 2008-04-01 22:12:16 +00:00
bernd
20525dc2b2 Update to ruby-tzinfo-0.3.8. 2008-04-01 22:06:11 +00:00
kurt
4dd42f3023 - add run deps on javaPathHelper, okay ian@ 2008-04-01 21:57:20 +00:00
kurt
a48ed8c7f1 - adjust to depend on threaded boehm-gc 2008-04-01 17:42:12 +00:00
kurt
67e36b90b6 - use __data_start symbol to find the beginning of the data sections
and adjust boehm-gc to deal with any number of holes that may appear
between __data_start and _end. (requires -current binutils)
- work-around libpthread bugs that prevent sigsuspend() from working
in a signal handler by using pthread_suspend_np() + an arch/libpthread
specific offset to obtain the suspended thread's stack pointer.

thanks to sthen@ and jasper@ for access to other arches. discussed
with todd@
2008-04-01 17:41:13 +00:00
jasper
a1d3817782 SECURITY FIX for http://secunia.com/advisories/28640/
Patches were taken from libsdl's svn.
2008-03-31 21:19:17 +00:00
bernd
e41f7b00ef Revert last change because it will cause some breakage which I have
to fix first.
2008-03-31 08:47:25 +00:00
jakemsr
1c30c7bc39 maintainence update to ccrtp-1.6.0
from brad@, with small change by me to disable libgcrypt
2008-03-31 01:10:27 +00:00
jakemsr
de37fb5c7c maintainence update to commoncpp-1.6.1.
from brad@
2008-03-31 01:08:46 +00:00
bernd
3ef9647bc6 Let the wrapper exit unsuccessfully if it doesn't get what it needs.
From Ralf Wildenhues. Thanks!

ok espie@
2008-03-29 19:24:40 +00:00
bernd
0328b8a786 Fix manpath so git-help(1) works correctly.
From fulvio ciriaco. Thanks!
2008-03-28 19:06:20 +00:00
landry
c397ad7d37 Update to mercurial 1.0, enable regress tests.
From Will Maier (MAINTAINER), tested by myself.

ok MAINTAINER
2008-03-26 20:43:44 +00:00
eric
f7f70cc196 - update to ZopeInterface 3.3.0
- take maintainership

tested by Will Maier

ok alek@
2008-03-26 20:35:52 +00:00
eric
7591c88979 - update to TwistedCore 2.5.0 and related subpackages
- add documentation and examples for twisted.doc
- disable twisted.web2 (still experimental and not working with 2.5.0 yet)
- take maintainership (requested by alek@)

with help from and tested by Will Maier and martynas@

ok martynas@
2008-03-26 19:57:23 +00:00
fgsch
b469af200f do not pickup xvid or libshout2. naddy@ ok. 2008-03-26 14:58:55 +00:00
sturm
81ede3a6b8 missing PKGNAME bumps after java.port.mk changes
noticed by espie@
2008-03-26 13:07:04 +00:00
fgsch
d29d0487b6 no need for lame's no_x11 flavor anymore. 2008-03-25 17:29:57 +00:00
simon
1ae079219e Remove -pgsql subpackage to avoid an endless loop as the next version of
postgresql will provide native uuid support, which depends on uuid.

Except a few function names your databases will need no changes.

For the list of new functions look at the postgresql-docs package or
http://www.postgresql.org/docs/8.3/static/uuid-ossp.html.

tests & ok mbalmer@
2008-03-24 17:25:49 +00:00
jakemsr
c3a88cc59a disable jack for now 2008-03-24 06:51:04 +00:00
mbalmer
6b1bf122c1 Add json-c 2008-03-23 09:00:15 +00:00
mbalmer
c294c0c02a json-c-0.7.0, a JSON implementation in C and licensed under the MIT license. 2008-03-23 08:57:02 +00:00
fgsch
629c8da8bf fix crash when obtaining the number of users. ok from martynas@ some time ago.
while i'm here remove some unneeded printf's and fix the reply users
callback.  bump package.
2008-03-23 05:46:29 +00:00
sthen
d3ec5bd5d4 SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:38:00 +00:00
kurt
ca7bea7a8d - add VMEM_WARNING
- adjust memory calculations so this has a chance of building on systems
  with 256M of real memory. Reported by Dongsheng Song
- bring the the rest of IcedTea's icedtea-graphics.patch and fix typo that
  prevented interactive apps from launching. I expect I will eventually
  will want to convert over to using IcedTea in full in the future.
2008-03-21 02:46:43 +00:00
pvalchev
546f4316e3 @X_LIBS@ and @C_CFLAGS@ for pkg-config too, from brad 2008-03-20 22:00:15 +00:00
jasper
aa63e6ef6c - update liboil to 0.3.14
- remove MAINTAINER (per her request)
2008-03-20 18:21:39 +00:00
pvalchev
7081132bbf add @X_CFLAGS@ to sdl-config --cflags (-I${X11BASE}/include), much
like -L{X11...} is in --libs
from Peter Hessler
2008-03-20 05:14:11 +00:00
kurt
00dc6d05e3 - connect 1.7 to the build and build distributable packages
ok nikolay@
2008-03-20 01:54:56 +00:00
jasper
a2b656caea - update desktop-file-utils to 0.15
ok ajacoutot@
2008-03-19 21:50:22 +00:00
kurt
b57a73740e - include the prerelease build number in the package version.
- add a description of the native_bootstrap flavor to DESCR-*
okay nikolay@
2008-03-19 20:44:18 +00:00
kurt
987cd4285a - switch to GPLv2 w/CLASSPATH exception licensed openjdk7 code
- update to early access build 24
- Use GPLv2 licensed binary plugs from the IcedTea project and parts of
  IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch.
  For more info see:
    http://icedtea.classpath.org/wiki/Main_Page
- Enable packages since we're fully GPLv2 based now, but still not
  hooked up to bulk builds just yet.
2008-03-19 18:05:43 +00:00
jasper
1aa3bb24bf - update iso-codes to 2.0
ok robert@
2008-03-19 15:18:49 +00:00
jakemsr
99fccde5bc - make artsd audio output work by linking with libartsc instead
of trying to dlopen() it.  also fix a couple bugs in the artsd
  output module: when artsd is "suspended", it only means that
  it it not accessing the soundcard at the moment, not that it
  will not accept data.  fix output latency by setting parameters
  that actually are settable, instead of trying to set read-only(!)
  parameters.

- allow the default audio output method to be chosen with the
  SDL_AUDIO_DRIVER environment variable.  choices are 'arts',
  'esd' and 'audio'.  'audio' selects audio(4) output, and is
  the default if SDL_AUDIO_DRIVER is not set.

ok pvalchev@
2008-03-19 13:33:29 +00:00
simon
260441fddb add beediff 2008-03-18 21:26:56 +00:00
simon
b1b2ec8ed2 import beediff
BeeDiff is a graphical file comparator.  Users have the possibility to
compare and merge two text files.  All differences are highlighted in
colors.

feedback & ok ajacoutot@
2008-03-18 21:26:53 +00:00
sturm
418157194e fix java RUN_DEPENDS for the 1.5 case
ok kurt
2008-03-18 19:40:03 +00:00
ajacoutot
6d4865512a - cope with new statvfs support
note: this needs a *very* -current system.

from naddy@
ok jasper@ naddy@
2008-03-17 08:38:31 +00:00
kurt
fb70c641fb - use HW_{USER|PHYS}MEM64. okay naddy@
- update to bsd patchset 4
- for amd64, sync JVM_handle_bsd_signal with its linux counterpart from
  which it was originally derived; add two segments of code dealing with
  sigsegv fringe cases.
- update pkg/MESSAGE-* to use recent mozilla product names.
2008-03-17 03:28:26 +00:00
kurt
a5bc96319a - use HW_{USER|PHYS}MEM64. okay naddy@
- on amd64 only do implicit null optimizations on offsets landing in the
first page of memory.
2008-03-17 03:21:25 +00:00
kurt
78c88e0cce - make netbeans aware of OpenBSD as a Unix like OS.
reviewed by nikolay@ and ian@ before lock.
2008-03-16 13:26:55 +00:00
ajacoutot
7de7eeae8e - major upgrade to pwlib-1.12.0
- rework the way we handle shared_libs versus ptlib version so it stays
compatible with upstream
- install version.h
- dtmf decoder patch from FreeBSD
2008-03-15 17:38:07 +00:00
mcbride
3cea14cecc More cleanups from ajacoutot@ 2008-03-15 15:52:53 +00:00
mcbride
8e09b3198a Clean up based on comments from ajacoutot
- fix COMMENT
- remove needless PKGNAME
2008-03-15 13:24:10 +00:00
mcbride
3547cc62aa Add libixp 2008-03-15 12:41:17 +00:00
mcbride
776be59e0e libixp port 2008-03-15 12:38:53 +00:00
espie
6fd2d188b8 make autoconf zap the AM_SANITY check for extra speed, and regen patches
while we're there.
2008-03-15 07:24:38 +00:00
merdely
31fca52b6d Fix build of python ports with py-setuptools when devel/pyrex is
installed.  This fix is already included in the next version of
py-setuptools.

Help from Will Maier
ok djm@ naddy@
2008-02-29 17:19:05 +00:00
kurt
ee4549b7b1 - fix eclipse.desktop Exec line. from Stefan Sperling
- clean up / add other eclipse.desktop lines
okay naddy@
2008-02-28 22:11:28 +00:00
merdely
f7de3162de Disable hardcoded optimization (-O) to enable build on alpha.
ok naddy@
2008-02-28 21:47:52 +00:00
kurt
b5be1f69c8 - use HW_PHYSMEM64. okay naddy@ 2008-02-28 14:54:56 +00:00
kurt
43fe843d56 - mark as BROKEN 'Work-in-progress and outdated' so users understand this
port is not finished yet. also remove a MASTER_SITE. okay naddy@
2008-02-26 18:26:23 +00:00
espie
72f144d63f let PKGNAME continue along the same line, thus fixing update issues. 2008-02-25 16:59:23 +00:00
uwe
c88ab82a6f Sync Bluetooth libs with NetBSD
ok espie, naddy
2008-02-24 21:53:37 +00:00
naddy
54fdcd171a BROKEN: bad system call 2008-02-24 15:56:49 +00:00
naddy
96a5171118 bump PKGNAME for PLIST changes 4.2 -> 4.3 2008-02-22 19:16:49 +00:00
naddy
3f911b38c0 remove maintainer Damien Couderc at his request 2008-02-20 20:48:56 +00:00
jakob
08b7d64b2a move comment (no package change) 2008-02-20 07:42:32 +00:00
bernd
8a49462806 Minor update to git-1.5.4.2. 2008-02-19 09:05:58 +00:00
jasper
b46ba636d7 add py-notify 2008-02-18 18:15:13 +00:00
jasper
a7f985d422 import py-notify 0.1.1
Python bindings for libnotify.

feedback and ok ajacoutot@
2008-02-18 18:08:23 +00:00
jasper
5f786b2cb6 - remove unneeded patches, these ports use devel/libtool for a while
from brad@, also prodding by ajacoutot@
2008-02-18 17:49:24 +00:00
kurt
6284762954 - update to BSD patchset 8 based off Sun's JRL licensed Update 14 source:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_14
- NOTE: patchset 8 includes amd64 plugin support now.
- adjust pkg/MESSAGE-* files for change in plugin support and add missing
  JRL licensing blurb for the jre package.
2008-02-15 15:14:37 +00:00
jakob
9fc65763a7 upgrade to PCRE v7.6
fixes "PCRE Character Class Buffer Overflow" (Secunia Advisory SA28923)
2008-02-15 10:07:11 +00:00
kurt
ef1a64e45b - pkg bump all 1.3+ ports due to 1.3-linux removal and change in
RUN_DEPENDS via java.port.mk. okay ian@ pval@
2008-02-14 21:51:31 +00:00
kurt
b3296e52b5 - remove 1.3-linux now that it is no longer needed for building 1.4
- update 1.3+ MODJAVA_RUN_DEPENDS to account for 1.3-linux removal
okay ian@ pval@
2008-02-14 21:48:43 +00:00
naddy
22b12a30a5 update to 2.3.1; based on a submission by Dongsheng Song 2008-02-14 19:54:16 +00:00
martynas
cd9e31fdcb update to xulrunner-1.8.1.12; ok kurt@ 2008-02-13 20:52:28 +00:00
kurt
e0c8972d72 - switch to kaffe bootstrap. linux emul no longer needed to build.
- update to patchset 8. mostly just removal of patches committed
  upstream a long time ago.
okay brad@
2008-02-13 13:53:50 +00:00
sthen
a278095ed8 remove a hppa workaround which used to be necessary, but now just
breaks the build. other arch unchanged -> no bump.
"of course" ajacoutot
2008-02-13 12:01:53 +00:00
martynas
027c941cba update to nspr-4.6.8; ok kurt@ 2008-02-12 23:21:38 +00:00
sthen
489b6ebc8d fix javascript on arm (it expected Armel ABI).
from martynas
2008-02-12 16:09:23 +00:00
naddy
b00fdc15fc don't drop "p5-" prefix from package name 2008-02-11 20:29:55 +00:00
bernd
35b0d7bfcc Minor bugfix update to 1.5.4.1. 2008-02-11 18:37:03 +00:00
bernd
b8bc068797 Update to ruby-rcov-0.8.1.2.0.
From Paul Irofti.

ok markus@ (MAINTAINER)
2008-02-11 18:16:19 +00:00
jasper
23a4c89923 - update libglademm to 2.6.6
(Handle ToolButtons too)

"looks fine" ajacoutot@
2008-02-10 20:12:10 +00:00
sthen
ad697f1b69 xulrunner seems to work on arm, add to ONLY_FOR_ARCHS.
ok naddy
2008-02-09 20:57:43 +00:00
jasper
61f611800a - update ORBit2 to 2.14.12
(bugfixes and prepare for glib2 2.15.x)
- add license marker

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:51:03 +00:00
jasper
8c7b976d4a - update pango to 1.18.4
(bugfixes and documentation improvements)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:49:12 +00:00
jasper
47a5df7624 - update glib2 to 2.14.5
(bugfixes and updated translations)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:47:34 +00:00
ajacoutot
de57db5cf2 - update to 2.20.1
Note that it does not work better than previous in-tree version but it
will give us a better base to fix it.

joint work with jasper@
most patches adapted from NetBSD
fsusage patch from naddy@

ok jasper@
2008-02-09 16:52:24 +00:00
simon
d91361239f fix category and bump, found with pkg_mgr
ok landry@
2008-02-09 00:31:52 +00:00
landry
10587e60f3 Update to p5-Curses-UI 0.9601, adds a bunch of new widgets and examples.
ok simon@
2008-02-08 22:00:48 +00:00
landry
5c9a198aa6 Update to p5-Curses 1.20
ok simon@
2008-02-08 21:59:42 +00:00
bernd
7e3934804a Update to git-1.5.4.
From Daniel Dickman. Thanks!
2008-02-08 17:56:00 +00:00
bernd
b8700615e6 Add ruby-open4. 2008-02-07 21:07:00 +00:00
bernd
6508e5e70e Initial import of ruby-open4-0.9.6.
Open child processes with handles on pid, stdin, stdout, and stderr
to manage child processes and their io handles easily.
2008-02-07 21:04:40 +00:00
bernd
595d45d81e Update to ruby-rake-0.8.1. 2008-02-07 20:25:20 +00:00
bernd
6f15990c9e Add ruby-debug and ruby-debug-base. 2008-02-07 19:57:25 +00:00
bernd
4b7fd27769 Initial import of ruby-debug-0.10.0.
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.

Submitted and maintained by Paul Irofti.
Some tweaks by me.
2008-02-07 19:56:06 +00:00
bernd
0c839a1780 Initial import of ruby-debug-base-0.10.0.
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.

Submitted and maintained by Paul Irofti.
Some tweaks by me.
2008-02-07 19:48:55 +00:00
landry
21521503f3 Whoops, add missing goo, and hence bump.
spotted by ajacoutot@
2008-02-06 11:00:25 +00:00
landry
446c72cac5 Update to geany 0.13 from Vlad Glagolev (MAINTAINER)
adds a plugin manager, and 3 new plugins :
File Browser sidebar plugin, VCdiff plugin and Autosave plugin.
Now supports printing through GTK.

"looks fine btw" ajacoutot@
2008-02-06 10:55:12 +00:00
landry
b6fbeb6b2c add giggle 2008-02-05 10:02:41 +00:00
landry
34956d4e5d Import Giggle, a Gtk frontend to the distributed SCM git, like qgit or gitk.
With Giggle you will be able to visualize and browse easily the revision
tree, view changed files and differences between revisions, visualize
summarized info for the project, commit changes and other useful tasks for
any git managed project contributor.

With help and tweaks from bernd@, thanks !
ok bernd@ ajacoutot@
2008-02-05 10:00:40 +00:00
espie
5155b8d081 deal with qt4 issues here, instead of in kde. 2008-02-04 22:31:20 +00:00
jasper
9458c3c6d2 add p5-Config-Options and p5-Tree-Simple-View 2008-02-04 20:26:58 +00:00
jasper
2382cbbd7d re-import p5-Config-Options 0.04
Module to provide a configuration hash with option to read from file.
                                                                         
"ok, GOGOGO" simon@
2008-02-04 20:23:32 +00:00
jasper
59b8a26e84 i had an 's', but cvs eated it 2008-02-04 20:22:01 +00:00
jasper
7132ca00c1 import p5-Tree-Simple-View 0.16
This serves as an abstract base class to the Tree::Simple::View::*
classes. There are two implementing classes included here:
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.

"ok, GOGOGO" simon@
2008-02-04 20:05:42 +00:00
jasper
ceffcccc34 import p5-Config-Options 0.04
Module to provide a configuration hash with option to read from file.

"ok, GOGOGO" simon@
2008-02-04 20:05:41 +00:00
jasper
d4b0cf1772 - update libwnck to 2.20.3
(updated translations)

ok ajacoutot@
2008-02-03 20:57:27 +00:00
jasper
1958eb1491 - update libIDL to 0.8.10
(prepare for new glib, added missing braces)
- add license marker
- switch to use gnome.port.mk

ok ajacoutot@
2008-02-03 20:55:00 +00:00
jasper
8a2f0a5674 - update cxxtools to 1.4.6
from new maintainer Vijay Ramesh <vramesh2 at uiuc.edu>
2008-02-03 17:15:23 +00:00
sturm
4c02a0b786 typo in DESCR and bump PKGNAME
from maintainer
2008-02-03 13:48:56 +00:00
bernd
aad579b446 Add ruby-mocha. 2008-02-02 11:10:55 +00:00
bernd
812a506837 Initial import of ruby-mocha-0.5.6.
Mocha is a library for mocking and stubbing using a syntax like that of
JMock, and SchMock. Most commonly Mocha is used in conjunction with
Test::Unit, but it can be used in other contexts.

One of its main advantages is that it allows you to mock and stub methods
on real (non-mock) classes and instances. You can for example stub
ActiveRecord instance methods like create, save, destroy and even class
methods like find to avoid hitting the database in unit tests.

Mocha provides a unified, simple and readable syntax for both traditional
mocking and for mocking with real objects.
2008-02-02 11:08:45 +00:00
bernd
5760bc3d73 Add ruby-highline. 2008-02-02 10:42:24 +00:00
bernd
28d04b09e1 Initial import of ruby-highline-1.4.0.
A high-level IO library that provides validation, type conversion, and more
for command-line interfaces. HighLine also includes a complete menu system
that can crank out anything from simple list selection to complete shells
with just minutes of work.
2008-02-02 10:41:23 +00:00
steven
d1307a336a fix LIB_DEPENDS after wxWidgets update 2008-02-02 09:51:04 +00:00
bernd
14d3dd0d36 Update to ruby-rspec-1.1.3. 2008-02-02 09:30:09 +00:00
martynas
7fca606bb5 - drop maintainership of the ports i don't use: goffice, py-orbit,
delay, wyrd, file-roller
- okan@ takes maintainership of wyrd
- bump package names
ok okan@
2008-02-01 20:26:42 +00:00
bernd
c8a1e384ce Update to git-1.5.3.8. 2008-01-28 18:49:06 +00:00
bernd
67021010f2 Update to ruby-rspec-1.1.2. 2008-01-28 18:24:02 +00:00
pvalchev
3db60d1479 Fix libGL dynamic loading (let dlopen(3) do its job!)
From Antti Harri <iku@openbsd.fi>, tested by many
2008-01-27 18:43:20 +00:00
espie
41cf57d3f6 minor update to 2.4.8 (all tests pass now) 2008-01-26 21:26:32 +00:00
ian
04246826d8 Desktop goo. Pkg bump. ok kurt@ 2008-01-25 20:17:26 +00:00
merdely
9c3e5dfc6d Update p5-Params-Validate to 0.89
Based on a diff from JC Roberts
ok simon@ (MAINTAINER timeout)
2008-01-23 21:57:50 +00:00
martynas
7755419ee9 enable cookie and permissions extensions for applications such as
epiphany and galeon.  improvements, testing and ok kurt@ and naddy@
2008-01-23 16:32:04 +00:00
todd
f4088d0a32 update to 1.1.5; works for me
from brad@
2008-01-23 16:05:40 +00:00
eric
dc7ac1488f Use included tmake rather than devel/tmake that pulls qt3.
ok naddy@
2008-01-22 20:03:31 +00:00
merdely
d9c2b24f5f Update to 2.6.
From Will Maier
ok okan@
2008-01-22 18:51:04 +00:00
ajacoutot
40bb43e30d - remove undeeded patch now that mimeinfo.cache is installed in the
right place

ok jasper@
2008-01-22 18:27:02 +00:00
ajacoutot
83afd0609b - don't hardcode the directory containing mimeinfo.cache or users won't
be able to use their own cache file (this fixes a bug under nautilus
where one couldn't change files associations)
- the default cache file is now where it should be, under
${PREFIX}/share/applications/

ok jasper@
2008-01-22 18:24:50 +00:00
deanna
92361f3d76 Update to pyrex 0.9.6.4.
Remove alek@ from MAINTAINER, by his request

ok alek@
2008-01-22 13:35:01 +00:00
okan
9f34abac47 compiler workaround to give vax a chance
ok jakob (MAINTAINER) merdely
2008-01-22 01:41:00 +00:00
rui
4f79d70ecc - maintenance update to 4.23.
- update my email address while there.
2008-01-19 22:09:26 +00:00
kurt
d658fc57aa don't install libnative_chmod.so. it is an unused linux shared lib
okay ajacoutot@
2008-01-18 16:08:05 +00:00
kurt
54a9930f43 - don't install libnative_chmod.so. it is an unused linux shared lib
- install JRL LICENSE in second location in JDK
okay ajacoutot@
2008-01-18 15:52:55 +00:00
ajacoutot
ea2e8229e2 - use -fPIC everywhere
(avoid arch-specific tweak whenever possible)

requested by steven@
2008-01-15 21:16:24 +00:00
ajacoutot
485079004d - fix build on amd64 (I should really get one of those)
spotted by and ok simon@
2008-01-15 08:07:27 +00:00
bernd
18ca3a42f0 Remove dependency on hoe and enable regression tests.
ok jcs@
2008-01-14 19:20:12 +00:00
ajacoutot
9e2c4010e3 - explicitely set defaults paths
(this is just for consistency with upcoming py-qt3 and py-qt4;
no package change)
2008-01-14 18:08:30 +00:00
ajacoutot
41ca8df55e +py-sip 2008-01-14 14:47:16 +00:00
ajacoutot
0d1fb7b011 Import py-sip-4.7.3
SIP is a tool for automatically generating Python bindings for C and C++
libraries.
SIP comprises a code generator and a Python module.  The code generator
processes a set of specification files and generates C or C++ code which
is then compiled to create the bindings extension module.  The SIP
Python module provides support functions to the automatically generated
code.


from Lars Hansson <lars at unet dot net dot ph> via simon@ with some tweaks by me
ok simon@
2008-01-14 14:44:11 +00:00
winiger
1239d748f1 add conflict for flavors
ok mbalmer@
2008-01-14 13:24:16 +00:00
ajacoutot
f6c02d222e - update to libopensync-0.35 2008-01-13 21:37:27 +00:00
martynas
e32826abf8 update to py-setuptools-0.6c7; ok djm@ 2008-01-13 20:51:24 +00:00
martynas
05d28b49c0 - update to py-cheetah-2.0.1
- enable regression tests
ok simon@
2008-01-13 17:39:39 +00:00
martynas
7d58ff04b5 update to py-turbokid-1.0.4; ok simon@ 2008-01-13 17:25:17 +00:00
martynas
12c6be7a6b update to py-kid-0.9.6; ok simon@ 2008-01-13 17:24:11 +00:00
martynas
4e8a91c914 update to py-turbojson-1.1.1; ok simon@ 2008-01-13 17:23:17 +00:00
martynas
1981acf86e update to py-turbocheetah-1.0; ok simon@ 2008-01-13 17:21:35 +00:00
martynas
6a5bce4574 update to py-simplejson-1.7.3; ok simon@ 2008-01-13 17:20:14 +00:00
martynas
2351647d3c update to py-nose-0.10.1; ok simon@ 2008-01-13 17:19:26 +00:00
martynas
d03720a1b7 update to py-decoratortools-1.7; ok simon@ 2008-01-13 17:15:14 +00:00