Commit Graph

4837 Commits

Author SHA1 Message Date
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
martin
5ae2177b9d fix a configure bug on m68k by always linking with libintl and libiconv
help aanriot@

ok xsa@ aanriot@
2007-07-27 08:29:46 +00:00
simon
373eff34f5 update to version 0.7203
ok steven@ (MAINTAINER)
2007-07-26 19:43:56 +00:00
steven
c751a486fb +p5-Tie-RegexpHash 2007-07-26 14:40:09 +00:00
steven
7107ce18b4 use regular expressions as hash keys
from Stuart Henderson
2007-07-26 14:38:58 +00:00
simon
56fd7f3abc update to version 0.32 and remove quotes around COMMENT where there
confirmed by Srebrenko Sehic (MAINTAINER)
2007-07-25 20:16:17 +00:00
simon
c11aa3d69e update to version 1.02 and remove quotes around COMMENT
confirmed by Okan Demirmen (MAINTAINER)
2007-07-25 18:37:47 +00:00
ajacoutot
e697908a24 - fix building after ipx removal (from mbalmer@)
- don't use substitution for PKGNAME
- remove quotes around COMMENT while here

ok mbalmer@
2007-07-25 16:43:44 +00:00
dlg
acc33bde1f descend into devel/ruby-gettext, devel/ruby-tzinfo, and
security/ruby-ezcrypto.

"now hook 'em up" robert@
2007-07-25 09:00:26 +00:00
dlg
5b8d786187 import of ruby-tzinfo-0.3.3
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.

ok robert@
2007-07-25 08:48:16 +00:00
dlg
304422307e import of ruby-gettext-0.14.6
This is the GNU gettext package.  It is interesting for authors or
maintainers of other packages or programs which they want to see
internationalized.  As one step the handling of messages in different
languages should be implemented.  For this task GNU gettext provides
the needed tools and library functions.

ok (and with help from) robert@
2007-07-25 08:45:48 +00:00
bernd
bfe930644a Update to git-1.5.2.4. Tested by Daniel Dickman , thanks! 2007-07-24 05:16:04 +00:00
bernd
2fe1d3a47c Move QT_MOC and QT_UIC from MAKE_FLAGS to CONFIGURE_ENV.
No PKGNAME bump required, didn't build before.

"go ahead" espie@
2007-07-24 05:04:52 +00:00
espie
75747f1f92 +qgit 2007-07-23 19:22:18 +00:00
espie
92c108724a graphical interface to git, easier to read than tkgit.
(trivial port)
2007-07-23 19:20:31 +00:00
simon
a2a38f629e import warzone2100
Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
and most will agree it didn't enjoy the commercial success it could
have had.  The game's source code was liberated on December 6th,
2004, under a GPL license.  Soon after that, the Warzone 2100 ReDev
project was formed to take care of its future.

feedback, help & ok ajacoutot@
2007-07-22 15:59:46 +00:00
simon
c42825b06c import p5-Parse-PlainConfig
Parse::PerlConfig provides OO objects which can parse and generate
human-readable configuration files.
2007-07-22 15:59:33 +00:00
simon
b23dbed9e0 import p5-POE-Component-IKC
This is Inter-Kernel Communication for POE.  It is used to get events
from one POE kernel to another.
2007-07-22 15:59:19 +00:00
simon
a230efd040 import p5-Locale-US
Map from US two-letter codes to state names and vice versa.
2007-07-22 15:58:57 +00:00
simon
a77ac7e3e0 import p5-ExtUtils-XSBuilder
Modules to parse C header files and create XS glue code and
documentation out of it.  Idealy this allows to "write" an interface to
a C library without coding a line.  Since no C API is ideal, some
adjuments are necessary most of the time.  So to use this module you
must still be familiar with C and XS programming, but it removes a lot
of stupid work and copy & paste from you.  Also when the C API changes,
most of the time you only have to rerun XSBuilder to get your new Perl
API.
2007-07-22 15:58:36 +00:00
simon
ea659630c5 import p5-Data-Structure-Util
Data::Structure::Util is a toolbox to manipulate the data inside a
data structure.  It can process an entire tree and perform the
operation requested on each appropriate element.
2007-07-22 15:58:02 +00:00
kili
f286a31e66 Fix HOMEPAGE (and this MASTER_SITES).
Noticed by sturm@.
No pkgbump, since it was initially broken. Sorry.
2007-07-22 12:24:46 +00:00
kili
1e680708f3 Oops! Forgot some files. 2007-07-21 17:25:43 +00:00
kili
e82a340efb Update to 1.16 to make it build with ghc-6.6.1. 2007-07-21 17:20:57 +00:00
kili
5faf573595 Update to 0.8 to make it build with ghc-6.6.1. 2007-07-21 17:20:20 +00:00
kili
0de0622e60 Update to 2.1.0 to make it build with ghc-6.6.1. 2007-07-21 17:19:49 +00:00
kili
c657f836ac - hs-ports
+ hs-newbinary
2007-07-21 17:18:56 +00:00
kili
c77f37b021 This isn't maintained any longer, and, according to Don Stewart, should
be removed. (And it doesn't build with recent Haskell compilers).
2007-07-21 17:18:24 +00:00
kili
cf75de7983 The NewBinary package is an older binary serialization library for
Haskell used by a number of projects. Consider it legacy code, i.e.
don't use it for new projects.

This port is reqired for security/hs-crypto.
2007-07-21 17:17:00 +00:00
kili
a6b0bb0585 BROKEN for ghc-6.6.1. Upstream promised to make a new release in a few
days, so don't panic.
2007-07-21 17:11:46 +00:00
kili
fb8b3d4fe3 GHC runtime not required. While here, remove quotes from COMMENT. 2007-07-21 14:05:10 +00:00
kili
ae5e47ac92 GHC runtime not required. hmake is able to work with other Haskell
compilers like nhc98. While here, remove quotes from COMMENT.
2007-07-21 14:03:45 +00:00
kili
b5d340d288 GHC runtime not required. While here, remove quotes from COMMENT. 2007-07-21 13:59:16 +00:00
jakemsr
26a9c9cc52 - use the sun audio interface instead of the OpenBSD interface
- sync patches with update-patches
- bump PKGNAME

the sun interface keeps fewer samples in the play buffer, and with
less fluctuation than the OpenBSD interface.  results in better
audio-video synchronization in e.g. ffplay and gnash

go for it -pval
2007-07-20 05:23:41 +00:00
kurt
dacf31c5b4 make this work with motif > 2.1 too 2007-07-18 17:53:07 +00:00
kurt
f71ecfc678 regen patches 2007-07-18 15:09:52 +00:00
kurt
515f2a2739 regen patches 2007-07-18 14:19:27 +00:00
jasper
fbd899d90d add yasm 2007-07-18 11:43:20 +00:00
jasper
076f4c9428 import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.

from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 11:41:28 +00:00