Commit Graph

5134 Commits

Author SHA1 Message Date
steven
30ecced046 +cln 2007-11-20 12:10:29 +00:00
steven
6eff9f4ec6 import cln, a c++ library for efficient computations
from Paul Irofti <bulibuta at gmail.com> with some tweaks
2007-11-20 12:09:52 +00:00
fgsch
e6f700ebb4 Temporary update to 1.5.2svn. This should fix some issues with python 2.5. 2007-11-20 04:33:42 +00:00
sthen
1277ec056e add a comment to warn about risk of circular dependency if
ever gperf gets gettext support (following libiconv change
which uses gperf).

suggested by and ok naddy
2007-11-20 01:46:42 +00:00
simon
d43867036a update to version 1.10 and remove maintainer as requested
ok bernd@ (former maintainer)
2007-11-19 18:57:10 +00:00
simon
0322cbac24 update to version 1.24
confirmed by maintainer
2007-11-19 18:53:21 +00:00
kurt
ccfa8aa068 add 1.6 2007-11-19 03:20:55 +00:00
kurt
5d62878859 Initial import of Java (TM) 2 SDK, Standard Edition Version 1.6.0 with
amd64 plugin support. 64-bit plugin hacking by myself and Jung-uk Kim.
Credit for the majority of the 1.6 BSD porting goes to Greg Lewis who
back ported my 1.7 hotspot patches to 1.6 and forward ported the 1.5
j2se patches to 1.6. Thanks to several testers who provided helpful
feedback. okay ian@
2007-11-19 03:19:43 +00:00
okan
cbc9dc5384 man page fix based on report to ports@
ok merdely@, "go for it" todd@ (MAINTAINER)
2007-11-19 01:40:48 +00:00
simon
886015093e update to version 0.976
tweak & ok merdely@
2007-11-18 21:50:33 +00:00
merdely
0c85a6291e Sort and add p5-Package-Generator 2007-11-18 21:37:33 +00:00
merdely
fe3de31a31 This module lets you quickly and easily construct new packages. It
gives them unused names and sets up their package data, if provided.

ok simon@
2007-11-18 21:35:09 +00:00
simon
e8082977e5 update to version 0.102
tweak & ok merdely@
2007-11-18 21:18:33 +00:00
simon
cad9a67bcc maintenance update to version 0.78 2007-11-18 17:26:02 +00:00
kili
089e8323db Update to 0.15.0 and unbreak. 2007-11-18 16:30:36 +00:00
steven
9d9ccaf4e7 maintenance update to 2.14.3 2007-11-18 16:28:55 +00:00
simon
d398763267 update to version 1.302
ok okan@
2007-11-18 12:48:25 +00:00
simon
aca6695054 update to version 0.02 and adjust license comment
ok jasper@
2007-11-18 12:40:52 +00:00
simon
dc17c551b8 update to version 1.5
ok jasper@
2007-11-18 12:39:11 +00:00
simon
b974a16e35 maintenance update to version 1.22 2007-11-18 09:47:31 +00:00
ajacoutot
881b752615 - fix altivec FLAVOR variable expansion 2007-11-18 09:39:02 +00:00
simon
8f5df4437c update to version 1.04
ok okan@
2007-11-17 21:18:41 +00:00
simon
efa03679f8 update to version 0.07
ok merdely@
2007-11-17 20:42:14 +00:00
naddy
ba4c1418cb significant typo 2007-11-16 16:37:12 +00:00
ajacoutot
f05b0f4cb8 - there's a bug in the SDL altivec code and altivec was enabled by
default, so now we:
* add an altivec FLAVOR
* mark is BROKEN (so that --disable-altivec is used)

Note that this is not a "set and forget" workaround, we will try fixing
this segfault but for now we need a working SDL for powerpc.

