Commit Graph

4190 Commits

Author SHA1 Message Date
msf
fee59d6e56 update to 0.16 2006-12-04 10:44:46 +00:00
msf
832e809c30 update to 1.05 2006-12-04 10:43:55 +00:00
msf
559464f90d update to 2.105 2006-12-04 10:26:15 +00:00
msf
e02b814f81 +p5-Algorithm-Dependency
+p5-File-Flat
+p5-File-NCopy
+p5-File-Remove
+p5-Test-ClassAPI
2006-12-04 10:25:47 +00:00
msf
63a6acb944 initial import of Algorithm::Dependency 1.102
Algorithm::Dependency is a framework for creating simple read-only
dependency heirachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.
2006-12-04 10:17:16 +00:00
msf
abbd8c0b74 initial import of File::Flat 0.96
File::Flat implements a flat filesystem. A flat filesystem is a
filesystem in which directories do not exist. It provides an abstraction
over any normal filesystem which makes it appear as if directories do
not exist. In effect, it will automatically create directories as
needed. This is create for things like install scripts and such, as you
never need to worry about the existance of directories, just write to a
file, no matter where it is.
2006-12-04 09:59:45 +00:00
msf
025783bbf3 initial import of Test::ClassAPI 1.02
For many APIs with large numbers of classes, it can be very useful to be
able to do a quick once-over to make sure that classes, methods, and
inheritance is correct, before doing more comprehensive testing. This
module aims to provide such a capability.
2006-12-04 09:54:10 +00:00
msf
630f49a541 initial import of File::Remove 0.34
File::Remove::remove removes files and directories. It acts like
/bin/rm, for the most part.
2006-12-04 09:41:27 +00:00
msf
f6f643b7cd initial import of File::NCopy 0.32
File::NCopy::copy copies files to directories, or a single file to
another file.  You can also use a reference to a file handle if you wish
whem doing a file to file copy. The functionality is very similar to cp.
2006-12-04 09:40:31 +00:00
jolan
c903391a58 use nanosleep 2006-12-04 03:52:08 +00:00
msf
24baab49a6 update to 2.13 2006-12-04 01:07:15 +00:00
kili
9a0dc354c3 Don't lib_depend on guile. Same for run_depend and python.
Some hints from steven@ and espie@.
ok, kevlo@
2006-12-03 14:14:41 +00:00
steven
f961da4f71 +p5-Test-Reporter 2006-12-03 13:10:24 +00:00
steven
50eb85c436 import Test::Reporter 1.27
Test::Reporter reports the test results of any given distribution to
the CPAN testing service. See http://testers.cpan.org/ for details.
2006-12-03 13:09:30 +00:00
pvalchev
898c1b18a8 Remove jakemsr@ from maintainer position, as he has been inactive and
email has been bouncing for several months.  Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00
espie
881cb4599e move pkg.m4 into metaauto package, in preparation for eventually replacing
pkg-config with the base system pkg-config...
2006-12-01 16:30:42 +00:00
steven
5660d5eb96 make only the ruby bindings depend on ruby.
pointed out by sturm@
2006-12-01 14:10:05 +00:00
jasper
3df8754f35 update p5-Log-Log4perl to 1.08
from new maintainer Simon Dassow <janus at errornet dot de>
2006-11-30 21:45:16 +00:00
kurt
456dbd5108 Don't append nspr's shared lib version in PR_GetLibraryName. This fixes
missing 'Builtin Roots Module'/Authorities problem in mozilla* apps.
okay ajacoutot@
2006-11-30 16:53:53 +00:00
kurt
a4b296c48b + epic
+ rdt
2006-11-29 14:44:19 +00:00
kurt
55283fe79f import rdt 0.8.0
RDT is an open source Ruby IDE for the Eclipse platform.  Features
supported are syntax highlighting, on the fly syntax check, graphical
outline, Test::Unit view/runner, Ruby application launching, content
assist, source formatter, and a Ruby debugger.

