Commit Graph

3935 Commits

Author SHA1 Message Date
mbalmer
d1fb23fe29 Add a forgotten RUN_DEPENDS. 2006-10-28 12:40:51 +00:00
mbalmer
702eaa4e91 pear-Cache is a Framework for caching of arbitrary data for PHP. 2006-10-28 12:35:11 +00:00
espie
8b2b6ddc7f a few more SHARED_LIBS reformat 2006-10-28 11:19:20 +00:00
espie
d671a40fd0 zap 2006-10-28 10:54:57 +00:00
espie
1f61c5c032 zap MODGNU_*, new SHARED_LIBS format.
no package change
2006-10-28 10:51:29 +00:00
espie
4dd1b9f427 interactive tests 2006-10-27 16:34:52 +00:00
jasper
4a6bfa4d38 add p5-Params-Util and p5-Task-Weaken 2006-10-27 09:30:45 +00:00
jasper
0efa5d5a1f import p5-Params-Util 0.21
Params::Util provides a basic set of functions that makes checking
parameters easier.

"go ahead" bernd
2006-10-27 09:28:11 +00:00
jasper
eae3c6ca93 import p5-Task-Weaken 0.99
this module ensures that a platform has weaken support

"go ahead" bernd
2006-10-27 09:23:49 +00:00
espie
d0bc99c32a Bug-fix update. 2006-10-27 07:14:24 +00:00
steven
2339bc9bcf +itcl 2006-10-25 14:24:18 +00:00
steven
ce3d3e0317 import itcl 3.3
[incr Tcl] is an object-oriented extension of the Tcl language. It
was created to support more structured programming in Tcl. Tcl scripts
that grow beyond a few thousand lines become extremely difficult to
maintain. This is because the building blocks of vanilla Tcl are
procedures and global variables, and all of these building blocks
must reside in a single global namespace. There is no support for
protection or encapsulation.

from nikns at secure.lv
2006-10-25 14:24:03 +00:00
david
611f554e27 fix SUBDIR sorting 2006-10-24 16:47:27 +00:00
espie
776d6744ed cosmetic change in shared_libs.log 2006-10-23 13:55:07 +00:00
kili
66e4e5f6a7 The IvyDE plugin integrates Ivy dependency management into the
Eclipse IDE. It includes an Ivy XML editor and a class path container
for automatic downloads and dependency resolution.

ok, kurt

(This time to the correct module... sorry for the noise)
2006-10-22 08:45:36 +00:00
kili
af909f8e2c add ivyde 2006-10-22 08:30:58 +00:00
kili
6e9c21507e add ivy 2006-10-22 08:28:20 +00:00
kili
b2deb31206 Ivy is an agile dependency manager, primarily focused on managing java
dependencies.  Ivy has a lot of powerful features, the most popular and
useful being its flexibily, integration with ant, and its strong
transitive dependencies management engine.