discussed with and ok pvalchev@
2007-11-14 07:16:39 +00:00
jasper
fdd0e67352 oops.. 2007-11-14 05:57:50 +00:00
martynas
ab59b433e6 update to xulrunner-1.8.1.9; testing and ok kurt@ 2007-11-13 21:03:03 +00:00
jasper
33f06b00d3 update maintainers email address.
per his request
2007-11-13 20:05:00 +00:00
bernd
c8cfb703ad + ruby-rspec 2007-11-13 19:28:51 +00:00
bernd
128363e6c3 Initial import of ruby-rspec-1.0.8.
RSpec is a Behaviour Definition Framework intended for use in Behaviour
Driven Development. RSpec plays the same role that a unit testing framework
would play in a Test Driven Development environment, but does so using
words and structures that better support BDD.
2007-11-13 19:25:30 +00:00
bernd
c5d1f4082f Actually remove the skipped gem from the dependency chain so that it
doesn't end up in the .gemspec file.
2007-11-13 17:27:17 +00:00
bernd
b36cc7c6f9 Add a --skip-dependencies option to the gem install command.
This can be used to ignore bogus gem depends.

ok jcs, "sounds reasonable but I haven't really looked at it" msf@
2007-11-13 16:02:35 +00:00
steven
43dc6891f3 fix WANTLIB 2007-11-13 14:06:21 +00:00
simon
59afbd67cf update to version 0.66 and adjust license comment
ok msf@ (maintainer)
2007-11-12 17:37:22 +00:00
simon
cdf10a59eb update to version 0.38
same diff from Jim Razmus

ok msf@ (maintainer)
2007-11-12 17:34:44 +00:00
msf
f0cf60bba6 +p5-Class-MOP
+p5-Moose
2007-11-12 14:32:14 +00:00
msf
cc7869ae6c initial import of Moose 0.26
Moose is built on top of Class::MOP, which is a metaclass system 
for Perl 5. This means that Moose not only makes building normal 
Perl 5 objects better, but it also provides the power of metaclass 
programming.
2007-11-12 14:27:33 +00:00
msf
3720c517d2 initial import of Class::MOP 0.42
This module is an attempt to create a meta object protocol for the
Perl 5 object system. It makes no attempt to change the behavior
or characteristics of the Perl 5 object system, only to create a
protocol for its manipulation and introspection.
2007-11-12 14:21:19 +00:00
jasper
cff8a3b933 - update libglademm to 2.6.5 2007-11-10 14:44:50 +00:00
jasper
98b1c5d4b0 - update gconfmm to 2.20.0
- fix license marker
2007-11-10 14:17:09 +00:00
jasper
236f76b3eb - update libwnck to 2.20.1
- remove useless homepage

feedback and ok martynas@
2007-11-10 14:15:23 +00:00
jasper
a93a2d6435 - update gconf-editor to 2.20.0
- switch to use gnome.port.mk

ok martynas@
2007-11-10 14:10:09 +00:00
jasper
de3313c5d2 - update gconf2 to 2.20.1
- fix license marker
- switch to use gnome.port.mk

ok martynas@
2007-11-10 14:08:16 +00:00
jasper
087b222076 - update ORBit2 to 2.14.10
- re-format DESCR

feedback and ok martynas@ simon@
2007-11-10 14:06:45 +00:00
kurt
c7b570efa8 s/ERRORS/BROKEN/ to fix mirror-maker per espie@ and nikolay@ 2007-11-09 15:27:55 +00:00
jasper
28645e57cc add p5-Data-Dumper-Simple 2007-11-07 22:12:55 +00:00
jasper
1151f07053 import p5-Data-Dumper-Simple 0.11
Data::Dumper::Simple is actually a source filter that replaces all
instances of Dumper($some, @args) in your code with a call to
Data::Dumper->Dump(). You can use the one function provided to make
dumping variables for debugging a trivial task.

ok simon@
2007-11-07 22:09:44 +00:00
kurt
d03e52ac71 - another master site url 2007-11-07 17:17:41 +00:00
kurt
8778311747 Remove interactive license verification since it causes issues due to
lack of stdin availability when built indirectly as a depend of another
port. Instead of interactive license verification solely use the
ACCEPT_JRL_LICENSE var. If it's not correctly set error out and let the
user know what to do. Cluestick and okay espie@
2007-11-07 17:04:36 +00:00
kurt
a51d7f9f59 - migrate forward a few necessary networking patches from 1.5 that fell
through the cracks.
2007-11-07 03:53:53 +00:00