Commit Graph

4661 Commits

Author SHA1 Message Date
pedro
971aaef85f Add luarexlib 2007-05-12 09:28:23 +00:00
pedro
ef956af2c4 Import devel/luarexlib, okay rui@ jolan@ 2007-05-12 09:25:13 +00:00
kili
e049af015e Update to 2.62.
New MASTER_SITES, since the old one isn't maintained and the upstream
doesn't carry versioned dists.
Create and install a man page.

ok bernd@
2007-05-11 11:18:54 +00:00
pedro
4802ddc0fc luafs-1.2.1, okay rui@ 2007-05-10 20:23:29 +00:00
alek
1a46975284 With new version of py-gtk2 some python modules are being built; ok jasper@ 2007-05-09 22:00:01 +00:00
alek
74d70912c6 add py-gobject 2007-05-09 21:55:50 +00:00
alek
1c39ba55d5 Import py-gobject 2.13.1
Python bindings for glib2 gobject

ok jasper@
2007-05-09 21:43:48 +00:00
simon
f7b0f086b7 update to version 0.65
ok jasper@
2007-05-09 17:15:20 +00:00
simon
d49c5594bf steven@ noticed the distfile was gone. update to version 0.16
"looks good" steven@
2007-05-09 17:13:43 +00:00
kurt
0d2c9182de . update to b12 sources (just building hotspot)
. adjust SIGRTMIN SIGRTMAX defines - from Jung-uk Kim <jkim@freebsd.org>
. use SIGSEGV || SIGBUS in amd64 signal handling code
2007-05-09 15:48:31 +00:00
steven
909b96d0ac this is now located in x11/xfce4/libxfce4util 2007-05-09 07:30:44 +00:00
steven
079efd31b8 don't install win32 headers
from mikolaj.kucharski at gmail
2007-05-09 06:00:27 +00:00
kurt
a6b2a31df6 Initial import of jdk 1.7 (a.k.a. OpenJDK 7) work in progress. So far Sun
has released the hotspot portion of 1.7 under GPLv2. j2se and deploy
(plugin & webstart) will come later. No packages yet since j2se is copied
in from 1.5.

Note: hotspot for BSD in previous versions of the jdk were based on a
mixture of Solaris code and Linux code (for amd64). In this version I have
selected Linux as the base and only ported of small parts of the Solaris
code as needed. Using Linux code as the base has significantly reduced the
code divergence for BSD support and should make maintaining the port
easier.

okay ian@, go for it espie@
2007-05-08 17:06:18 +00:00
simon
608d0bd539 update to version 0.2
"go for it" espie@
2007-05-08 16:10:46 +00:00
bernd
77582bc7f8 Update to git-1.5.1.3.
Tested by uwe@, thanks.
2007-05-08 09:48:07 +00:00
bernd
b66be933e5 Re-rolled distfile, no content change.
noticed by mpf@ (via sturm@), content checked by myself
2007-05-08 09:40:54 +00:00
steven
fd93ec6bec build the new version of libxfce4util 2007-05-08 09:03:34 +00:00
jasper
b456ec78d5 zap popt from WANTLIB and fix over-complex MASTER_SITES
"go ahead" ajacoutot@
2007-05-07 13:30:44 +00:00
bernd
882acb9ddb Missing PKGNAME bump after WANTLIB change. 2007-05-07 09:13:47 +00:00
kili
88b160cc75 Add -I${X11BASE}/include to STDCCFLAGS, so we get expat.h from the right
directory.

ok ajacoutot@
2007-05-06 13:24:32 +00:00
jasper
dbd67c1526 update libgsf to 1.14.3
feedback and ok steven@
2007-05-06 11:32:34 +00:00
simon
95e78ad685 update my lastname
ok naddy@
2007-05-05 17:44:50 +00:00
mbalmer
9ce4107434 Update to Horde 3.1.4.
SECURITY:  This fixes several bugs and also security problems that exist in
previous versions.

See http://lists.horde.org/archives/announce/2007/000315.html for details.
2007-05-05 13:41:12 +00:00
espie
55aa750d89 update Algorithm-C3 and Class-C3 to new version -- maintainer timeout,
okay simon@.
- detect interdeps loops.
- use faster Class::C3::XS if available.
2007-05-05 09:28:00 +00:00
espie
9644435af6 a reimplementation of Class::C3 algorithms in C, for speed.
Part of current work to speed up DBIx::Class, with astounding
results (perl 5.10 will have this more or less built-in).
2007-05-05 09:22:26 +00:00
jasper
cf7c2f25f9 drop maintainership 2007-05-05 09:19:26 +00:00
alek
dfa1c08396 Add pylint and friends 2007-05-04 17:58:55 +00:00
alek
b2f2c906f2 Import 0.13.1
Pylint is a lint-like tool for Python code. It performs almost all the
verifications that pychecker does, and additionally can perform some
stylistic verification and coding standard enforcements. The checked
code is assigned a mark based on the number and the severity of the
encountered problems. The previous mark of a given piece of code is
cached so that you can see if the code quality has improved since the
last check.

From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>                           
									