feedback, improvements, and ok by kurt
2006-10-22 08:27:41 +00:00
espie
2ca17313c5 fix, again, sigh. 2006-10-21 16:15:28 +00:00
espie
3cd75f1ccc The comments make it not work, have to use
SHARED_LIBS +=
2006-10-21 14:11:34 +00:00
espie
92cdbfdfed oops, forgot to strip the `lib' part. 2006-10-21 13:51:15 +00:00
espie
dad78a0bc1 much cleaner version of the shared libs log 2006-10-21 13:31:51 +00:00
espie
5bd3aa5574 let build produce a SHARED_LIBS_LOG file which contain lines like
SHARED_LIBS+=	<openbsd_version>	# <original libtool version>

Those lines you can put into a port's Makefile... and so notice more
easily what the software people upstream change.
2006-10-21 11:22:29 +00:00
bernd
a07d6efcb9 add ruby-gem_plugin 2006-10-20 18:16:18 +00:00
bernd
92e9e47af8 Initial import of ruby-gem_plugin-0.2.1.
GemPlugin is a system that lets your users install gems and lets you load
them as additional features to use in your software. It originated from the
Mongrel project but proved useful enough to break out into a separate project.
2006-10-20 18:15:00 +00:00
bernd
2ad21c1700 add ruby-daemons 2006-10-20 17:19:30 +00:00
bernd
35b35bf6a7 Initial import of ruby-daemons-1.0.2.
daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server) to be run as a daemon and to be controlled by simple
start/stop/restart commands. daemons can also run and control blocks of
Ruby code in a daemon process.
2006-10-20 17:16:41 +00:00
naddy
7592a2d276 update to 0.14.6:
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.

No other changes, no external changes.
2006-10-20 14:15:24 +00:00
bernd
c7e1d4512a add ruby-flexmock 2006-10-20 13:25:25 +00:00
bernd
95b03bbdb8 Initial import of ruby-flexmock-0.4.3
FlexMock is a simple mock object for unit testing.  The interface is
simple, but still provides a good bit of flexibility.
2006-10-20 13:23:53 +00:00
sturm
6e3e04ec3b switch to fedora_base and adapt systrace.policy files accordingly 2006-10-19 09:39:58 +00:00
wilfried
e91bf96e32 update to 1.16 2006-10-19 07:27:34 +00:00
bernd
33e4a73ff9 Regen PLIST with updated ruby-gems. (added ri docs)
PKG_ARCH=*
2006-10-19 01:30:26 +00:00
bernd
a90ac90238 Regen PLIST, SHARED_ONLY=Yes. 2006-10-19 01:26:39 +00:00
bernd
11b8ec9b21 Regen PLIST with updated ruby-gems. (added ri docs)
PKG_ARCH=*
2006-10-19 01:21:47 +00:00
bernd
24f699ad35 Regen PLIST with updated ruby-gems. (added ri docs)
PKG_ARCH=*
2006-10-19 01:16:23 +00:00
bernd
5e3bbf0e54 Update to ruby-gems-0.9.0 and backport some code from the gems subversion
repository to fix building of native extensions. (sigh!)

A summary of changes can be found here:
http://rubyforge.org/forum/forum.php?forum_id=7575

ok msf@, sturm@
2006-10-19 00:53:55 +00:00
pvalchev
d369ce13cc revert sdl changes from here too 2006-10-19 00:35:03 +00:00
pvalchev
c6c8181980 revert to sdl-1.2.9 for now as this causes some breakage with
at least some macppc scenarios; discovered by ajacoutot
since it's only a few hour window of breakage, be careful reverting
things if you updated during that time
2006-10-19 00:26:33 +00:00
pedro
2a619261fa add luabitlib 2006-10-19 00:11:09 +00:00
pedro
615207923b luabitlib, library for bitwise operations in lua, okay sturm@ 2006-10-19 00:07:27 +00:00
wilfried
86570524ea update to 2.10.7 2006-10-18 21:17:13 +00:00
pvalchev
9e987ad68f sdl wantlib 2006-10-18 18:40:26 +00:00
pvalchev
3a64a0fe42 sdl wantlib 2006-10-18 18:07:19 +00:00
pvalchev
de02c010ac update to sdl-1.2.11
sdl-config --libs is now fixed to pass just -lSDL and the needed deps
get pulled implicitly as is proper
feedback/testing by various and ports@
XXX stupid cvs botched half of this commit
2006-10-18 17:54:33 +00:00
pvalchev
235247ab22 update to sdl-1.2.11
sdl-config --libs is now fixed to pass just -lSDL and the needed deps
get pulled implicitly as is proper
feedback/testing by various and ports@
2006-10-18 17:53:08 +00:00
wilfried
20055e63f2 update to 2.0.17 2006-10-18 17:43:01 +00:00
alek
0d1ad7b6e5 Add spe 2006-10-18 16:47:39 +00:00
alek
c5fb668027 Import spe
SPE -- Stani's Python Editor is a multi-platform, open-source Python IDE.
2006-10-18 16:44:19 +00:00
wilfried
34942e1a07 update mysql-gui-common with the new bundle from mysqlt-gui-tools-5.0r4 2006-10-18 14:23:55 +00:00