Commit Graph

4875 Commits

Author SHA1 Message Date
kili
eb4770dc84 Change Brads email address for now, so people can reach him instead of
getting bounces or 550s. Bump pkgnames. While here, remove quotes from
comments.

prompted by espie@
2007-09-01 20:11:21 +00:00
sturm
c5e4c9c223 p5-Parallel-Forker 2007-09-01 07:00:50 +00:00
sturm
b01d1a6cd1 Initial import of Parallel-Forker-1.221
Parallel::Forker manages parallel processes that are either subroutines
or system commands. Forker supports most of the features in all the other
little packages out there, with the addition of being able to specify
complicated expressions to determine which processes run after others, or
run when others fail.
2007-09-01 06:59:19 +00:00
jasper
e0514222ac gmake is not needed 2007-08-29 16:34:56 +00:00
jasper
9c04905b71 add p5-CLASS 2007-08-29 13:27:43 +00:00
jasper
846d1049f4 import CLASS 1.00
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
$CLASS has the additional benefit of working in strings.
CLASS is a constant, not a subroutine call. $CLASS is a plain variable,
it is not tied. There is no performance loss for using CLASS over
__PACKAGE__ except the loading of the module.

ok simon@
2007-08-29 13:22:15 +00:00
pyr
c369c305ec + p5-File-Next 2007-08-29 08:10:14 +00:00
pyr
e539e8eca0 File::Next is a lightweight, taint-safe file-finding module. It's
lightweight and has no non-core prerequisites.

(in the right dir this time)

ok simon@
2007-08-29 08:04:04 +00:00
simon
bc9874882e update to version 1.66, remove unrequired run- and
build-depends and also the quotes around comment

ok jasper@
2007-08-26 18:39:52 +00:00
simon
d011e8ce04 update to version 0.14, switch to modbuild
and remove quotes around comments

ok jasper@
2007-08-26 18:36:16 +00:00
simon
37d9868b11 update to version 0.39 and remove quotes around comment 2007-08-25 19:09:06 +00:00
simon
f827a92a52 update to version 0.6603, remove needless variable
and quotes around comment
2007-08-25 19:03:40 +00:00
simon
b11d41488d update to version 0.34 and remove quotes around comment 2007-08-25 18:59:28 +00:00
naddy
56b1ef38ba update to 0.16.1; mostly c2k7 work 2007-08-25 13:48:23 +00:00
aanriot
57130f1d06 pedro also dropped maintainership for this one. 2007-08-25 10:37:01 +00:00
espie
34826115a4 minor update cmake 2.4.7 2007-08-25 08:35:20 +00:00
espie
9e87af0895 minor update, splint 3.1.2 2007-08-25 08:03:43 +00:00
naddy
b0d9a3139b various audio fixes; from jakemsr@ 2007-08-14 15:51:07 +00:00
martynas
c61412c5b6 revert now that silc-toolkit is reverted; ok espie@ 2007-08-14 10:31:04 +00:00
ckuethe
ec3e503aa2 Revert crash-prone update to pidgin 2.1.0 and silc-toolkit 1.1.2.
Discussed with brad, martynas and steven, ok pval
2007-08-11 22:14:27 +00:00
jasper
edf6c3db31 fix the latex support for doc++
from Edd Barrett

okay espie@
2007-08-11 10:44:24 +00:00
jasper
50a9a1c437 add popt as a build dependency
from Charles Longeau

okay espie@
2007-08-10 17:43:44 +00:00
ajacoutot
ef42b51435 - update to fox-1.6.28
- enable xft and bump major

feedback and ok espie@
2007-08-10 12:44:15 +00:00
martynas
05fe6e7e48 security update to 1.8.1.6, fixes MFSA 2007-[18..27]; ok kurt@, naddy@ 2007-08-08 17:11:48 +00:00
kurt
1afa07f15b let's not give the impression 4.2 has a working 1.7 port. mark it BROKEN
for now. okay ian@ naddy@
2007-08-07 16:07:22 +00:00
pvalchev
c5cfa910bf if requested sound settings fail, try 48000 Hz, as some audio devices
can only support that sample rate. reported by deanna, fixed by jakemsr
who asked me to commit it
2007-08-07 14:22:02 +00:00
kurt
944b0065f1 - cleanup files left in /etc/gre.d using unregister-global and @sample
okay martynas@ naddy@
2007-08-06 14:43:48 +00:00
martynas
3576733ce6 unbreak to work with silc-toolkit-1.1
NOTE: the obvious thing you will need to do first for your existing
py-silc programs is to move connect_to_server to the running() callback
(see docs/examples updates).