With help and one okey from bernd@ and steven@
2007-05-04 17:43:27 +00:00
alek
68f22e1ff5 Import py-logilab-common 0.21.2
This package contains several modules providing low level
functionalities shared among some python projects developed by
logilab.

From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
    
With help and one okey from bernd@ and steven@
2007-05-04 17:35:03 +00:00
alek
a2b327fd3a Import py-logilab-astng
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse, pylint.

From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>

With help and one okey from bernd@ and steven@
2007-05-04 17:32:33 +00:00
bernd
b02de5639c Use xenocara expat. 2007-05-04 09:56:02 +00:00
bernd
1fd96a8a5e Don't depend on python-expat-2.5 but use the python module.
Noticed by and ok steven@
2007-05-04 08:40:23 +00:00
alek
eb22f373cd Add monotone 2007-05-03 13:24:52 +00:00
alek
29c43a6dfd Import monotone 0.34
monotone is a free distributed version control system. It provides a
simple, single-file transactional version store, with fully disconnected
operation and an efficient peer-to-peer synchronization protocol.

ok kili@, niallo
2007-05-03 13:23:44 +00:00
msf
90ff81741c sigh... bump PKGNAME too 2007-05-03 11:28:48 +00:00
msf
2ce1971065 drop maintainer on ruby rails and friends 2007-05-03 11:25:17 +00:00
espie
e56eedc4e2 +qt4-eventsview 2007-05-03 10:30:34 +00:00
espie
5982db0532 event viewer library for qt4 2007-05-03 10:29:11 +00:00
naddy
c2b2800f27 fix build with newer speex versions 2007-05-02 19:01:07 +00:00
bernd
f195d2a1fe Remove some old and broken gnome-1.x stuff.
ok robert@, sturm@, steven@, espie@
2007-05-01 20:54:25 +00:00
kurt
7083038c36 fix bug in the filtering of corrupt environment vars 2007-05-01 02:05:46 +00:00
alek
2c375e225c Update to 1.4.6 from new maintainer Will Maier <willmaier@ml1.net> 2007-04-30 18:16:16 +00:00
espie
8d6c9bdb1f fix dependency chain after reckless gnomevfs2 commit. 2007-04-30 15:11:03 +00:00
espie
d131f7049d more proper fix. actually depends on the libs we should 2007-04-30 14:50:44 +00:00
espie
c8e7231484 fix packaging issue to be able to proceed with tests. apparently, gnomevfs
no longer pulls in bonobo, so pull it in manually through a LIB_DEPENDS.
2007-04-30 12:22:51 +00:00
kili
b2bac423eb Force to use /usr/bin/grep at build time, even if GNU grep is
installed.

ok espie@, steven@
2007-04-29 10:24:23 +00:00
jasper
1511e1dcb7 update perltidy to perltidy-20070424
from MAINTAINER Jim Razmus <jim AT bonetruck.org>
2007-04-29 09:29:31 +00:00
bernd
84606db26d Use xenocara expat. 2007-04-28 16:03:21 +00:00
bernd
fc2f6fec8d Use xenocara expat. 2007-04-28 14:02:26 +00:00
bernd
ae1bee24e7 Use xenocara expat. 2007-04-28 10:06:24 +00:00
bernd
470396a8b6 Use xenocara expat. 2007-04-28 09:18:51 +00:00
jasper
633aa35623 update gal2 to 2.5.3 2007-04-27 22:28:30 +00:00
bernd
ee467d8e45 Use xenocara expat. 2007-04-27 18:40:39 +00:00
ajacoutot
57e928e953 - we don't have a "lib64" directory 2007-04-27 13:38:09 +00:00
ajacoutot
3c39f398bc - add missing BUILD_DEPENDS
ok kili@
2007-04-27 10:37:57 +00:00
kurt
e828bd16b5 the accept retry change was rejected upstream. applications that use apr
have to retry upon EINTR instead of apr doing for them.
2007-04-26 16:05:01 +00:00
espie
3782e1cd3d list -pthread as a dependency of qt4core, so that stuff will link in a simpler
way.
2007-04-25 14:56:13 +00:00
rui
dd37bcbff2 update flawfinder to 1.27
ok robert@
2007-04-25 13:03:14 +00:00
ajacoutot
8976431708 +pwlib 2007-04-25 11:13:17 +00:00
ajacoutot
27d300f747 Import pwlib-1.10.3
PWLib is a moderately large class library that has its genesis many
years ago as a method to product applications to run on both Microsoft
Windows and Unix X-Window systems.
Since then the system has grown to include many classes that assist in
writing complete multi-platform applications. Classes for I/O
portability, multi-threading portability, aid in producing unix daemons
and NT services portably and all sorts of internet protocols were added
over the years. The library now also supports the open H323 project.

