simon
60ee9f6eae
import p5-Test-MockTime
...
This module was created to enable test suites to test code at specific
points in time. Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime, time or localtime.
2009-02-05 22:04:58 +00:00
simon
6291e71bdd
import p5-boolean
...
This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-05 22:04:56 +00:00
ajacoutot
9c091c55c1
- fix an indentation error
...
from David Coppa on ports@, thanks!
2009-02-05 07:46:27 +00:00
jasper
78d8c31cc6
- Module::Loaded comes with perl 5.10, so add the COMES_WITH marker
...
- fix dependencies of p5-Graphics-ColorNames accordingly
ok simon@
2009-02-04 08:48:20 +00:00
jasper
a137098584
- update p5-AnyEvent to 4.331
...
- install some example scripts
2009-02-04 08:47:15 +00:00
simon
f41617287b
add p5-Config-Auto
2009-02-04 08:37:09 +00:00
simon
9549c2a0e2
import p5-Config-Auto
...
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config. Config::Auto can
examine a config file to automatically determine what format it's in.
The module understands colon separated, space separated, equals
separated, XML, Perl code, and Windows INI formats.
from Mikolaj Kuchars
2009-02-04 08:37:06 +00:00
jasper
c12df4d38d
- update p5-File-HomeDir to 0.82
2009-02-04 08:28:11 +00:00
jasper
82a3618768
- update p5-Config-General to 2.42
2009-02-04 08:25:22 +00:00
jasper
33c1e4b2f0
- update p5-POE-Component-Pluggable to 1.14
2009-02-03 22:57:47 +00:00
jasper
550af43847
- update p5-Graph to 0.91
2009-02-03 22:43:48 +00:00
jasper
7596e9930b
- bugfix update p5-Config-IniFiles to 2.47
...
- switch to modbuild
2009-02-03 22:36:26 +00:00
pirofti
264390460c
Update to 1.2.2. Okay bernd@.
2009-02-03 12:23:05 +00:00
pirofti
5dce98c2b5
Update to 3.0.3. Okay bernd@.
2009-02-03 12:22:21 +00:00
pirofti
da461ec477
Update to 3.11.1. Okay bernd@.
2009-02-03 12:21:04 +00:00
pirofti
408219b07c
Update to 3.0.1. Okay bernd@.
2009-02-03 12:20:11 +00:00
martynas
a96b269c0b
- update to py-nose-0.10.4; from Benoit Chesneau
...
- move to MODPY_EGG_VERSION; from eric@
ok eric@, wcmaier@
2009-02-03 01:04:57 +00:00
simon
be62fdd3be
update to version 0.44
2009-02-03 00:00:02 +00:00
simon
397631ee71
update to version 0.09
2009-02-02 15:10:52 +00:00
ajacoutot
443e4d7f0a
- update py-gdata to version 1.2.4
...
- reformat and tweak DESCR
from frantisek holop (MAINTAINER)
2009-02-02 11:58:11 +00:00
simon
9d46283b2d
add p5-Variable-Magic and p5-B-Hooks-EndOfScope
2009-02-02 00:58:12 +00:00
simon
654c45e001
import p5-Variable-Magic
...
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With
this module, you can add your own magic to any variable without the pain
of the C API.
2009-02-02 00:58:07 +00:00
simon
895821ef6f
import p5-B-Hooks-EndOfScope
...
This module allows you to execute code when perl finished compiling the
surrounding scope.
2009-02-02 00:58:02 +00:00
simon
c5d6b425a1
update to version 5.7016 but pad the PKGNAME with two zeros to keep
...
upgrades working
2009-02-02 00:30:56 +00:00
bernd
1db02791b0
Update to ruby-mocha-0.9.5.
2009-02-01 13:37:36 +00:00
simon
f501c65313
update to version 0.64
2009-02-01 00:58:52 +00:00
simon
59e78589e3
update to version 0.75
2009-02-01 00:58:50 +00:00
simon
b82b2e0b5f
maintenance update to version 0.982
2009-02-01 00:58:47 +00:00
bernd
e75d149ea0
Add ruby-echoe.
2009-01-31 18:21:15 +00:00
bernd
72b94cbbfe
Initial import of ruby-echoe-3.0.2.
...
A Rubygems packaging tool that provides Rake tasks for documentation,
extension compiling, testing, and deployment.
2009-01-31 18:20:26 +00:00
bernd
34fbe976bc
Update to ruby-hoe-1.8.3.
2009-01-31 12:53:37 +00:00
bernd
7a79a12758
Update to ruby-columnize-0.3.0.
2009-01-31 12:51:13 +00:00
bernd
a5f813d135
Update to ruby-highline-1.5.0.
2009-01-31 10:09:11 +00:00
eric
bd7c4096c9
- update to 8.2.0
...
- web2 is being phased out
- sanitize regress target
ok wcmaier@
2009-01-30 16:22:08 +00:00
eric
a425346223
- update to 3.5.0
...
- change homepage
- more tests in regress
ok wcmaier@
2009-01-30 16:18:10 +00:00
bernd
05776bd038
add ruby-extlib
2009-01-30 00:47:32 +00:00
bernd
be8732b540
Initial import of ruby-extlib-0.9.10.
...
extlib is a general Ruby extensions serving DataMapper and
DataObjects, but available for any project.
2009-01-30 00:46:36 +00:00
simon
5faca519e4
update to version 0.09 and use tabs instead of whitespaces
...
from Markus Hennecke, thanks!
2009-01-30 00:08:19 +00:00
bernd
64507eb71a
Update to git 1.6.1.2 and add a subversion 1.5.5 fix for git-svn.
2009-01-29 23:16:35 +00:00
sturm
cdbd4947ca
fold libsoup's ssl FLAVOR into the regular package
2009-01-29 20:08:42 +00:00
ajacoutot
af61eeeace
- sanitize WANTLIB+LIB_DEPENDS
...
- remove esd/audiofile from WANTLIB
- add CONFIGURE_SHARED
- regen PLIST while here
2009-01-29 15:34:15 +00:00
simon
968c631ded
maintenance update to version 0.2002
2009-01-28 23:20:56 +00:00
naddy
10d23cdd5b
remove workaround now that our C++ header is fixed
2009-01-28 19:23:56 +00:00
ajacoutot
68a32a0dcd
- the file(1) call needs to be changed as the '-i' switch does not exist
...
under OpenBSD... because chl@ is a slacker ;)
This will not give completely the intended output, but at least it will
be closer than getting file(1) usage().
2009-01-28 09:53:02 +00:00
jasper
ff9b7c1ac2
- fix XDG conflicting symbols, from FreeBSD
...
this ought to help resolve some crashes in at least evolution and anjuta
hinted by ajacoutot@, thanks :)
2009-01-28 09:24:38 +00:00
kili
ac86330437
+ hscolour
2009-01-27 21:33:16 +00:00
kili
f421e05f7b
hscolour is a small Haskell script to colourise Haskell code. It
...
currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
ok giovanni@ (who spotted an empty and obsolete include dir in the PLIST),
okan@ (who don't get the $V cleanup now -- sorry),
sthen@ ("I'm all for having more ports where the word colour is spelt correctly)
2009-01-27 21:32:36 +00:00
martynas
a8be76c150
update to simplejson-2.0.7, based on the initial simplejson-2.0.6
...
diff from Benoit Chesneau. ok wcmaier@
2009-01-27 21:28:51 +00:00
jasper
7be872b0cf
- add py-editdist
2009-01-27 08:27:45 +00:00
djm
28198f320a
import py-editdist-0.3:
...
> py-editdist is a Python module to calculate the Levenshtein edit
> distance between two strings.
2009-01-26 23:43:20 +00:00