tested by Simon Kuhnle, and steven@ on amd64;  ok naddy@
2007-08-05 17:50:03 +00:00
mbalmer
34209deb75 Remove Pedro Martelleto as MAINTAINER per his own request.
ok espie
2007-08-05 12:34:33 +00:00
naddy
5f828efde4 remove unused libtool patches 2007-08-02 17:29:03 +00:00
kurt
4b579a2a61 - add a profile for 1.7 jdk. from fedora eclipse port:
http://www.redhat.com/archives/fedora-cvs-commits/2007-June/msg00097.html
2007-08-02 16:15:07 +00:00
steven
5aca22c5e6 update to Perl-Tidy-20070801
from maintainer Jim Razmus
2007-08-02 15:06:51 +00:00
steven
c919910ca3 update to 1.1.2
from brad
2007-08-02 06:04:20 +00:00
david
6d648f4372 sort SUBDIR list 2007-08-02 03:35:22 +00:00
kili
219c83615d Don't use runhaskell and unbreak for amd64. 2007-08-01 21:59:55 +00:00
kili
6acef50409 Nuke runhaskell to unbreak this port for amd64.
Problem noticed by kurt@ and steven@, patch verified by steven@

Add some WRKSRC/WRKBUILD tweask (though yet pointless, since
SEPARATE_BUILD doesn't work for GHC-related ports).

No change for i386, and it this version never built on amd64 after the
GHC update, so no pkg bump required.
2007-08-01 21:57:37 +00:00
martynas
649f9d75b4 update to 4.6.7; ok kurt@ 2007-08-01 21:11:13 +00:00
simon
925d57c66a update to version 1.17, remove MAINTAINER as requested by himself
and the quotes around COMMENT

ok sturm@ (former maintainer)
2007-07-29 22:46:57 +00:00
simon
beb9b0c24b update to version 0.24, remove MAINTAINER as requested by himself
and the quotes around COMMENT

ok sturm@ (former maintainer)
2007-07-29 22:39:05 +00:00
kili
08c5ad3d2f Update to 1.5 (bug fixes). 2007-07-28 18:52:58 +00:00
simon
18d0da2906 add p5-Class-Generate 2007-07-28 14:51:46 +00:00
simon
6c0c975765 import p5-Class-Generate
The Class::Generate package exports functions that take as arguments a
class specification and create from these specifications a Perl 5 class.
The specification language allows many object-oriented constructs: typed
members, inheritance, private members, required members, default values,
object methods, class methods, class variables, and more.

ok jasper@
2007-07-28 14:51:32 +00:00
simon
4b06ea8f9a update to version 0.15
ok jasper@ (MAINTAINER)
2007-07-28 14:39:07 +00:00
simon
f4336a7eb9 update to version 0.9999 and remove quotes around COMMENT
ok jasper@ (MAINTAINER)
2007-07-28 14:35:42 +00:00
simon
1bf103301e update to version 0.68, remove quotes around COMMENT and
the redundant category provided by cpan.port.mk already

ok jasper@ (MAINTAINER)
2007-07-28 11:54:19 +00:00
kurt
c882a87b87 - upgrade to Update 12 srcs which fixes the following bugs:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_12
- remove patches I committed into patchset 6
2007-07-27 19:29:51 +00:00
naddy
7682bff9fd bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH 2007-07-27 19:17:11 +00:00
simon
99e6c3bc75 update to version 0.31, remove MAINTAINER per his request
and quotes around COMMENT

confirmed by former maintainer Sam Smith
2007-07-27 19:03:00 +00:00
simon
b5d0d48db5 update to version 0.11 and remove MAINTAINER per his request
confirmed by former maintainer Sam Smith
2007-07-27 18:40:21 +00:00
martin
639846e13b backout
needs more discussion and wider testing, and i missed the bump anyway :(
2007-07-27 10:09:51 +00:00