ok jasper@
2007-04-25 11:12:26 +00:00
jasper
9fd891c45e some files/dirs were @comment'ed a long time ago. no need to do that any longer
pointed out by Mikolaj Kucharski <mikolaj.kucharski@gmail.com>
2007-04-25 11:04:55 +00:00
jasper
e38eeba0f0 zap unneeded patch, 2007-04-25 11:01:16 +00:00
wilfried
f565d42e64 update mysql-gui-common to mysql-gui-tools-5.0r11 2007-04-25 10:48:10 +00:00
wilfried
1b130a07cc fix WANTLIB with new glib2mm/gtk2mm 2007-04-25 10:44:28 +00:00
wilfried
a7e36b0099 update glibmm to 2.12.8 2007-04-25 10:38:15 +00:00
msf
2779502e85 update to 2.07 2007-04-25 05:33:48 +00:00
msf
4632a4a5ba update to 0.18 2007-04-25 01:12:50 +00:00
msf
5e0dc58f62 update to 0.09 2007-04-25 01:02:22 +00:00
msf
8e56472ffe update to 1.14 2007-04-25 01:01:28 +00:00
martynas
58b410e3c9 update to vte-0.16.2
initial update from jasper@
"commit!" jasper@
2007-04-24 22:02:19 +00:00
jasper
857ccb05a1 update libglade2 to 2.6.0
based on diffs by alek@

ok martynas@
2007-04-24 20:55:56 +00:00
jasper
7ecc747351 zap some useless patches, our libtool has smartened over time.
from Mikolaj Kucharski <mikolaj.kucharski@gmail.com>
2007-04-24 20:47:21 +00:00
jasper
cb81475a81 fix wrong and hardcoded paths.
from Mikolaj Kucharski <mikolaj.kucharski@gmail.com>

ok martynas@ naddy@
2007-04-24 18:21:14 +00:00
martynas
2fd896db02 update to 0.88
ok maintainer mjc@, simon@
2007-04-24 17:09:25 +00:00
jasper
2cd16d7f5e update gconf2 to 2.18.0.1
based on diffs by alek@

ok martynas@
2007-04-24 12:53:37 +00:00
jasper
8ec17ba02f update startup-notification to 0.9
from martynas@
2007-04-24 12:48:25 +00:00
jasper
3e6c8d7ea8 update ORBit2 to 2.14.7
ok martynas@
2007-04-24 12:41:34 +00:00
msf
8ee41a2709 take MAINTAINER from ports@ no objecttions espie@
update to 1.01
2007-04-24 01:43:21 +00:00
msf
796a12c6bf update to 1.051 and add the optional dependencies, they're useful 2007-04-24 01:41:41 +00:00
jasper
00a98d8aeb add libnotify 2007-04-23 17:28:08 +00:00
jasper
a79cf5b6c7 import libnotify 0.4.4
Library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

feedback and ok steven@
2007-04-23 17:27:04 +00:00
jasper
44906bc3ba update libwnck to 2.18.0
ok alek@ (some time ago)
2007-04-23 16:33:00 +00:00
jasper
a65663389a update pango to 1.16.1
based on diffs by alek@

ok'd by several, "go ahead" steven@
tested by many, thanks!
2007-04-23 16:24:18 +00:00
jasper
e1a1818380 update atk to 1.18.0
based on diffs by alek@

ok'd by several, "go ahead" steven@
tested by many, thanks!
2007-04-23 16:22:46 +00:00
jasper
78a5b821bf update glib2 to 2.12.11
based on diffs by alek@

ok'd by several, "go ahead" steven@
tested by many, thanks!
2007-04-23 16:22:07 +00:00
msf
f058497a0d update to 2.18 2007-04-23 14:08:27 +00:00
msf
047374dfa1 update to 1.06 2007-04-23 13:29:49 +00:00
jasper
8b8a867c10 update iso-codes to 1.0
and set python binary name in post-extract.

"looks OK" robert@
2007-04-23 12:31:13 +00:00
martynas
3264e1879d update to 0.30
ok maintainer Sam Smith, simon@
2007-04-21 21:43:31 +00:00
martynas
82db532306 update to 2.33
ok simon@
2007-04-21 20:16:30 +00:00
espie
31980c20c5 update to new manual 2007-04-21 09:27:54 +00:00
jasper
e64483071e bump shared_libs (and pkgname) 2007-04-20 15:08:06 +00:00
bernd
4eb7f4a98a Update to git-1.5.1.1 and take maintainership.
tested by grunk@, ok matthieu@
2007-04-20 08:44:40 +00:00
kili
e047a3267b -devel depends on -main, so bump the pkg name for it (plist change).
ok, kurt@
2007-04-18 18:56:49 +00:00
espie
2745946778 add a few perl packages 2007-04-18 00:18:35 +00:00
espie
0de6fcb541 yet another wiab dependency 2007-04-17 23:14:57 +00:00
espie
5f6e7557ba simple wrapper around File::Find, prereq for WIAB 2007-04-17 21:14:00 +00:00
espie
5f6665c8cb +p5-Devel-Leak
+p5-YAML-Syck
2007-04-16 21:09:47 +00:00
espie
90eac9a957 YAML/JSON parser in highly optimized C. 2007-04-16 21:08:35 +00:00
espie
2bd6cc3a2f Devel::Leak is a somewhat specialized module to hunt for hard to find
memory bugs in perl XS code.
2007-04-16 21:06:05 +00:00