from MAINTAINER Carlos Valiente <yo at virutass.net>
2006-11-29 14:42:34 +00:00
kurt
14310b1636 import epic 0.4.0
EPIC is an open source Perl IDE based on the Eclipse platform.  Features
supported are syntax highlighting, on-the-fly syntax check, content
assist, perldoc support, source formatter, templating support and a Perl
debugger.  A regular expression plugin and support for the eSpell
spellchecker are also available.

from MAINTAINER Carlos Valiente <yo at virutass.net>
2006-11-29 14:40:33 +00:00
ajacoutot
25be132fdc - update to 1.05 (adds several functions provided by the GNU gettext
library ; some bug fixes)
- enable regression tests
- take over maintainership

ok jasper@
2006-11-29 09:40:56 +00:00
msf
227ef4e2cd build ruby bindings and put them in their own subpackage.
ok steven@
2006-11-29 08:52:38 +00:00
espie
1961355607 switch everyone left in devel to cpan 2006-11-29 08:23:29 +00:00
msf
3d3b34e6dc forgot to zap PKGNAME 2006-11-29 07:57:04 +00:00
msf
f7abd746aa update to 2.64 and convert to cpan module 2006-11-29 07:56:29 +00:00
kurt
51d81f6a1a fix a typo that resulted in a missing RUN_DEPEND on the jdk. 2006-11-28 21:20:16 +00:00
kurt
f6da9a94ff On i386 all source built java ports will use the 1.5 jdk to build. Runtime
compatibility is preserved through the use of the javac -source and
-target arguments. These arguments are now required for any new source
built java ports.
2006-11-28 14:28:25 +00:00
espie
384fbd6014 cpan switch, from maintainer 2006-11-28 10:19:34 +00:00
msf
8dfb0505c7 switch to CONFIGURE_STYLE= ruby extconf 2006-11-27 09:43:14 +00:00
matthieu
ad39c944fc update to 1.4.4.1 2006-11-26 22:47:57 +00:00
espie
21c4e79445 new MULTI_PACKAGES 2006-11-26 17:43:44 +00:00
ajacoutot
54d8a65ca7 - s/lpthread/pthread
- bump PKGNAME

ok steven@
2006-11-26 13:39:07 +00:00
steven
6a5ca0876b new MULTI_PACKAGES 2006-11-26 00:49:22 +00:00
espie
5326b7e2de new MULTI_PACKAGES 2006-11-26 00:40:28 +00:00
espie
65ba8cf57c new MULTI_PACKAGES 2006-11-26 00:22:16 +00:00
espie
e0aa40cd59 synch 2006-11-25 19:12:39 +00:00
espie
8c7e38da0b new MULTI_PACKAGES
SHARED_LIBS format
2006-11-25 19:12:08 +00:00
espie
0935177bb4 new MULTI_PACKAGES 2006-11-25 18:22:06 +00:00
espie
059f2924e6 switch about half of devel/p5-* to newest cpan practices 2006-11-25 16:32:33 +00:00
steven
61a8e0278e tighten build dependency to current version
ok bernd@ espie@
2006-11-25 12:58:18 +00:00
espie
64a436ed97 +p5-Smart-Comments 2006-11-25 12:11:26 +00:00
espie
f8c7335b8a Smart::Comments, by damian conway, is a very useful debugging aid,
that doesn't need to be removed once you're done with it.
2006-11-25 12:10:39 +00:00
steven
0b166b3508 new MULTI_PACKAGES 2006-11-25 08:30:21 +00:00
steven
4db7fc3254 take flavors into account in @pkgpath 2006-11-24 21:35:29 +00:00
steven
330f0193b5 take flavors into account in @pkgpath
ok espie@
2006-11-24 21:30:13 +00:00
steven
0510fbcfd9 new MULTI_PACKAGES 2006-11-24 19:52:53 +00:00
espie
b9f948249a +p5-Class-Std* 2006-11-24 19:27:21 +00:00
espie
42cc446256 more of Damien Conway's stuff 2006-11-24 19:25:55 +00:00