1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-04-16 06:17:12 +02:00
|
|
|
#
|
1995-05-14 05:30:07 +02:00
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = Development utilities
|
|
|
|
|
2007-03-04 20:48:57 +01:00
|
|
|
SUBDIR += 9base
|
1997-11-20 06:22:14 +01:00
|
|
|
SUBDIR += ElectricFence
|
1998-08-19 08:16:01 +02:00
|
|
|
SUBDIR += ORBit
|
2002-02-13 19:43:35 +01:00
|
|
|
SUBDIR += ORBit2
|
2006-05-10 04:58:32 +02:00
|
|
|
SUBDIR += ORBit2-reference
|
1997-10-04 00:19:29 +02:00
|
|
|
SUBDIR += SpecTcl
|
2004-01-09 22:41:28 +01:00
|
|
|
SUBDIR += ZendOptimizer
|
1998-07-01 21:28:10 +02:00
|
|
|
SUBDIR += a2dev
|
2002-11-23 15:18:47 +01:00
|
|
|
SUBDIR += aap
|
2009-08-27 11:07:15 +02:00
|
|
|
SUBDIR += abi-compliance-checker
|
2004-01-05 20:32:03 +01:00
|
|
|
SUBDIR += ace
|
2003-12-28 00:47:14 +01:00
|
|
|
SUBDIR += ace+tao
|
2004-01-11 20:16:21 +01:00
|
|
|
SUBDIR += ace+tao-doc
|
2006-08-02 12:27:37 +02:00
|
|
|
SUBDIR += acovea
|
2006-08-03 16:17:34 +02:00
|
|
|
SUBDIR += acovea-gtk
|
2001-06-25 17:37:17 +02:00
|
|
|
SUBDIR += acpicatools
|
2003-11-15 23:06:08 +01:00
|
|
|
SUBDIR += activitymail
|
New port: adabooch is a Booch implementation for Ada95
The Ada 95 version of the components will contain the same
key abstractions as the C++ form (Structs, Tools and Support).
However, the organization will be slightly different,
particularly in the Support domain. This is because Ada 95
provides several special forms of memory management that
are quite different from C++.
The Structs category provides an array of structural
abstractions (Bags, Collections, Deques, Graphs, Lists,
Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools
category provides algorithmic abstractions (Searching,
Sorting, etc.). The Support category contains all the
"concrete" forms, plus structures to create the components.
Some of the structures permit structural sharing (graphs,
lists, and trees). Some structures may also be ordered
(collections, dequeues, and queues). There are also multiple
forms for some structures: single and double linked lists,
directed and undirected graphs, and binary, multiway, and
AVL trees.
WWW: http://www.adapower.net/booch/
PR: ports/46448
Submitted by: David Holm <david@realityrift.com>
2003-09-27 08:33:07 +02:00
|
|
|
SUBDIR += adabooch
|
New port: adabooch is a Booch implementation for Ada95
This is the documenation part of it.
The Ada 95 version of the components will contain the same
key abstractions as the C++ form (Structs, Tools and Support).
However, the organization will be slightly different,
particularly in the Support domain. This is because Ada 95
provides several special forms of memory management that
are quite different from C++.
The Structs category provides an array of structural
abstractions (Bags, Collections, Deques, Graphs, Lists,
Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools
category provides algorithmic abstractions (Searching,
Sorting, etc.). The Support category contains all the
"concrete" forms, plus structures to create the components.
Some of the structures permit structural sharing (graphs,
lists, and trees). Some structures may also be ordered
(collections, dequeues, and queues). There are also multiple
forms for some structures: single and double linked lists,
directed and undirected graphs, and binary, multiway, and
AVL trees.
WWW: http://www.adapower.net/booch/
PR: ports/46448
Submitted by: David Holm <david@realityrift.com>
2003-09-27 08:22:23 +02:00
|
|
|
SUBDIR += adabooch-doc-html
|
2002-06-19 22:05:24 +02:00
|
|
|
SUBDIR += adacurses
|
2003-09-27 08:15:46 +02:00
|
|
|
SUBDIR += adasdl
|
2005-09-16 22:41:59 +02:00
|
|
|
SUBDIR += adime
|
2006-01-05 03:04:03 +01:00
|
|
|
SUBDIR += adocman
|
2008-01-04 19:32:32 +01:00
|
|
|
SUBDIR += aegis
|
2006-11-14 11:16:53 +01:00
|
|
|
SUBDIR += afay
|
2006-08-23 15:36:52 +02:00
|
|
|
SUBDIR += aifad
|
2007-06-29 20:50:38 +02:00
|
|
|
SUBDIR += alabastra
|
2001-05-28 23:18:41 +02:00
|
|
|
SUBDIR += ald
|
2002-09-04 14:19:55 +02:00
|
|
|
SUBDIR += alf
|
2001-03-04 21:33:24 +01:00
|
|
|
SUBDIR += allegro
|
2006-08-14 01:20:09 +02:00
|
|
|
SUBDIR += allegro-devel
|
2001-03-31 18:10:34 +02:00
|
|
|
SUBDIR += anjuta
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += anjuta-extras
|
2003-01-21 03:53:49 +01:00
|
|
|
SUBDIR += antlr
|
2006-12-05 21:03:55 +01:00
|
|
|
SUBDIR += antlrworks
|
2003-07-21 09:46:59 +02:00
|
|
|
SUBDIR += apache-ant
|
2002-07-15 20:12:28 +02:00
|
|
|
SUBDIR += apr
|
2003-06-13 20:36:44 +02:00
|
|
|
SUBDIR += argouml
|
2004-03-01 10:15:09 +01:00
|
|
|
SUBDIR += argp-standalone
|
2003-12-17 03:53:52 +01:00
|
|
|
SUBDIR += argtable
|
2001-01-04 13:29:50 +01:00
|
|
|
SUBDIR += arm-elf-binutils
|
2001-04-17 14:42:06 +02:00
|
|
|
SUBDIR += arm-rtems-binutils
|
2001-04-17 14:46:26 +02:00
|
|
|
SUBDIR += arm-rtems-gcc
|
2001-04-17 15:23:57 +02:00
|
|
|
SUBDIR += arm-rtems-gdb
|
2007-01-17 20:31:28 +01:00
|
|
|
SUBDIR += aros-sdk
|
2003-12-06 14:26:11 +01:00
|
|
|
SUBDIR += as31
|
New port: devel/asdlgen generate serializers for C,C++,Haskell,Icon,Java,ML
asdlGen generates data structure and serializer code from ASDL
specifications [1]. It is especially helpful for exchanging
tree like data structures between different programming languages.
Currently C, C++, Haskell, Java, Icon, OCaml and SML are supported.
Although the asdlGen project itself seems no longer actively
maintained, ASDL is "alive" as it is used (at least) in the
Moby [2] and Python [3,4] compilers.
The port optionally installs a simple usage example [5] for all
seven programming languages. I developed it primarily to test the
port, but it could be helpful to users of asdlGen to get a quicker
start, especially if a less familiar programming language is
involved in their project. Reviewers/committers can easily make
use of it via the "test-demo" target.
PR: ports/117703
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
2008-05-24 08:39:32 +02:00
|
|
|
SUBDIR += asdlgen
|
1997-06-20 10:14:58 +02:00
|
|
|
SUBDIR += asl
|
2001-03-10 22:32:47 +01:00
|
|
|
SUBDIR += asmutils
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += asmx
|
1999-04-03 03:26:45 +02:00
|
|
|
SUBDIR += astyle
|
2001-04-05 21:01:12 +02:00
|
|
|
SUBDIR += atlas
|
2005-05-07 13:25:52 +02:00
|
|
|
SUBDIR += atlas-devel
|
2001-12-18 14:45:04 +01:00
|
|
|
SUBDIR += autobook
|
2006-11-01 11:59:09 +01:00
|
|
|
SUBDIR += autoconf-archive
|
2007-07-28 08:33:59 +02:00
|
|
|
SUBDIR += autoconf-wrapper
|
2001-10-29 18:31:42 +01:00
|
|
|
SUBDIR += autoconf213
|
2008-05-17 21:42:22 +02:00
|
|
|
SUBDIR += autoconf262
|
2001-10-06 14:13:53 +02:00
|
|
|
SUBDIR += autodia
|
2007-02-22 08:29:50 +01:00
|
|
|
SUBDIR += autodist
|
2001-03-13 06:52:31 +01:00
|
|
|
SUBDIR += autogen
|
2007-07-28 08:33:59 +02:00
|
|
|
SUBDIR += automake-wrapper
|
2006-12-07 11:57:12 +01:00
|
|
|
SUBDIR += automake110
|
2001-10-29 18:31:42 +01:00
|
|
|
SUBDIR += automake14
|
2004-08-04 00:36:52 +02:00
|
|
|
SUBDIR += automake15
|
2007-07-28 08:33:59 +02:00
|
|
|
SUBDIR += automake16
|
|
|
|
SUBDIR += automake17
|
|
|
|
SUBDIR += automake18
|
2004-08-05 22:17:27 +02:00
|
|
|
SUBDIR += automake19
|
2008-08-09 18:52:28 +02:00
|
|
|
SUBDIR += automoc4
|
2007-07-28 08:33:59 +02:00
|
|
|
SUBDIR += autotools
|
2004-04-04 18:24:47 +02:00
|
|
|
SUBDIR += avalon-framework
|
2003-04-14 02:46:49 +02:00
|
|
|
SUBDIR += avarice
|
2008-05-18 02:06:25 +02:00
|
|
|
SUBDIR += avce00
|
2000-01-29 06:00:16 +01:00
|
|
|
SUBDIR += avltree
|
2000-12-05 16:17:47 +01:00
|
|
|
SUBDIR += avr-binutils
|
2006-10-10 01:36:48 +02:00
|
|
|
SUBDIR += avr-gcc
|
2006-10-05 23:56:21 +02:00
|
|
|
SUBDIR += avr-gcc-3
|
2009-06-17 21:33:59 +02:00
|
|
|
SUBDIR += avr-gcc-42
|
2002-09-10 10:52:42 +02:00
|
|
|
SUBDIR += avr-gdb
|
2000-12-05 16:23:17 +01:00
|
|
|
SUBDIR += avr-libc
|
2005-02-18 04:13:57 +01:00
|
|
|
SUBDIR += avra
|
2003-04-08 23:59:14 +02:00
|
|
|
SUBDIR += avrdude
|
2005-11-09 21:40:59 +01:00
|
|
|
SUBDIR += bazaar
|
2005-10-28 11:36:43 +02:00
|
|
|
SUBDIR += bazaar-ng
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += bcc
|
2001-11-18 04:33:45 +01:00
|
|
|
SUBDIR += bcpp
|
2005-09-13 08:49:45 +02:00
|
|
|
SUBDIR += beautifyphp
|
2009-11-08 04:19:13 +01:00
|
|
|
SUBDIR += bennugd-core
|
2009-11-08 04:19:45 +01:00
|
|
|
SUBDIR += bennugd-modules
|
2003-03-31 10:55:48 +02:00
|
|
|
SUBDIR += bglibs
|
2003-04-29 04:54:24 +02:00
|
|
|
SUBDIR += bicyclerepair
|
2000-11-03 01:22:08 +01:00
|
|
|
SUBDIR += bin86
|
2009-07-08 21:55:29 +02:00
|
|
|
SUBDIR += binutils
|
2000-01-19 16:56:38 +01:00
|
|
|
SUBDIR += bison
|
2009-03-09 17:23:46 +01:00
|
|
|
SUBDIR += bisoncpp
|
2005-09-02 04:22:12 +02:00
|
|
|
SUBDIR += bisongen
|
2009-10-04 12:09:41 +02:00
|
|
|
SUBDIR += bmake
|
2003-06-03 04:40:57 +02:00
|
|
|
SUBDIR += bnf
|
2007-02-11 13:30:38 +01:00
|
|
|
SUBDIR += bnfc
|
2000-12-12 15:37:13 +01:00
|
|
|
SUBDIR += boaconstructor
|
1996-11-16 02:55:06 +01:00
|
|
|
SUBDIR += boehm-gc
|
2009-12-18 05:07:24 +01:00
|
|
|
SUBDIR += boehm-gc-redirect
|
2009-12-18 05:08:01 +01:00
|
|
|
SUBDIR += boehm-gc-threaded
|
1999-10-14 07:04:28 +02:00
|
|
|
SUBDIR += bonobo
|
2001-02-10 00:18:15 +01:00
|
|
|
SUBDIR += bonobo-conf
|
2009-07-28 13:45:08 +02:00
|
|
|
SUBDIR += boost-all
|
|
|
|
SUBDIR += boost-docs
|
|
|
|
SUBDIR += boost-jam
|
|
|
|
SUBDIR += boost-libs
|
2009-12-29 14:50:29 +01:00
|
|
|
SUBDIR += boost-pyste
|
2009-07-28 13:45:08 +02:00
|
|
|
SUBDIR += boost-python-libs
|
2008-02-13 12:01:55 +01:00
|
|
|
SUBDIR += boost_build
|
2005-06-16 00:41:31 +02:00
|
|
|
SUBDIR += bouml
|
2007-12-26 14:31:29 +01:00
|
|
|
SUBDIR += bouml-doc
|
2010-03-09 14:40:33 +01:00
|
|
|
SUBDIR += bpython
|
2010-01-05 22:36:34 +01:00
|
|
|
SUBDIR += bsdcflow
|
2007-12-18 02:51:04 +01:00
|
|
|
SUBDIR += bufferpool
|
2006-05-28 05:25:55 +02:00
|
|
|
SUBDIR += bug-buddy
|
2001-10-01 15:18:55 +02:00
|
|
|
SUBDIR += bugzilla
|
2007-05-27 15:16:35 +02:00
|
|
|
SUBDIR += bugzilla2
|
2005-09-27 13:41:54 +02:00
|
|
|
SUBDIR += buildbot
|
2002-08-28 21:34:18 +02:00
|
|
|
SUBDIR += buildtool
|
2003-09-10 15:14:33 +02:00
|
|
|
SUBDIR += buildtool-doc
|
2008-04-03 17:03:30 +02:00
|
|
|
SUBDIR += bullet
|
2008-01-28 21:04:56 +01:00
|
|
|
SUBDIR += bunny
|
2002-06-30 04:11:57 +02:00
|
|
|
SUBDIR += byaccj
|
2007-03-18 12:51:16 +01:00
|
|
|
SUBDIR += bzr-gtk
|
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 22:04:06 +01:00
|
|
|
SUBDIR += bzrtools
|
2002-02-24 09:50:47 +01:00
|
|
|
SUBDIR += c2lib
|
2001-10-14 16:04:09 +02:00
|
|
|
SUBDIR += c2man
|
2004-03-02 10:05:14 +01:00
|
|
|
SUBDIR += c2mdoc
|
2001-09-01 23:53:05 +02:00
|
|
|
SUBDIR += c4
|
2000-03-07 17:34:30 +01:00
|
|
|
SUBDIR += c_c++_reference
|
2002-01-18 15:38:49 +01:00
|
|
|
SUBDIR += c_parser
|
2003-10-13 12:24:19 +02:00
|
|
|
SUBDIR += calibrator
|
2006-11-09 14:56:24 +01:00
|
|
|
SUBDIR += cbind
|
2000-04-20 15:12:58 +02:00
|
|
|
SUBDIR += cbrowser
|
2000-05-09 20:32:04 +02:00
|
|
|
SUBDIR += cc65
|
2002-03-31 19:07:10 +02:00
|
|
|
SUBDIR += ccache
|
1997-11-03 11:04:54 +01:00
|
|
|
SUBDIR += cccc
|
2001-03-14 17:24:40 +01:00
|
|
|
SUBDIR += ccdoc
|
2006-07-25 19:39:19 +02:00
|
|
|
SUBDIR += ccrtp
|
1999-09-05 07:07:50 +02:00
|
|
|
SUBDIR += cdecl
|
2003-01-11 13:50:51 +01:00
|
|
|
SUBDIR += cdialog
|
1999-05-09 19:39:48 +02:00
|
|
|
SUBDIR += cdk
|
2003-01-01 16:46:55 +01:00
|
|
|
SUBDIR += cdoc
|
2004-06-03 10:02:06 +02:00
|
|
|
SUBDIR += cedet
|
1995-10-03 10:36:17 +01:00
|
|
|
SUBDIR += cflow
|
2002-05-14 08:12:08 +02:00
|
|
|
SUBDIR += cflow2vcg
|
2005-12-18 16:57:44 +01:00
|
|
|
SUBDIR += cgdb
|
2005-05-08 20:59:20 +02:00
|
|
|
SUBDIR += cgilib
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += cgit
|
2005-01-15 21:03:11 +01:00
|
|
|
SUBDIR += cgprof
|
2006-12-12 10:38:14 +01:00
|
|
|
SUBDIR += charva
|
2009-12-02 07:06:47 +01:00
|
|
|
SUBDIR += chrpath
|
2003-10-11 21:36:13 +02:00
|
|
|
SUBDIR += cil
|
2010-01-16 20:11:38 +01:00
|
|
|
SUBDIR += cl-alexandria
|
2010-01-16 20:12:05 +01:00
|
|
|
SUBDIR += cl-alexandria-clisp
|
2010-01-16 20:12:31 +01:00
|
|
|
SUBDIR += cl-alexandria-sbcl
|
2003-06-03 04:54:31 +02:00
|
|
|
SUBDIR += cl-asdf
|
2010-01-19 12:03:18 +01:00
|
|
|
SUBDIR += cl-asdf-binary-locations
|
2003-06-03 05:28:23 +02:00
|
|
|
SUBDIR += cl-asdf-clisp
|
2010-01-20 22:48:31 +01:00
|
|
|
SUBDIR += cl-cffi
|
|
|
|
SUBDIR += cl-cffi-clisp
|
|
|
|
SUBDIR += cl-cffi-sbcl
|
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
It is known to be compatible with CMUCL, CLISP, MCL, and SBCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F. Giffuni
2006-06-19 22:53:47 +02:00
|
|
|
SUBDIR += cl-infix
|
2010-01-20 13:46:43 +01:00
|
|
|
SUBDIR += cl-infix-clisp
|
2006-06-19 22:59:06 +02:00
|
|
|
SUBDIR += cl-infix-sbcl
|
2003-09-28 11:44:07 +02:00
|
|
|
SUBDIR += cl-port
|
2003-10-03 09:30:46 +02:00
|
|
|
SUBDIR += cl-port-clisp
|
2003-09-28 12:23:41 +02:00
|
|
|
SUBDIR += cl-port-sbcl
|
2003-09-28 11:53:36 +02:00
|
|
|
SUBDIR += cl-split-sequence
|
2003-10-03 09:47:10 +02:00
|
|
|
SUBDIR += cl-split-sequence-clisp
|
2003-09-28 12:34:41 +02:00
|
|
|
SUBDIR += cl-split-sequence-sbcl
|
2010-01-17 16:47:23 +01:00
|
|
|
SUBDIR += cl-trivial-features
|
2010-01-17 16:48:42 +01:00
|
|
|
SUBDIR += cl-trivial-features-clisp
|
2010-01-17 16:48:11 +01:00
|
|
|
SUBDIR += cl-trivial-features-sbcl
|
2010-01-17 22:29:39 +01:00
|
|
|
SUBDIR += cl-trivial-gray-streams
|
|
|
|
SUBDIR += cl-trivial-gray-streams-clisp
|
|
|
|
SUBDIR += cl-trivial-gray-streams-sbcl
|
2005-04-14 12:34:18 +02:00
|
|
|
SUBDIR += cl-uffi
|
2005-04-14 12:43:19 +02:00
|
|
|
SUBDIR += cl-uffi-sbcl
|
2009-10-25 01:30:19 +02:00
|
|
|
SUBDIR += clang
|
2000-09-25 08:58:43 +02:00
|
|
|
SUBDIR += clanlib
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += clewn
|
1998-07-30 17:24:14 +02:00
|
|
|
SUBDIR += clig
|
2001-05-01 19:28:25 +02:00
|
|
|
SUBDIR += clint
|
2003-08-18 21:40:56 +02:00
|
|
|
SUBDIR += clisp-hyperspec
|
2002-09-21 02:57:59 +02:00
|
|
|
SUBDIR += cmake
|
2009-08-29 09:16:43 +02:00
|
|
|
SUBDIR += cmake-gui
|
2005-10-27 16:09:19 +02:00
|
|
|
SUBDIR += cmunge
|
2006-06-11 11:39:38 +02:00
|
|
|
SUBDIR += cobf
|
2004-05-04 23:07:46 +02:00
|
|
|
SUBDIR += cocktail
|
2005-12-27 20:59:09 +01:00
|
|
|
SUBDIR += codeblocks
|
2004-12-08 02:36:10 +01:00
|
|
|
SUBDIR += codeville
|
2003-12-31 04:14:57 +01:00
|
|
|
SUBDIR += codeworker
|
2004-02-11 04:34:53 +01:00
|
|
|
SUBDIR += colorer
|
2009-07-21 15:47:09 +02:00
|
|
|
SUBDIR += colorgcc
|
2000-07-27 12:03:58 +02:00
|
|
|
SUBDIR += commoncpp
|
2009-10-09 05:36:54 +02:00
|
|
|
SUBDIR += compiler-rt
|
2007-08-22 17:59:34 +02:00
|
|
|
SUBDIR += compiz-bcop
|
2008-09-02 17:42:18 +02:00
|
|
|
SUBDIR += configkit
|
1998-12-15 22:06:56 +01:00
|
|
|
SUBDIR += cons
|
2000-09-15 21:39:58 +02:00
|
|
|
SUBDIR += cons-test
|
2000-02-01 08:43:07 +01:00
|
|
|
SUBDIR += cook
|
2003-12-19 10:11:33 +01:00
|
|
|
SUBDIR += cpan-upload
|
2009-03-06 20:53:54 +01:00
|
|
|
SUBDIR += cppcheck
|
2006-11-09 00:12:55 +01:00
|
|
|
SUBDIR += cppi
|
2002-06-27 14:42:44 +02:00
|
|
|
SUBDIR += cppunit
|
2000-02-29 21:11:08 +01:00
|
|
|
SUBDIR += cproto
|
2007-06-24 10:02:16 +02:00
|
|
|
SUBDIR += cross-binutils
|
2007-06-24 10:05:29 +02:00
|
|
|
SUBDIR += cross-gcc
|
2007-06-24 10:06:54 +02:00
|
|
|
SUBDIR += cross-gdb
|
2007-10-06 18:50:29 +02:00
|
|
|
SUBDIR += crossvc
|
2007-05-27 23:50:37 +02:00
|
|
|
SUBDIR += crow
|
1999-04-13 19:17:58 +02:00
|
|
|
SUBDIR += cscope
|
2003-07-10 16:47:34 +02:00
|
|
|
SUBDIR += cscout
|
2009-11-10 17:13:36 +01:00
|
|
|
SUBDIR += csoap
|
1999-03-31 07:35:36 +02:00
|
|
|
SUBDIR += cssc
|
2004-07-12 22:48:02 +02:00
|
|
|
SUBDIR += cstringbuffer
|
1999-06-04 09:19:54 +02:00
|
|
|
SUBDIR += ctags
|
2007-09-09 07:55:50 +02:00
|
|
|
SUBDIR += cunit
|
2004-12-15 13:12:15 +01:00
|
|
|
SUBDIR += cut
|
1996-12-08 23:27:01 +01:00
|
|
|
SUBDIR += cutils
|
2002-07-23 04:40:30 +02:00
|
|
|
SUBDIR += cvs+ipv6
|
2008-05-26 06:58:17 +02:00
|
|
|
SUBDIR += cvs-devel
|
2007-08-21 09:45:44 +02:00
|
|
|
SUBDIR += cvs-syncmail
|
2002-11-27 21:28:08 +01:00
|
|
|
SUBDIR += cvs2cl
|
2007-03-01 21:07:05 +01:00
|
|
|
SUBDIR += cvs2darcs
|
2000-07-03 01:36:27 +02:00
|
|
|
SUBDIR += cvs2html
|
2001-09-02 00:13:54 +02:00
|
|
|
SUBDIR += cvs2p4
|
2004-05-01 12:30:53 +02:00
|
|
|
SUBDIR += cvs2svn
|
2002-06-10 10:16:30 +02:00
|
|
|
SUBDIR += cvsadmin
|
2002-03-25 23:22:39 +01:00
|
|
|
SUBDIR += cvsbook
|
2006-03-21 11:17:09 +01:00
|
|
|
SUBDIR += cvschangelogbuilder
|
2005-04-23 14:00:14 +02:00
|
|
|
SUBDIR += cvschk
|
2001-12-31 06:33:17 +01:00
|
|
|
SUBDIR += cvsd
|
2006-01-23 21:04:17 +01:00
|
|
|
SUBDIR += cvsdadm
|
2002-08-01 17:17:56 +02:00
|
|
|
SUBDIR += cvsdelta
|
2003-06-06 18:59:30 +02:00
|
|
|
SUBDIR += cvsdiff2patch
|
2001-02-21 10:17:10 +01:00
|
|
|
SUBDIR += cvsgraph
|
2002-02-09 01:09:48 +01:00
|
|
|
SUBDIR += cvslines
|
2000-01-29 06:03:52 +01:00
|
|
|
SUBDIR += cvsmapfs
|
2003-05-20 12:24:24 +02:00
|
|
|
SUBDIR += cvsmonitor
|
2004-01-25 16:27:24 +01:00
|
|
|
SUBDIR += cvsnt
|
2002-05-31 18:15:02 +02:00
|
|
|
SUBDIR += cvsplot
|
2002-02-09 10:38:49 +01:00
|
|
|
SUBDIR += cvsps
|
2004-12-02 22:41:24 +01:00
|
|
|
SUBDIR += cvsps-devel
|
2005-09-19 12:47:50 +02:00
|
|
|
SUBDIR += cvsspam
|
2001-08-29 04:27:31 +02:00
|
|
|
SUBDIR += cvsstat
|
2003-06-03 07:01:12 +02:00
|
|
|
SUBDIR += cvstrac
|
2000-06-06 15:56:26 +02:00
|
|
|
SUBDIR += cvsutils
|
1999-07-26 20:17:00 +02:00
|
|
|
SUBDIR += cvsweb
|
2004-05-17 19:14:19 +02:00
|
|
|
SUBDIR += cvsweb3
|
2001-12-26 23:56:13 +01:00
|
|
|
SUBDIR += cvswrap
|
1998-02-11 08:46:59 +01:00
|
|
|
SUBDIR += cweb
|
2009-04-05 22:28:33 +02:00
|
|
|
SUBDIR += cx_Freeze
|
2003-10-03 23:59:24 +02:00
|
|
|
SUBDIR += cxmon
|
1996-10-24 12:47:43 +02:00
|
|
|
SUBDIR += cxref
|
2003-11-17 11:08:45 +01:00
|
|
|
SUBDIR += cxxtest
|
2003-04-14 00:51:13 +02:00
|
|
|
SUBDIR += darcs
|
2003-04-02 14:03:44 +02:00
|
|
|
SUBDIR += darts
|
2004-07-09 11:41:17 +02:00
|
|
|
SUBDIR += datadesigner
|
2007-08-31 11:46:32 +02:00
|
|
|
SUBDIR += datadraw
|
2004-07-21 21:43:16 +02:00
|
|
|
SUBDIR += dbus
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += dbus-glib
|
2006-10-31 18:31:43 +01:00
|
|
|
SUBDIR += dbus-qt3
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += dbus-qt4
|
2005-05-16 08:01:39 +02:00
|
|
|
SUBDIR += dbus-sharp
|
1997-05-22 23:42:20 +02:00
|
|
|
SUBDIR += ddd
|
2007-03-19 04:33:27 +01:00
|
|
|
SUBDIR += deputy
|
2004-07-18 14:04:44 +02:00
|
|
|
SUBDIR += desktop-file-utils
|
2008-02-20 22:16:01 +01:00
|
|
|
SUBDIR += dev86
|
2003-06-02 03:36:35 +02:00
|
|
|
SUBDIR += devhelp
|
2001-06-09 14:38:27 +02:00
|
|
|
SUBDIR += devtodo
|
2006-04-25 04:39:35 +02:00
|
|
|
SUBDIR += dfuife-curses
|
2001-03-07 05:17:49 +01:00
|
|
|
SUBDIR += dia2code
|
2000-12-30 17:43:40 +01:00
|
|
|
SUBDIR += diffconvert
|
Diffuse is a graphical tool for merging and comparing text files. Diffuse is
able to compare an arbitrary number of files side-by-side and gives users the
ability to manually adjust line matching and directly edit files. Diffuse can
also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial,
Monotone, Subversion, and SVK repositories for comparison and merging.
Some key features of Diffuse:
- ability to compare and merge an arbitrary number of files side-by-side
(n-way merges)
- line matching can be manually corrected by the user
- ability to directly edit files
- syntax highlighting
- Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and SVK support
- support for UTF-8 encoded unicode
- unlimited undo
- easy keyboard navigation
WWW: http://diffuse.sourceforge.net/
PR: ports/132027
Submitted by: Marco Broeder <marco.broeder at gmx.eu>
2009-04-12 00:27:51 +02:00
|
|
|
SUBDIR += diffuse
|
2003-01-19 15:26:13 +01:00
|
|
|
SUBDIR += directfb
|
2002-06-26 19:20:21 +02:00
|
|
|
SUBDIR += distcc
|
2002-11-11 16:39:29 +01:00
|
|
|
SUBDIR += distel
|
2008-06-15 06:46:11 +02:00
|
|
|
SUBDIR += distorm
|
2007-02-05 15:53:15 +01:00
|
|
|
SUBDIR += ditrack
|
2004-12-13 12:01:24 +01:00
|
|
|
SUBDIR += dits
|
2007-01-28 22:45:37 +01:00
|
|
|
SUBDIR += djgpp-binutils
|
2007-01-28 22:53:14 +01:00
|
|
|
SUBDIR += djgpp-crx
|
2007-01-28 22:55:55 +01:00
|
|
|
SUBDIR += djgpp-gcc
|
2009-08-01 23:49:30 +02:00
|
|
|
SUBDIR += dklibs
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += dmake
|
2000-12-26 06:36:52 +01:00
|
|
|
SUBDIR += dmalloc
|
2008-03-31 22:44:30 +02:00
|
|
|
SUBDIR += dmucs
|
2003-05-15 14:40:46 +02:00
|
|
|
SUBDIR += doctorj
|
2001-01-28 09:50:53 +01:00
|
|
|
SUBDIR += dotconf
|
2005-07-09 00:47:00 +02:00
|
|
|
SUBDIR += dotconf++
|
1999-06-10 02:29:12 +02:00
|
|
|
SUBDIR += doxygen
|
2003-11-11 10:44:04 +01:00
|
|
|
SUBDIR += dparser
|
2004-04-06 03:31:21 +02:00
|
|
|
SUBDIR += dprog
|
2005-07-23 14:31:53 +02:00
|
|
|
SUBDIR += drpython
|
2008-06-29 16:08:29 +02:00
|
|
|
SUBDIR += dsss
|
2009-11-02 12:00:25 +01:00
|
|
|
SUBDIR += dulwich
|
2006-10-05 04:32:22 +02:00
|
|
|
SUBDIR += duplo
|
2005-02-12 23:12:15 +01:00
|
|
|
SUBDIR += dwarfdump
|
The dyncall library encapsulates architecture-, OS- and compiler-specific
function call semantics in a virtual "bind parameters from left to right
and then call" interface allowing programmers to call C functions in a
completely dynamic manner. In other workds, instead of calling a function
directly, the dyncall library provides a mechanism to push the function
parameters manually and to issue the call afterwards.
This means, that a program can determine at runtime what function to
call, and what parameters to pass to it. The library is written in C and
assembly and provides a very simple C interface to program against.
The library comes in very handy to power flexible message systems,
dynamic function call dispatch mechanisms, closure implementations or
even to bridge different programming languages.
When it comes to language bindings, the dyncall library provides a clean
and portable C interface to dynamically issue calls to foreign code using
small kernels written in assembly. Instead of providing code for every
bridged function call, which unnecessarily results in code bloat, only a
couple of instructions are used to invoke every possible call.
WWW: http://www.dyncall.org
PR: ports/122720
Submitted by: Tassilo Philipp <tphilipp at potion-studios.com>
2008-04-14 02:47:00 +02:00
|
|
|
SUBDIR += dyncall
|
2008-05-18 02:04:19 +02:00
|
|
|
SUBDIR += e00compr
|
2010-01-07 14:51:03 +01:00
|
|
|
SUBDIR += e2fsprogs-libss
|
2002-07-15 21:33:24 +02:00
|
|
|
SUBDIR += e4graph
|
2008-03-11 22:13:53 +01:00
|
|
|
SUBDIR += e_dbus
|
2009-03-11 11:31:49 +01:00
|
|
|
SUBDIR += easygit
|
2001-07-02 19:33:46 +02:00
|
|
|
SUBDIR += ebnf2yacc
|
2002-09-15 20:57:10 +02:00
|
|
|
SUBDIR += eboxy
|
2002-01-25 22:06:42 +01:00
|
|
|
SUBDIR += ecb
|
2001-03-12 23:08:31 +01:00
|
|
|
SUBDIR += ecgi
|
2008-03-11 22:13:53 +01:00
|
|
|
SUBDIR += ecore
|
|
|
|
SUBDIR += ecore-file
|
|
|
|
SUBDIR += ecore-ipc
|
|
|
|
SUBDIR += ecore-job
|
|
|
|
SUBDIR += ecore-main
|
2003-11-17 13:29:06 +01:00
|
|
|
SUBDIR += ecos-tools
|
2004-08-08 17:46:52 +02:00
|
|
|
SUBDIR += eet
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += eggdbus
|
2007-04-21 16:04:29 +02:00
|
|
|
SUBDIR += egypt
|
2001-12-26 11:57:58 +01:00
|
|
|
SUBDIR += eieio
|
2007-01-02 19:20:59 +01:00
|
|
|
SUBDIR += eiffelstudio
|
2003-01-24 22:18:30 +01:00
|
|
|
SUBDIR += elf
|
2001-07-26 13:59:37 +02:00
|
|
|
SUBDIR += elfio
|
2007-07-14 19:03:00 +02:00
|
|
|
SUBDIR += elfrc
|
2003-06-03 06:34:05 +02:00
|
|
|
SUBDIR += elfsh
|
1999-04-12 02:04:02 +02:00
|
|
|
SUBDIR += elftoaout
|
2002-01-07 22:22:22 +01:00
|
|
|
SUBDIR += elib
|
2007-08-04 11:04:51 +02:00
|
|
|
SUBDIR += elib-emacs21
|
2006-07-24 19:48:41 +02:00
|
|
|
SUBDIR += engrave
|
2000-10-28 16:03:34 +02:00
|
|
|
SUBDIR += entity
|
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 01:22:10 +01:00
|
|
|
SUBDIR += epm
|
2003-12-29 08:07:37 +01:00
|
|
|
SUBDIR += epydoc
|
2007-07-26 00:56:51 +02:00
|
|
|
SUBDIR += eric4
|
2005-02-10 00:04:01 +01:00
|
|
|
SUBDIR += eris
|
2009-07-05 01:41:58 +02:00
|
|
|
SUBDIR += erlang-thrift
|
2001-06-23 00:16:31 +02:00
|
|
|
SUBDIR += error
|
2003-01-02 20:57:54 +01:00
|
|
|
SUBDIR += esdl
|
2004-08-15 15:36:40 +02:00
|
|
|
SUBDIR += esvn
|
2007-08-28 11:44:50 +02:00
|
|
|
SUBDIR += etl
|
2006-12-23 11:26:23 +01:00
|
|
|
SUBDIR += etoile-collectionkit
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += etoile-coreobject
|
2006-12-23 11:28:48 +01:00
|
|
|
SUBDIR += etoile-foundation
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += etoile-serialize
|
2006-11-19 14:34:50 +01:00
|
|
|
SUBDIR += etoile-unitkit
|
2007-04-09 04:50:59 +02:00
|
|
|
SUBDIR += eventxx
|
2006-10-08 16:07:09 +02:00
|
|
|
SUBDIR += evfs
|
2005-11-05 06:53:22 +01:00
|
|
|
SUBDIR += evolution-gconf-tools
|
2004-11-25 04:58:17 +01:00
|
|
|
SUBDIR += excalibur-configuration
|
1997-06-30 14:14:02 +02:00
|
|
|
SUBDIR += f77flow
|
2001-03-31 04:45:55 +02:00
|
|
|
SUBDIR += fam
|
2001-03-31 04:46:32 +02:00
|
|
|
SUBDIR += fampp
|
1999-05-01 05:36:27 +02:00
|
|
|
SUBDIR += fastcrc
|
2002-10-30 13:52:39 +01:00
|
|
|
SUBDIR += fastdep
|
2009-09-25 20:23:56 +02:00
|
|
|
SUBDIR += fb303
|
2001-10-10 16:36:22 +02:00
|
|
|
SUBDIR += fc++
|
2001-03-31 04:37:34 +02:00
|
|
|
SUBDIR += ffcall
|
2006-11-29 15:49:24 +01:00
|
|
|
SUBDIR += fga
|
2000-01-01 01:20:17 +01:00
|
|
|
SUBDIR += fhist
|
2002-08-08 09:54:03 +02:00
|
|
|
SUBDIR += fib
|
2006-07-22 10:57:25 +02:00
|
|
|
SUBDIR += fistgen
|
2005-10-18 05:18:54 +02:00
|
|
|
SUBDIR += flatzebra
|
2007-12-15 08:15:01 +01:00
|
|
|
SUBDIR += flex-sdk
|
2008-09-03 05:37:34 +02:00
|
|
|
SUBDIR += flex-sdk2
|
2007-12-18 23:48:53 +01:00
|
|
|
SUBDIR += flex_compiler_shell
|
2009-11-28 14:52:54 +01:00
|
|
|
SUBDIR += flexdock
|
2007-04-20 14:18:32 +02:00
|
|
|
SUBDIR += flexjson
|
1999-01-11 06:18:26 +01:00
|
|
|
SUBDIR += flick
|
2004-04-14 11:27:54 +02:00
|
|
|
SUBDIR += flowdesigner
|
2003-08-28 21:56:31 +02:00
|
|
|
SUBDIR += flyspray
|
2001-01-23 08:40:06 +01:00
|
|
|
SUBDIR += fnccheck
|
2000-09-16 07:18:46 +02:00
|
|
|
SUBDIR += fnorb
|
1999-12-22 16:02:26 +01:00
|
|
|
SUBDIR += fortran-utils
|
2006-11-30 18:14:30 +01:00
|
|
|
SUBDIR += fortytwo-encore
|
2009-07-24 08:30:56 +02:00
|
|
|
SUBDIR += fossology
|
2006-06-21 17:46:48 +02:00
|
|
|
SUBDIR += fpc-bfd
|
2009-01-14 04:57:58 +01:00
|
|
|
SUBDIR += fpc-fcl-async
|
2007-09-18 08:06:00 +02:00
|
|
|
SUBDIR += fpc-fcl-base
|
|
|
|
SUBDIR += fpc-fcl-db
|
|
|
|
SUBDIR += fpc-fcl-fpcunit
|
|
|
|
SUBDIR += fpc-fcl-image
|
2009-01-14 03:21:14 +01:00
|
|
|
SUBDIR += fpc-fcl-json
|
2007-09-18 08:06:00 +02:00
|
|
|
SUBDIR += fpc-fcl-net
|
|
|
|
SUBDIR += fpc-fcl-passrc
|
2009-01-14 05:38:42 +01:00
|
|
|
SUBDIR += fpc-fcl-process
|
2007-09-18 08:06:00 +02:00
|
|
|
SUBDIR += fpc-fcl-registry
|
|
|
|
SUBDIR += fpc-fcl-web
|
|
|
|
SUBDIR += fpc-fcl-xml
|
2007-09-18 08:25:19 +02:00
|
|
|
SUBDIR += fpc-fpmkunit
|
2006-06-09 13:04:55 +02:00
|
|
|
SUBDIR += fpc-fv
|
2004-01-16 01:55:09 +01:00
|
|
|
SUBDIR += fpc-gdbint
|
2006-06-21 17:48:59 +02:00
|
|
|
SUBDIR += fpc-pthreads
|
2004-01-16 01:57:44 +01:00
|
|
|
SUBDIR += fpc-regexpr
|
2009-01-14 03:29:07 +01:00
|
|
|
SUBDIR += fpc-sdl
|
2009-01-14 03:31:53 +01:00
|
|
|
SUBDIR += fpc-symbolic
|
2006-06-21 17:50:23 +02:00
|
|
|
SUBDIR += fpc-zlib
|
1997-02-16 20:45:23 +01:00
|
|
|
SUBDIR += fpp
|
2004-06-24 01:18:03 +02:00
|
|
|
SUBDIR += freebase
|
1999-11-05 04:51:22 +01:00
|
|
|
SUBDIR += freelibiberty
|
2004-06-24 10:58:10 +02:00
|
|
|
SUBDIR += freeride
|
2001-05-08 21:45:14 +02:00
|
|
|
SUBDIR += frink
|
2004-01-05 09:26:43 +01:00
|
|
|
SUBDIR += fsmgenerator
|
2005-10-12 06:46:09 +02:00
|
|
|
SUBDIR += ftjam
|
1998-05-05 07:08:39 +02:00
|
|
|
SUBDIR += ftnchek
|
2005-07-15 14:48:11 +02:00
|
|
|
SUBDIR += fujaba
|
2001-01-09 10:42:46 +01:00
|
|
|
SUBDIR += funnelweb
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += g-wrap
|
2002-06-03 05:35:17 +02:00
|
|
|
SUBDIR += g2c
|
1999-02-10 16:56:10 +01:00
|
|
|
SUBDIR += gaa
|
2009-05-09 03:21:38 +02:00
|
|
|
SUBDIR += gambas2-gb-corba
|
2009-05-09 03:22:57 +02:00
|
|
|
SUBDIR += gambas2-gb-pcre
|
2009-05-09 03:24:18 +02:00
|
|
|
SUBDIR += gambas2-gb-sdl
|
2005-04-02 11:08:47 +02:00
|
|
|
SUBDIR += gamin
|
2004-05-08 00:33:55 +02:00
|
|
|
SUBDIR += gaphor
|
2004-05-09 23:02:31 +02:00
|
|
|
SUBDIR += gauche-gaunit
|
2004-01-16 23:27:51 +01:00
|
|
|
SUBDIR += gauche-readline
|
2004-03-02 17:56:35 +01:00
|
|
|
SUBDIR += gauche-sdl
|
2003-10-28 09:05:26 +01:00
|
|
|
SUBDIR += gaul
|
2006-09-14 07:09:28 +02:00
|
|
|
SUBDIR += gazpacho
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += gccmakedep
|
2003-08-01 21:39:50 +02:00
|
|
|
SUBDIR += gccxml
|
2000-06-29 21:31:23 +02:00
|
|
|
SUBDIR += gconf
|
2002-02-16 10:13:28 +01:00
|
|
|
SUBDIR += gconf2
|
2006-05-10 05:33:33 +02:00
|
|
|
SUBDIR += gconf2-reference
|
2003-06-16 00:59:42 +02:00
|
|
|
SUBDIR += gconfmm
|
2004-07-08 08:09:39 +02:00
|
|
|
SUBDIR += gconfmm26
|
2001-03-31 13:42:00 +02:00
|
|
|
SUBDIR += gcvs
|
2003-09-27 09:38:23 +02:00
|
|
|
SUBDIR += gdb53-act
|
2004-04-04 14:28:18 +02:00
|
|
|
SUBDIR += gdb6
|
2002-08-24 17:38:18 +02:00
|
|
|
SUBDIR += gdbmods
|
2010-03-03 08:51:00 +01:00
|
|
|
SUBDIR += gdcm
|
2006-04-04 14:28:14 +02:00
|
|
|
SUBDIR += geany
|
2009-01-29 07:58:29 +01:00
|
|
|
SUBDIR += gearmand
|
2006-08-29 19:27:41 +02:00
|
|
|
SUBDIR += generate
|
2001-04-17 19:44:13 +02:00
|
|
|
SUBDIR += gengameng
|
2000-10-28 04:48:45 +02:00
|
|
|
SUBDIR += gengetopt
|
2004-06-29 03:11:31 +02:00
|
|
|
SUBDIR += genproto
|
1998-08-25 18:14:05 +02:00
|
|
|
SUBDIR += gettext
|
2004-02-03 07:37:57 +01:00
|
|
|
SUBDIR += gettext-lint
|
2007-08-30 13:55:43 +02:00
|
|
|
SUBDIR += gettext-msghack
|
2001-07-30 19:18:56 +02:00
|
|
|
SUBDIR += getxml
|
2006-12-19 08:28:37 +01:00
|
|
|
SUBDIR += gflags
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += giggle
|
1997-08-29 11:21:07 +02:00
|
|
|
SUBDIR += gindent
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gio-fam-backend
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += gir-repository
|
|
|
|
SUBDIR += gir-repository-dbus
|
|
|
|
SUBDIR += gir-repository-gconf2
|
|
|
|
SUBDIR += gir-repository-libnotify
|
|
|
|
SUBDIR += gir-repository-libsoup
|
2006-02-08 09:30:38 +01:00
|
|
|
SUBDIR += git
|
2008-05-19 04:07:50 +02:00
|
|
|
SUBDIR += gittrac
|
2002-06-12 02:11:15 +02:00
|
|
|
SUBDIR += glade2
|
2006-10-14 11:04:32 +02:00
|
|
|
SUBDIR += glade3
|
2003-11-04 10:27:09 +01:00
|
|
|
SUBDIR += glademm
|
2005-11-05 06:56:43 +01:00
|
|
|
SUBDIR += glib-java
|
1999-03-09 02:13:40 +01:00
|
|
|
SUBDIR += glib12
|
2002-03-11 18:53:25 +01:00
|
|
|
SUBDIR += glib20
|
2006-05-10 00:03:26 +02:00
|
|
|
SUBDIR += glib20-reference
|
2004-06-26 05:04:35 +02:00
|
|
|
SUBDIR += glibmm
|
2006-05-11 22:33:39 +02:00
|
|
|
SUBDIR += glibmm-reference
|
2000-06-28 03:05:46 +02:00
|
|
|
SUBDIR += global
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += glog
|
2003-11-10 03:41:24 +01:00
|
|
|
SUBDIR += glrparser
|
2001-10-17 20:27:14 +02:00
|
|
|
SUBDIR += glui
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += gmake
|
2006-05-28 03:57:42 +02:00
|
|
|
SUBDIR += gnome-common
|
2006-05-28 05:34:21 +02:00
|
|
|
SUBDIR += gnome-crash
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += gnome-js-common
|
2006-05-28 18:11:40 +02:00
|
|
|
SUBDIR += gnome-vfs
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += gnome-vfs-monikers
|
2006-05-28 18:11:40 +02:00
|
|
|
SUBDIR += gnome-vfs-reference
|
|
|
|
SUBDIR += gnome-vfs1
|
2003-06-16 00:58:48 +02:00
|
|
|
SUBDIR += gnome-vfsmm
|
2004-01-07 07:20:03 +01:00
|
|
|
SUBDIR += gnome2-hacker-tools
|
2008-02-16 18:50:11 +01:00
|
|
|
SUBDIR += gnucflow
|
2004-04-28 22:22:20 +02:00
|
|
|
SUBDIR += gnulibiberty
|
1999-05-10 13:34:09 +02:00
|
|
|
SUBDIR += gnustep
|
2001-06-26 14:18:05 +02:00
|
|
|
SUBDIR += gnustep-make
|
2002-11-13 18:54:50 +01:00
|
|
|
SUBDIR += gob2
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += gobject-introspection
|
2005-11-05 06:59:39 +01:00
|
|
|
SUBDIR += goffice
|
2008-01-10 08:06:43 +01:00
|
|
|
SUBDIR += goffice04
|
2009-01-10 06:22:13 +01:00
|
|
|
SUBDIR += goffice06
|
2007-03-25 17:57:41 +02:00
|
|
|
SUBDIR += goffice1
|
2004-12-30 19:41:48 +01:00
|
|
|
SUBDIR += gonzui
|
2007-10-11 17:36:31 +02:00
|
|
|
SUBDIR += google-perftools
|
2005-06-28 03:17:21 +02:00
|
|
|
SUBDIR += google-sparsehash
|
2008-12-12 06:17:52 +01:00
|
|
|
SUBDIR += googlemock
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += googletest
|
2003-03-23 20:29:15 +01:00
|
|
|
SUBDIR += gorm
|
1999-12-29 10:09:40 +01:00
|
|
|
SUBDIR += gperf
|
2006-03-19 23:43:05 +01:00
|
|
|
SUBDIR += gpsim
|
2002-07-08 22:00:06 +02:00
|
|
|
SUBDIR += gputils
|
2004-03-10 16:35:51 +01:00
|
|
|
SUBDIR += gsoap
|
2005-03-20 20:57:56 +01:00
|
|
|
SUBDIR += gstreamer-plugins-gconf
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gstreamer-plugins-gio
|
2005-02-28 23:16:10 +01:00
|
|
|
SUBDIR += gstreamer-plugins-gnomevfs
|
|
|
|
SUBDIR += gstreamer-plugins-sdl
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gstreamer-plugins-soup
|
2001-02-13 12:41:08 +01:00
|
|
|
SUBDIR += gtgt
|
Developing and debugging UIs can be a pain. When something
goes wrong, it's not always obvious why. You can waste hours
writing logging statements only to find out that a widget is
in the wrong container, or an attribute wasn't set correctly.
Developing isn't much better either. Ever spend time writing
temporary code just to test a new feature, code you know you're
going to throw away in an hour, and yet you end up spending the
next 20 minutes debugging your temporary code? Sucks, doesn't
it?
What your program really needs is a good Parasite infestation.
Parasite is a debugging and development tool that runs inside
your GTK+ application's process. It can inspect your application,
giving you detailed information on your UI, such as the hierarchy,
X window IDs, widget properties, and more. You can modify properties
on the fly in order to experiment with the look of your UI.
WWW: http://chipx86.github.com/gtkparasite/
PR: ports/131877
Submitted by: Ashish Shukla <wahjava@gmail.com>
Feature safe: yes
2009-09-23 11:31:30 +02:00
|
|
|
SUBDIR += gtkparasite
|
2000-09-16 16:17:19 +02:00
|
|
|
SUBDIR += gtranslator
|
2005-10-12 04:36:20 +02:00
|
|
|
SUBDIR += guichan
|
2004-11-07 14:50:53 +01:00
|
|
|
SUBDIR += guikachu
|
2007-03-22 10:36:35 +01:00
|
|
|
SUBDIR += guile-lib
|
2007-05-27 23:47:33 +02:00
|
|
|
SUBDIR += guiloader
|
2007-05-27 23:49:08 +02:00
|
|
|
SUBDIR += guiloader-c++
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gvfs
|
2005-06-08 16:45:19 +02:00
|
|
|
SUBDIR += gwenhywfar
|
2006-08-28 17:11:16 +02:00
|
|
|
SUBDIR += gzstream
|
2007-01-25 05:41:13 +01:00
|
|
|
SUBDIR += hachoir-core
|
|
|
|
SUBDIR += hachoir-parser
|
2007-07-13 20:04:23 +02:00
|
|
|
SUBDIR += hachoir-regex
|
2001-01-21 16:45:46 +01:00
|
|
|
SUBDIR += happydoc
|
2004-01-13 22:12:30 +01:00
|
|
|
SUBDIR += hapy
|
2008-03-18 05:01:56 +01:00
|
|
|
SUBDIR += hcs12mem
|
2009-11-02 11:59:22 +01:00
|
|
|
SUBDIR += hg-git
|
2007-12-13 02:32:50 +01:00
|
|
|
SUBDIR += hgsvn
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += hgview
|
2006-10-31 06:56:00 +01:00
|
|
|
SUBDIR += highlighterkit
|
2007-06-22 10:06:15 +02:00
|
|
|
SUBDIR += horde-chora
|
2008-02-28 23:48:54 +01:00
|
|
|
SUBDIR += horde-whups
|
2006-09-04 23:06:12 +02:00
|
|
|
SUBDIR += hp48cc
|
2006-02-20 14:18:26 +01:00
|
|
|
SUBDIR += hp48xgcc
|
2003-07-28 02:11:02 +02:00
|
|
|
SUBDIR += hptools
|
2010-01-12 22:29:02 +01:00
|
|
|
SUBDIR += hs-DeepArrow
|
2010-01-12 23:09:04 +01:00
|
|
|
SUBDIR += hs-FileManip
|
2010-01-12 22:44:15 +01:00
|
|
|
SUBDIR += hs-MemoTrie
|
2010-01-12 22:35:17 +01:00
|
|
|
SUBDIR += hs-MissingH
|
2010-01-04 07:14:22 +01:00
|
|
|
SUBDIR += hs-MonadCatchIO-mtl
|
2010-01-02 23:44:04 +01:00
|
|
|
SUBDIR += hs-ObjectName
|
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
2009-09-02 17:38:45 +02:00
|
|
|
SUBDIR += hs-QuickCheck
|
2010-01-02 23:47:28 +01:00
|
|
|
SUBDIR += hs-StateVar
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += hs-Stream
|
2010-01-02 23:50:17 +01:00
|
|
|
SUBDIR += hs-Tensor
|
2010-01-12 22:26:47 +01:00
|
|
|
SUBDIR += hs-TypeCompose
|
2003-01-31 23:24:58 +01:00
|
|
|
SUBDIR += hs-alex
|
2010-01-12 22:37:43 +01:00
|
|
|
SUBDIR += hs-arrows
|
2008-12-21 12:23:18 +01:00
|
|
|
SUBDIR += hs-binary-ghc
|
2002-09-04 20:39:09 +02:00
|
|
|
SUBDIR += hs-c2hs
|
2010-01-12 22:39:42 +01:00
|
|
|
SUBDIR += hs-checkers
|
2010-01-12 23:06:50 +01:00
|
|
|
SUBDIR += hs-convertible
|
2004-06-14 20:28:55 +02:00
|
|
|
SUBDIR += hs-cpphs
|
2010-01-12 23:13:31 +01:00
|
|
|
SUBDIR += hs-datetime
|
2010-01-12 22:51:03 +01:00
|
|
|
SUBDIR += hs-deepseq
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += hs-dlist
|
2002-09-04 20:39:09 +02:00
|
|
|
SUBDIR += hs-drift
|
2010-01-12 22:55:40 +01:00
|
|
|
SUBDIR += hs-fgl
|
2010-01-04 09:12:50 +01:00
|
|
|
SUBDIR += hs-ghc-mtl
|
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
2009-09-02 17:38:45 +02:00
|
|
|
SUBDIR += hs-ghc-paths
|
|
|
|
SUBDIR += hs-ghc-paths-docs
|
2002-09-04 20:39:09 +02:00
|
|
|
SUBDIR += hs-haddock
|
2008-02-29 21:35:17 +01:00
|
|
|
SUBDIR += hs-haddock-docs
|
2002-09-04 20:39:09 +02:00
|
|
|
SUBDIR += hs-happy
|
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
2009-09-02 17:38:45 +02:00
|
|
|
SUBDIR += hs-haskeline
|
2010-01-03 00:37:09 +01:00
|
|
|
SUBDIR += hs-haskell-src-exts
|
2009-02-07 03:07:50 +01:00
|
|
|
SUBDIR += hs-hat
|
2002-10-25 23:59:17 +02:00
|
|
|
SUBDIR += hs-hdoc
|
2010-01-04 09:33:07 +01:00
|
|
|
SUBDIR += hs-hint
|
2002-09-04 20:39:09 +02:00
|
|
|
SUBDIR += hs-hmake
|
2010-01-03 05:53:50 +01:00
|
|
|
SUBDIR += hs-hoogle
|
2010-01-12 22:33:28 +01:00
|
|
|
SUBDIR += hs-hslogger
|
2002-10-26 00:25:38 +02:00
|
|
|
SUBDIR += hs-idoc
|
2009-03-06 20:46:33 +01:00
|
|
|
SUBDIR += hs-language-c-ghc
|
2009-03-14 16:19:34 +01:00
|
|
|
SUBDIR += hs-lazysmallcheck-ghc
|
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
2009-09-02 17:38:45 +02:00
|
|
|
SUBDIR += hs-mmap
|
Mueval is a Haskell interpreter. It uses the GHC API to evaluate
arbitrary Haskell expressions.
Importantly, mueval takes many precautions to defang and avoid
"evil" code. It uses resource limits, whitelisted modules, special
Show instances for IO, threads, processes, changes of directory, and
so on to sandbox the Haskell code.
It is, in short, intended to be a standalone version of Lambdabot's
famous evaluation functionality. For examples and explanations, please
see the README file.
Mueval is POSIX-only.
WWW: http://code.haskell.org/mubot/
PR: ports/142291
Submitted by: Jacula Modyun <jacula(at)gmail.com>
2010-01-04 09:54:14 +01:00
|
|
|
SUBDIR += hs-mueval
|
2008-12-21 12:41:49 +01:00
|
|
|
SUBDIR += hs-pcre-light-ghc
|
2010-01-12 22:48:58 +01:00
|
|
|
SUBDIR += hs-reactive
|
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
2009-09-02 17:38:45 +02:00
|
|
|
SUBDIR += hs-readline
|
2010-01-02 23:59:58 +01:00
|
|
|
SUBDIR += hs-safe
|
2010-01-04 06:51:11 +01:00
|
|
|
SUBDIR += hs-show
|
2010-01-04 06:35:06 +01:00
|
|
|
SUBDIR += hs-smallcheck
|
2010-01-12 23:20:16 +01:00
|
|
|
SUBDIR += hs-split
|
2010-01-12 22:31:25 +01:00
|
|
|
SUBDIR += hs-testpack
|
2010-01-04 09:00:59 +01:00
|
|
|
SUBDIR += hs-transformers
|
2010-01-12 22:42:25 +01:00
|
|
|
SUBDIR += hs-unamb
|
2010-01-02 23:57:05 +01:00
|
|
|
SUBDIR += hs-uniplate
|
2010-01-12 23:24:36 +01:00
|
|
|
SUBDIR += hs-unix-compat
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += hs-utf8-string-ghc
|
2010-01-12 22:58:36 +01:00
|
|
|
SUBDIR += hs-utility-ht
|
2008-02-28 21:53:43 +01:00
|
|
|
SUBDIR += hs-uuagc
|
2008-02-28 21:10:17 +01:00
|
|
|
SUBDIR += hs-uulib
|
2010-01-04 08:55:09 +01:00
|
|
|
SUBDIR += hs-uvector
|
2010-01-04 08:58:07 +01:00
|
|
|
SUBDIR += hs-uvector-algorithms
|
2001-04-09 09:59:25 +02:00
|
|
|
SUBDIR += hypersrc
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += i386-rtems-binutils
|
|
|
|
SUBDIR += i386-rtems-gcc
|
|
|
|
SUBDIR += i386-rtems-gdb
|
2005-06-08 17:10:56 +02:00
|
|
|
SUBDIR += ice
|
2009-03-09 17:16:58 +01:00
|
|
|
SUBDIR += icmake
|
2001-03-17 09:49:14 +01:00
|
|
|
SUBDIR += icu
|
2003-05-05 10:21:40 +02:00
|
|
|
SUBDIR += icu2
|
2010-01-09 05:45:57 +01:00
|
|
|
SUBDIR += icu4
|
1996-09-16 02:31:05 +02:00
|
|
|
SUBDIR += id-utils
|
2003-01-20 07:52:20 +01:00
|
|
|
SUBDIR += ifd-test
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += imake
|
2001-10-10 04:24:01 +02:00
|
|
|
SUBDIR += inilib
|
2004-03-12 10:29:15 +01:00
|
|
|
SUBDIR += initutil
|
2002-08-29 05:21:04 +02:00
|
|
|
SUBDIR += invitation_to_ruby
|
2010-03-09 23:30:22 +01:00
|
|
|
SUBDIR += ioncube
|
2003-12-06 19:15:28 +01:00
|
|
|
SUBDIR += ipython
|
2005-06-12 21:21:53 +02:00
|
|
|
SUBDIR += ireport
|
2004-04-07 10:32:09 +02:00
|
|
|
SUBDIR += itext
|
2001-11-01 09:20:56 +01:00
|
|
|
SUBDIR += ixlib
|
2005-10-17 19:58:21 +02:00
|
|
|
SUBDIR += jakarta-commons-chain
|
2005-11-22 17:32:01 +01:00
|
|
|
SUBDIR += jakarta-commons-configuration
|
2007-07-09 19:09:58 +02:00
|
|
|
SUBDIR += jakarta-commons-daemon
|
2006-02-14 16:46:38 +01:00
|
|
|
SUBDIR += jakarta-commons-io
|
2007-02-08 13:27:09 +01:00
|
|
|
SUBDIR += jakarta-commons-jxpath
|
java Management Extensions (JMX) is an API that facilitates building management
applications that can configure, and perform operations on, a server applica
-tion. In general, each manageable component of the server application is re
-presented by a Management Bean (or MBean, for short). JMX defines three types
of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a
way to define MBeans for many different components, without having to write a
specific MBean implementation class for each one.
However, this power comes at a price. It is necessary to set up a substantial
amount of metadata about each MBean, including the attributes it should expose
(similar to JavaBeans properties), the operations it should make available (si
-milar to calling methods of a Java object via reflection), and other related
information. The Modeler component is designed to make this process fairly pain
-less -- the required metadata is configured from an XML description of each
Model MBean to be supported. In addition, Modeler provides a factory mechanism
to create the actual Model MBean instances themselves.
The Modeler component of the Jakarta Commons subproject offers convenient
support for configuring and instantiating Model MBeans (management beans),
as described in the JMX Specification.
Homepage: http://jakarta.apache.org/commons/modeler/
Submitted by: Nemo LIU <nemoliu at gmail dot com>
PR: ports/109074
2007-02-13 08:06:52 +01:00
|
|
|
SUBDIR += jakarta-commons-modeler
|
2003-10-24 04:01:39 +02:00
|
|
|
SUBDIR += jakelib2
|
1998-07-11 04:42:47 +02:00
|
|
|
SUBDIR += jam
|
2010-01-30 16:52:15 +01:00
|
|
|
SUBDIR += jansson
|
2004-11-19 15:31:35 +01:00
|
|
|
SUBDIR += java-util-concurrent
|
2007-09-22 09:43:42 +02:00
|
|
|
SUBDIR += javolution
|
2004-05-05 03:41:12 +02:00
|
|
|
SUBDIR += jclassinfo
|
2005-06-12 21:16:37 +02:00
|
|
|
SUBDIR += jcmdline
|
2005-03-10 16:27:41 +01:00
|
|
|
SUBDIR += jep
|
2007-10-02 20:20:44 +02:00
|
|
|
SUBDIR += jline
|
2003-10-06 04:46:08 +02:00
|
|
|
SUBDIR += jrtplib
|
2005-01-16 22:26:58 +01:00
|
|
|
SUBDIR += jsap
|
2008-05-28 20:15:24 +02:00
|
|
|
SUBDIR += jsl
|
2006-09-11 03:02:55 +02:00
|
|
|
SUBDIR += jsmin
|
2006-06-24 12:04:04 +02:00
|
|
|
SUBDIR += json-c
|
2008-12-26 02:47:45 +01:00
|
|
|
SUBDIR += json-glib
|
2006-08-08 17:39:24 +02:00
|
|
|
SUBDIR += jtag
|
2004-11-30 15:54:13 +01:00
|
|
|
SUBDIR += jude-community
|
2004-08-19 14:30:27 +02:00
|
|
|
SUBDIR += judy
|
2007-10-06 21:40:32 +02:00
|
|
|
SUBDIR += k8048
|
2008-07-30 12:53:53 +02:00
|
|
|
SUBDIR += kBuild
|
2003-01-01 16:55:58 +01:00
|
|
|
SUBDIR += kaptain
|
2004-07-31 20:24:18 +02:00
|
|
|
SUBDIR += kcachegrind
|
1999-11-26 21:15:50 +01:00
|
|
|
SUBDIR += kdbg
|
2009-05-09 21:38:16 +02:00
|
|
|
SUBDIR += kdebindings4
|
|
|
|
SUBDIR += kdebindings4-python
|
|
|
|
SUBDIR += kdebindings4-python-krosspython
|
|
|
|
SUBDIR += kdebindings4-python-pykde4
|
2002-04-22 01:47:50 +02:00
|
|
|
SUBDIR += kdesdk3
|
2008-08-09 18:52:28 +02:00
|
|
|
SUBDIR += kdesdk4
|
2009-01-18 23:23:21 +01:00
|
|
|
SUBDIR += kdesvn-kde4
|
2000-02-12 22:54:08 +01:00
|
|
|
SUBDIR += kdevelop
|
2001-04-23 14:16:37 +02:00
|
|
|
SUBDIR += kimwitu
|
2001-04-23 18:02:11 +02:00
|
|
|
SUBDIR += kimwitu++
|
2004-06-29 11:59:33 +02:00
|
|
|
SUBDIR += klassmodeler
|
2004-06-08 07:45:51 +02:00
|
|
|
SUBDIR += kodos
|
2002-06-18 22:40:18 +02:00
|
|
|
SUBDIR += kprof
|
2004-04-30 05:02:33 +02:00
|
|
|
SUBDIR += kscope
|
2005-10-12 07:54:15 +02:00
|
|
|
SUBDIR += kxl
|
2003-05-12 18:18:35 +02:00
|
|
|
SUBDIR += kyra
|
2006-06-10 19:28:43 +02:00
|
|
|
SUBDIR += lasi
|
2002-06-03 16:00:20 +02:00
|
|
|
SUBDIR += lbpp
|
2004-02-04 13:13:23 +01:00
|
|
|
SUBDIR += leaktracer
|
2001-06-05 05:48:42 +02:00
|
|
|
SUBDIR += lemon
|
2007-06-04 08:45:49 +02:00
|
|
|
SUBDIR += lexi
|
2007-05-01 13:16:09 +02:00
|
|
|
SUBDIR += lhs2TeX
|
2002-02-12 14:37:38 +01:00
|
|
|
SUBDIR += libIDL
|
1999-02-02 15:32:32 +01:00
|
|
|
SUBDIR += libPropList
|
1998-12-07 03:22:12 +01:00
|
|
|
SUBDIR += libU77
|
Add ports devel/libYGP and devel/libXGP:
A C++ library, separated in 2 parts:
* A common one, designed to have no dependencies to the operating system
or any library, providing:
o A class for communication,
o Classes to handle regular expressions (both common and UNIX-file like),
o A general parser,
o Smart pointers
o A class to search directories
o A relation-class to relate objects
* Some classes for the X-windows system (basing on gtkmm (previously
known as Gtk--)) like:
o An entry field to enter filenames (with completion, analogue to modern
browsers),
o Formatted entry fields (with validy check),
o A ListBox to display files (with an icon based on the type of the file),
o A base-class for Applications
WWW: http://libymp.sourceforge.net/
2006-08-20 14:20:13 +02:00
|
|
|
SUBDIR += libXGP
|
|
|
|
SUBDIR += libYGP
|
2001-10-08 18:25:53 +02:00
|
|
|
SUBDIR += libafterbase
|
2007-04-26 04:21:58 +02:00
|
|
|
SUBDIR += libarena
|
2003-12-25 09:28:12 +01:00
|
|
|
SUBDIR += libassa
|
2004-02-27 09:45:45 +01:00
|
|
|
SUBDIR += libassetml
|
2001-09-07 21:54:19 +02:00
|
|
|
SUBDIR += libast
|
2006-04-19 08:45:21 +02:00
|
|
|
SUBDIR += libaura
|
2001-08-13 15:54:31 +02:00
|
|
|
SUBDIR += libavl
|
2005-09-20 12:54:55 +02:00
|
|
|
SUBDIR += libbegemot
|
2004-04-28 22:24:39 +02:00
|
|
|
SUBDIR += libbfd
|
2005-05-09 22:13:31 +02:00
|
|
|
SUBDIR += libbinio
|
2005-03-11 17:00:01 +01:00
|
|
|
SUBDIR += libbnr
|
2009-03-09 17:22:04 +01:00
|
|
|
SUBDIR += libbobcat
|
2002-02-14 10:39:16 +01:00
|
|
|
SUBDIR += libbonobo
|
2006-05-10 02:25:34 +02:00
|
|
|
SUBDIR += libbonobo-reference
|
2003-06-16 00:57:27 +02:00
|
|
|
SUBDIR += libbonobomm
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += libburn
|
2001-11-20 22:27:18 +01:00
|
|
|
SUBDIR += libcapsinetwork
|
2005-04-20 15:33:39 +02:00
|
|
|
SUBDIR += libccid
|
2007-04-30 15:02:27 +02:00
|
|
|
SUBDIR += libcfg
|
2003-12-05 01:46:02 +01:00
|
|
|
SUBDIR += libcheck
|
2003-02-18 00:56:56 +01:00
|
|
|
SUBDIR += libchipcard
|
2003-02-19 03:09:47 +01:00
|
|
|
SUBDIR += libchipcard-kde
|
1999-01-10 20:06:11 +01:00
|
|
|
SUBDIR += libcii
|
2008-06-03 22:05:21 +02:00
|
|
|
SUBDIR += libclaw
|
2007-09-26 14:22:13 +02:00
|
|
|
SUBDIR += libconfig
|
2004-10-12 00:46:03 +02:00
|
|
|
SUBDIR += libconfuse
|
2000-06-23 12:08:05 +02:00
|
|
|
SUBDIR += libcoro
|
2006-08-02 10:12:11 +02:00
|
|
|
SUBDIR += libcoyotl
|
2003-11-10 09:29:22 +01:00
|
|
|
SUBDIR += libcwd
|
2005-10-18 23:27:02 +02:00
|
|
|
SUBDIR += libdaemon
|
2009-03-22 16:27:36 +01:00
|
|
|
SUBDIR += libdap
|
2006-04-01 13:17:28 +02:00
|
|
|
SUBDIR += libdasm
|
2006-04-19 09:04:20 +02:00
|
|
|
SUBDIR += libdfui
|
2003-04-19 16:19:50 +02:00
|
|
|
SUBDIR += libdict
|
2007-01-18 11:10:56 +01:00
|
|
|
SUBDIR += libdisasm
|
2009-09-23 17:02:29 +02:00
|
|
|
SUBDIR += libdispatch
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += libdlmalloc
|
2008-03-20 15:12:15 +01:00
|
|
|
SUBDIR += libdlna
|
2006-02-15 12:07:43 +01:00
|
|
|
SUBDIR += libdnsres
|
2003-08-28 11:16:04 +02:00
|
|
|
SUBDIR += libds
|
2001-01-22 17:33:23 +01:00
|
|
|
SUBDIR += libdsp
|
2005-02-12 23:09:59 +01:00
|
|
|
SUBDIR += libdwarf
|
2002-02-14 16:29:35 +01:00
|
|
|
SUBDIR += libedit
|
2001-04-18 19:36:11 +02:00
|
|
|
SUBDIR += libelf
|
2006-07-05 22:20:24 +02:00
|
|
|
SUBDIR += libepp-nicbr
|
2007-12-18 15:46:56 +01:00
|
|
|
SUBDIR += libev
|
2001-06-23 17:56:03 +02:00
|
|
|
SUBDIR += libevent
|
2006-08-02 10:43:58 +02:00
|
|
|
SUBDIR += libevocosm
|
2003-08-10 17:07:26 +02:00
|
|
|
SUBDIR += libexecinfo
|
1998-08-10 02:09:42 +02:00
|
|
|
SUBDIR += libffi
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += libfirm
|
2002-09-15 14:18:40 +02:00
|
|
|
SUBDIR += libfs++
|
2006-07-29 22:15:51 +02:00
|
|
|
SUBDIR += libftdi
|
2007-04-27 17:38:58 +02:00
|
|
|
SUBDIR += libgalago
|
2008-07-26 09:55:02 +02:00
|
|
|
SUBDIR += libgamepad
|
2004-04-05 06:02:06 +02:00
|
|
|
SUBDIR += libgconf-java
|
2009-05-09 23:43:48 +02:00
|
|
|
SUBDIR += libgdata
|
2010-03-14 21:22:26 +01:00
|
|
|
SUBDIR += libgee
|
1999-04-30 19:21:41 +02:00
|
|
|
SUBDIR += libgetline
|
2002-07-02 20:16:32 +02:00
|
|
|
SUBDIR += libghthash
|
2000-01-29 05:57:43 +01:00
|
|
|
SUBDIR += libgii
|
2004-12-09 00:52:08 +01:00
|
|
|
SUBDIR += libgiigic
|
1999-08-22 05:57:25 +02:00
|
|
|
SUBDIR += libglade
|
2004-04-05 06:03:12 +02:00
|
|
|
SUBDIR += libglade-java
|
2002-02-14 14:41:25 +01:00
|
|
|
SUBDIR += libglade2
|
2006-05-10 18:33:35 +02:00
|
|
|
SUBDIR += libglade2-reference
|
2003-06-16 01:03:27 +02:00
|
|
|
SUBDIR += libglademm
|
2004-07-08 08:03:59 +02:00
|
|
|
SUBDIR += libglademm24
|
2006-08-28 22:04:46 +02:00
|
|
|
SUBDIR += libgpc
|
2002-09-11 14:12:58 +02:00
|
|
|
SUBDIR += libgsf
|
2004-05-22 22:56:52 +02:00
|
|
|
SUBDIR += libgsf-gnome
|
2006-05-28 11:15:23 +02:00
|
|
|
SUBDIR += libgtop
|
2004-07-20 16:36:11 +02:00
|
|
|
SUBDIR += libgutenfetch
|
2002-04-02 18:10:39 +02:00
|
|
|
SUBDIR += libhash
|
2007-07-28 11:54:57 +02:00
|
|
|
SUBDIR += libhid
|
2003-06-21 22:32:55 +02:00
|
|
|
SUBDIR += libhoard
|
2002-11-04 20:33:19 +01:00
|
|
|
SUBDIR += libical
|
2008-03-31 22:40:44 +02:00
|
|
|
SUBDIR += libiqxmlrpc
|
2005-12-13 22:16:18 +01:00
|
|
|
SUBDIR += libisc
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += libisofs
|
2007-02-17 21:52:47 +01:00
|
|
|
SUBDIR += libixp
|
2008-06-23 12:38:12 +02:00
|
|
|
SUBDIR += liblas
|
2006-07-02 12:33:27 +02:00
|
|
|
SUBDIR += libleaftag
|
2007-07-10 09:20:23 +02:00
|
|
|
SUBDIR += liblogging
|
2009-03-21 10:41:29 +01:00
|
|
|
SUBDIR += liblouis
|
2009-03-23 23:14:15 +01:00
|
|
|
SUBDIR += liblouisxml
|
2009-08-02 21:36:34 +02:00
|
|
|
SUBDIR += libltdl22
|
2008-01-26 06:39:51 +01:00
|
|
|
SUBDIR += libmaa
|
2004-07-04 19:58:23 +02:00
|
|
|
SUBDIR += libmatheval
|
2002-09-24 09:59:37 +02:00
|
|
|
SUBDIR += libmba
|
2007-02-28 22:00:27 +01:00
|
|
|
SUBDIR += libmcs
|
2004-03-12 10:36:31 +01:00
|
|
|
SUBDIR += libmimedir
|
2009-02-01 22:52:00 +01:00
|
|
|
SUBDIR += libmonetra
|
2007-09-13 22:05:55 +02:00
|
|
|
SUBDIR += libmowgli
|
2006-07-09 01:49:15 +02:00
|
|
|
SUBDIR += libmpcbdm
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += libmsocket
|
2003-05-07 19:16:12 +02:00
|
|
|
SUBDIR += libmtrie
|
2005-05-19 16:50:15 +02:00
|
|
|
SUBDIR += libnaji
|
2010-02-01 22:18:04 +01:00
|
|
|
SUBDIR += libnfc
|
2005-08-28 08:53:44 +02:00
|
|
|
SUBDIR += libnotify
|
2008-03-26 14:00:22 +01:00
|
|
|
SUBDIR += libnotifymm
|
2007-09-23 04:56:44 +02:00
|
|
|
SUBDIR += libnxt
|
2004-11-28 19:46:47 +01:00
|
|
|
SUBDIR += liboil
|
2000-04-25 06:13:23 +02:00
|
|
|
SUBDIR += libol
|
2000-06-20 19:21:40 +02:00
|
|
|
SUBDIR += libole2
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
SUBDIR += liboobs
|
2001-06-03 04:07:27 +02:00
|
|
|
SUBDIR += liboop
|
2004-03-12 15:22:28 +01:00
|
|
|
SUBDIR += libopendaap
|
2005-06-19 07:54:13 +02:00
|
|
|
SUBDIR += libopensync
|
2007-07-03 23:45:30 +02:00
|
|
|
SUBDIR += libopensync022
|
2008-01-14 12:28:47 +01:00
|
|
|
SUBDIR += libopkele
|
2004-02-22 15:59:34 +01:00
|
|
|
SUBDIR += libowfat
|
2010-02-21 16:55:49 +01:00
|
|
|
SUBDIR += libpafe
|
2010-02-21 16:59:57 +01:00
|
|
|
SUBDIR += libpafe-ruby
|
2007-01-21 14:39:26 +01:00
|
|
|
SUBDIR += libpasori
|
2003-06-29 00:36:00 +02:00
|
|
|
SUBDIR += libpci
|
2009-01-23 17:28:36 +01:00
|
|
|
SUBDIR += libpciaccess
|
2002-08-22 20:08:47 +02:00
|
|
|
SUBDIR += libpdel
|
2005-03-18 04:09:41 +01:00
|
|
|
SUBDIR += libpeak
|
2006-06-05 23:30:34 +02:00
|
|
|
SUBDIR += libphish
|
2008-09-02 17:13:18 +02:00
|
|
|
SUBDIR += libphk
|
2005-12-15 02:58:58 +01:00
|
|
|
SUBDIR += libpperl
|
2007-01-29 10:20:36 +01:00
|
|
|
SUBDIR += libpthread-stubs
|
2008-01-19 20:17:03 +01:00
|
|
|
SUBDIR += librcc
|
2008-01-19 20:07:57 +01:00
|
|
|
SUBDIR += librcd
|
2008-02-16 22:03:49 +01:00
|
|
|
SUBDIR += libreadline-java
|
2002-04-15 20:38:18 +02:00
|
|
|
SUBDIR += libredblack
|
Add rsyslog 3.x to ports:
Rsyslog is an enhanced multi-threaded syslogd supporting, among
others, syslog/tcp, permitted sender lists, filtering on any message
part, and fine grain output format control. Its advanced features
make it suitable for enterprise-class, encryption protected syslog
relay chains while at the same time being very easy to setup for the
novice user.
The following features are supported through modules: logging to
MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS
API, RELP.
WWW: http://www.rsyslog.com/
2008-05-06 17:25:01 +02:00
|
|
|
SUBDIR += librelp
|
2007-03-22 10:37:55 +01:00
|
|
|
SUBDIR += libruin
|
2006-08-01 06:22:07 +02:00
|
|
|
SUBDIR += libs11n
|
2002-05-06 16:47:14 +02:00
|
|
|
SUBDIR += libshbuf
|
1999-04-03 03:20:55 +02:00
|
|
|
SUBDIR += libshhmsg
|
1999-04-03 03:16:08 +02:00
|
|
|
SUBDIR += libshhopt
|
2000-01-29 23:26:02 +01:00
|
|
|
SUBDIR += libsigc++
|
2002-10-12 09:38:08 +02:00
|
|
|
SUBDIR += libsigc++12
|
2004-06-25 10:23:30 +02:00
|
|
|
SUBDIR += libsigc++20
|
2003-04-06 09:16:01 +02:00
|
|
|
SUBDIR += libsigcx
|
2004-05-28 16:37:36 +02:00
|
|
|
SUBDIR += libsigsegv
|
2005-05-16 19:13:02 +02:00
|
|
|
SUBDIR += libslang2
|
2003-05-07 07:57:27 +02:00
|
|
|
SUBDIR += libsoup
|
2006-05-10 19:13:21 +02:00
|
|
|
SUBDIR += libsoup-reference
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += libsoup22
|
2003-06-03 07:11:10 +02:00
|
|
|
SUBDIR += libstatgrab
|
2001-08-04 12:00:47 +02:00
|
|
|
SUBDIR += libstrfunc
|
2002-02-07 02:19:52 +01:00
|
|
|
SUBDIR += libstroke
|
2000-07-07 16:02:31 +02:00
|
|
|
SUBDIR += libtai
|
2004-12-21 22:24:55 +01:00
|
|
|
SUBDIR += libtap
|
2001-03-10 20:40:15 +01:00
|
|
|
SUBDIR += libtar
|
2001-02-11 20:15:03 +01:00
|
|
|
SUBDIR += libtecla
|
2006-03-28 13:14:15 +02:00
|
|
|
SUBDIR += libthai
|
2003-09-08 12:59:00 +02:00
|
|
|
SUBDIR += libticalcs
|
2003-09-08 12:55:05 +02:00
|
|
|
SUBDIR += libtifiles
|
2006-10-31 19:09:45 +01:00
|
|
|
SUBDIR += libtifiles2
|
2009-08-02 21:36:34 +02:00
|
|
|
SUBDIR += libtool22
|
2007-09-11 19:49:34 +02:00
|
|
|
SUBDIR += libublio
|
2003-06-03 07:14:48 +02:00
|
|
|
SUBDIR += libukcprog
|
2000-06-29 21:31:23 +02:00
|
|
|
SUBDIR += libunicode
|
2007-01-07 15:38:30 +01:00
|
|
|
SUBDIR += libuninum
|
2001-02-26 22:45:05 +01:00
|
|
|
SUBDIR += libusb
|
2001-05-20 05:59:29 +02:00
|
|
|
SUBDIR += libvanessa_adt
|
2001-05-20 05:41:13 +02:00
|
|
|
SUBDIR += libvanessa_logger
|
2001-05-20 05:58:49 +02:00
|
|
|
SUBDIR += libvanessa_socket
|
2003-05-12 19:54:44 +02:00
|
|
|
SUBDIR += libvc
|
2006-11-04 08:04:42 +01:00
|
|
|
SUBDIR += libvolume_id
|
2007-04-05 11:40:46 +02:00
|
|
|
SUBDIR += libwfut
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += libx86
|
1999-04-03 03:23:47 +02:00
|
|
|
SUBDIR += libxalloc
|
2006-02-21 21:49:48 +01:00
|
|
|
SUBDIR += libytnef
|
2006-10-05 08:26:04 +02:00
|
|
|
SUBDIR += libzrtpcpp
|
2003-05-15 16:08:03 +02:00
|
|
|
SUBDIR += libzvbi
|
2002-05-09 14:57:04 +02:00
|
|
|
SUBDIR += lightning
|
1999-12-05 00:52:04 +01:00
|
|
|
SUBDIR += lincvs
|
2003-11-22 23:56:48 +01:00
|
|
|
SUBDIR += linux-allegro
|
2009-06-01 19:26:31 +02:00
|
|
|
SUBDIR += linux-f10-allegro
|
2009-07-28 10:58:16 +02:00
|
|
|
SUBDIR += linux-f10-dbus-glib
|
2009-07-28 10:57:11 +02:00
|
|
|
SUBDIR += linux-f10-dbus-libs
|
2009-06-01 19:26:31 +02:00
|
|
|
SUBDIR += linux-f10-libglade
|
|
|
|
SUBDIR += linux-f10-libglade2
|
|
|
|
SUBDIR += linux-f10-libsigc++20
|
|
|
|
SUBDIR += linux-f10-nspr
|
|
|
|
SUBDIR += linux-f10-sdl12
|
2009-04-01 17:25:39 +02:00
|
|
|
SUBDIR += linux-f8-allegro
|
|
|
|
SUBDIR += linux-f8-libglade
|
|
|
|
SUBDIR += linux-f8-libglade2
|
|
|
|
SUBDIR += linux-f8-libsigc++20
|
2009-04-06 18:08:08 +02:00
|
|
|
SUBDIR += linux-f8-nspr
|
2009-04-01 17:25:39 +02:00
|
|
|
SUBDIR += linux-f8-sdl12
|
2006-02-05 04:12:50 +01:00
|
|
|
SUBDIR += linux-js
|
2007-02-02 19:09:46 +01:00
|
|
|
SUBDIR += linux-kmod-compat
|
2001-02-12 17:40:05 +01:00
|
|
|
SUBDIR += linux-libglade
|
2007-10-25 14:18:34 +02:00
|
|
|
SUBDIR += linux-libglade2
|
2007-06-28 19:44:14 +02:00
|
|
|
SUBDIR += linux-libsigc++20
|
2002-11-24 16:19:38 +01:00
|
|
|
SUBDIR += linux-runrev
|
2001-10-17 04:12:55 +02:00
|
|
|
SUBDIR += linux-sdl12
|
2006-01-05 21:57:06 +01:00
|
|
|
SUBDIR += linux_kdump
|
2000-01-26 06:57:13 +01:00
|
|
|
SUBDIR += linuxthreads
|
2006-06-29 13:08:18 +02:00
|
|
|
SUBDIR += lion
|
2005-12-24 17:19:24 +01:00
|
|
|
SUBDIR += llvm
|
2008-08-18 17:41:02 +02:00
|
|
|
SUBDIR += llvm-devel
|
2009-05-19 15:14:17 +02:00
|
|
|
SUBDIR += lmdbg
|
2007-10-15 23:19:25 +02:00
|
|
|
SUBDIR += lndir
|
2002-07-04 07:32:19 +02:00
|
|
|
SUBDIR += log4c
|
2004-12-09 16:13:20 +01:00
|
|
|
SUBDIR += log4cplus
|
2001-05-01 19:30:29 +02:00
|
|
|
SUBDIR += log4cpp
|
2005-01-16 14:47:07 +01:00
|
|
|
SUBDIR += log4cxx
|
2004-11-28 14:04:55 +01:00
|
|
|
SUBDIR += log4j
|
2010-01-01 19:25:01 +01:00
|
|
|
SUBDIR += log4net
|
2005-02-02 02:32:32 +01:00
|
|
|
SUBDIR += log4sh
|
2008-02-13 04:51:16 +01:00
|
|
|
SUBDIR += log4shib
|
2006-04-28 21:59:30 +02:00
|
|
|
SUBDIR += loki
|
2005-06-12 21:18:10 +02:00
|
|
|
SUBDIR += looks
|
2009-12-26 04:35:49 +01:00
|
|
|
SUBDIR += love
|
2009-05-29 21:32:49 +02:00
|
|
|
SUBDIR += lpc21isp
|
2006-02-01 17:59:05 +01:00
|
|
|
SUBDIR += lrmi
|
2008-01-10 16:53:23 +01:00
|
|
|
SUBDIR += lua-bitlib
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += lua-filename
|
|
|
|
SUBDIR += lua-gettext
|
|
|
|
SUBDIR += lua-posix
|
|
|
|
SUBDIR += lua-pty
|
2009-05-08 17:19:56 +02:00
|
|
|
SUBDIR += lua-sysctl
|
2006-04-18 00:15:27 +02:00
|
|
|
SUBDIR += lua50-app
|
2006-04-15 18:54:49 +02:00
|
|
|
SUBDIR += lua50-compat51
|
2006-04-23 11:31:12 +02:00
|
|
|
SUBDIR += lua50-dfui
|
2006-11-30 22:51:05 +01:00
|
|
|
SUBDIR += lua50-filename
|
2006-05-31 21:37:41 +02:00
|
|
|
SUBDIR += lua50-gettext
|
2006-04-15 18:59:09 +02:00
|
|
|
SUBDIR += lua50-posix
|
2006-04-17 18:21:41 +02:00
|
|
|
SUBDIR += lua50-pty
|
2007-06-07 11:09:09 +02:00
|
|
|
SUBDIR += luabind
|
2008-03-12 12:00:02 +01:00
|
|
|
SUBDIR += luajava
|
2000-05-29 06:23:18 +02:00
|
|
|
SUBDIR += lwp
|
2009-05-30 20:44:29 +02:00
|
|
|
SUBDIR += lxr
|
2004-05-29 19:13:44 +02:00
|
|
|
SUBDIR += m17n-db
|
2004-05-29 19:53:00 +02:00
|
|
|
SUBDIR += m17n-docs
|
2004-05-29 19:45:46 +02:00
|
|
|
SUBDIR += m17n-lib
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += m4
|
2002-03-30 09:30:33 +01:00
|
|
|
SUBDIR += m6811-binutils
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += m68k-rtems-binutils
|
|
|
|
SUBDIR += m68k-rtems-gcc
|
|
|
|
SUBDIR += m68k-rtems-gdb
|
2001-02-22 14:23:17 +01:00
|
|
|
SUBDIR += make++
|
1997-09-01 18:45:48 +02:00
|
|
|
SUBDIR += makedepend
|
2003-01-01 16:47:53 +01:00
|
|
|
SUBDIR += makeplus
|
2003-10-15 11:41:53 +02:00
|
|
|
SUBDIR += maketool
|
2003-10-21 22:49:20 +02:00
|
|
|
SUBDIR += maven
|
2005-07-18 20:26:24 +02:00
|
|
|
SUBDIR += maven2
|
2007-04-15 20:59:37 +02:00
|
|
|
SUBDIR += mcpp
|
2002-09-01 22:43:15 +02:00
|
|
|
SUBDIR += memcheck
|
2007-03-06 20:17:44 +01:00
|
|
|
SUBDIR += menhir
|
2005-02-09 22:58:59 +01:00
|
|
|
SUBDIR += mercator
|
2005-07-13 21:05:23 +02:00
|
|
|
SUBDIR += mercurial
|
2009-08-05 10:29:58 +02:00
|
|
|
SUBDIR += mercurialeclipse
|
2003-02-28 17:49:54 +01:00
|
|
|
SUBDIR += meta-cvs
|
2002-05-15 06:38:25 +02:00
|
|
|
SUBDIR += mico
|
2000-06-20 01:43:01 +02:00
|
|
|
SUBDIR += mime
|
2005-12-27 22:04:05 +01:00
|
|
|
SUBDIR += mimir
|
2003-05-19 05:39:58 +02:00
|
|
|
SUBDIR += mingw32-bin-msvcrt
|
2003-05-19 05:27:15 +02:00
|
|
|
SUBDIR += mingw32-binutils
|
2006-10-05 01:35:31 +02:00
|
|
|
SUBDIR += mingw32-directx
|
2003-05-19 06:18:18 +02:00
|
|
|
SUBDIR += mingw32-gcc
|
2006-05-07 17:10:33 +02:00
|
|
|
SUBDIR += mingw32-pdcurses
|
2006-05-07 17:12:51 +02:00
|
|
|
SUBDIR += mingw32-pthreads
|
2009-10-19 13:39:55 +02:00
|
|
|
SUBDIR += mingw64-binutils
|
2000-12-30 20:40:39 +01:00
|
|
|
SUBDIR += mips-rtems-binutils
|
|
|
|
SUBDIR += mips-rtems-gcc
|
2002-11-03 07:17:32 +01:00
|
|
|
SUBDIR += mips-rtems-gdb
|
2002-06-26 19:23:26 +02:00
|
|
|
SUBDIR += mk
|
2009-12-14 22:03:06 +01:00
|
|
|
SUBDIR += mk-configure
|
1999-12-27 02:43:14 +01:00
|
|
|
SUBDIR += mkcmd
|
1996-07-10 10:12:38 +02:00
|
|
|
SUBDIR += mkmf
|
2007-09-07 14:01:00 +02:00
|
|
|
SUBDIR += ml-doc
|
1999-03-24 15:16:17 +01:00
|
|
|
SUBDIR += mm
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += mm-common
|
2001-01-01 22:28:48 +01:00
|
|
|
SUBDIR += mob
|
2008-08-27 18:49:34 +02:00
|
|
|
SUBDIR += mono-addins
|
2005-07-10 23:43:47 +02:00
|
|
|
SUBDIR += mono-tools
|
2009-09-07 19:16:23 +02:00
|
|
|
SUBDIR += monodevelop
|
2009-09-14 05:58:33 +02:00
|
|
|
SUBDIR += monodevelop-boo
|
2009-09-14 05:56:01 +02:00
|
|
|
SUBDIR += monodevelop-database
|
2009-09-13 23:09:56 +02:00
|
|
|
SUBDIR += monodevelop-java
|
2009-09-14 06:01:22 +02:00
|
|
|
SUBDIR += monodevelop-vala
|
2004-06-14 21:35:28 +02:00
|
|
|
SUBDIR += monotone
|
2006-07-11 09:29:48 +02:00
|
|
|
SUBDIR += monotone-viz
|
2001-02-21 01:15:07 +01:00
|
|
|
SUBDIR += motor
|
2003-07-13 20:20:36 +02:00
|
|
|
SUBDIR += mpatrol
|
2005-09-23 15:11:28 +02:00
|
|
|
SUBDIR += mph
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += mprof
|
2007-01-04 10:17:03 +01:00
|
|
|
SUBDIR += mq4cpp
|
2010-01-18 08:47:39 +01:00
|
|
|
SUBDIR += msgpack
|
2002-11-06 11:05:56 +01:00
|
|
|
SUBDIR += msp430-binutils
|
2002-11-06 11:16:08 +01:00
|
|
|
SUBDIR += msp430-gcc
|
2002-11-06 11:18:28 +01:00
|
|
|
SUBDIR += msp430-gdb
|
2002-11-07 10:03:28 +01:00
|
|
|
SUBDIR += msp430-libc
|
1999-12-27 02:40:59 +01:00
|
|
|
SUBDIR += msrc0
|
1997-10-15 22:02:14 +02:00
|
|
|
SUBDIR += nana
|
2005-07-11 00:41:56 +02:00
|
|
|
SUBDIR += nant
|
1997-10-27 01:19:10 +01:00
|
|
|
SUBDIR += nasm
|
2004-02-27 09:53:37 +01:00
|
|
|
SUBDIR += naturaldocs
|
2006-02-01 14:48:21 +01:00
|
|
|
SUBDIR += ncc
|
2005-05-29 16:01:16 +02:00
|
|
|
SUBDIR += ncnf
|
2002-11-01 07:45:27 +01:00
|
|
|
SUBDIR += ncurses
|
2007-01-31 19:41:30 +01:00
|
|
|
SUBDIR += ncurses-devel
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += ndesk-dbus
|
|
|
|
SUBDIR += ndesk-dbus-glib
|
2009-02-26 13:10:14 +01:00
|
|
|
SUBDIR += nemiver
|
2009-12-14 22:02:19 +01:00
|
|
|
SUBDIR += netbsd-pkgsrc-mk-files
|
2006-01-28 21:57:17 +01:00
|
|
|
SUBDIR += netscape-java40
|
2003-01-30 22:26:10 +01:00
|
|
|
SUBDIR += newfile
|
2000-02-13 02:57:46 +01:00
|
|
|
SUBDIR += newt
|
2001-08-10 04:18:58 +02:00
|
|
|
SUBDIR += ngpt
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += noweb
|
2001-12-19 10:28:05 +01:00
|
|
|
SUBDIR += nspr
|
2005-04-13 09:38:04 +02:00
|
|
|
SUBDIR += nx
|
2000-06-01 22:16:24 +02:00
|
|
|
SUBDIR += oaf
|
2005-10-26 12:55:27 +02:00
|
|
|
SUBDIR += obby
|
2006-06-08 10:02:53 +02:00
|
|
|
SUBDIR += obfuscatejs
|
2006-11-05 13:21:16 +01:00
|
|
|
SUBDIR += objcunit
|
2006-12-01 21:31:28 +01:00
|
|
|
SUBDIR += objectivelib
|
2006-08-04 18:05:52 +02:00
|
|
|
SUBDIR += ocaml-annexlib
|
2007-02-26 21:17:13 +01:00
|
|
|
SUBDIR += ocaml-calendar
|
This is a very preliminary release of CamlJava, an OCaml/Java
interface based on the following schema:
Caml/C interface JNI (Java Native Interface)
Caml <------------------> C <-----------------------------> Java
Currently, CamlJava provides a low-level, weakly-typed OCaml interface
very similar to the JNI. Java object references are mapped to an
abstract type, and various JNI-like operations are provided to allow
Java method invocation, field access, and more. A basic callback
facility (allowing Java code to invoke methods on Caml objects) is
also provided, although some stub Java code must be written by hand.
In the future, a higher-level, strongly-typed interface will be
provided, whereas Java classes are mapped directly to Caml classes.
This raises fairly delicate type mapping issues, though, so don't hold
your breath.
WWW: http://caml.inria.fr/
PR: ports/101147
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-04 17:02:57 +02:00
|
|
|
SUBDIR += ocaml-camljava
|
2008-04-15 22:51:39 +02:00
|
|
|
SUBDIR += ocaml-camlp5
|
2004-03-19 03:33:23 +01:00
|
|
|
SUBDIR += ocaml-camomile
|
2006-08-04 17:21:02 +02:00
|
|
|
SUBDIR += ocaml-camomile-examples
|
2006-08-20 08:57:18 +02:00
|
|
|
SUBDIR += ocaml-cfg
|
2002-09-20 15:21:30 +02:00
|
|
|
SUBDIR += ocaml-classes
|
2004-12-28 23:38:04 +01:00
|
|
|
SUBDIR += ocaml-equeue
|
2005-08-28 20:16:09 +02:00
|
|
|
SUBDIR += ocaml-event
|
2004-11-02 23:36:10 +01:00
|
|
|
SUBDIR += ocaml-extlib
|
2002-07-11 07:55:51 +02:00
|
|
|
SUBDIR += ocaml-findlib
|
2006-08-20 08:49:11 +02:00
|
|
|
SUBDIR += ocaml-lacaml
|
2009-01-18 23:23:41 +01:00
|
|
|
SUBDIR += ocaml-lwt
|
2006-05-12 15:45:14 +02:00
|
|
|
SUBDIR += ocaml-magic
|
2006-07-06 19:49:52 +02:00
|
|
|
SUBDIR += ocaml-ounit
|
2002-09-18 13:42:02 +02:00
|
|
|
SUBDIR += ocaml-pcre
|
2006-08-20 08:47:52 +02:00
|
|
|
SUBDIR += ocaml-pomap
|
2006-08-20 08:51:30 +02:00
|
|
|
SUBDIR += ocaml-res
|
2004-06-01 04:04:41 +02:00
|
|
|
SUBDIR += ocaml-sdl
|
2005-04-23 14:35:36 +02:00
|
|
|
SUBDIR += ocaml-sem
|
2006-08-04 19:01:11 +02:00
|
|
|
SUBDIR += ocaml-sexplib
|
2008-04-08 14:15:02 +02:00
|
|
|
SUBDIR += ocaml-typeconv
|
2004-03-19 02:56:37 +01:00
|
|
|
SUBDIR += ocaml-ulex
|
2006-08-06 16:17:12 +02:00
|
|
|
SUBDIR += ocaml-xstr
|
2006-08-04 18:54:10 +02:00
|
|
|
SUBDIR += ocaml-xstrp4
|
2001-04-07 09:57:20 +02:00
|
|
|
SUBDIR += ocamlweb
|
2009-07-25 12:40:28 +02:00
|
|
|
SUBDIR += ocfpcsc
|
2004-03-15 10:57:40 +01:00
|
|
|
SUBDIR += ode
|
2005-11-13 03:14:57 +01:00
|
|
|
SUBDIR += ode-devel
|
2008-06-20 11:32:19 +02:00
|
|
|
SUBDIR += ois
|
2006-09-06 09:33:20 +02:00
|
|
|
SUBDIR += omake
|
2004-11-23 01:08:11 +01:00
|
|
|
SUBDIR += omniNotify
|
1997-06-04 07:55:00 +02:00
|
|
|
SUBDIR += omniORB
|
2003-01-31 14:03:50 +01:00
|
|
|
SUBDIR += oniguruma
|
2006-12-22 13:49:21 +01:00
|
|
|
SUBDIR += oniguruma4
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += oniguruma5
|
2005-10-02 08:07:31 +02:00
|
|
|
SUBDIR += open-beagle
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += opencvs
|
2009-10-13 13:55:33 +02:00
|
|
|
SUBDIR += opengrok
|
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
programming and boundary-scan testing for embedded target devices. OpenOCD uses
a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
compliant taps on your target board. OpenOCD currently supports many types
of hardware dongles: USB based, parallel port based, and other standalone boxes
that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t),
ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and
Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged
via the GDB protocol. Flash writing is supported for external CFI compatible
NOR flashes (Intel and AMD/Spansion command set) and several internal flashes
(LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for
various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is
included.
WWW: http://openocd.berlios.de/
PR: 135094
Submitted by: CeDeROM <tomek.cedro@gmail.com>
2009-06-02 02:23:42 +02:00
|
|
|
SUBDIR += openocd
|
2006-08-08 17:27:17 +02:00
|
|
|
SUBDIR += openwince-include
|
2002-05-13 21:06:04 +02:00
|
|
|
SUBDIR += openzz
|
2001-10-29 09:57:07 +01:00
|
|
|
SUBDIR += orbitcpp
|
2010-03-09 11:55:47 +01:00
|
|
|
SUBDIR += orc
|
2003-02-01 05:41:32 +01:00
|
|
|
SUBDIR += ossp-al
|
2003-02-03 21:25:03 +01:00
|
|
|
SUBDIR += ossp-cfg
|
2003-01-31 21:21:24 +01:00
|
|
|
SUBDIR += ossp-ex
|
2003-02-01 05:38:54 +01:00
|
|
|
SUBDIR += ossp-l2
|
2003-02-01 05:45:13 +01:00
|
|
|
SUBDIR += ossp-val
|
2003-02-01 05:39:40 +01:00
|
|
|
SUBDIR += ossp-var
|
2004-02-28 12:38:36 +01:00
|
|
|
SUBDIR += ossp-xds
|
2006-07-08 10:34:25 +02:00
|
|
|
SUBDIR += otrs
|
2001-09-01 20:39:09 +02:00
|
|
|
SUBDIR += p4.el
|
2003-04-10 03:21:10 +02:00
|
|
|
SUBDIR += p4api
|
2001-09-01 23:37:20 +02:00
|
|
|
SUBDIR += p4db
|
2003-05-07 15:06:05 +02:00
|
|
|
SUBDIR += p4delta
|
2005-01-29 04:20:48 +01:00
|
|
|
SUBDIR += p4genpatch
|
2004-02-15 00:52:59 +01:00
|
|
|
SUBDIR += p4v
|
2004-08-27 11:32:45 +02:00
|
|
|
SUBDIR += p5-AI-Pathfinding-AStar
|
2006-08-02 03:21:33 +02:00
|
|
|
SUBDIR += p5-AI-Prolog
|
2006-04-27 13:12:09 +02:00
|
|
|
SUBDIR += p5-Acme-MetaSyntactic
|
2001-01-04 00:14:15 +01:00
|
|
|
SUBDIR += p5-Agent
|
2005-01-25 08:00:40 +01:00
|
|
|
SUBDIR += p5-Algorithm-Accounting
|
2004-03-16 17:59:14 +01:00
|
|
|
SUBDIR += p5-Algorithm-Annotate
|
2005-07-11 10:09:44 +02:00
|
|
|
SUBDIR += p5-Algorithm-Bucketizer
|
2006-03-26 22:58:10 +02:00
|
|
|
SUBDIR += p5-Algorithm-C3
|
2005-03-11 15:49:35 +01:00
|
|
|
SUBDIR += p5-Algorithm-ChooseSubsets
|
2004-05-21 10:32:14 +02:00
|
|
|
SUBDIR += p5-Algorithm-Cluster
|
2005-12-13 16:27:23 +01:00
|
|
|
SUBDIR += p5-Algorithm-Dependency
|
2006-06-22 01:56:21 +02:00
|
|
|
SUBDIR += p5-Algorithm-Dependency-Objects
|
2001-01-04 00:14:38 +01:00
|
|
|
SUBDIR += p5-Algorithm-Diff
|
2003-10-24 10:24:44 +02:00
|
|
|
SUBDIR += p5-Algorithm-Evolutionary
|
2009-10-10 11:19:45 +02:00
|
|
|
SUBDIR += p5-Algorithm-FloodControl
|
2007-04-03 15:38:55 +02:00
|
|
|
SUBDIR += p5-Algorithm-IncludeExclude
|
2003-12-05 22:01:40 +01:00
|
|
|
SUBDIR += p5-Algorithm-Interval2Prefix
|
2005-09-14 22:14:43 +02:00
|
|
|
SUBDIR += p5-Algorithm-LCS
|
2005-06-30 00:14:25 +02:00
|
|
|
SUBDIR += p5-Algorithm-LUHN
|
2001-01-04 00:15:46 +01:00
|
|
|
SUBDIR += p5-Algorithm-MarkovChain
|
2009-03-29 17:19:19 +02:00
|
|
|
SUBDIR += p5-Algorithm-Merge
|
2004-10-28 11:41:18 +02:00
|
|
|
SUBDIR += p5-Algorithm-MinMax
|
2003-10-28 16:26:49 +01:00
|
|
|
SUBDIR += p5-Algorithm-NaiveBayes
|
2003-10-28 16:30:46 +01:00
|
|
|
SUBDIR += p5-Algorithm-Networksort
|
2003-08-20 08:56:11 +02:00
|
|
|
SUBDIR += p5-Algorithm-Numerical-Shuffle
|
2001-01-04 00:16:16 +01:00
|
|
|
SUBDIR += p5-Algorithm-Permute
|
2003-12-28 01:08:32 +01:00
|
|
|
SUBDIR += p5-Algorithm-SVM
|
2001-01-01 06:45:34 +01:00
|
|
|
SUBDIR += p5-Alias
|
2004-08-08 11:05:35 +02:00
|
|
|
SUBDIR += p5-Alzabo
|
2004-10-13 16:09:33 +02:00
|
|
|
SUBDIR += p5-Alzabo-GUI-Mason
|
2009-02-23 02:56:56 +01:00
|
|
|
SUBDIR += p5-Any-Moose
|
2007-07-01 07:55:31 +02:00
|
|
|
SUBDIR += p5-AnyData
|
2006-12-09 16:46:55 +01:00
|
|
|
SUBDIR += p5-AnyEvent
|
2009-09-03 14:26:35 +02:00
|
|
|
SUBDIR += p5-AnyEvent-AIO
|
2005-12-27 10:26:13 +01:00
|
|
|
SUBDIR += p5-App-CLI
|
2010-01-05 07:56:06 +01:00
|
|
|
SUBDIR += p5-App-CLI-Extension
|
2006-05-10 07:40:28 +02:00
|
|
|
SUBDIR += p5-App-Cache
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-App-Cmd
|
2006-12-29 08:26:25 +01:00
|
|
|
SUBDIR += p5-App-Control
|
2003-05-19 08:54:10 +02:00
|
|
|
SUBDIR += p5-App-Info
|
2006-08-22 10:02:15 +02:00
|
|
|
SUBDIR += p5-App-Options
|
2009-11-05 17:36:10 +01:00
|
|
|
SUBDIR += p5-App-SVN-Bisect
|
2006-08-22 11:57:07 +02:00
|
|
|
SUBDIR += p5-App-Trace
|
1999-11-26 21:15:50 +01:00
|
|
|
SUBDIR += p5-AppConfig
|
2002-07-26 00:57:50 +02:00
|
|
|
SUBDIR += p5-AppConfig-Std
|
2007-02-15 15:20:51 +01:00
|
|
|
SUBDIR += p5-Array-Group
|
2004-08-02 16:52:12 +02:00
|
|
|
SUBDIR += p5-Array-Iterator
|
2003-05-18 16:53:42 +02:00
|
|
|
SUBDIR += p5-Array-Window
|
2009-08-04 14:18:58 +02:00
|
|
|
SUBDIR += p5-Async-MergePoint
|
2002-08-28 15:55:06 +02:00
|
|
|
SUBDIR += p5-AtExit
|
2003-01-27 22:08:42 +01:00
|
|
|
SUBDIR += p5-Attribute-Handlers
|
2004-01-05 16:17:31 +01:00
|
|
|
SUBDIR += p5-Attribute-Handlers-Prospective
|
2004-01-05 16:30:41 +01:00
|
|
|
SUBDIR += p5-Attribute-Persistent
|
2007-01-18 07:21:18 +01:00
|
|
|
SUBDIR += p5-AutoLoader
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-AutoXS-Header
|
2003-07-19 02:48:26 +02:00
|
|
|
SUBDIR += p5-B-Deobfuscate
|
2007-02-26 20:31:55 +01:00
|
|
|
SUBDIR += p5-B-Generate
|
2000-08-01 16:06:30 +02:00
|
|
|
SUBDIR += p5-B-Graph
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-B-Hooks-EndOfScope
|
|
|
|
SUBDIR += p5-B-Hooks-OP-Check
|
2009-08-04 13:23:43 +02:00
|
|
|
SUBDIR += p5-B-Hooks-OP-PPAddr
|
2009-03-11 17:53:57 +01:00
|
|
|
SUBDIR += p5-B-Hooks-Parser
|
2003-07-19 02:40:39 +02:00
|
|
|
SUBDIR += p5-B-Keywords
|
2009-03-11 17:53:26 +01:00
|
|
|
SUBDIR += p5-B-OPCheck
|
2004-12-12 17:42:33 +01:00
|
|
|
SUBDIR += p5-B-Size
|
2006-05-31 23:16:35 +02:00
|
|
|
SUBDIR += p5-B-Utils
|
2004-05-05 23:02:58 +02:00
|
|
|
SUBDIR += p5-BFD
|
2008-04-20 16:04:43 +02:00
|
|
|
SUBDIR += p5-BS-Event
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-BSD-Resource
|
2001-12-17 14:45:13 +01:00
|
|
|
SUBDIR += p5-BSD-stat
|
2010-01-26 18:47:10 +01:00
|
|
|
SUBDIR += p5-BZ-Client
|
2009-02-06 16:34:44 +01:00
|
|
|
SUBDIR += p5-Badger
|
2007-04-03 16:08:26 +02:00
|
|
|
SUBDIR += p5-Best
|
2005-09-01 16:33:59 +02:00
|
|
|
SUBDIR += p5-Bundle-Perl6
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-C-Scan
|
2009-03-02 03:09:04 +01:00
|
|
|
SUBDIR += p5-CHI
|
2007-05-04 02:48:22 +02:00
|
|
|
SUBDIR += p5-CLASS
|
2009-09-24 21:56:48 +02:00
|
|
|
SUBDIR += p5-CPAN-Checksums
|
2004-04-01 18:46:02 +02:00
|
|
|
SUBDIR += p5-CPAN-DistnameInfo
|
2009-09-24 21:57:50 +02:00
|
|
|
SUBDIR += p5-CPAN-Inject
|
2005-02-16 10:52:05 +01:00
|
|
|
SUBDIR += p5-CPAN-Mini
|
2007-04-25 09:50:30 +02:00
|
|
|
SUBDIR += p5-CPAN-SQLite
|
2005-03-04 21:19:03 +01:00
|
|
|
SUBDIR += p5-CPAN-YACSmoke
|
2005-03-04 10:09:15 +01:00
|
|
|
SUBDIR += p5-CPANPLUS
|
2006-08-18 11:39:47 +02:00
|
|
|
SUBDIR += p5-CPANPLUS-Dist-Build
|
2004-12-15 21:59:44 +01:00
|
|
|
SUBDIR += p5-Cache
|
2001-05-24 16:08:19 +02:00
|
|
|
SUBDIR += p5-Cache-Cache
|
2004-01-25 15:39:42 +01:00
|
|
|
SUBDIR += p5-Cache-FastMmap
|
2010-01-31 14:07:19 +01:00
|
|
|
SUBDIR += p5-Cache-Memcached-Tie
|
2003-02-04 12:26:04 +01:00
|
|
|
SUBDIR += p5-Cache-Mmap
|
2004-10-13 07:51:32 +02:00
|
|
|
SUBDIR += p5-Cache-Simple-TimedExpiry
|
2003-10-29 10:01:47 +01:00
|
|
|
SUBDIR += p5-Calendar-Simple
|
2009-07-06 00:27:02 +02:00
|
|
|
SUBDIR += p5-Capture-Tiny
|
2009-01-21 14:28:49 +01:00
|
|
|
SUBDIR += p5-Carp-Always
|
2001-12-17 14:36:50 +01:00
|
|
|
SUBDIR += p5-Carp-Assert
|
2006-06-14 06:57:35 +02:00
|
|
|
SUBDIR += p5-Carp-Assert-More
|
2004-11-02 16:18:33 +01:00
|
|
|
SUBDIR += p5-Carp-Clan
|
2009-10-19 16:00:24 +02:00
|
|
|
SUBDIR += p5-Carp-Clan-Share
|
2002-08-06 13:11:37 +02:00
|
|
|
SUBDIR += p5-Carp-Datum
|
2001-05-27 07:33:30 +02:00
|
|
|
SUBDIR += p5-Cdk
|
2008-09-07 06:18:35 +02:00
|
|
|
SUBDIR += p5-Check-ISA
|
2008-07-03 09:34:37 +02:00
|
|
|
SUBDIR += p5-Chooser
|
2001-12-17 20:57:23 +01:00
|
|
|
SUBDIR += p5-Class-Accessor
|
2004-11-03 13:52:00 +01:00
|
|
|
SUBDIR += p5-Class-Accessor-Chained
|
2010-01-04 23:54:13 +01:00
|
|
|
SUBDIR += p5-Class-Accessor-Children
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Class-Accessor-Fast-XS
|
2007-06-18 08:19:02 +02:00
|
|
|
SUBDIR += p5-Class-Accessor-Grouped
|
2004-08-03 22:01:46 +02:00
|
|
|
SUBDIR += p5-Class-Accessor-Lvalue
|
2006-07-24 08:16:22 +02:00
|
|
|
SUBDIR += p5-Class-Accessor-Named
|
2006-08-14 18:16:22 +02:00
|
|
|
SUBDIR += p5-Class-Adapter
|
2004-10-13 16:23:25 +02:00
|
|
|
SUBDIR += p5-Class-AlzaboWrapper
|
2002-07-07 14:20:53 +02:00
|
|
|
SUBDIR += p5-Class-ArrayObjects
|
2004-11-26 01:58:23 +01:00
|
|
|
SUBDIR += p5-Class-AutoClass
|
2002-12-10 11:14:40 +01:00
|
|
|
SUBDIR += p5-Class-Autouse
|
2003-12-04 17:00:52 +01:00
|
|
|
SUBDIR += p5-Class-Base
|
2002-05-27 09:58:29 +02:00
|
|
|
SUBDIR += p5-Class-BlackHole
|
2005-12-01 17:31:14 +01:00
|
|
|
SUBDIR += p5-Class-C3
|
2009-06-18 16:07:29 +02:00
|
|
|
SUBDIR += p5-Class-C3-Adopt-NEXT
|
2007-08-13 00:13:41 +02:00
|
|
|
SUBDIR += p5-Class-C3-Componentised
|
2007-05-25 10:55:29 +02:00
|
|
|
SUBDIR += p5-Class-C3-XS
|
2007-04-22 12:04:17 +02:00
|
|
|
SUBDIR += p5-Class-Closure
|
2006-06-13 04:39:21 +02:00
|
|
|
SUBDIR += p5-Class-CodeStyler
|
2008-04-14 03:29:04 +02:00
|
|
|
SUBDIR += p5-Class-Component
|
2006-10-03 16:29:22 +02:00
|
|
|
SUBDIR += p5-Class-Constant
|
2002-07-05 14:14:03 +02:00
|
|
|
SUBDIR += p5-Class-Container
|
2001-11-18 04:20:10 +01:00
|
|
|
SUBDIR += p5-Class-Contract
|
2006-02-02 10:24:55 +01:00
|
|
|
SUBDIR += p5-Class-Data-Accessor
|
2008-05-24 19:12:36 +02:00
|
|
|
SUBDIR += p5-Class-Data-ConfigHash
|
2001-12-17 20:59:29 +01:00
|
|
|
SUBDIR += p5-Class-Data-Inheritable
|
2001-07-07 16:31:17 +02:00
|
|
|
SUBDIR += p5-Class-Date
|
2009-04-10 20:12:02 +02:00
|
|
|
SUBDIR += p5-Class-Declare
|
2002-12-10 11:08:57 +01:00
|
|
|
SUBDIR += p5-Class-Default
|
2001-11-18 04:23:25 +01:00
|
|
|
SUBDIR += p5-Class-Delegation
|
2005-07-28 17:36:51 +02:00
|
|
|
SUBDIR += p5-Class-ErrorHandler
|
2002-05-27 11:38:47 +02:00
|
|
|
SUBDIR += p5-Class-Factory
|
2002-05-27 11:39:22 +02:00
|
|
|
SUBDIR += p5-Class-Factory-Util
|
2006-08-01 16:15:51 +02:00
|
|
|
SUBDIR += p5-Class-Field
|
2001-12-17 21:05:46 +01:00
|
|
|
SUBDIR += p5-Class-Fields
|
2002-10-24 10:56:58 +02:00
|
|
|
SUBDIR += p5-Class-Generate
|
2006-05-18 21:59:17 +02:00
|
|
|
SUBDIR += p5-Class-Gomor
|
2005-02-12 14:38:56 +01:00
|
|
|
SUBDIR += p5-Class-Handle
|
2003-02-05 13:08:21 +01:00
|
|
|
SUBDIR += p5-Class-Hook
|
2002-05-27 10:07:05 +02:00
|
|
|
SUBDIR += p5-Class-ISA
|
2002-09-26 14:34:08 +02:00
|
|
|
SUBDIR += p5-Class-Inner
|
2006-07-21 16:09:44 +02:00
|
|
|
SUBDIR += p5-Class-InsideOut
|
2002-12-10 11:02:12 +01:00
|
|
|
SUBDIR += p5-Class-Inspector
|
2008-02-22 22:01:23 +01:00
|
|
|
SUBDIR += p5-Class-Interfaces
|
2009-10-16 09:28:19 +02:00
|
|
|
SUBDIR += p5-Class-Load
|
2001-07-06 18:42:40 +02:00
|
|
|
SUBDIR += p5-Class-Loader
|
2006-04-14 14:18:41 +02:00
|
|
|
SUBDIR += p5-Class-MOP
|
2002-06-25 11:03:52 +02:00
|
|
|
SUBDIR += p5-Class-MakeMethods
|
2006-11-02 07:22:48 +01:00
|
|
|
SUBDIR += p5-Class-Measure
|
2008-07-23 10:05:22 +02:00
|
|
|
SUBDIR += p5-Class-Method-Modifiers
|
2009-01-21 14:32:22 +01:00
|
|
|
SUBDIR += p5-Class-Method-Modifiers-Fast
|
2000-07-12 18:23:23 +02:00
|
|
|
SUBDIR += p5-Class-MethodMaker
|
2003-10-30 11:50:33 +01:00
|
|
|
SUBDIR += p5-Class-MethodMapper
|
2009-05-21 18:35:03 +02:00
|
|
|
SUBDIR += p5-Class-Mix
|
2006-05-31 02:46:50 +02:00
|
|
|
SUBDIR += p5-Class-MixinFactory
|
2006-06-01 09:11:51 +02:00
|
|
|
SUBDIR += p5-Class-Multimethods
|
2006-07-17 03:09:47 +02:00
|
|
|
SUBDIR += p5-Class-Multimethods-Pure
|
2003-10-24 06:16:25 +02:00
|
|
|
SUBDIR += p5-Class-NamedParms
|
2007-04-26 21:58:47 +02:00
|
|
|
SUBDIR += p5-Class-OOorNO
|
2001-12-19 21:10:41 +01:00
|
|
|
SUBDIR += p5-Class-ObjectTemplate
|
2001-12-19 21:20:33 +01:00
|
|
|
SUBDIR += p5-Class-ObjectTemplate-DB
|
2004-08-18 18:52:18 +02:00
|
|
|
SUBDIR += p5-Class-Observable
|
2003-10-24 06:18:59 +02:00
|
|
|
SUBDIR += p5-Class-ParmList
|
2006-04-20 16:34:47 +02:00
|
|
|
SUBDIR += p5-Class-Prototyped
|
2003-01-26 03:01:58 +01:00
|
|
|
SUBDIR += p5-Class-ReturnValue
|
2004-03-21 03:22:05 +01:00
|
|
|
SUBDIR += p5-Class-Roles
|
2006-06-13 04:28:29 +02:00
|
|
|
SUBDIR += p5-Class-STL-Containers
|
2001-01-14 07:05:16 +01:00
|
|
|
SUBDIR += p5-Class-Singleton
|
2006-01-20 12:20:47 +01:00
|
|
|
SUBDIR += p5-Class-Spiffy
|
2005-12-07 21:49:14 +01:00
|
|
|
SUBDIR += p5-Class-StateMachine
|
2006-05-30 20:14:55 +02:00
|
|
|
SUBDIR += p5-Class-Std
|
2009-02-28 20:47:30 +01:00
|
|
|
SUBDIR += p5-Class-Std-Fast
|
2008-02-22 21:54:25 +01:00
|
|
|
SUBDIR += p5-Class-StrongSingleton
|
2002-05-27 14:14:34 +02:00
|
|
|
SUBDIR += p5-Class-Tangram
|
2005-11-02 16:25:28 +01:00
|
|
|
SUBDIR += p5-Class-Throwable
|
2001-01-01 10:32:01 +01:00
|
|
|
SUBDIR += p5-Class-Tom
|
2002-05-27 11:36:20 +02:00
|
|
|
SUBDIR += p5-Class-Trigger
|
2009-03-15 18:17:33 +01:00
|
|
|
SUBDIR += p5-Class-Unload
|
2004-07-28 10:41:51 +02:00
|
|
|
SUBDIR += p5-Class-Virtual
|
2002-05-27 10:10:43 +02:00
|
|
|
SUBDIR += p5-Class-WhiteHole
|
2008-01-24 09:02:52 +01:00
|
|
|
SUBDIR += p5-Class-Workflow
|
2004-03-29 18:58:54 +02:00
|
|
|
SUBDIR += p5-Class-XPath
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Class-XSAccessor
|
2009-03-15 18:16:37 +01:00
|
|
|
SUBDIR += p5-Class-XSAccessor-Array
|
2002-06-05 23:51:26 +02:00
|
|
|
SUBDIR += p5-Clone
|
2006-07-14 23:23:23 +02:00
|
|
|
SUBDIR += p5-Clone-Fast
|
2006-07-15 06:55:32 +02:00
|
|
|
SUBDIR += p5-Clone-More
|
2006-11-01 21:38:54 +01:00
|
|
|
SUBDIR += p5-Clone-PP
|
2006-05-26 20:02:50 +02:00
|
|
|
SUBDIR += p5-Code-Perl
|
2004-11-19 15:00:39 +01:00
|
|
|
SUBDIR += p5-Commands-Guarded
|
2006-12-30 12:31:47 +01:00
|
|
|
SUBDIR += p5-CommitBit
|
2006-09-03 13:53:11 +02:00
|
|
|
SUBDIR += p5-Config-Any
|
2006-07-26 21:38:21 +02:00
|
|
|
SUBDIR += p5-Config-ApacheFormat
|
2003-09-01 13:59:09 +02:00
|
|
|
SUBDIR += p5-Config-Auto
|
2010-03-08 02:56:59 +01:00
|
|
|
SUBDIR += p5-Config-AutoConf
|
2004-03-21 03:05:22 +01:00
|
|
|
SUBDIR += p5-Config-Fast
|
2002-08-27 16:39:58 +02:00
|
|
|
SUBDIR += p5-Config-General
|
2009-03-12 17:52:33 +01:00
|
|
|
SUBDIR += p5-Config-INI
|
2010-01-28 02:14:10 +01:00
|
|
|
SUBDIR += p5-Config-INI-MVP
|
2006-07-11 17:55:46 +02:00
|
|
|
SUBDIR += p5-Config-INI-Simple
|
2000-12-03 19:15:40 +01:00
|
|
|
SUBDIR += p5-Config-IniFiles
|
2006-08-16 00:44:57 +02:00
|
|
|
SUBDIR += p5-Config-IniHash
|
2009-02-02 18:22:57 +01:00
|
|
|
SUBDIR += p5-Config-IniRegEx
|
2009-03-29 17:21:16 +02:00
|
|
|
SUBDIR += p5-Config-JFDI
|
2008-08-06 17:34:11 +02:00
|
|
|
SUBDIR += p5-Config-JSON
|
2009-12-27 02:34:36 +01:00
|
|
|
SUBDIR += p5-Config-MVP
|
2010-01-13 18:04:08 +01:00
|
|
|
SUBDIR += p5-Config-Model
|
2004-08-21 15:04:39 +02:00
|
|
|
SUBDIR += p5-Config-Objective
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Config-Options
|
2006-12-30 23:19:12 +01:00
|
|
|
SUBDIR += p5-Config-Properties
|
2006-06-23 06:51:54 +02:00
|
|
|
SUBDIR += p5-Config-Record
|
2001-07-01 17:59:27 +02:00
|
|
|
SUBDIR += p5-Config-Setting
|
2003-10-13 15:52:09 +02:00
|
|
|
SUBDIR += p5-Config-Simple
|
2006-05-30 20:16:54 +02:00
|
|
|
SUBDIR += p5-Config-Std
|
2003-05-18 15:54:21 +02:00
|
|
|
SUBDIR += p5-Config-Tiny
|
2001-05-19 23:39:26 +02:00
|
|
|
SUBDIR += p5-ConfigReader
|
2005-03-14 10:33:18 +01:00
|
|
|
SUBDIR += p5-ConfigReader-Simple
|
2009-05-12 08:23:34 +02:00
|
|
|
SUBDIR += p5-Context-Preserve
|
2006-08-10 05:34:04 +02:00
|
|
|
SUBDIR += p5-Contextual-Return
|
2003-01-27 10:53:40 +01:00
|
|
|
SUBDIR += p5-Coro
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-Curses
|
2003-04-03 07:09:34 +02:00
|
|
|
SUBDIR += p5-Curses-Application
|
2003-04-03 07:02:45 +02:00
|
|
|
SUBDIR += p5-Curses-Forms
|
2004-04-19 08:43:02 +02:00
|
|
|
SUBDIR += p5-Curses-UI
|
2001-07-08 17:50:14 +02:00
|
|
|
SUBDIR += p5-Curses-Widgets
|
2007-09-07 05:39:40 +02:00
|
|
|
SUBDIR += p5-Cvs
|
2002-08-16 04:05:51 +02:00
|
|
|
SUBDIR += p5-DB_File-Lock
|
2005-09-04 15:44:57 +02:00
|
|
|
SUBDIR += p5-Danga-Socket
|
2008-02-16 14:13:38 +01:00
|
|
|
SUBDIR += p5-Danga-Socket-Callback
|
2005-09-22 13:03:10 +02:00
|
|
|
SUBDIR += p5-Data-ACL
|
2007-08-27 05:54:17 +02:00
|
|
|
SUBDIR += p5-Data-Alias
|
2006-07-14 17:57:10 +02:00
|
|
|
SUBDIR += p5-Data-Bind
|
2008-08-14 16:41:11 +02:00
|
|
|
SUBDIR += p5-Data-ClearSilver-HDF
|
2001-04-28 16:48:19 +02:00
|
|
|
SUBDIR += p5-Data-Compare
|
2004-03-23 15:08:07 +01:00
|
|
|
SUBDIR += p5-Data-Dump
|
2004-03-23 16:06:01 +01:00
|
|
|
SUBDIR += p5-Data-Dump-Streamer
|
2002-02-08 08:54:28 +01:00
|
|
|
SUBDIR += p5-Data-DumpXML
|
2004-03-23 15:48:00 +01:00
|
|
|
SUBDIR += p5-Data-Dumper
|
2009-11-25 03:40:18 +01:00
|
|
|
SUBDIR += p5-Data-Dumper-Concise
|
2009-02-02 18:24:11 +01:00
|
|
|
SUBDIR += p5-Data-Dumper-Perltidy
|
2004-10-12 15:00:19 +02:00
|
|
|
SUBDIR += p5-Data-Dumper-Simple
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-Data-Flow
|
2007-04-05 17:41:43 +02:00
|
|
|
SUBDIR += p5-Data-GUID
|
2009-08-27 19:05:17 +02:00
|
|
|
SUBDIR += p5-Data-HashArray
|
2001-08-15 22:37:48 +02:00
|
|
|
SUBDIR += p5-Data-HexDump
|
2004-02-25 03:20:36 +01:00
|
|
|
SUBDIR += p5-Data-Hexdumper
|
2004-03-16 18:00:39 +01:00
|
|
|
SUBDIR += p5-Data-Hierarchy
|
2009-03-25 19:28:35 +01:00
|
|
|
SUBDIR += p5-Data-Integer
|
2005-09-30 18:45:47 +02:00
|
|
|
SUBDIR += p5-Data-Lazy
|
2009-03-09 00:28:40 +01:00
|
|
|
SUBDIR += p5-Data-Localize
|
2009-12-23 10:38:49 +01:00
|
|
|
SUBDIR += p5-Data-MessagePack
|
2010-01-18 08:34:30 +01:00
|
|
|
SUBDIR += p5-Data-Model
|
2007-02-25 15:38:13 +01:00
|
|
|
SUBDIR += p5-Data-ObjectDriver
|
2006-06-06 09:27:09 +02:00
|
|
|
SUBDIR += p5-Data-OptList
|
2008-12-29 07:57:43 +01:00
|
|
|
SUBDIR += p5-Data-ParseBinary
|
2009-07-16 12:49:39 +02:00
|
|
|
SUBDIR += p5-Data-Path
|
2003-02-26 18:35:02 +01:00
|
|
|
SUBDIR += p5-Data-Properties
|
2004-07-07 12:04:37 +02:00
|
|
|
SUBDIR += p5-Data-Random
|
2010-01-23 08:17:30 +01:00
|
|
|
SUBDIR += p5-Data-Recursive-Encode
|
2009-05-14 14:31:19 +02:00
|
|
|
SUBDIR += p5-Data-Remember
|
2007-01-07 09:38:41 +01:00
|
|
|
SUBDIR += p5-Data-RoundRobin
|
2010-01-28 02:11:01 +01:00
|
|
|
SUBDIR += p5-Data-Section
|
2002-06-07 15:13:33 +02:00
|
|
|
SUBDIR += p5-Data-Serializer
|
1997-09-13 19:50:04 +02:00
|
|
|
SUBDIR += p5-Data-ShowTable
|
2004-11-26 01:46:58 +01:00
|
|
|
SUBDIR += p5-Data-Stag
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Data-Stream-Bulk
|
2006-05-14 22:27:07 +02:00
|
|
|
SUBDIR += p5-Data-Structure-Util
|
2005-12-11 13:40:51 +01:00
|
|
|
SUBDIR += p5-Data-Swap
|
2004-11-24 20:21:59 +01:00
|
|
|
SUBDIR += p5-Data-Table
|
2005-06-28 16:35:28 +02:00
|
|
|
SUBDIR += p5-Data-Taxonomy-Tags
|
2001-12-07 10:15:55 +01:00
|
|
|
SUBDIR += p5-Data-TemporaryBag
|
2008-02-16 14:15:58 +01:00
|
|
|
SUBDIR += p5-Data-Throttler
|
2008-02-16 14:24:52 +01:00
|
|
|
SUBDIR += p5-Data-Throttler-Memcached
|
2004-08-02 16:32:40 +02:00
|
|
|
SUBDIR += p5-Data-TreeDumper
|
2008-04-21 15:39:04 +02:00
|
|
|
SUBDIR += p5-Data-TreeDumper-Renderer-GTK
|
2006-02-11 13:47:40 +01:00
|
|
|
SUBDIR += p5-Data-Types
|
2002-05-27 16:18:15 +02:00
|
|
|
SUBDIR += p5-Data-UUID
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Data-Uniqid
|
2009-01-23 14:52:19 +01:00
|
|
|
SUBDIR += p5-Data-Util
|
2007-08-21 10:57:31 +02:00
|
|
|
SUBDIR += p5-Data-Validate
|
2006-03-26 23:05:51 +02:00
|
|
|
SUBDIR += p5-Data-Visitor
|
2009-01-23 15:23:27 +01:00
|
|
|
SUBDIR += p5-Data-Visitor-Encode
|
2000-02-25 17:34:22 +01:00
|
|
|
SUBDIR += p5-Date-Calc
|
2008-07-03 18:40:07 +02:00
|
|
|
SUBDIR += p5-Date-Calc-Iterator
|
2009-12-11 14:45:54 +01:00
|
|
|
SUBDIR += p5-Date-Calc-XS
|
2001-06-05 19:39:41 +02:00
|
|
|
SUBDIR += p5-Date-DayOfWeek
|
2004-05-25 11:53:42 +02:00
|
|
|
SUBDIR += p5-Date-Easter
|
2007-02-28 12:11:44 +01:00
|
|
|
SUBDIR += p5-Date-EzDate
|
2005-10-28 10:29:52 +02:00
|
|
|
SUBDIR += p5-Date-Holidays-DK
|
2002-05-30 19:03:44 +02:00
|
|
|
SUBDIR += p5-Date-ICal
|
2002-06-19 18:43:56 +02:00
|
|
|
SUBDIR += p5-Date-ISO
|
2001-07-11 20:28:56 +02:00
|
|
|
SUBDIR += p5-Date-Leapyear
|
1997-04-28 21:19:10 +02:00
|
|
|
SUBDIR += p5-Date-Manip
|
2001-07-15 01:54:33 +02:00
|
|
|
SUBDIR += p5-Date-Pcalc
|
2006-02-06 16:43:08 +01:00
|
|
|
SUBDIR += p5-Date-Range
|
2003-02-05 01:35:15 +01:00
|
|
|
SUBDIR += p5-Date-Roman
|
2004-01-16 22:33:20 +01:00
|
|
|
SUBDIR += p5-Date-Set
|
2003-06-03 05:45:35 +02:00
|
|
|
SUBDIR += p5-Date-Simple
|
2000-09-14 02:54:03 +02:00
|
|
|
SUBDIR += p5-DateConvert
|
2003-06-07 12:08:40 +02:00
|
|
|
SUBDIR += p5-DateTime
|
2007-12-12 14:05:57 +01:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Chinese
|
2003-06-29 14:38:58 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Christian
|
2006-08-04 13:10:12 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Discordian
|
2003-08-20 10:54:28 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary
|
2003-10-03 18:36:13 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Hebrew
|
2007-12-12 14:08:58 +01:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Japanese
|
2003-06-29 14:35:54 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Julian
|
2003-07-06 11:38:07 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Mayan
|
2003-07-07 11:27:25 +02:00
|
|
|
SUBDIR += p5-DateTime-Calendar-Pataphysical
|
2007-12-12 14:04:08 +01:00
|
|
|
SUBDIR += p5-DateTime-Event-Chinese
|
2003-07-06 11:54:05 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-Cron
|
2003-07-06 12:03:45 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-Easter
|
2003-07-06 13:11:26 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-ICal
|
2007-12-12 13:58:56 +01:00
|
|
|
SUBDIR += p5-DateTime-Event-Lunar
|
2003-07-06 13:17:43 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-NameDay
|
2004-01-08 14:55:36 +01:00
|
|
|
SUBDIR += p5-DateTime-Event-Random
|
2003-07-06 12:32:37 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-Recurrence
|
2007-12-12 14:01:04 +01:00
|
|
|
SUBDIR += p5-DateTime-Event-SolarTerm
|
2003-07-06 14:29:28 +02:00
|
|
|
SUBDIR += p5-DateTime-Event-Sunrise
|
2003-10-03 19:18:04 +02:00
|
|
|
SUBDIR += p5-DateTime-Fiscal-Year
|
2003-07-06 14:40:46 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Baby
|
2003-07-06 15:06:43 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Bork
|
2003-07-06 14:59:25 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Builder
|
2003-07-07 09:58:48 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-DBI
|
2003-07-07 10:34:12 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-DateManip
|
2008-06-28 16:57:23 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-DateParse
|
2004-01-08 15:21:02 +01:00
|
|
|
SUBDIR += p5-DateTime-Format-Duration
|
2003-07-07 11:11:36 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Epoch
|
2003-07-07 10:22:22 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Excel
|
2009-07-14 19:39:36 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Flexible
|
2003-08-19 12:57:34 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-HTTP
|
2003-10-03 19:02:55 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-IBeat
|
2003-07-08 10:47:40 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-ICal
|
2003-08-12 20:52:10 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-ISO8601
|
2003-07-07 11:25:23 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Mail
|
2003-07-07 10:07:19 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-MySQL
|
2008-07-22 22:49:56 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Natural
|
2003-07-07 10:02:45 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Pg
|
2009-08-22 21:08:45 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-RFC3339
|
2003-07-19 21:24:50 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Roman
|
2009-06-28 03:58:30 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-SQLite
|
2003-07-06 14:44:21 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-Strptime
|
2003-08-12 20:48:26 +02:00
|
|
|
SUBDIR += p5-DateTime-Format-W3CDTF
|
2009-10-30 11:39:53 +01:00
|
|
|
SUBDIR += p5-DateTime-Format-XSD
|
2004-01-08 15:52:05 +01:00
|
|
|
SUBDIR += p5-DateTime-Functions
|
2003-10-03 18:06:40 +02:00
|
|
|
SUBDIR += p5-DateTime-HiRes
|
2003-11-05 14:17:18 +01:00
|
|
|
SUBDIR += p5-DateTime-Incomplete
|
2003-07-31 14:23:31 +02:00
|
|
|
SUBDIR += p5-DateTime-Locale
|
2003-06-29 14:31:24 +02:00
|
|
|
SUBDIR += p5-DateTime-Precise
|
2003-06-29 14:22:49 +02:00
|
|
|
SUBDIR += p5-DateTime-Set
|
2003-06-07 11:48:01 +02:00
|
|
|
SUBDIR += p5-DateTime-TimeZone
|
2003-07-19 21:37:20 +02:00
|
|
|
SUBDIR += p5-DateTime-TimeZone-Alias
|
2004-01-08 16:07:44 +01:00
|
|
|
SUBDIR += p5-DateTime-TimeZone-LMT
|
2007-07-07 02:14:55 +02:00
|
|
|
SUBDIR += p5-DateTime-Util-Astro
|
2007-06-17 10:13:39 +02:00
|
|
|
SUBDIR += p5-DateTime-Util-Calc
|
2009-07-14 19:38:32 +02:00
|
|
|
SUBDIR += p5-DateTimeX-Easy
|
2004-11-24 20:31:49 +01:00
|
|
|
SUBDIR += p5-Decision-ACL
|
2005-05-13 09:38:31 +02:00
|
|
|
SUBDIR += p5-Devel-Arena
|
2009-12-02 16:39:09 +01:00
|
|
|
SUBDIR += p5-Devel-Backtrace
|
2006-07-13 03:01:55 +02:00
|
|
|
SUBDIR += p5-Devel-Caller
|
2009-09-16 00:41:57 +02:00
|
|
|
SUBDIR += p5-Devel-Caller-Perl
|
2008-09-05 11:15:19 +02:00
|
|
|
SUBDIR += p5-Devel-Callsite
|
2009-03-15 18:16:07 +01:00
|
|
|
SUBDIR += p5-Devel-CheckOS
|
2001-10-10 15:07:02 +02:00
|
|
|
SUBDIR += p5-Devel-Constants
|
2006-04-03 08:45:37 +02:00
|
|
|
SUBDIR += p5-Devel-CoreStack
|
2003-10-10 16:26:05 +02:00
|
|
|
SUBDIR += p5-Devel-Cover
|
2004-01-16 19:59:14 +01:00
|
|
|
SUBDIR += p5-Devel-Cycle
|
2004-06-25 16:49:52 +02:00
|
|
|
SUBDIR += p5-Devel-DProfPP
|
2008-08-16 16:43:50 +02:00
|
|
|
SUBDIR += p5-Devel-Declare
|
2004-01-25 12:59:15 +01:00
|
|
|
SUBDIR += p5-Devel-Diagram
|
2009-07-02 16:19:12 +02:00
|
|
|
SUBDIR += p5-Devel-Ditto
|
2009-03-15 18:14:30 +01:00
|
|
|
SUBDIR += p5-Devel-Dumpvar
|
2007-08-27 08:46:09 +02:00
|
|
|
SUBDIR += p5-Devel-EvalContext
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Devel-Events
|
|
|
|
SUBDIR += p5-Devel-Events-Objects
|
|
|
|
SUBDIR += p5-Devel-Gladiator
|
2008-09-03 14:28:51 +02:00
|
|
|
SUBDIR += p5-Devel-GlobalDestruction
|
2002-09-09 14:08:07 +02:00
|
|
|
SUBDIR += p5-Devel-Leak
|
2007-08-31 09:51:29 +02:00
|
|
|
SUBDIR += p5-Devel-Leak-Object
|
2009-07-28 19:10:23 +02:00
|
|
|
SUBDIR += p5-Devel-LeakGuard-Object
|
2004-03-24 13:38:11 +01:00
|
|
|
SUBDIR += p5-Devel-LeakTrace
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Devel-LeakTrace-Fast
|
2006-07-13 04:34:51 +02:00
|
|
|
SUBDIR += p5-Devel-LexAlias
|
2006-07-23 08:33:58 +02:00
|
|
|
SUBDIR += p5-Devel-Messenger
|
2001-05-19 23:39:26 +02:00
|
|
|
SUBDIR += p5-Devel-Modlist
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Devel-NYTProf
|
2002-09-09 14:25:22 +02:00
|
|
|
SUBDIR += p5-Devel-ObjectTracker
|
2004-08-08 08:54:58 +02:00
|
|
|
SUBDIR += p5-Devel-PPPort
|
2009-05-11 21:26:25 +02:00
|
|
|
SUBDIR += p5-Devel-PartialDump
|
2004-01-19 15:23:42 +01:00
|
|
|
SUBDIR += p5-Devel-Pointer
|
2003-04-18 08:17:39 +02:00
|
|
|
SUBDIR += p5-Devel-Profile
|
2002-09-09 13:59:55 +02:00
|
|
|
SUBDIR += p5-Devel-Profiler
|
2009-09-02 19:23:30 +02:00
|
|
|
SUBDIR += p5-Devel-REPL
|
2009-09-24 21:58:45 +02:00
|
|
|
SUBDIR += p5-Devel-Refactor
|
2007-04-15 11:46:33 +02:00
|
|
|
SUBDIR += p5-Devel-Required
|
2006-08-28 11:57:10 +02:00
|
|
|
SUBDIR += p5-Devel-RingBuffer
|
2006-08-28 12:23:18 +02:00
|
|
|
SUBDIR += p5-Devel-STrace
|
2006-01-05 13:46:32 +01:00
|
|
|
SUBDIR += p5-Devel-SimpleTrace
|
2003-10-16 15:11:54 +02:00
|
|
|
SUBDIR += p5-Devel-Size
|
2009-11-05 08:55:23 +01:00
|
|
|
SUBDIR += p5-Devel-Size-Report
|
2004-08-11 20:03:54 +02:00
|
|
|
SUBDIR += p5-Devel-SmallProf
|
2001-07-28 07:18:51 +02:00
|
|
|
SUBDIR += p5-Devel-StackTrace
|
2009-10-13 13:14:24 +02:00
|
|
|
SUBDIR += p5-Devel-StackTrace-AsHTML
|
2009-10-13 16:15:27 +02:00
|
|
|
SUBDIR += p5-Devel-StackTrace-WithLexicals
|
2004-08-19 16:17:35 +02:00
|
|
|
SUBDIR += p5-Devel-StealthDebug
|
1997-06-16 05:05:31 +02:00
|
|
|
SUBDIR += p5-Devel-Symdump
|
2007-09-13 22:44:36 +02:00
|
|
|
SUBDIR += p5-Devel-Timer
|
2003-10-16 15:02:31 +02:00
|
|
|
SUBDIR += p5-Devel-Trace
|
2005-12-09 19:43:56 +01:00
|
|
|
SUBDIR += p5-Devel-TraceCalls
|
2006-09-22 09:47:34 +02:00
|
|
|
SUBDIR += p5-Devel-TraceUse
|
2007-05-29 03:59:42 +02:00
|
|
|
SUBDIR += p5-Devel-ebug
|
2002-06-19 18:36:01 +02:00
|
|
|
SUBDIR += p5-Devel-ptkdb
|
2001-01-20 23:28:23 +01:00
|
|
|
SUBDIR += p5-Dialog
|
2007-09-13 22:10:08 +02:00
|
|
|
SUBDIR += p5-Digest-TransformPath
|
2006-07-14 23:21:22 +02:00
|
|
|
SUBDIR += p5-Dir-Project
|
2009-12-24 23:14:20 +01:00
|
|
|
SUBDIR += p5-Dir-Watch
|
2007-04-03 15:59:57 +02:00
|
|
|
SUBDIR += p5-Directory-Scratch
|
2008-04-22 13:45:14 +02:00
|
|
|
SUBDIR += p5-Directory-Scratch-Structured
|
2008-06-14 09:55:40 +02:00
|
|
|
SUBDIR += p5-EV
|
2004-10-12 13:24:07 +02:00
|
|
|
SUBDIR += p5-Env-PS1
|
2006-07-23 08:46:18 +02:00
|
|
|
SUBDIR += p5-Env-Path
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-Errno
|
2008-04-22 17:26:32 +02:00
|
|
|
SUBDIR += p5-Eval-Context
|
2001-05-08 14:35:09 +02:00
|
|
|
SUBDIR += p5-Event
|
2006-12-24 13:40:12 +01:00
|
|
|
SUBDIR += p5-Event-ExecFlow
|
2006-06-08 03:29:52 +02:00
|
|
|
SUBDIR += p5-Event-Lib
|
2008-01-10 23:44:05 +01:00
|
|
|
SUBDIR += p5-Event-Notify
|
2006-05-17 12:02:24 +02:00
|
|
|
SUBDIR += p5-Event-RPC
|
2008-09-05 11:24:52 +02:00
|
|
|
SUBDIR += p5-Every
|
2001-07-28 07:32:04 +02:00
|
|
|
SUBDIR += p5-Exception-Class
|
2008-02-16 21:29:25 +01:00
|
|
|
SUBDIR += p5-Exception-Class-TryCatch
|
2007-04-26 22:00:38 +02:00
|
|
|
SUBDIR += p5-Exception-Handler
|
2006-05-23 18:06:30 +02:00
|
|
|
SUBDIR += p5-Expect-Simple
|
2010-01-23 02:20:52 +01:00
|
|
|
SUBDIR += p5-Exporter-Easy
|
2003-04-18 08:15:01 +02:00
|
|
|
SUBDIR += p5-Exporter-Lite
|
2004-10-12 13:21:27 +02:00
|
|
|
SUBDIR += p5-Exporter-Tidy
|
2005-12-02 21:01:57 +01:00
|
|
|
SUBDIR += p5-ExtUtils-AutoInstall
|
2004-02-20 14:52:00 +01:00
|
|
|
SUBDIR += p5-ExtUtils-CBuilder
|
2010-03-04 18:05:48 +01:00
|
|
|
SUBDIR += p5-ExtUtils-CChecker
|
2006-11-02 21:32:16 +01:00
|
|
|
SUBDIR += p5-ExtUtils-Command
|
2005-02-03 16:43:11 +01:00
|
|
|
SUBDIR += p5-ExtUtils-Constant
|
2003-10-18 14:28:24 +02:00
|
|
|
SUBDIR += p5-ExtUtils-Depends
|
2009-08-07 11:50:41 +02:00
|
|
|
SUBDIR += p5-ExtUtils-Install
|
2004-04-20 22:40:01 +02:00
|
|
|
SUBDIR += p5-ExtUtils-MakeMaker
|
2005-09-30 17:00:59 +02:00
|
|
|
SUBDIR += p5-ExtUtils-MakeMaker-Coverage
|
2008-02-17 00:38:30 +01:00
|
|
|
SUBDIR += p5-ExtUtils-Manifest
|
2003-06-29 11:17:39 +02:00
|
|
|
SUBDIR += p5-ExtUtils-ParseXS
|
2003-10-18 14:37:07 +02:00
|
|
|
SUBDIR += p5-ExtUtils-PkgConfig
|
2003-09-27 15:38:33 +02:00
|
|
|
SUBDIR += p5-ExtUtils-XSBuilder
|
2009-08-24 01:19:40 +02:00
|
|
|
SUBDIR += p5-ExtUtils-XSpp
|
2006-02-18 02:23:42 +01:00
|
|
|
SUBDIR += p5-FSA-Rules
|
2006-02-10 14:13:42 +01:00
|
|
|
SUBDIR += p5-File-Append-TempFile
|
2007-04-03 16:26:06 +02:00
|
|
|
SUBDIR += p5-File-Attributes
|
2007-04-04 13:12:12 +02:00
|
|
|
SUBDIR += p5-File-Attributes-Recursive
|
2004-08-22 13:28:39 +02:00
|
|
|
SUBDIR += p5-File-BaseDir
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-File-BasicFlock
|
2001-01-04 00:49:29 +01:00
|
|
|
SUBDIR += p5-File-Binary
|
2001-01-04 00:50:44 +01:00
|
|
|
SUBDIR += p5-File-Cache
|
2006-05-10 03:23:45 +02:00
|
|
|
SUBDIR += p5-File-Cat
|
2009-08-14 22:08:48 +02:00
|
|
|
SUBDIR += p5-File-ChangeNotify
|
2005-11-28 06:33:49 +01:00
|
|
|
SUBDIR += p5-File-Copy-Recursive
|
2010-03-11 21:55:45 +01:00
|
|
|
SUBDIR += p5-File-CountLines
|
2007-04-04 13:23:52 +02:00
|
|
|
SUBDIR += p5-File-CreationTime
|
2006-06-06 13:01:12 +02:00
|
|
|
SUBDIR += p5-File-DesktopEntry
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-File-Dir-Dumper
|
2002-06-04 14:00:34 +02:00
|
|
|
SUBDIR += p5-File-DirSync
|
2007-06-21 14:36:16 +02:00
|
|
|
SUBDIR += p5-File-ExtAttr
|
2002-02-15 08:40:02 +01:00
|
|
|
SUBDIR += p5-File-FTS
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-File-Find-Closures
|
2006-07-15 04:08:26 +02:00
|
|
|
SUBDIR += p5-File-Find-Object
|
2003-05-19 17:46:13 +02:00
|
|
|
SUBDIR += p5-File-Find-Rule
|
2006-07-20 00:54:41 +02:00
|
|
|
SUBDIR += p5-File-Find-Rule-Filesys-Virtual
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-File-Find-Rule-Perl
|
2009-03-15 18:15:18 +01:00
|
|
|
SUBDIR += p5-File-Find-Rule-VCS
|
2007-03-22 19:01:38 +01:00
|
|
|
SUBDIR += p5-File-Finder
|
2003-05-18 16:25:08 +02:00
|
|
|
SUBDIR += p5-File-Flat
|
2003-05-03 00:34:10 +02:00
|
|
|
SUBDIR += p5-File-Flock
|
2006-05-25 10:27:35 +02:00
|
|
|
SUBDIR += p5-File-FnMatch
|
2004-05-10 17:10:40 +02:00
|
|
|
SUBDIR += p5-File-Grep
|
2006-07-21 16:58:36 +02:00
|
|
|
SUBDIR += p5-File-HStore
|
2005-03-04 11:27:43 +01:00
|
|
|
SUBDIR += p5-File-HomeDir
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-File-Lock
|
2000-03-01 21:30:30 +01:00
|
|
|
SUBDIR += p5-File-MMagic
|
2006-06-18 19:34:23 +02:00
|
|
|
SUBDIR += p5-File-MMagic-XS
|
2004-08-22 14:35:31 +02:00
|
|
|
SUBDIR += p5-File-MimeInfo
|
2004-07-08 14:18:07 +02:00
|
|
|
SUBDIR += p5-File-Modified
|
2008-01-03 12:00:32 +01:00
|
|
|
SUBDIR += p5-File-Monitor
|
2003-05-18 16:17:52 +02:00
|
|
|
SUBDIR += p5-File-NCopy
|
2002-09-11 17:16:23 +02:00
|
|
|
SUBDIR += p5-File-NFSLock
|
2008-09-07 04:03:26 +02:00
|
|
|
SUBDIR += p5-File-Path
|
2003-11-01 19:08:12 +01:00
|
|
|
SUBDIR += p5-File-Path-Expand
|
2005-02-27 20:24:45 +01:00
|
|
|
SUBDIR += p5-File-PathConvert
|
2006-10-03 02:53:58 +02:00
|
|
|
SUBDIR += p5-File-Pid
|
2007-08-27 04:24:42 +02:00
|
|
|
SUBDIR += p5-File-Policy
|
2005-07-22 13:04:36 +02:00
|
|
|
SUBDIR += p5-File-Random
|
2001-10-11 15:12:46 +02:00
|
|
|
SUBDIR += p5-File-ReadBackwards
|
2001-03-31 04:53:55 +02:00
|
|
|
SUBDIR += p5-File-Remove
|
2005-12-27 11:02:05 +01:00
|
|
|
SUBDIR += p5-File-ShareDir
|
2009-03-15 18:14:59 +01:00
|
|
|
SUBDIR += p5-File-ShareDir-PAR
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-File-Slurp
|
2006-07-15 04:07:18 +02:00
|
|
|
SUBDIR += p5-File-Slurp-Tree
|
2008-08-06 15:35:03 +02:00
|
|
|
SUBDIR += p5-File-Stream
|
1998-03-21 14:54:17 +01:00
|
|
|
SUBDIR += p5-File-Sync
|
2000-12-21 11:30:25 +01:00
|
|
|
SUBDIR += p5-File-Tail
|
2001-03-20 02:49:41 +01:00
|
|
|
SUBDIR += p5-File-Temp
|
2007-01-28 01:27:49 +01:00
|
|
|
SUBDIR += p5-File-Tempdir
|
2004-04-05 09:59:45 +02:00
|
|
|
SUBDIR += p5-File-Type
|
2007-04-26 22:03:24 +02:00
|
|
|
SUBDIR += p5-File-Util
|
2003-12-10 11:32:18 +01:00
|
|
|
SUBDIR += p5-File-chdir
|
2008-02-18 06:39:47 +01:00
|
|
|
SUBDIR += p5-File-chmod
|
2005-11-04 11:38:40 +01:00
|
|
|
SUBDIR += p5-File-pushd
|
2007-10-05 23:13:31 +02:00
|
|
|
SUBDIR += p5-FileHandle-Fmode
|
2003-10-30 18:47:22 +01:00
|
|
|
SUBDIR += p5-FileHandle-Unget
|
2009-10-28 15:56:17 +01:00
|
|
|
SUBDIR += p5-Filesys-Notify-Simple
|
2004-06-27 22:56:42 +02:00
|
|
|
SUBDIR += p5-Filesys-Virtual
|
2005-02-05 18:12:45 +01:00
|
|
|
SUBDIR += p5-Filesys-Virtual-Plain
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-Filter
|
2006-06-16 00:54:22 +02:00
|
|
|
SUBDIR += p5-Filter-Template
|
2009-11-16 05:42:59 +01:00
|
|
|
SUBDIR += p5-Find-Lib
|
2009-01-20 05:36:01 +01:00
|
|
|
SUBDIR += p5-FindBin-libs
|
2008-08-30 20:12:34 +02:00
|
|
|
SUBDIR += p5-Forest
|
2009-03-15 20:52:04 +01:00
|
|
|
SUBDIR += p5-FreeBSD-i386-Ptrace
|
1997-09-13 19:50:04 +02:00
|
|
|
SUBDIR += p5-FreezeThaw
|
2007-03-27 09:14:43 +02:00
|
|
|
SUBDIR += p5-Gearman
|
2007-09-08 10:20:57 +02:00
|
|
|
SUBDIR += p5-Gearman-Client-Async
|
2007-09-08 10:17:15 +02:00
|
|
|
SUBDIR += p5-Gearman-Server
|
2009-07-07 21:28:06 +02:00
|
|
|
SUBDIR += p5-Gearman-XS
|
2005-12-27 20:33:44 +01:00
|
|
|
SUBDIR += p5-Geo-ShapeFile
|
2002-02-08 09:42:35 +01:00
|
|
|
SUBDIR += p5-Getargs-Long
|
2002-06-25 06:01:21 +02:00
|
|
|
SUBDIR += p5-Getopt-ArgvFile
|
2001-09-16 22:55:29 +02:00
|
|
|
SUBDIR += p5-Getopt-Declare
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Getopt-Euclid
|
2010-02-13 22:35:07 +01:00
|
|
|
SUBDIR += p5-Getopt-GUI-Long
|
2001-06-11 06:34:55 +02:00
|
|
|
SUBDIR += p5-Getopt-Long
|
2008-07-28 02:53:27 +02:00
|
|
|
SUBDIR += p5-Getopt-Long-Descriptive
|
2009-03-31 22:06:07 +02:00
|
|
|
SUBDIR += p5-Getopt-Mixed
|
2004-11-04 11:15:45 +01:00
|
|
|
SUBDIR += p5-Getopt-Popt
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Git-PurePerl
|
2003-10-29 04:35:36 +01:00
|
|
|
SUBDIR += p5-Glib2
|
2005-03-09 15:54:34 +01:00
|
|
|
SUBDIR += p5-Gnome2-GConf
|
2010-03-20 00:37:39 +01:00
|
|
|
SUBDIR += p5-Goo-Canvas
|
2007-07-20 23:48:26 +02:00
|
|
|
SUBDIR += p5-Google-Checkout
|
2010-01-07 08:44:48 +01:00
|
|
|
SUBDIR += p5-Gravatar-URL
|
2006-05-21 16:48:40 +02:00
|
|
|
SUBDIR += p5-Gtk2-Spell
|
2009-04-28 12:12:21 +02:00
|
|
|
SUBDIR += p5-Guard
|
2006-08-02 03:18:48 +02:00
|
|
|
SUBDIR += p5-Hash-AsObject
|
2006-08-15 17:38:55 +02:00
|
|
|
SUBDIR += p5-Hash-Case
|
2009-03-29 18:31:02 +02:00
|
|
|
SUBDIR += p5-Hash-Flatten
|
2009-03-29 17:18:27 +02:00
|
|
|
SUBDIR += p5-Hash-Merge-Simple
|
2009-03-01 23:45:32 +01:00
|
|
|
SUBDIR += p5-Hash-MoreUtils
|
2008-03-07 15:03:53 +01:00
|
|
|
SUBDIR += p5-Hash-MultiKey
|
2010-03-11 23:46:39 +01:00
|
|
|
SUBDIR += p5-Hash-MultiValue
|
2009-02-10 15:01:31 +01:00
|
|
|
SUBDIR += p5-Hash-Union
|
2008-08-30 16:50:02 +02:00
|
|
|
SUBDIR += p5-Hash-Util-FieldHash-Compat
|
2006-08-15 17:40:36 +02:00
|
|
|
SUBDIR += p5-Hash-WithDefaults
|
2001-05-19 15:31:44 +02:00
|
|
|
SUBDIR += p5-Heap
|
2004-08-26 18:29:55 +02:00
|
|
|
SUBDIR += p5-Heap-Simple
|
2004-11-24 11:13:47 +01:00
|
|
|
SUBDIR += p5-Heap-Simple-Perl
|
2004-11-24 11:15:48 +01:00
|
|
|
SUBDIR += p5-Heap-Simple-XS
|
2004-07-07 16:24:49 +02:00
|
|
|
SUBDIR += p5-Hook-LexWrap
|
2001-03-10 20:23:00 +01:00
|
|
|
SUBDIR += p5-IO
|
2006-12-09 16:48:32 +01:00
|
|
|
SUBDIR += p5-IO-AIO
|
2004-07-16 04:23:29 +02:00
|
|
|
SUBDIR += p5-IO-All
|
2009-04-23 19:44:40 +02:00
|
|
|
SUBDIR += p5-IO-All-LWP
|
2007-06-14 03:57:12 +02:00
|
|
|
SUBDIR += p5-IO-Async
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-IO-BufferedSelect
|
2005-03-18 15:20:19 +01:00
|
|
|
SUBDIR += p5-IO-Capture
|
2004-12-27 18:18:18 +01:00
|
|
|
SUBDIR += p5-IO-CaptureOutput
|
2004-10-12 13:12:52 +02:00
|
|
|
SUBDIR += p5-IO-Digest
|
2009-12-13 01:29:44 +01:00
|
|
|
SUBDIR += p5-IO-Interactive
|
2005-12-08 14:32:56 +01:00
|
|
|
SUBDIR += p5-IO-KQueue
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-IO-Lambda
|
2005-11-11 13:29:43 +01:00
|
|
|
SUBDIR += p5-IO-LockedFile
|
2009-01-26 23:48:20 +01:00
|
|
|
SUBDIR += p5-IO-MultiPipe
|
2002-06-04 22:43:34 +02:00
|
|
|
SUBDIR += p5-IO-Multiplex
|
2005-12-21 09:28:56 +01:00
|
|
|
SUBDIR += p5-IO-NestedCapture
|
2006-06-10 18:13:14 +02:00
|
|
|
SUBDIR += p5-IO-Null
|
2005-04-04 09:01:21 +02:00
|
|
|
SUBDIR += p5-IO-Pager
|
2005-09-13 14:51:07 +02:00
|
|
|
SUBDIR += p5-IO-Prompt
|
2001-03-15 00:18:15 +01:00
|
|
|
SUBDIR += p5-IO-String
|
2004-01-20 00:32:04 +01:00
|
|
|
SUBDIR += p5-IO-Tee
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-IO-TieCombine
|
2006-07-14 17:26:25 +02:00
|
|
|
SUBDIR += p5-IO-Toolkit
|
2000-02-19 14:40:03 +01:00
|
|
|
SUBDIR += p5-IO-Tty
|
2004-07-19 18:40:27 +02:00
|
|
|
SUBDIR += p5-IO-Util
|
2006-08-22 07:57:22 +02:00
|
|
|
SUBDIR += p5-IO-YAML
|
2000-01-26 06:57:13 +01:00
|
|
|
SUBDIR += p5-IO-stringy
|
2008-02-22 22:12:56 +01:00
|
|
|
SUBDIR += p5-IOC
|
2001-04-03 00:11:13 +02:00
|
|
|
SUBDIR += p5-IPC-Cache
|
2005-02-16 14:15:06 +01:00
|
|
|
SUBDIR += p5-IPC-Cmd
|
2005-12-28 13:37:41 +01:00
|
|
|
SUBDIR += p5-IPC-DirQueue
|
2002-09-11 16:14:55 +02:00
|
|
|
SUBDIR += p5-IPC-Locker
|
2003-08-09 15:17:54 +02:00
|
|
|
SUBDIR += p5-IPC-MM
|
2006-07-15 07:37:29 +02:00
|
|
|
SUBDIR += p5-IPC-Mmap
|
2006-08-01 15:29:03 +02:00
|
|
|
SUBDIR += p5-IPC-Mmap-Share
|
2006-07-21 17:32:44 +02:00
|
|
|
SUBDIR += p5-IPC-Open3-Simple
|
2007-01-26 16:06:18 +01:00
|
|
|
SUBDIR += p5-IPC-PubSub
|
2001-07-13 00:16:42 +02:00
|
|
|
SUBDIR += p5-IPC-Run
|
2008-07-30 16:54:03 +02:00
|
|
|
SUBDIR += p5-IPC-Run-SafeHandles
|
2004-05-05 22:26:44 +02:00
|
|
|
SUBDIR += p5-IPC-Run3
|
2001-04-03 00:10:05 +02:00
|
|
|
SUBDIR += p5-IPC-ShareLite
|
2000-09-06 18:03:17 +02:00
|
|
|
SUBDIR += p5-IPC-Shareable
|
2001-09-11 10:38:45 +02:00
|
|
|
SUBDIR += p5-IPC-SharedCache
|
2006-12-09 13:48:57 +01:00
|
|
|
SUBDIR += p5-IPC-Signal
|
2009-01-22 03:21:04 +01:00
|
|
|
SUBDIR += p5-IPC-System-Simple
|
1996-10-24 10:17:09 +02:00
|
|
|
SUBDIR += p5-Include
|
2001-12-15 10:55:31 +01:00
|
|
|
SUBDIR += p5-Inline
|
2001-12-15 18:20:26 +01:00
|
|
|
SUBDIR += p5-Inline-ASM
|
2001-12-15 18:31:27 +01:00
|
|
|
SUBDIR += p5-Inline-CPP
|
2006-06-05 09:18:30 +02:00
|
|
|
SUBDIR += p5-Inline-Files
|
2001-12-15 18:37:18 +01:00
|
|
|
SUBDIR += p5-Inline-Filters
|
2002-08-15 08:38:31 +02:00
|
|
|
SUBDIR += p5-Inline-Java
|
2006-09-28 02:51:40 +02:00
|
|
|
SUBDIR += p5-Inline-TT
|
2001-12-15 18:44:02 +01:00
|
|
|
SUBDIR += p5-Inline-Tcl
|
2006-12-26 03:41:25 +01:00
|
|
|
SUBDIR += p5-InlineX-C2XS
|
2010-01-30 03:36:25 +01:00
|
|
|
SUBDIR += p5-InlineX-CPP2XS
|
2001-01-04 00:31:24 +01:00
|
|
|
SUBDIR += p5-Ioctl
|
2006-02-18 22:47:17 +01:00
|
|
|
SUBDIR += p5-Iterator
|
2006-02-18 23:03:38 +01:00
|
|
|
SUBDIR += p5-Iterator-IO
|
2006-02-18 23:10:14 +01:00
|
|
|
SUBDIR += p5-Iterator-Misc
|
2006-02-18 22:59:34 +01:00
|
|
|
SUBDIR += p5-Iterator-Util
|
2009-04-29 16:01:25 +02:00
|
|
|
SUBDIR += p5-JIRA-Client
|
2007-07-23 04:36:17 +02:00
|
|
|
SUBDIR += p5-JQuery
|
2009-03-29 21:07:50 +02:00
|
|
|
SUBDIR += p5-JSON-RPC
|
2009-07-06 00:26:35 +02:00
|
|
|
SUBDIR += p5-JSON-RPC-Common
|
2006-06-03 01:40:27 +02:00
|
|
|
SUBDIR += p5-Java
|
2007-03-24 21:18:25 +01:00
|
|
|
SUBDIR += p5-Lexical-Alias
|
2007-01-01 19:59:12 +01:00
|
|
|
SUBDIR += p5-Lexical-Persistence
|
2007-12-12 10:51:56 +01:00
|
|
|
SUBDIR += p5-Lingua-JA-Fold
|
2005-11-11 23:58:34 +01:00
|
|
|
SUBDIR += p5-List-Cycle
|
2004-12-13 11:40:37 +01:00
|
|
|
SUBDIR += p5-List-Group
|
2006-08-14 17:49:18 +02:00
|
|
|
SUBDIR += p5-List-Permutor
|
2006-08-14 17:51:07 +02:00
|
|
|
SUBDIR += p5-List-PowerSet
|
2007-02-19 08:01:19 +01:00
|
|
|
SUBDIR += p5-List-Rotation-Cycle
|
2009-01-09 15:12:19 +01:00
|
|
|
SUBDIR += p5-List-Uniq
|
2000-05-01 04:48:57 +02:00
|
|
|
SUBDIR += p5-Locale-Maketext
|
2003-04-14 14:02:19 +02:00
|
|
|
SUBDIR += p5-Locale-Maketext-Fuzzy
|
2003-06-11 10:13:49 +02:00
|
|
|
SUBDIR += p5-Locale-Maketext-Gettext
|
2003-04-11 19:53:43 +02:00
|
|
|
SUBDIR += p5-Locale-Maketext-Lexicon
|
2003-08-28 09:35:04 +02:00
|
|
|
SUBDIR += p5-Locale-Maketext-Simple
|
2009-07-15 15:47:51 +02:00
|
|
|
SUBDIR += p5-Locale-Msgfmt
|
2000-01-29 13:45:26 +01:00
|
|
|
SUBDIR += p5-Locale-PGetText
|
2008-12-22 21:19:05 +01:00
|
|
|
SUBDIR += p5-Locale-PO
|
2000-02-09 05:41:32 +01:00
|
|
|
SUBDIR += p5-Locale-gettext
|
2004-04-20 21:03:17 +02:00
|
|
|
SUBDIR += p5-Locale-libintl
|
2001-01-04 00:31:56 +01:00
|
|
|
SUBDIR += p5-LockFile-Simple
|
2005-01-25 08:31:15 +01:00
|
|
|
SUBDIR += p5-Log-Accounting-SVK
|
2006-06-28 04:50:38 +02:00
|
|
|
SUBDIR += p5-Log-Accounting-SVN
|
2001-05-27 07:41:31 +02:00
|
|
|
SUBDIR += p5-Log-Agent
|
2003-02-04 13:58:12 +01:00
|
|
|
SUBDIR += p5-Log-Agent-Logger
|
2009-08-30 01:21:11 +02:00
|
|
|
SUBDIR += p5-Log-Any
|
2009-10-28 15:33:00 +01:00
|
|
|
SUBDIR += p5-Log-Any-Adapter
|
2009-08-30 02:09:22 +02:00
|
|
|
SUBDIR += p5-Log-Any-Adapter-Dispatch
|
2001-05-20 00:32:07 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch
|
2009-01-22 03:24:40 +01:00
|
|
|
SUBDIR += p5-Log-Dispatch-Colorful
|
2003-02-26 21:58:20 +01:00
|
|
|
SUBDIR += p5-Log-Dispatch-Config
|
2008-06-05 23:53:31 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch-Configurator-YAML
|
2006-08-01 22:45:50 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch-Email-EmailSend
|
2003-07-06 12:14:33 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch-FileRotate
|
2007-02-12 04:53:29 +01:00
|
|
|
SUBDIR += p5-Log-Dispatch-FileShared
|
2004-02-01 19:23:24 +01:00
|
|
|
SUBDIR += p5-Log-Dispatch-Perl
|
2009-09-23 10:23:46 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch-Screen-Color
|
2009-10-11 15:16:15 +02:00
|
|
|
SUBDIR += p5-Log-Dispatch-Scribe
|
2009-11-20 20:07:28 +01:00
|
|
|
SUBDIR += p5-Log-Handler
|
2003-02-05 01:18:38 +01:00
|
|
|
SUBDIR += p5-Log-Log4perl
|
2006-05-31 20:21:43 +02:00
|
|
|
SUBDIR += p5-Log-Message
|
2006-05-31 20:43:17 +02:00
|
|
|
SUBDIR += p5-Log-Message-Simple
|
2007-08-15 04:59:26 +02:00
|
|
|
SUBDIR += p5-Log-Report
|
2006-07-19 17:35:30 +02:00
|
|
|
SUBDIR += p5-Log-Simple
|
2007-05-27 15:29:20 +02:00
|
|
|
SUBDIR += p5-Log-Trace
|
2001-12-30 17:34:06 +01:00
|
|
|
SUBDIR += p5-Log-TraceMessages
|
2006-08-01 18:54:55 +02:00
|
|
|
SUBDIR += p5-Logfile-Rotate
|
2006-07-17 02:56:46 +02:00
|
|
|
SUBDIR += p5-Luka
|
2007-06-18 08:18:09 +02:00
|
|
|
SUBDIR += p5-MRO-Compat
|
2001-01-04 00:33:00 +01:00
|
|
|
SUBDIR += p5-Mac-FileSpec-Unixish
|
2001-01-04 00:37:40 +01:00
|
|
|
SUBDIR += p5-Make
|
2006-07-21 18:14:20 +02:00
|
|
|
SUBDIR += p5-Make-Cache
|
2001-10-12 16:50:32 +02:00
|
|
|
SUBDIR += p5-Memoize
|
2004-01-30 20:05:40 +01:00
|
|
|
SUBDIR += p5-Memoize-ExpireLRU
|
2007-05-25 09:12:32 +02:00
|
|
|
SUBDIR += p5-Method-Alias
|
2009-03-12 17:51:02 +01:00
|
|
|
SUBDIR += p5-Mixin-Linewise
|
2005-01-21 16:20:01 +01:00
|
|
|
SUBDIR += p5-Mknod
|
2003-06-29 11:30:08 +02:00
|
|
|
SUBDIR += p5-Module-Build
|
2006-04-27 03:14:28 +02:00
|
|
|
SUBDIR += p5-Module-Build-Convert
|
2006-04-29 10:34:11 +02:00
|
|
|
SUBDIR += p5-Module-Build-Kwalitee
|
2007-02-14 01:35:56 +01:00
|
|
|
SUBDIR += p5-Module-CPANTS-Analyse
|
2009-01-22 04:05:14 +01:00
|
|
|
SUBDIR += p5-Module-Collect
|
2006-06-01 03:14:22 +02:00
|
|
|
SUBDIR += p5-Module-Compile
|
2003-08-28 09:37:46 +02:00
|
|
|
SUBDIR += p5-Module-CoreList
|
2006-07-13 01:51:08 +02:00
|
|
|
SUBDIR += p5-Module-Dependency
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Module-Depends
|
2009-03-15 18:13:55 +01:00
|
|
|
SUBDIR += p5-Module-Extract
|
2007-02-13 16:47:46 +01:00
|
|
|
SUBDIR += p5-Module-ExtractUse
|
2005-10-01 20:52:08 +02:00
|
|
|
SUBDIR += p5-Module-Find
|
2003-06-29 11:27:35 +02:00
|
|
|
SUBDIR += p5-Module-Info
|
2004-07-24 19:07:35 +02:00
|
|
|
SUBDIR += p5-Module-Info-File
|
2009-03-15 18:13:00 +01:00
|
|
|
SUBDIR += p5-Module-Inspector
|
2004-10-12 15:15:45 +02:00
|
|
|
SUBDIR += p5-Module-Install
|
2009-09-09 04:03:00 +02:00
|
|
|
SUBDIR += p5-Module-Install-AuthorRequires
|
2009-01-22 03:23:00 +01:00
|
|
|
SUBDIR += p5-Module-Install-AuthorTests
|
2009-09-08 03:35:54 +02:00
|
|
|
SUBDIR += p5-Module-Install-Repository
|
2009-12-26 04:26:53 +01:00
|
|
|
SUBDIR += p5-Module-Install-Template
|
2008-06-10 07:55:16 +02:00
|
|
|
SUBDIR += p5-Module-List
|
2004-12-15 08:51:45 +01:00
|
|
|
SUBDIR += p5-Module-Load
|
2004-12-15 11:10:11 +01:00
|
|
|
SUBDIR += p5-Module-Load-Conditional
|
2006-05-31 20:32:56 +02:00
|
|
|
SUBDIR += p5-Module-Loaded
|
2009-03-15 18:13:27 +01:00
|
|
|
SUBDIR += p5-Module-Manifest
|
2009-03-15 18:12:16 +01:00
|
|
|
SUBDIR += p5-Module-Math-Depends
|
2004-07-26 21:59:24 +02:00
|
|
|
SUBDIR += p5-Module-Pluggable
|
2005-04-07 11:20:51 +02:00
|
|
|
SUBDIR += p5-Module-Pluggable-Fast
|
2004-08-29 13:54:05 +02:00
|
|
|
SUBDIR += p5-Module-Pluggable-Ordered
|
2008-06-17 03:55:48 +02:00
|
|
|
SUBDIR += p5-Module-Recursive-Require
|
2005-02-14 15:12:26 +01:00
|
|
|
SUBDIR += p5-Module-Refresh
|
2006-01-23 12:17:14 +01:00
|
|
|
SUBDIR += p5-Module-Release
|
2003-09-02 16:33:48 +02:00
|
|
|
SUBDIR += p5-Module-Reload
|
2005-09-17 19:45:30 +02:00
|
|
|
SUBDIR += p5-Module-Reload-Sel
|
2008-06-01 22:51:38 +02:00
|
|
|
SUBDIR += p5-Module-Runtime
|
2003-08-28 09:36:32 +02:00
|
|
|
SUBDIR += p5-Module-ScanDeps
|
2009-01-22 07:42:28 +01:00
|
|
|
SUBDIR += p5-Module-Setup
|
2005-03-15 18:57:02 +01:00
|
|
|
SUBDIR += p5-Module-Starter
|
2005-09-12 11:35:49 +02:00
|
|
|
SUBDIR += p5-Module-Starter-PBP
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Module-Starter-Plugin-SimpleStore
|
|
|
|
SUBDIR += p5-Module-Starter-Plugin-TT2
|
2010-01-13 18:04:08 +01:00
|
|
|
SUBDIR += p5-Module-Used
|
2008-02-25 13:31:25 +01:00
|
|
|
SUBDIR += p5-Module-Util
|
2004-07-07 15:32:33 +02:00
|
|
|
SUBDIR += p5-Module-Versions-Report
|
2006-04-14 14:19:51 +02:00
|
|
|
SUBDIR += p5-Moose
|
2009-07-28 19:13:03 +02:00
|
|
|
SUBDIR += p5-Moose-Autobox
|
2008-02-25 15:36:00 +01:00
|
|
|
SUBDIR += p5-Moose-Policy
|
2009-09-10 10:16:23 +02:00
|
|
|
SUBDIR += p5-MooseX-Aliases
|
2008-07-27 22:35:42 +02:00
|
|
|
SUBDIR += p5-MooseX-Async
|
2008-07-27 21:42:19 +02:00
|
|
|
SUBDIR += p5-MooseX-AttributeHelpers
|
2008-06-07 18:27:26 +02:00
|
|
|
SUBDIR += p5-MooseX-ClassAttribute
|
2008-08-30 17:13:52 +02:00
|
|
|
SUBDIR += p5-MooseX-Clone
|
2009-01-20 23:43:12 +01:00
|
|
|
SUBDIR += p5-MooseX-ConfigFromFile
|
2008-07-28 02:55:02 +02:00
|
|
|
SUBDIR += p5-MooseX-Daemonize
|
2009-05-13 07:54:53 +02:00
|
|
|
SUBDIR += p5-MooseX-Declare
|
2009-05-13 08:01:55 +02:00
|
|
|
SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast
|
2008-07-28 02:53:55 +02:00
|
|
|
SUBDIR += p5-MooseX-Getopt
|
2009-11-16 07:00:38 +01:00
|
|
|
SUBDIR += p5-MooseX-Has-Sugar
|
2008-02-22 22:25:19 +01:00
|
|
|
SUBDIR += p5-MooseX-IOC
|
2009-12-07 07:59:33 +01:00
|
|
|
SUBDIR += p5-MooseX-InsideOut
|
2009-08-17 21:17:17 +02:00
|
|
|
SUBDIR += p5-MooseX-LazyRequire
|
2009-02-25 13:55:16 +01:00
|
|
|
SUBDIR += p5-MooseX-Log-Log4perl
|
2009-05-13 07:36:29 +02:00
|
|
|
SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion
|
2009-05-13 07:41:07 +02:00
|
|
|
SUBDIR += p5-MooseX-Method-Signatures
|
2009-05-13 08:06:41 +02:00
|
|
|
SUBDIR += p5-MooseX-MethodAttributes
|
2009-08-05 04:37:00 +02:00
|
|
|
SUBDIR += p5-MooseX-MultiInitArg
|
2009-09-02 19:23:06 +02:00
|
|
|
SUBDIR += p5-MooseX-Object-Pluggable
|
2008-07-27 22:36:52 +02:00
|
|
|
SUBDIR += p5-MooseX-POE
|
2009-08-12 09:54:52 +02:00
|
|
|
SUBDIR += p5-MooseX-Params-Validate
|
2010-02-01 01:21:46 +01:00
|
|
|
SUBDIR += p5-MooseX-RelatedClassRoles
|
2009-11-02 14:28:00 +01:00
|
|
|
SUBDIR += p5-MooseX-Role-Parameterized
|
2009-12-09 06:45:51 +01:00
|
|
|
SUBDIR += p5-MooseX-Role-WithOverloading
|
2009-08-14 22:08:17 +02:00
|
|
|
SUBDIR += p5-MooseX-SemiAffordanceAccessor
|
2009-02-25 13:13:30 +01:00
|
|
|
SUBDIR += p5-MooseX-SimpleConfig
|
2008-06-04 15:19:47 +02:00
|
|
|
SUBDIR += p5-MooseX-Singleton
|
2008-09-07 04:46:02 +02:00
|
|
|
SUBDIR += p5-MooseX-Storage
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-MooseX-StrictConstructor
|
2009-05-11 21:43:40 +02:00
|
|
|
SUBDIR += p5-MooseX-Traits
|
2009-07-28 19:13:44 +02:00
|
|
|
SUBDIR += p5-MooseX-Traits-Pluggable
|
2008-07-28 02:54:19 +02:00
|
|
|
SUBDIR += p5-MooseX-Types
|
2009-12-10 00:34:41 +01:00
|
|
|
SUBDIR += p5-MooseX-Types-Common
|
2009-07-14 19:38:01 +02:00
|
|
|
SUBDIR += p5-MooseX-Types-DateTime-ButMaintained
|
2009-07-14 19:40:13 +02:00
|
|
|
SUBDIR += p5-MooseX-Types-DateTimeX
|
2008-07-28 02:54:40 +02:00
|
|
|
SUBDIR += p5-MooseX-Types-Path-Class
|
2009-05-11 21:37:18 +02:00
|
|
|
SUBDIR += p5-MooseX-Types-Structured
|
2008-07-23 10:06:03 +02:00
|
|
|
SUBDIR += p5-Mouse
|
2009-03-22 02:52:52 +01:00
|
|
|
SUBDIR += p5-MouseX-AttributeHelpers
|
2009-04-23 19:09:14 +02:00
|
|
|
SUBDIR += p5-MouseX-ConfigFromFile
|
2009-01-22 04:10:03 +01:00
|
|
|
SUBDIR += p5-MouseX-Getopt
|
2009-02-13 10:38:05 +01:00
|
|
|
SUBDIR += p5-MouseX-Types
|
2009-04-23 19:08:50 +02:00
|
|
|
SUBDIR += p5-MouseX-Types-Path-Class
|
2003-10-03 14:48:15 +02:00
|
|
|
SUBDIR += p5-NEXT
|
2005-11-25 15:10:45 +01:00
|
|
|
SUBDIR += p5-Net-DBus
|
2006-11-05 23:12:27 +01:00
|
|
|
SUBDIR += p5-Number-Bytes-Human
|
2001-05-11 18:06:01 +02:00
|
|
|
SUBDIR += p5-OLE-Storage_Lite
|
2004-07-22 16:27:46 +02:00
|
|
|
SUBDIR += p5-OOTools
|
2001-03-12 09:58:27 +01:00
|
|
|
SUBDIR += p5-ORBit
|
2005-09-30 16:46:07 +02:00
|
|
|
SUBDIR += p5-Object-Accessor
|
2006-09-30 05:56:31 +02:00
|
|
|
SUBDIR += p5-Object-Array
|
2006-07-19 04:29:38 +02:00
|
|
|
SUBDIR += p5-Object-Declare
|
2006-05-22 02:10:10 +02:00
|
|
|
SUBDIR += p5-Object-Enum
|
2009-07-16 23:45:08 +02:00
|
|
|
SUBDIR += p5-Object-Event
|
2006-01-17 14:19:01 +01:00
|
|
|
SUBDIR += p5-Object-InsideOut
|
2003-10-11 13:51:30 +02:00
|
|
|
SUBDIR += p5-Object-MultiType
|
2003-03-05 22:32:15 +01:00
|
|
|
SUBDIR += p5-Object-Realize-Later
|
2005-12-26 12:50:43 +01:00
|
|
|
SUBDIR += p5-Object-Signature
|
2010-01-28 02:14:48 +01:00
|
|
|
SUBDIR += p5-Object-Simple
|
2007-09-20 05:17:09 +02:00
|
|
|
SUBDIR += p5-Object-Tiny
|
2009-07-14 19:37:12 +02:00
|
|
|
SUBDIR += p5-Olson-Abbreviations
|
2003-09-02 11:23:44 +02:00
|
|
|
SUBDIR += p5-P4
|
2003-09-02 10:55:46 +02:00
|
|
|
SUBDIR += p5-P4-Client
|
2003-08-28 09:31:10 +02:00
|
|
|
SUBDIR += p5-PAR
|
2003-08-28 09:25:19 +02:00
|
|
|
SUBDIR += p5-PAR-Dist
|
2006-12-07 07:50:56 +01:00
|
|
|
SUBDIR += p5-PAR-Packer
|
2003-09-29 04:19:59 +02:00
|
|
|
SUBDIR += p5-PCSC-Card
|
2007-02-24 19:25:13 +01:00
|
|
|
SUBDIR += p5-PHP-Serialization
|
2001-05-08 14:22:01 +02:00
|
|
|
SUBDIR += p5-POE
|
2004-10-17 18:15:43 +02:00
|
|
|
SUBDIR += p5-POE-API-Hooks
|
2004-02-26 16:28:47 +01:00
|
|
|
SUBDIR += p5-POE-API-Peek
|
2004-06-03 04:56:43 +02:00
|
|
|
SUBDIR += p5-POE-Component-Child
|
2006-05-21 16:43:58 +02:00
|
|
|
SUBDIR += p5-POE-Component-Daemon
|
2004-02-28 13:16:43 +01:00
|
|
|
SUBDIR += p5-POE-Component-DebugShell
|
2002-07-06 12:10:09 +02:00
|
|
|
SUBDIR += p5-POE-Component-DirWatch
|
2001-12-13 13:23:09 +01:00
|
|
|
SUBDIR += p5-POE-Component-IKC
|
2001-12-13 13:12:37 +01:00
|
|
|
SUBDIR += p5-POE-Component-JobQueue
|
2002-05-27 16:33:36 +02:00
|
|
|
SUBDIR += p5-POE-Component-Logger
|
2006-12-22 23:26:53 +01:00
|
|
|
SUBDIR += p5-POE-Component-Pluggable
|
2001-12-13 12:36:25 +01:00
|
|
|
SUBDIR += p5-POE-Component-RSS
|
2006-08-01 09:16:45 +02:00
|
|
|
SUBDIR += p5-POE-Component-RSSAggregator
|
2004-06-20 22:11:48 +02:00
|
|
|
SUBDIR += p5-POE-Component-Server-XMLRPC
|
2004-05-16 00:49:34 +02:00
|
|
|
SUBDIR += p5-POE-Component-TSTP
|
2004-10-19 15:08:31 +02:00
|
|
|
SUBDIR += p5-POE-Devel-Profiler
|
2003-10-16 12:20:59 +02:00
|
|
|
SUBDIR += p5-POE-Exceptions
|
2003-06-02 12:15:12 +02:00
|
|
|
SUBDIR += p5-POE-Session-MultiDispatch
|
2006-07-09 13:58:05 +02:00
|
|
|
SUBDIR += p5-POE-Stage
|
2008-07-07 18:07:36 +02:00
|
|
|
SUBDIR += p5-POE-Test-Loops
|
2008-07-09 22:25:53 +02:00
|
|
|
SUBDIR += p5-POE-XS-Loop-Poll
|
2006-05-26 13:47:53 +02:00
|
|
|
SUBDIR += p5-POE-XS-Queue-Array
|
2007-01-05 22:21:10 +01:00
|
|
|
SUBDIR += p5-POSIX-strptime
|
2002-08-03 19:53:01 +02:00
|
|
|
SUBDIR += p5-PPerl
|
1997-04-18 14:10:56 +02:00
|
|
|
SUBDIR += p5-PV
|
2006-06-25 18:23:20 +02:00
|
|
|
SUBDIR += p5-Package-Constants
|
2008-04-22 15:08:47 +02:00
|
|
|
SUBDIR += p5-Package-Generator
|
2005-09-22 13:45:21 +02:00
|
|
|
SUBDIR += p5-PadWalker
|
2002-11-01 18:32:53 +01:00
|
|
|
SUBDIR += p5-Parallel-ForkManager
|
2009-09-23 16:43:05 +02:00
|
|
|
SUBDIR += p5-Parallel-Prefork
|
2004-05-24 19:22:09 +02:00
|
|
|
SUBDIR += p5-Params-CallbackRequest
|
2004-12-15 08:35:49 +01:00
|
|
|
SUBDIR += p5-Params-Check
|
2006-07-20 00:56:55 +02:00
|
|
|
SUBDIR += p5-Params-Classify
|
2007-09-13 23:47:22 +02:00
|
|
|
SUBDIR += p5-Params-Coerce
|
2005-07-05 12:59:35 +02:00
|
|
|
SUBDIR += p5-Params-Util
|
2001-04-10 21:46:03 +02:00
|
|
|
SUBDIR += p5-Params-Validate
|
2009-02-26 17:05:39 +01:00
|
|
|
SUBDIR += p5-Parse-CPAN-Meta
|
2004-04-01 18:56:56 +02:00
|
|
|
SUBDIR += p5-Parse-CPAN-Packages
|
2009-03-15 18:11:22 +01:00
|
|
|
SUBDIR += p5-Parse-ErrorString-Perl
|
2009-06-30 15:15:42 +02:00
|
|
|
SUBDIR += p5-Parse-ExuberantCTags
|
2009-05-11 21:59:20 +02:00
|
|
|
SUBDIR += p5-Parse-Method-Signatures
|
2003-07-06 11:14:46 +02:00
|
|
|
SUBDIR += p5-Parse-PerlConfig
|
2009-07-12 23:40:50 +02:00
|
|
|
SUBDIR += p5-Parse-Pidl
|
1999-09-05 22:25:03 +02:00
|
|
|
SUBDIR += p5-Parse-RecDescent
|
2001-09-22 17:48:56 +02:00
|
|
|
SUBDIR += p5-Parse-Yapp
|
2004-08-21 12:59:35 +02:00
|
|
|
SUBDIR += p5-ParseLex
|
2004-02-28 15:52:57 +01:00
|
|
|
SUBDIR += p5-PatchReader
|
2004-07-25 16:17:53 +02:00
|
|
|
SUBDIR += p5-Path-Class
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += p5-PathTools
|
1997-05-30 22:13:39 +02:00
|
|
|
SUBDIR += p5-Penguin
|
|
|
|
SUBDIR += p5-Penguin-Easy
|
2008-04-10 14:50:59 +02:00
|
|
|
SUBDIR += p5-Perl-Version
|
2007-07-28 15:09:17 +02:00
|
|
|
SUBDIR += p5-Perl6-Builtins
|
2004-12-29 02:35:12 +01:00
|
|
|
SUBDIR += p5-Perl6-Export
|
2007-07-28 14:27:22 +02:00
|
|
|
SUBDIR += p5-Perl6-Export-Attrs
|
2005-01-25 07:45:43 +01:00
|
|
|
SUBDIR += p5-Perl6-Form
|
2007-07-18 18:24:15 +02:00
|
|
|
SUBDIR += p5-Perl6-Junction
|
2007-07-28 20:05:51 +02:00
|
|
|
SUBDIR += p5-Perl6-Rules
|
2007-07-28 19:35:57 +02:00
|
|
|
SUBDIR += p5-Perl6-Say
|
2004-10-19 17:51:58 +02:00
|
|
|
SUBDIR += p5-PerlIO-eol
|
2005-04-02 13:29:17 +02:00
|
|
|
SUBDIR += p5-PerlIO-via-MD5
|
2004-03-16 18:01:28 +01:00
|
|
|
SUBDIR += p5-PerlIO-via-dynamic
|
2004-08-07 21:17:28 +02:00
|
|
|
SUBDIR += p5-PerlIO-via-symlink
|
2000-08-14 23:23:14 +02:00
|
|
|
SUBDIR += p5-PerlMenu
|
2010-01-13 18:05:36 +01:00
|
|
|
SUBDIR += p5-Pid-File-Flock
|
2006-06-13 03:31:24 +02:00
|
|
|
SUBDIR += p5-Pipeline
|
2003-10-10 15:42:54 +02:00
|
|
|
SUBDIR += p5-Pod-Coverage
|
2008-08-30 17:59:43 +02:00
|
|
|
SUBDIR += p5-Pod-Coverage-Moose
|
2006-01-23 01:04:58 +01:00
|
|
|
SUBDIR += p5-Pod-Tests
|
2001-01-04 00:42:00 +01:00
|
|
|
SUBDIR += p5-Proc-Background
|
2001-01-04 00:42:19 +01:00
|
|
|
SUBDIR += p5-Proc-Daemon
|
2006-01-10 15:56:30 +01:00
|
|
|
SUBDIR += p5-Proc-Fork
|
2004-05-06 14:25:51 +02:00
|
|
|
SUBDIR += p5-Proc-PID-File
|
2002-11-08 22:18:18 +01:00
|
|
|
SUBDIR += p5-Proc-PIDFile
|
2001-07-07 15:21:56 +02:00
|
|
|
SUBDIR += p5-Proc-ProcessTable
|
2005-12-28 14:58:46 +01:00
|
|
|
SUBDIR += p5-Proc-Queue
|
2002-06-23 14:44:07 +02:00
|
|
|
SUBDIR += p5-Proc-Reliable
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-Proc-Simple
|
2009-09-23 16:42:08 +02:00
|
|
|
SUBDIR += p5-Proc-Wait3
|
2010-03-02 06:46:31 +01:00
|
|
|
SUBDIR += p5-Proc-WaitStat
|
2004-10-21 11:04:13 +02:00
|
|
|
SUBDIR += p5-Project-Gantt
|
2006-02-19 21:18:20 +01:00
|
|
|
SUBDIR += p5-RRDTool-OO
|
2002-11-21 16:39:17 +01:00
|
|
|
SUBDIR += p5-Rcs
|
2002-10-28 15:20:39 +01:00
|
|
|
SUBDIR += p5-Rcs-Agent
|
1998-04-17 23:13:59 +02:00
|
|
|
SUBDIR += p5-ReadLine-Gnu
|
|
|
|
SUBDIR += p5-ReadLine-Perl
|
2005-08-31 13:57:23 +02:00
|
|
|
SUBDIR += p5-Readonly
|
2005-03-04 10:59:03 +01:00
|
|
|
SUBDIR += p5-Regexp-Assemble
|
2006-06-05 09:34:00 +02:00
|
|
|
SUBDIR += p5-Regexp-Bind
|
2004-01-09 14:34:07 +01:00
|
|
|
SUBDIR += p5-Regexp-Shellish
|
1996-10-24 15:48:24 +02:00
|
|
|
SUBDIR += p5-Religion
|
2002-08-09 17:16:24 +02:00
|
|
|
SUBDIR += p5-ResourcePool
|
1996-10-24 15:48:24 +02:00
|
|
|
SUBDIR += p5-Resources
|
2005-12-27 10:35:56 +01:00
|
|
|
SUBDIR += p5-Return-Value
|
2006-06-10 12:46:06 +02:00
|
|
|
SUBDIR += p5-Rose-DateTime
|
2006-06-10 12:45:07 +02:00
|
|
|
SUBDIR += p5-Rose-Object
|
2006-12-29 11:18:24 +01:00
|
|
|
SUBDIR += p5-RunApp
|
2002-11-03 15:34:09 +01:00
|
|
|
SUBDIR += p5-SDL
|
2007-12-27 17:03:39 +01:00
|
|
|
SUBDIR += p5-SNMP-Persist
|
2009-03-01 16:29:50 +01:00
|
|
|
SUBDIR += p5-SOAP-WSDL
|
2002-05-27 16:21:33 +02:00
|
|
|
SUBDIR += p5-SPOPS
|
2006-01-20 10:33:17 +01:00
|
|
|
SUBDIR += p5-SSN-Validate
|
2009-06-14 00:36:29 +02:00
|
|
|
SUBDIR += p5-SUPER
|
2006-01-18 01:50:46 +01:00
|
|
|
SUBDIR += p5-SVN-ACL
|
2008-02-17 00:08:12 +01:00
|
|
|
SUBDIR += p5-SVN-Access
|
2006-08-03 08:16:03 +02:00
|
|
|
SUBDIR += p5-SVN-Agent
|
2007-08-08 08:36:53 +02:00
|
|
|
SUBDIR += p5-SVN-Dump
|
2009-04-21 19:51:14 +02:00
|
|
|
SUBDIR += p5-SVN-Dumpfile
|
2008-02-16 23:12:20 +01:00
|
|
|
SUBDIR += p5-SVN-Hook
|
2009-01-27 17:26:17 +01:00
|
|
|
SUBDIR += p5-SVN-Hooks
|
2006-06-28 02:41:26 +02:00
|
|
|
SUBDIR += p5-SVN-Log
|
2009-01-27 15:48:01 +01:00
|
|
|
SUBDIR += p5-SVN-Look
|
2004-03-16 17:53:50 +01:00
|
|
|
SUBDIR += p5-SVN-Mirror
|
2005-03-03 14:57:31 +01:00
|
|
|
SUBDIR += p5-SVN-Notify
|
2008-02-17 00:32:22 +01:00
|
|
|
SUBDIR += p5-SVN-Notify-Config
|
2008-07-25 21:54:51 +02:00
|
|
|
SUBDIR += p5-SVN-Notify-Filter-AuthZMail
|
2008-07-21 21:53:11 +02:00
|
|
|
SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB
|
2008-04-22 23:57:01 +02:00
|
|
|
SUBDIR += p5-SVN-Notify-Filter-Markdown
|
2008-04-23 04:01:11 +02:00
|
|
|
SUBDIR += p5-SVN-Notify-Filter-Watchers
|
2008-02-14 04:53:02 +01:00
|
|
|
SUBDIR += p5-SVN-Notify-Mirror
|
2008-02-14 19:15:16 +01:00
|
|
|
SUBDIR += p5-SVN-Notify-Snapshot
|
2008-01-15 22:20:24 +01:00
|
|
|
SUBDIR += p5-SVN-S4
|
2004-03-16 17:54:34 +01:00
|
|
|
SUBDIR += p5-SVN-Simple
|
2006-07-21 15:56:48 +02:00
|
|
|
SUBDIR += p5-SVN-Statistics
|
2004-03-16 17:55:26 +01:00
|
|
|
SUBDIR += p5-SVN-Web
|
2006-07-21 18:27:11 +02:00
|
|
|
SUBDIR += p5-Scalar-Defer
|
2007-02-16 11:29:36 +01:00
|
|
|
SUBDIR += p5-Scalar-Listify
|
2009-03-25 19:30:12 +01:00
|
|
|
SUBDIR += p5-Scalar-String
|
2006-06-09 14:53:52 +02:00
|
|
|
SUBDIR += p5-Scalar-Util-Clone
|
2006-12-30 23:09:16 +01:00
|
|
|
SUBDIR += p5-Scope-Guard
|
2009-05-12 17:56:33 +02:00
|
|
|
SUBDIR += p5-Scope-Upper
|
2001-01-04 01:10:30 +01:00
|
|
|
SUBDIR += p5-Search-Binary
|
2005-02-03 02:57:54 +01:00
|
|
|
SUBDIR += p5-Set-Array
|
2008-01-24 03:47:24 +01:00
|
|
|
SUBDIR += p5-Set-ConsistentHash
|
2003-07-06 11:41:30 +02:00
|
|
|
SUBDIR += p5-Set-Crontab
|
2003-06-29 14:19:00 +02:00
|
|
|
SUBDIR += p5-Set-Infinite
|
2001-01-04 01:05:58 +01:00
|
|
|
SUBDIR += p5-Set-NestedGroups
|
2001-01-04 01:06:47 +01:00
|
|
|
SUBDIR += p5-Set-Object
|
2001-01-04 01:08:13 +01:00
|
|
|
SUBDIR += p5-Set-Scalar
|
2003-10-07 07:06:03 +02:00
|
|
|
SUBDIR += p5-Shape
|
2004-02-24 12:03:26 +01:00
|
|
|
SUBDIR += p5-Shell-Base
|
2006-10-06 00:51:12 +02:00
|
|
|
SUBDIR += p5-Shell-EnvImporter
|
2005-04-08 15:57:01 +02:00
|
|
|
SUBDIR += p5-Shell-Parser
|
2006-08-17 23:08:54 +02:00
|
|
|
SUBDIR += p5-Shell-Source
|
2007-05-29 04:46:53 +02:00
|
|
|
SUBDIR += p5-ShipIt
|
2005-05-26 20:44:26 +02:00
|
|
|
SUBDIR += p5-Smart-Comments
|
2005-07-11 09:55:31 +02:00
|
|
|
SUBDIR += p5-Sort-Array
|
2002-02-08 17:28:29 +01:00
|
|
|
SUBDIR += p5-Sort-ArrayOfArrays
|
2005-10-14 11:21:46 +02:00
|
|
|
SUBDIR += p5-Sort-Key
|
2005-10-14 12:50:53 +02:00
|
|
|
SUBDIR += p5-Sort-Key-DateTime
|
2007-08-23 09:23:37 +02:00
|
|
|
SUBDIR += p5-Sort-Key-Top
|
2006-12-20 07:26:28 +01:00
|
|
|
SUBDIR += p5-Sort-Maker
|
2003-10-17 09:26:01 +02:00
|
|
|
SUBDIR += p5-Sort-Tree
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-Sort-Versions
|
2004-07-16 04:22:10 +02:00
|
|
|
SUBDIR += p5-Spiffy
|
2004-07-17 03:59:30 +02:00
|
|
|
SUBDIR += p5-Spoon
|
1997-07-10 01:20:25 +02:00
|
|
|
SUBDIR += p5-Storable
|
2006-05-22 01:37:12 +02:00
|
|
|
SUBDIR += p5-Stream
|
2009-08-13 20:19:22 +02:00
|
|
|
SUBDIR += p5-Stream-Reader
|
2000-05-07 17:00:23 +02:00
|
|
|
SUBDIR += p5-String-Approx
|
2001-08-25 01:00:02 +02:00
|
|
|
SUBDIR += p5-String-CRC32
|
2001-01-04 00:43:47 +01:00
|
|
|
SUBDIR += p5-String-Checker
|
2009-03-29 17:20:38 +02:00
|
|
|
SUBDIR += p5-String-Diff
|
2004-05-12 08:24:40 +02:00
|
|
|
SUBDIR += p5-String-Ediff
|
2002-10-24 19:22:24 +02:00
|
|
|
SUBDIR += p5-String-LRC
|
2002-10-24 19:30:59 +02:00
|
|
|
SUBDIR += p5-String-Parity
|
2001-01-04 00:51:52 +01:00
|
|
|
SUBDIR += p5-String-Random
|
2001-01-04 00:45:17 +01:00
|
|
|
SUBDIR += p5-String-RexxParse
|
2001-06-22 09:26:14 +02:00
|
|
|
SUBDIR += p5-String-Similarity
|
2008-08-30 20:05:09 +02:00
|
|
|
SUBDIR += p5-Sub-Current
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Sub-Delete
|
2006-04-30 21:58:53 +02:00
|
|
|
SUBDIR += p5-Sub-Exporter
|
2008-06-04 10:35:39 +02:00
|
|
|
SUBDIR += p5-Sub-Identify
|
2006-04-30 21:52:16 +02:00
|
|
|
SUBDIR += p5-Sub-Install
|
2006-01-12 14:09:46 +01:00
|
|
|
SUBDIR += p5-Sub-Installer
|
2006-08-01 03:52:19 +02:00
|
|
|
SUBDIR += p5-Sub-Multi
|
2005-11-27 15:54:40 +01:00
|
|
|
SUBDIR += p5-Sub-Name
|
2005-02-10 07:08:53 +01:00
|
|
|
SUBDIR += p5-Sub-Override
|
2003-01-28 15:20:01 +01:00
|
|
|
SUBDIR += p5-Sub-Uplevel
|
2006-12-11 04:10:13 +01:00
|
|
|
SUBDIR += p5-Sub-WrapPackages
|
2008-07-25 10:12:22 +02:00
|
|
|
SUBDIR += p5-Sys-Cpu
|
2008-07-25 11:05:00 +02:00
|
|
|
SUBDIR += p5-Sys-MemInfo
|
2003-08-07 08:48:38 +02:00
|
|
|
SUBDIR += p5-Sys-Mmap
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Sys-RunAlone
|
|
|
|
SUBDIR += p5-Sys-RunAlways
|
2009-03-24 17:28:11 +01:00
|
|
|
SUBDIR += p5-Sys-Sendfile-FreeBSD
|
2006-10-02 16:51:46 +02:00
|
|
|
SUBDIR += p5-Sys-Sig
|
2006-09-18 20:24:59 +02:00
|
|
|
SUBDIR += p5-Sys-SigAction
|
2006-09-28 16:26:15 +02:00
|
|
|
SUBDIR += p5-Sys-Syscall
|
2001-10-12 20:46:12 +02:00
|
|
|
SUBDIR += p5-System2
|
2009-04-10 11:03:33 +02:00
|
|
|
SUBDIR += p5-TAP-Formatter-JUnit
|
2009-04-10 08:15:32 +02:00
|
|
|
SUBDIR += p5-TAP-Harness-JUnit
|
2006-07-13 02:47:09 +02:00
|
|
|
SUBDIR += p5-Taint-Runtime
|
2007-04-06 10:21:03 +02:00
|
|
|
SUBDIR += p5-Task-Weaken
|
2009-01-08 12:53:23 +01:00
|
|
|
SUBDIR += p5-Template-Provider-Encode
|
1999-12-25 16:43:43 +01:00
|
|
|
SUBDIR += p5-Term-ANSIColor
|
2003-07-07 06:35:05 +02:00
|
|
|
SUBDIR += p5-Term-ANSIScreen
|
2005-09-16 07:55:55 +02:00
|
|
|
SUBDIR += p5-Term-Animation
|
2006-05-05 10:37:41 +02:00
|
|
|
SUBDIR += p5-Term-CallEditor
|
2006-07-14 01:38:09 +02:00
|
|
|
SUBDIR += p5-Term-Encoding
|
2006-08-01 14:38:49 +02:00
|
|
|
SUBDIR += p5-Term-Menus
|
2001-12-30 17:42:22 +01:00
|
|
|
SUBDIR += p5-Term-ProgressBar
|
2001-04-28 16:39:59 +02:00
|
|
|
SUBDIR += p5-Term-Prompt
|
1998-05-22 04:08:40 +02:00
|
|
|
SUBDIR += p5-Term-Query
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-Term-ReadKey
|
2004-10-12 13:23:02 +02:00
|
|
|
SUBDIR += p5-Term-ReadLine-Zoid
|
2005-08-29 16:16:12 +02:00
|
|
|
SUBDIR += p5-Term-ReadPassword
|
2001-01-15 07:22:07 +01:00
|
|
|
SUBDIR += p5-Term-Screen
|
2004-07-07 15:55:27 +02:00
|
|
|
SUBDIR += p5-Term-Shell
|
2000-12-19 13:22:58 +01:00
|
|
|
SUBDIR += p5-Term-Size
|
2006-05-31 20:54:52 +02:00
|
|
|
SUBDIR += p5-Term-UI
|
2006-09-29 00:48:42 +02:00
|
|
|
SUBDIR += p5-Term-VT102
|
2007-03-22 16:20:33 +01:00
|
|
|
SUBDIR += p5-Term-Visual
|
2007-05-27 15:36:49 +02:00
|
|
|
SUBDIR += p5-Test-Assertions
|
2005-12-27 12:27:47 +01:00
|
|
|
SUBDIR += p5-Test-Base
|
2006-07-14 18:02:40 +02:00
|
|
|
SUBDIR += p5-Test-Benchmark
|
2008-04-16 15:58:41 +02:00
|
|
|
SUBDIR += p5-Test-Block
|
2003-02-05 10:45:20 +01:00
|
|
|
SUBDIR += p5-Test-Class
|
2005-04-02 17:34:46 +02:00
|
|
|
SUBDIR += p5-Test-ClassAPI
|
2004-04-30 17:47:11 +02:00
|
|
|
SUBDIR += p5-Test-Cmd
|
2009-03-15 18:11:54 +01:00
|
|
|
SUBDIR += p5-Test-Compile
|
2006-03-18 13:33:32 +01:00
|
|
|
SUBDIR += p5-Test-Data
|
2008-02-16 23:18:28 +01:00
|
|
|
SUBDIR += p5-Test-Debugger
|
2009-03-17 15:53:05 +01:00
|
|
|
SUBDIR += p5-Test-Declare
|
2004-10-30 10:42:30 +02:00
|
|
|
SUBDIR += p5-Test-Deep
|
2006-07-13 20:31:33 +02:00
|
|
|
SUBDIR += p5-Test-Dependencies
|
2003-02-04 11:52:56 +01:00
|
|
|
SUBDIR += p5-Test-Differences
|
2008-02-18 22:09:51 +01:00
|
|
|
SUBDIR += p5-Test-Distribution
|
2003-01-28 15:34:38 +01:00
|
|
|
SUBDIR += p5-Test-Exception
|
2006-05-23 18:14:58 +02:00
|
|
|
SUBDIR += p5-Test-Expect
|
2005-03-20 12:59:33 +01:00
|
|
|
SUBDIR += p5-Test-File
|
2006-01-30 16:08:07 +01:00
|
|
|
SUBDIR += p5-Test-File-Contents
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Test-Fixture-DBIC-Schema
|
2007-04-10 10:12:10 +02:00
|
|
|
SUBDIR += p5-Test-Group
|
2006-09-13 19:50:35 +02:00
|
|
|
SUBDIR += p5-Test-HTML-Tidy
|
2001-08-14 17:05:03 +02:00
|
|
|
SUBDIR += p5-Test-Harness
|
2006-07-16 17:23:39 +02:00
|
|
|
SUBDIR += p5-Test-HasVersion
|
2010-02-16 10:53:39 +01:00
|
|
|
SUBDIR += p5-Test-HexString
|
2002-09-12 13:03:09 +02:00
|
|
|
SUBDIR += p5-Test-Inline
|
2007-04-26 22:40:01 +02:00
|
|
|
SUBDIR += p5-Test-JSON
|
2008-02-16 20:19:04 +01:00
|
|
|
SUBDIR += p5-Test-Kwalitee
|
2004-11-27 13:09:07 +01:00
|
|
|
SUBDIR += p5-Test-LectroTest
|
2009-02-27 08:20:38 +01:00
|
|
|
SUBDIR += p5-Test-LoadAllModules
|
2007-08-27 03:50:15 +02:00
|
|
|
SUBDIR += p5-Test-Log4perl
|
2005-02-14 15:52:53 +01:00
|
|
|
SUBDIR += p5-Test-LongString
|
2003-09-01 16:52:34 +02:00
|
|
|
SUBDIR += p5-Test-Manifest
|
2008-08-16 13:25:48 +02:00
|
|
|
SUBDIR += p5-Test-Memory-Cycle
|
2009-03-14 14:37:53 +01:00
|
|
|
SUBDIR += p5-Test-Mock-LWP
|
2004-12-27 15:50:44 +01:00
|
|
|
SUBDIR += p5-Test-MockModule
|
2003-07-16 08:39:25 +02:00
|
|
|
SUBDIR += p5-Test-MockObject
|
2006-07-25 22:58:24 +02:00
|
|
|
SUBDIR += p5-Test-MockRandom
|
2006-08-15 11:58:12 +02:00
|
|
|
SUBDIR += p5-Test-MockTime
|
2010-01-14 17:37:31 +01:00
|
|
|
SUBDIR += p5-Test-Module-Used
|
2010-02-11 12:25:47 +01:00
|
|
|
SUBDIR += p5-Test-More-UTF8
|
2009-02-20 03:32:49 +01:00
|
|
|
SUBDIR += p5-Test-Most
|
2004-10-29 05:11:11 +02:00
|
|
|
SUBDIR += p5-Test-NoWarnings
|
2006-07-25 22:57:07 +02:00
|
|
|
SUBDIR += p5-Test-Number-Delta
|
2006-09-05 14:16:41 +02:00
|
|
|
SUBDIR += p5-Test-Object
|
2006-07-19 10:04:17 +02:00
|
|
|
SUBDIR += p5-Test-Output
|
2009-03-25 09:58:53 +01:00
|
|
|
SUBDIR += p5-Test-POE-Client-TCP
|
2009-02-23 22:39:59 +01:00
|
|
|
SUBDIR += p5-Test-POE-Server-TCP
|
2006-08-11 03:51:28 +02:00
|
|
|
SUBDIR += p5-Test-Parser
|
2003-07-02 20:03:16 +02:00
|
|
|
SUBDIR += p5-Test-Pod
|
2004-11-20 12:50:58 +01:00
|
|
|
SUBDIR += p5-Test-Pod-Coverage
|
2010-02-10 15:41:55 +01:00
|
|
|
SUBDIR += p5-Test-Pod-Coverage-Permissive
|
2008-02-09 04:35:55 +01:00
|
|
|
SUBDIR += p5-Test-Portability-Files
|
2006-02-18 10:42:58 +01:00
|
|
|
SUBDIR += p5-Test-RandomResults
|
2003-12-22 13:46:04 +01:00
|
|
|
SUBDIR += p5-Test-Reporter
|
2009-09-08 03:17:37 +02:00
|
|
|
SUBDIR += p5-Test-Requires
|
2007-03-07 20:45:41 +01:00
|
|
|
SUBDIR += p5-Test-Script
|
2009-03-28 01:07:08 +01:00
|
|
|
SUBDIR += p5-Test-SharedFork
|
2001-08-12 16:12:12 +02:00
|
|
|
SUBDIR += p5-Test-Simple
|
2006-07-17 03:05:43 +02:00
|
|
|
SUBDIR += p5-Test-Singleton
|
2008-04-22 11:32:14 +02:00
|
|
|
SUBDIR += p5-Test-Spelling
|
2005-12-27 18:41:21 +01:00
|
|
|
SUBDIR += p5-Test-Strict
|
2005-10-13 14:04:15 +02:00
|
|
|
SUBDIR += p5-Test-SubCalls
|
2010-02-03 00:54:09 +01:00
|
|
|
SUBDIR += p5-Test-Synopsis
|
2007-07-08 00:54:43 +02:00
|
|
|
SUBDIR += p5-Test-TAP-HTMLMatrix
|
2007-07-08 00:44:08 +02:00
|
|
|
SUBDIR += p5-Test-TAP-Model
|
2009-03-14 05:29:31 +01:00
|
|
|
SUBDIR += p5-Test-TCP
|
2008-09-07 04:08:31 +02:00
|
|
|
SUBDIR += p5-Test-TempDir
|
2004-10-12 12:59:41 +02:00
|
|
|
SUBDIR += p5-Test-Tester
|
2002-09-26 14:47:39 +02:00
|
|
|
SUBDIR += p5-Test-Unit
|
2007-12-12 14:23:29 +01:00
|
|
|
SUBDIR += p5-Test-UseAllModules
|
2009-06-14 00:32:14 +02:00
|
|
|
SUBDIR += p5-Test-WWW-Declare
|
2005-02-14 16:22:14 +01:00
|
|
|
SUBDIR += p5-Test-WWW-Mechanize
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-Test-WWW-Mechanize-CGI
|
|
|
|
SUBDIR += p5-Test-WWW-Mechanize-CGIApp
|
2005-11-17 20:38:39 +01:00
|
|
|
SUBDIR += p5-Test-WWW-Mechanize-Catalyst
|
2009-06-14 00:32:42 +02:00
|
|
|
SUBDIR += p5-Test-WWW-Selenium
|
2005-06-22 08:53:39 +02:00
|
|
|
SUBDIR += p5-Test-Warn
|
2005-11-04 20:48:29 +01:00
|
|
|
SUBDIR += p5-Test-XML
|
2007-04-10 09:02:39 +02:00
|
|
|
SUBDIR += p5-Test-XML-Valid
|
2008-02-16 22:31:03 +01:00
|
|
|
SUBDIR += p5-Test-YAML-Meta
|
2007-04-10 09:17:27 +02:00
|
|
|
SUBDIR += p5-Test-YAML-Valid
|
2006-03-26 23:20:53 +02:00
|
|
|
SUBDIR += p5-Test-use-ok
|
2005-07-16 17:29:53 +02:00
|
|
|
SUBDIR += p5-Text-LevenshteinXS
|
2005-04-24 06:39:47 +02:00
|
|
|
SUBDIR += p5-Text-vFile-asData
|
2008-01-14 02:15:02 +01:00
|
|
|
SUBDIR += p5-TheSchwartz
|
2006-09-29 02:47:10 +02:00
|
|
|
SUBDIR += p5-Thread-Apartment
|
2009-01-12 20:52:07 +01:00
|
|
|
SUBDIR += p5-Thread-Cancel
|
2007-07-31 21:19:26 +02:00
|
|
|
SUBDIR += p5-Thread-Pool-Simple
|
2009-06-20 21:32:49 +02:00
|
|
|
SUBDIR += p5-Thread-Queue
|
2006-09-28 09:26:03 +02:00
|
|
|
SUBDIR += p5-Thread-Queue-Duplex
|
2009-01-12 20:54:46 +01:00
|
|
|
SUBDIR += p5-Thread-Suspend
|
2007-09-26 22:39:59 +02:00
|
|
|
SUBDIR += p5-Thrift
|
2010-02-16 00:43:55 +01:00
|
|
|
SUBDIR += p5-Throwable
|
2006-12-26 08:59:50 +01:00
|
|
|
SUBDIR += p5-Tie-Array-Pack
|
2004-07-27 16:23:39 +02:00
|
|
|
SUBDIR += p5-Tie-Array-Sorted
|
2006-10-31 03:52:47 +01:00
|
|
|
SUBDIR += p5-Tie-CPHash
|
2001-04-07 06:30:12 +02:00
|
|
|
SUBDIR += p5-Tie-Cache
|
2003-10-24 06:21:35 +02:00
|
|
|
SUBDIR += p5-Tie-DB_File-SplitHash
|
2000-09-16 06:50:59 +02:00
|
|
|
SUBDIR += p5-Tie-DB_FileLock
|
2003-06-18 04:23:58 +02:00
|
|
|
SUBDIR += p5-Tie-File
|
2007-12-15 15:35:48 +01:00
|
|
|
SUBDIR += p5-Tie-File-AsHash
|
2003-10-24 06:25:26 +02:00
|
|
|
SUBDIR += p5-Tie-FileLRUCache
|
2006-05-26 13:40:58 +02:00
|
|
|
SUBDIR += p5-Tie-Hash-Indexed
|
2007-01-01 17:09:31 +01:00
|
|
|
SUBDIR += p5-Tie-Hash-Regex
|
2005-11-06 19:11:57 +01:00
|
|
|
SUBDIR += p5-Tie-Hash-Sorted
|
2005-11-15 09:51:38 +01:00
|
|
|
SUBDIR += p5-Tie-Hash-TwoWay
|
2001-01-04 00:44:37 +01:00
|
|
|
SUBDIR += p5-Tie-IxHash
|
2007-06-27 15:51:04 +02:00
|
|
|
SUBDIR += p5-Tie-RefHash
|
2008-08-30 16:39:06 +02:00
|
|
|
SUBDIR += p5-Tie-RefHash-Weak
|
2006-04-19 11:16:12 +02:00
|
|
|
SUBDIR += p5-Tie-Restore
|
2005-12-21 10:43:43 +01:00
|
|
|
SUBDIR += p5-Tie-ShareLite
|
2006-08-01 14:55:43 +02:00
|
|
|
SUBDIR += p5-Tie-Simple
|
2008-02-16 22:58:38 +01:00
|
|
|
SUBDIR += p5-Tie-ToObject
|
2005-06-20 10:20:38 +02:00
|
|
|
SUBDIR += p5-Tie-iCal
|
2006-07-01 08:11:08 +02:00
|
|
|
SUBDIR += p5-Time-Clock
|
2002-12-09 17:34:09 +01:00
|
|
|
SUBDIR += p5-Time-Duration
|
2006-07-19 03:08:19 +02:00
|
|
|
SUBDIR += p5-Time-Duration-Parse
|
Time::Format provides a very easy way to format dates and times. The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions. The formatting
codes used are meant to be easy to remember, use, and read. They
follow a simple, consistent pattern. If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.
A quick-reference page is included, just in case. ;-)
Time::Format can also format DateTime objects, and strings created
with Date::Manip.
Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.
If the I18N::Langinfo module is available, Time::Format provides
weekday and month names in a language appropriate for your locale.
A companion module, Time::Format_XS, is also available; if it is
installed, Time::Format will detect and use it, which will result in a
significant speed improvement.
WWW: http://search.cpan.org/dist/Time-Format/
PR: ports/140659
Submitted by: Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
2009-11-18 11:40:18 +01:00
|
|
|
SUBDIR += p5-Time-Format
|
1999-06-27 19:48:40 +02:00
|
|
|
SUBDIR += p5-Time-HiRes
|
2007-02-15 13:03:03 +01:00
|
|
|
SUBDIR += p5-Time-Interval
|
2003-07-01 20:10:29 +02:00
|
|
|
SUBDIR += p5-Time-Local
|
2002-01-12 01:06:37 +01:00
|
|
|
SUBDIR += p5-Time-Object
|
2000-10-31 19:39:27 +01:00
|
|
|
SUBDIR += p5-Time-Period
|
2002-06-14 16:35:36 +02:00
|
|
|
SUBDIR += p5-Time-Piece
|
2006-02-06 16:52:54 +01:00
|
|
|
SUBDIR += p5-Time-Piece-Range
|
2006-02-20 03:57:08 +01:00
|
|
|
SUBDIR += p5-Time-Progress
|
2006-11-18 20:25:43 +01:00
|
|
|
SUBDIR += p5-Time-Stopwatch
|
2009-04-28 14:17:43 +02:00
|
|
|
SUBDIR += p5-Time-Warp
|
2002-12-10 10:34:21 +01:00
|
|
|
SUBDIR += p5-Time-modules
|
2000-01-26 06:57:13 +01:00
|
|
|
SUBDIR += p5-TimeDate
|
2009-05-05 02:15:40 +02:00
|
|
|
SUBDIR += p5-ToolSet
|
1997-06-27 04:00:33 +02:00
|
|
|
SUBDIR += p5-TraceFuncs
|
2004-10-12 13:02:19 +02:00
|
|
|
SUBDIR += p5-Tree-Binary
|
2006-05-24 20:58:15 +02:00
|
|
|
SUBDIR += p5-Tree-Binary-Dictionary
|
2002-02-08 17:33:19 +01:00
|
|
|
SUBDIR += p5-Tree-DAG_Node
|
2005-07-31 19:11:43 +02:00
|
|
|
SUBDIR += p5-Tree-Node
|
2004-08-02 17:11:29 +02:00
|
|
|
SUBDIR += p5-Tree-Parser
|
2004-07-07 15:20:11 +02:00
|
|
|
SUBDIR += p5-Tree-Simple
|
2004-08-02 15:58:58 +02:00
|
|
|
SUBDIR += p5-Tree-Simple-View
|
2004-08-20 14:08:43 +02:00
|
|
|
SUBDIR += p5-Tree-Simple-VisitorFactory
|
2010-01-31 23:46:12 +01:00
|
|
|
SUBDIR += p5-UDCode
|
2006-07-19 02:15:47 +02:00
|
|
|
SUBDIR += p5-UI-Dialog
|
2005-11-16 20:51:44 +01:00
|
|
|
SUBDIR += p5-UNIVERSAL-can
|
2003-04-18 08:26:42 +02:00
|
|
|
SUBDIR += p5-UNIVERSAL-exports
|
2005-11-16 21:07:12 +01:00
|
|
|
SUBDIR += p5-UNIVERSAL-isa
|
2003-09-02 11:22:02 +02:00
|
|
|
SUBDIR += p5-UNIVERSAL-moniker
|
2005-10-26 03:56:06 +02:00
|
|
|
SUBDIR += p5-UNIVERSAL-require
|
2006-05-19 12:35:39 +02:00
|
|
|
SUBDIR += p5-UNIVERSAL-which
|
2009-09-19 00:46:15 +02:00
|
|
|
SUBDIR += p5-UUID-Tiny
|
2004-06-23 09:26:11 +02:00
|
|
|
SUBDIR += p5-Unix-Statgrab
|
2009-01-19 13:50:11 +01:00
|
|
|
SUBDIR += p5-Unix-Uptime
|
2005-07-24 22:01:59 +02:00
|
|
|
SUBDIR += p5-User-Identity
|
2004-08-23 05:08:53 +02:00
|
|
|
SUBDIR += p5-VCP-Dest-svk
|
2004-09-02 11:52:41 +02:00
|
|
|
SUBDIR += p5-VCP-Source-cvsbk
|
2004-10-25 13:23:33 +02:00
|
|
|
SUBDIR += p5-VCP-autrijus
|
2002-06-09 16:57:10 +02:00
|
|
|
SUBDIR += p5-VCS
|
2001-06-11 05:38:56 +02:00
|
|
|
SUBDIR += p5-VCS-CVS
|
2007-01-02 04:18:00 +01:00
|
|
|
SUBDIR += p5-VCS-Lite
|
2008-08-30 16:08:12 +02:00
|
|
|
SUBDIR += p5-Variable-Magic
|
2003-08-06 17:45:56 +02:00
|
|
|
SUBDIR += p5-Want
|
2006-06-15 18:05:41 +02:00
|
|
|
SUBDIR += p5-WeakRef
|
2006-06-14 22:09:40 +02:00
|
|
|
SUBDIR += p5-Workflow
|
2009-01-11 15:01:36 +01:00
|
|
|
SUBDIR += p5-XML-Compile-Tester
|
2009-08-27 22:45:59 +02:00
|
|
|
SUBDIR += p5-XML-Pastor
|
2005-10-18 10:59:36 +02:00
|
|
|
SUBDIR += p5-XSLoader
|
2006-05-21 23:17:29 +02:00
|
|
|
SUBDIR += p5-Yada-Yada-Yada
|
2009-06-15 22:50:44 +02:00
|
|
|
SUBDIR += p5-ZConf-GUI
|
2008-05-30 23:46:48 +02:00
|
|
|
SUBDIR += p5-ZML
|
2005-09-17 04:20:35 +02:00
|
|
|
SUBDIR += p5-accessors
|
2006-08-02 03:16:21 +02:00
|
|
|
SUBDIR += p5-aliased
|
2009-07-28 19:11:33 +02:00
|
|
|
SUBDIR += p5-autobox
|
2010-03-05 15:07:22 +01:00
|
|
|
SUBDIR += p5-autobox-Core
|
2009-09-23 13:57:02 +02:00
|
|
|
SUBDIR += p5-autodie
|
2003-08-31 09:46:38 +02:00
|
|
|
SUBDIR += p5-base
|
2009-02-22 03:04:25 +01:00
|
|
|
SUBDIR += p5-boolean
|
2005-08-29 09:12:27 +02:00
|
|
|
SUBDIR += p5-capitalization
|
2009-08-13 17:07:24 +02:00
|
|
|
SUBDIR += p5-common-sense
|
2009-12-02 17:11:36 +01:00
|
|
|
SUBDIR += p5-constant-boolean
|
2009-07-28 20:18:45 +02:00
|
|
|
SUBDIR += p5-constant-def
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-constant-lexical
|
|
|
|
SUBDIR += p5-doxygenfilter
|
2003-06-19 16:11:40 +02:00
|
|
|
SUBDIR += p5-enum
|
2009-01-27 20:22:44 +01:00
|
|
|
SUBDIR += p5-ex-lib
|
2006-11-07 04:01:32 +01:00
|
|
|
SUBDIR += p5-forks
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += p5-github_creator
|
2005-04-25 00:24:27 +02:00
|
|
|
SUBDIR += p5-iCal-Parser
|
2009-07-28 09:12:50 +02:00
|
|
|
SUBDIR += p5-lib-abs
|
2009-02-26 13:10:14 +01:00
|
|
|
SUBDIR += p5-libalarm
|
2009-03-14 00:29:48 +01:00
|
|
|
SUBDIR += p5-local-lib
|
2003-07-22 15:02:29 +02:00
|
|
|
SUBDIR += p5-mixin
|
2007-06-21 13:14:22 +02:00
|
|
|
SUBDIR += p5-mocked
|
2009-05-13 07:27:35 +02:00
|
|
|
SUBDIR += p5-namespace-autoclean
|
2008-07-23 10:04:34 +02:00
|
|
|
SUBDIR += p5-namespace-clean
|
2006-06-10 11:43:33 +02:00
|
|
|
SUBDIR += p5-orz
|
2007-10-24 10:51:10 +02:00
|
|
|
SUBDIR += p5-parent
|
2009-09-24 22:00:52 +02:00
|
|
|
SUBDIR += p5-pip
|
2004-11-14 13:49:40 +01:00
|
|
|
SUBDIR += p5-prefork
|
2006-11-06 15:30:35 +01:00
|
|
|
SUBDIR += p5-reaper
|
2008-12-22 22:28:51 +01:00
|
|
|
SUBDIR += p5-relative
|
2006-07-13 20:18:16 +02:00
|
|
|
SUBDIR += p5-rpm-build-perl
|
2008-02-17 00:49:30 +01:00
|
|
|
SUBDIR += p5-self
|
2009-07-30 17:26:01 +02:00
|
|
|
SUBDIR += p5-self-init
|
2006-09-28 03:55:27 +02:00
|
|
|
SUBDIR += p5-subatom
|
2008-06-30 12:00:07 +02:00
|
|
|
SUBDIR += p5-subversion
|
2006-08-30 03:44:26 +02:00
|
|
|
SUBDIR += p5-threads
|
2007-04-04 10:57:26 +02:00
|
|
|
SUBDIR += p5-threads-shared
|
2009-10-29 12:04:11 +01:00
|
|
|
SUBDIR += p5-uni-perl
|
2007-06-05 15:34:22 +02:00
|
|
|
SUBDIR += p5-usb
|
2003-08-28 09:29:23 +02:00
|
|
|
SUBDIR += p5-version
|
2001-12-17 05:27:25 +01:00
|
|
|
SUBDIR += p65
|
2008-01-26 09:48:58 +01:00
|
|
|
SUBDIR += paexec
|
2007-06-13 23:26:19 +02:00
|
|
|
SUBDIR += papi
|
2006-03-18 15:25:25 +01:00
|
|
|
SUBDIR += pas2dox
|
1998-01-21 08:08:49 +01:00
|
|
|
SUBDIR += patch
|
1997-07-01 09:49:23 +02:00
|
|
|
SUBDIR += pccts
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += pcl
|
1998-07-13 01:00:13 +02:00
|
|
|
SUBDIR += pcre
|
2002-01-12 17:59:18 +01:00
|
|
|
SUBDIR += pcre++
|
2001-12-25 03:54:40 +01:00
|
|
|
SUBDIR += pcsc-lite
|
2006-07-03 02:22:32 +02:00
|
|
|
SUBDIR += pdcurses
|
2009-03-18 03:30:17 +01:00
|
|
|
SUBDIR += pdcurses-the
|
2005-12-09 19:58:03 +01:00
|
|
|
SUBDIR += pear
|
2003-09-08 02:34:19 +02:00
|
|
|
SUBDIR += pear-Config
|
2006-12-26 21:47:48 +01:00
|
|
|
SUBDIR += pear-Console_Color
|
2007-12-21 18:13:18 +01:00
|
|
|
SUBDIR += pear-Console_CommandLine
|
2004-11-22 18:07:50 +01:00
|
|
|
SUBDIR += pear-Console_Getargs
|
2003-09-01 00:03:48 +02:00
|
|
|
SUBDIR += pear-Console_Table
|
2003-01-30 10:39:28 +01:00
|
|
|
SUBDIR += pear-Date
|
2006-06-27 11:11:05 +02:00
|
|
|
SUBDIR += pear-Date_Holidays
|
2008-06-09 15:59:05 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Austria
|
2008-06-09 16:00:19 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Brazil
|
2008-06-09 16:01:32 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Denmark
|
2008-06-09 16:02:45 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Discordian
|
2008-06-09 16:03:52 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_EnglandWales
|
2008-06-09 16:04:59 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Germany
|
2008-06-09 16:06:10 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Iceland
|
2008-06-09 16:07:19 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Ireland
|
2009-03-16 16:06:17 +01:00
|
|
|
SUBDIR += pear-Date_Holidays_Italy
|
2009-03-16 16:09:17 +01:00
|
|
|
SUBDIR += pear-Date_Holidays_Japan
|
2008-06-09 16:08:52 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Netherlands
|
2008-06-09 16:09:56 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Norway
|
2008-06-09 16:11:37 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_PHPdotNet
|
2008-06-09 16:12:34 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Romania
|
2008-06-09 16:13:58 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Slovenia
|
2008-06-09 16:15:11 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Sweden
|
2008-06-09 16:16:25 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_UNO
|
2008-06-09 16:17:57 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_USA
|
2008-06-09 16:19:37 +02:00
|
|
|
SUBDIR += pear-Date_Holidays_Ukraine
|
2005-03-17 00:55:03 +01:00
|
|
|
SUBDIR += pear-Event_Dispatcher
|
2005-01-11 11:48:25 +01:00
|
|
|
SUBDIR += pear-FSM
|
2004-05-29 22:07:31 +02:00
|
|
|
SUBDIR += pear-HTML_BBCodeParser
|
2005-05-20 17:13:16 +02:00
|
|
|
SUBDIR += pear-HTML_CSS
|
2003-01-30 10:46:26 +01:00
|
|
|
SUBDIR += pear-HTML_Common
|
2006-12-26 21:49:30 +01:00
|
|
|
SUBDIR += pear-HTML_Common2
|
2004-10-28 20:53:33 +02:00
|
|
|
SUBDIR += pear-HTML_Form
|
2004-12-02 01:21:24 +01:00
|
|
|
SUBDIR += pear-HTML_Javascript
|
2005-01-21 12:34:59 +01:00
|
|
|
SUBDIR += pear-HTML_Page2
|
2004-04-01 23:28:10 +02:00
|
|
|
SUBDIR += pear-HTML_QuickForm
|
2007-06-15 07:52:15 +02:00
|
|
|
SUBDIR += pear-HTML_QuickForm2
|
2004-09-02 13:55:22 +02:00
|
|
|
SUBDIR += pear-HTML_QuickForm_Controller
|
2007-05-01 21:39:58 +02:00
|
|
|
SUBDIR += pear-HTML_QuickForm_Livesearch
|
2004-12-15 23:57:07 +01:00
|
|
|
SUBDIR += pear-HTML_QuickForm_SelectFilter
|
2005-11-13 17:22:18 +01:00
|
|
|
SUBDIR += pear-HTML_QuickForm_advmultiselect
|
2004-08-12 22:47:35 +02:00
|
|
|
SUBDIR += pear-HTML_Select
|
2003-02-24 05:53:40 +01:00
|
|
|
SUBDIR += pear-HTML_Select_Common
|
2004-06-03 00:47:22 +02:00
|
|
|
SUBDIR += pear-HTML_Table
|
2005-01-09 06:02:08 +01:00
|
|
|
SUBDIR += pear-HTML_Template_Flexy
|
2003-09-03 03:07:27 +02:00
|
|
|
SUBDIR += pear-HTML_Template_IT
|
2003-09-08 04:13:02 +02:00
|
|
|
SUBDIR += pear-HTML_Template_PHPLIB
|
2005-07-31 16:03:44 +02:00
|
|
|
SUBDIR += pear-HTML_Template_Sigma
|
2004-11-27 06:31:19 +01:00
|
|
|
SUBDIR += pear-HTML_TreeMenu
|
2003-01-30 10:49:08 +01:00
|
|
|
SUBDIR += pear-I18N
|
2007-08-05 23:03:15 +02:00
|
|
|
SUBDIR += pear-Math_Fraction
|
2008-05-20 01:10:16 +02:00
|
|
|
SUBDIR += pear-Net_Gearman
|
2004-03-16 17:07:26 +01:00
|
|
|
SUBDIR += pear-OLE
|
2006-07-31 20:40:52 +02:00
|
|
|
SUBDIR += pear-PEAR_Info
|
2005-05-24 23:18:56 +02:00
|
|
|
SUBDIR += pear-PEAR_PackageFileManager
|
2009-11-29 00:55:53 +01:00
|
|
|
SUBDIR += pear-PEAR_PackageFileManager2
|
2009-11-29 01:02:41 +01:00
|
|
|
SUBDIR += pear-PEAR_PackageFileManager_Plugins
|
2005-09-14 16:04:29 +02:00
|
|
|
SUBDIR += pear-PHPDoc
|
2004-02-28 11:56:38 +01:00
|
|
|
SUBDIR += pear-PHPUnit
|
2004-10-18 17:13:18 +02:00
|
|
|
SUBDIR += pear-PHPUnit2
|
2007-06-10 13:16:29 +02:00
|
|
|
SUBDIR += pear-PHPUnit3
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += pear-PHP_ArrayOf
|
2005-01-19 11:31:05 +01:00
|
|
|
SUBDIR += pear-PHP_Beautifier
|
2008-07-18 18:05:19 +02:00
|
|
|
SUBDIR += pear-PHP_CodeSniffer
|
2004-11-27 06:22:32 +01:00
|
|
|
SUBDIR += pear-PHP_Compat
|
2005-03-17 15:38:15 +01:00
|
|
|
SUBDIR += pear-PHP_CompatInfo
|
2007-08-05 23:02:28 +02:00
|
|
|
SUBDIR += pear-PHP_Parser
|
2007-08-05 23:01:19 +02:00
|
|
|
SUBDIR += pear-PHP_ParserGenerator
|
2008-05-27 15:38:24 +02:00
|
|
|
SUBDIR += pear-PHP_UML
|
2004-11-12 19:42:14 +01:00
|
|
|
SUBDIR += pear-Pager
|
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.
Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing
-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
directly in documentation
-generates a todo list from @todo tags in source
-generates multiple documentation sets based on @access private, @internal and
{@internal} tags
-example php files can be placed directly in documentation with highlighting
and phpxref linking using the @example tag
-linking between external manual and API documentation is possible at the
sub-section level in all output formats
-easily extended for specific documentation needs with Converter
-full documentation of every feature, manual can be generated directly from
the source code with "phpdoc -c makedocs" in any format desired.
-current manual always available at http://www.phpdoc.org/manual.php
-user .ini files can be used to control output, multiple outputs can be
generated at once
WWW: http://pear.php.net/package/PhpDocumentor/
PR: ports/112744
Submitted by: Gerrit Beine (<gerrit.beine at gmx.de>)
2007-05-29 18:15:08 +02:00
|
|
|
SUBDIR += pear-PhpDocumentor
|
2005-01-19 11:28:26 +01:00
|
|
|
SUBDIR += pear-Structures_DataGrid
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += pear-Structures_DataGrid_Renderer_Console
|
|
|
|
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm
|
|
|
|
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
|
|
|
|
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
|
2005-01-28 00:03:23 +01:00
|
|
|
SUBDIR += pear-System_Command
|
2007-12-15 22:49:01 +01:00
|
|
|
SUBDIR += pear-Testing_Selenium
|
2005-02-19 13:12:51 +01:00
|
|
|
SUBDIR += pear-Text_Diff
|
2004-04-04 19:38:57 +02:00
|
|
|
SUBDIR += pear-VFS
|
2004-08-27 00:30:48 +02:00
|
|
|
SUBDIR += pear-Validate
|
2008-02-12 23:45:36 +01:00
|
|
|
SUBDIR += pear-Validate_AU
|
2006-11-14 11:22:28 +01:00
|
|
|
SUBDIR += pear-Validate_Finance
|
2006-11-14 11:25:45 +01:00
|
|
|
SUBDIR += pear-Validate_Finance_CreditCard
|
2004-11-27 06:28:19 +01:00
|
|
|
SUBDIR += pear-Var_Dump
|
2010-02-11 12:03:29 +01:00
|
|
|
SUBDIR += pear-VersionControl_Git
|
2007-12-12 14:31:48 +01:00
|
|
|
SUBDIR += pear-VersionControl_SVN
|
2005-03-19 23:05:12 +01:00
|
|
|
SUBDIR += pear-XML_NITF
|
2003-09-08 02:29:37 +02:00
|
|
|
SUBDIR += pear-XML_Parser
|
2003-09-08 04:39:57 +02:00
|
|
|
SUBDIR += pear-XML_RSS
|
2004-04-04 22:04:37 +02:00
|
|
|
SUBDIR += pear-XML_SVG
|
2003-09-08 04:30:58 +02:00
|
|
|
SUBDIR += pear-XML_Serializer
|
2004-12-01 09:33:07 +01:00
|
|
|
SUBDIR += pear-XML_Transformer
|
2003-09-08 04:16:33 +02:00
|
|
|
SUBDIR += pear-XML_Tree
|
2003-09-08 02:21:11 +02:00
|
|
|
SUBDIR += pear-XML_Util
|
2003-09-08 04:28:24 +02:00
|
|
|
SUBDIR += pear-XML_XPath
|
2008-04-26 17:04:46 +02:00
|
|
|
SUBDIR += pear-codegen
|
2008-01-20 23:09:10 +01:00
|
|
|
SUBDIR += pecl-automap
|
2007-08-23 16:44:05 +02:00
|
|
|
SUBDIR += pecl-bbcode
|
2006-11-07 18:48:40 +01:00
|
|
|
SUBDIR += pecl-bcompiler
|
2006-08-17 11:38:01 +02:00
|
|
|
SUBDIR += pecl-expect
|
2009-08-14 22:22:54 +02:00
|
|
|
SUBDIR += pecl-gearman
|
2007-03-05 13:09:31 +01:00
|
|
|
SUBDIR += pecl-hidef
|
2007-03-06 08:32:18 +01:00
|
|
|
SUBDIR += pecl-htscanner
|
2007-10-27 20:20:57 +02:00
|
|
|
SUBDIR += pecl-inclued
|
2008-06-28 17:53:58 +02:00
|
|
|
SUBDIR += pecl-intl
|
2006-03-18 14:58:34 +01:00
|
|
|
SUBDIR += pecl-json
|
2008-05-16 20:56:52 +02:00
|
|
|
SUBDIR += pecl-mcve
|
PHP language extension for RedHat Newt library, a terminal-based window and
widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.
WWW: http://pecl.php.net/package/newt
2009-06-02 17:59:49 +02:00
|
|
|
SUBDIR += pecl-newt
|
2006-01-31 17:16:41 +01:00
|
|
|
SUBDIR += pecl-operator
|
2007-12-12 16:59:20 +01:00
|
|
|
SUBDIR += pecl-params
|
2005-09-17 00:31:01 +02:00
|
|
|
SUBDIR += pecl-runkit
|
2007-12-12 16:57:41 +01:00
|
|
|
SUBDIR += pecl-shape
|
2008-01-20 23:16:32 +01:00
|
|
|
SUBDIR += pecl-spl_types
|
2008-06-19 02:20:16 +02:00
|
|
|
SUBDIR += pecl-spread
|
2005-04-10 00:41:10 +02:00
|
|
|
SUBDIR += pecl-statgrab
|
2006-01-08 13:50:20 +01:00
|
|
|
SUBDIR += pecl-svn
|
2007-03-09 15:15:50 +01:00
|
|
|
SUBDIR += pecl-uploadprogress
|
2010-01-27 23:32:52 +01:00
|
|
|
SUBDIR += pecl-uuid
|
2007-03-06 08:31:49 +01:00
|
|
|
SUBDIR += pecl-vld
|
2001-04-18 14:41:30 +02:00
|
|
|
SUBDIR += pedisassem
|
2000-06-10 08:22:55 +02:00
|
|
|
SUBDIR += perforce
|
2006-10-31 07:08:05 +01:00
|
|
|
SUBDIR += performance
|
2007-10-10 15:39:45 +02:00
|
|
|
SUBDIR += perlconsole
|
2001-03-04 13:36:33 +01:00
|
|
|
SUBDIR += perltidy
|
1999-10-03 23:58:31 +02:00
|
|
|
SUBDIR += pharmacy
|
2007-08-05 10:20:03 +02:00
|
|
|
SUBDIR += php-dbg2
|
2008-06-22 04:43:08 +02:00
|
|
|
SUBDIR += php-java-bridge
|
2009-02-08 16:48:14 +01:00
|
|
|
SUBDIR += php-libawl
|
2003-06-17 18:10:58 +02:00
|
|
|
SUBDIR += php-xdebug
|
2004-07-19 09:56:59 +02:00
|
|
|
SUBDIR += php4-dio
|
2004-07-19 09:57:27 +02:00
|
|
|
SUBDIR += php4-gettext
|
2004-07-19 09:57:56 +02:00
|
|
|
SUBDIR += php4-mcve
|
2004-07-19 09:58:23 +02:00
|
|
|
SUBDIR += php4-ncurses
|
2004-07-19 10:01:06 +02:00
|
|
|
SUBDIR += php4-pcntl
|
2004-07-19 09:12:19 +02:00
|
|
|
SUBDIR += php4-pcre
|
2004-07-19 10:01:34 +02:00
|
|
|
SUBDIR += php4-readline
|
2004-07-19 10:02:01 +02:00
|
|
|
SUBDIR += php4-shmop
|
2004-07-19 10:02:28 +02:00
|
|
|
SUBDIR += php4-sysvmsg
|
2004-07-19 10:02:56 +02:00
|
|
|
SUBDIR += php4-sysvsem
|
2004-07-19 10:03:26 +02:00
|
|
|
SUBDIR += php4-sysvshm
|
2004-07-19 10:04:47 +02:00
|
|
|
SUBDIR += php4-tokenizer
|
2009-03-23 19:53:00 +01:00
|
|
|
SUBDIR += php5-geshi
|
2004-07-19 11:02:02 +02:00
|
|
|
SUBDIR += php5-gettext
|
2007-12-11 21:45:43 +01:00
|
|
|
SUBDIR += php5-ice
|
2008-12-11 09:54:19 +01:00
|
|
|
SUBDIR += php5-json
|
2004-07-19 11:03:10 +02:00
|
|
|
SUBDIR += php5-ncurses
|
2004-07-19 11:03:40 +02:00
|
|
|
SUBDIR += php5-pcntl
|
2009-03-06 11:08:35 +01:00
|
|
|
SUBDIR += php5-pcre
|
2006-04-09 15:54:16 +02:00
|
|
|
SUBDIR += php5-phing
|
2010-01-08 00:55:06 +01:00
|
|
|
SUBDIR += php5-pinba
|
2004-07-19 11:04:08 +02:00
|
|
|
SUBDIR += php5-readline
|
2004-07-19 11:04:37 +02:00
|
|
|
SUBDIR += php5-shmop
|
2007-02-09 09:31:42 +01:00
|
|
|
SUBDIR += php5-spl
|
2004-07-19 11:05:55 +02:00
|
|
|
SUBDIR += php5-sysvmsg
|
2004-07-19 11:07:17 +02:00
|
|
|
SUBDIR += php5-sysvsem
|
2004-07-19 11:07:44 +02:00
|
|
|
SUBDIR += php5-sysvshm
|
2004-07-19 11:08:46 +02:00
|
|
|
SUBDIR += php5-tokenizer
|
2004-11-28 23:40:21 +01:00
|
|
|
SUBDIR += phpbt
|
2004-05-06 21:21:44 +02:00
|
|
|
SUBDIR += phptags
|
2003-07-26 18:22:18 +02:00
|
|
|
SUBDIR += physfs
|
2005-07-29 18:17:22 +02:00
|
|
|
SUBDIR += physfs-devel
|
2002-11-08 23:30:21 +01:00
|
|
|
SUBDIR += picasm
|
2003-05-12 03:39:37 +02:00
|
|
|
SUBDIR += picp
|
1999-11-01 05:04:08 +01:00
|
|
|
SUBDIR += picprog
|
2006-08-01 13:20:58 +02:00
|
|
|
SUBDIR += pikdev
|
2008-01-03 16:22:59 +01:00
|
|
|
SUBDIR += piklab
|
2010-01-08 00:52:46 +01:00
|
|
|
SUBDIR += pinba_engine
|
2000-10-21 16:40:55 +02:00
|
|
|
SUBDIR += pinstall
|
2008-01-26 02:55:53 +01:00
|
|
|
SUBDIR += pipestatus
|
2006-05-28 07:25:50 +02:00
|
|
|
SUBDIR += pkg-config
|
2005-12-30 06:07:46 +01:00
|
|
|
SUBDIR += plan9port
|
1998-11-15 23:55:14 +01:00
|
|
|
SUBDIR += pmake
|
2006-07-12 07:28:04 +02:00
|
|
|
SUBDIR += pmd
|
2003-10-13 19:56:00 +02:00
|
|
|
SUBDIR += pmk
|
2006-11-30 00:25:10 +01:00
|
|
|
SUBDIR += poco
|
2007-01-30 00:43:11 +01:00
|
|
|
SUBDIR += poco-ssl
|
1999-12-30 13:38:57 +01:00
|
|
|
SUBDIR += popt
|
2005-10-04 16:00:02 +02:00
|
|
|
SUBDIR += portlet-api
|
2003-08-30 02:56:20 +02:00
|
|
|
SUBDIR += poslib
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += powerpc-rtems-binutils
|
|
|
|
SUBDIR += powerpc-rtems-gcc
|
|
|
|
SUBDIR += powerpc-rtems-gdb
|
2002-06-23 17:21:54 +02:00
|
|
|
SUBDIR += ppl
|
2004-03-28 13:45:56 +02:00
|
|
|
SUBDIR += premake
|
2004-07-19 07:10:12 +02:00
|
|
|
SUBDIR += preps-gui
|
2005-10-13 23:59:39 +02:00
|
|
|
SUBDIR += prepstools
|
2005-11-05 07:07:40 +01:00
|
|
|
SUBDIR += present
|
2003-06-14 20:36:14 +02:00
|
|
|
SUBDIR += privman
|
2000-09-22 15:15:20 +02:00
|
|
|
SUBDIR += projectcenter.app
|
2006-10-31 06:59:06 +01:00
|
|
|
SUBDIR += projectmanager
|
2008-07-09 09:29:25 +02:00
|
|
|
SUBDIR += protobuf
|
2002-08-03 20:32:24 +02:00
|
|
|
SUBDIR += prototype
|
2009-08-21 02:54:33 +02:00
|
|
|
SUBDIR += psptoolchain
|
|
|
|
SUBDIR += psptoolchain-binutils
|
|
|
|
SUBDIR += psptoolchain-gcc-stage1
|
|
|
|
SUBDIR += psptoolchain-gcc-stage2
|
|
|
|
SUBDIR += psptoolchain-gdb
|
|
|
|
SUBDIR += psptoolchain-newlib
|
2009-08-21 08:54:47 +02:00
|
|
|
SUBDIR += psptoolchain-pspsdk-stage1
|
|
|
|
SUBDIR += psptoolchain-pspsdk-stage2
|
2009-12-26 04:28:02 +01:00
|
|
|
SUBDIR += pstreams
|
2004-05-26 17:53:17 +02:00
|
|
|
SUBDIR += psvn
|
1999-07-05 08:35:07 +02:00
|
|
|
SUBDIR += pth
|
2007-02-12 17:11:21 +01:00
|
|
|
SUBDIR += pth-hard
|
2007-12-18 00:20:34 +01:00
|
|
|
SUBDIR += pthsem
|
2009-02-21 20:01:07 +01:00
|
|
|
SUBDIR += ptlib
|
2009-05-17 01:25:38 +02:00
|
|
|
SUBDIR += ptlib26
|
2004-12-20 13:20:35 +01:00
|
|
|
SUBDIR += ptmalloc
|
2009-01-10 13:26:03 +01:00
|
|
|
SUBDIR += ptmalloc2
|
2007-09-07 17:11:15 +02:00
|
|
|
SUBDIR += pty
|
2002-08-12 16:48:48 +02:00
|
|
|
SUBDIR += ptypes
|
2003-03-24 16:32:44 +01:00
|
|
|
SUBDIR += publib
|
2007-01-11 03:09:58 +01:00
|
|
|
SUBDIR += pushmi
|
2003-08-28 09:58:51 +02:00
|
|
|
SUBDIR += pwlib
|
2009-07-01 11:02:52 +02:00
|
|
|
SUBDIR += py-AddOns
|
2007-02-16 09:59:16 +01:00
|
|
|
SUBDIR += py-Breve
|
2009-07-01 11:01:42 +02:00
|
|
|
SUBDIR += py-BytecodeAssembler
|
2008-12-14 11:40:22 +01:00
|
|
|
SUBDIR += py-EnthoughtBase
|
2009-12-22 18:28:54 +01:00
|
|
|
SUBDIR += py-InlineEgg
|
2007-02-16 11:05:44 +01:00
|
|
|
SUBDIR += py-Jinja
|
2009-01-13 10:53:27 +01:00
|
|
|
SUBDIR += py-Jinja2
|
2009-07-01 11:02:19 +02:00
|
|
|
SUBDIR += py-PEAK-Rules
|
2009-02-09 23:33:07 +01:00
|
|
|
SUBDIR += py-RPyC
|
2009-07-01 11:01:05 +02:00
|
|
|
SUBDIR += py-SymbolType
|
2009-07-05 01:15:59 +02:00
|
|
|
SUBDIR += py-ToscaWidgets
|
2007-02-16 11:22:33 +01:00
|
|
|
SUBDIR += py-TurboJinja
|
2009-10-30 11:23:53 +01:00
|
|
|
SUBDIR += py-akismet
|
2004-01-03 14:49:37 +01:00
|
|
|
SUBDIR += py-anonfunc
|
2010-02-13 15:56:50 +01:00
|
|
|
SUBDIR += py-anyjson
|
2007-01-05 23:35:33 +01:00
|
|
|
SUBDIR += py-argparse
|
2006-04-17 13:22:21 +02:00
|
|
|
SUBDIR += py-asn1
|
2009-02-04 10:55:27 +01:00
|
|
|
SUBDIR += py-aspects
|
2009-08-08 11:21:17 +02:00
|
|
|
SUBDIR += py-aspyct
|
2006-04-26 21:48:11 +02:00
|
|
|
SUBDIR += py-astng
|
2007-07-07 11:18:17 +02:00
|
|
|
SUBDIR += py-babel
|
2004-08-23 08:13:12 +02:00
|
|
|
SUBDIR += py-bison
|
2007-08-30 17:16:24 +02:00
|
|
|
SUBDIR += py-boto
|
Py-cclib is an open source library, written in Python, for parsing and
interpreting the results of computational chemistry packages. The current
version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.
WWW: http://cclib.sourceforge.net/
PR: ports/125490
Submitted by: Wen Heping <wenheping at gmail.com>
2008-07-18 14:35:46 +02:00
|
|
|
SUBDIR += py-cclib
|
2006-01-14 18:42:16 +01:00
|
|
|
SUBDIR += py-celementtree
|
2008-04-11 09:41:41 +02:00
|
|
|
SUBDIR += py-cfgparse
|
2003-12-04 20:32:27 +01:00
|
|
|
SUBDIR += py-cheetah
|
2002-02-09 19:40:09 +01:00
|
|
|
SUBDIR += py-ciphon
|
2007-01-28 01:11:16 +01:00
|
|
|
SUBDIR += py-cjson
|
2008-09-06 23:14:16 +02:00
|
|
|
SUBDIR += py-cmdln
|
2007-04-13 18:42:45 +02:00
|
|
|
SUBDIR += py-cog
|
2006-11-19 00:50:50 +01:00
|
|
|
SUBDIR += py-configobj
|
2009-08-10 13:34:23 +02:00
|
|
|
SUBDIR += py-construct
|
2009-06-22 04:18:58 +02:00
|
|
|
SUBDIR += py-coverage
|
2009-03-14 19:29:23 +01:00
|
|
|
SUBDIR += py-ctags
|
2003-05-12 08:12:05 +02:00
|
|
|
SUBDIR += py-ctypes
|
2001-10-07 12:53:22 +02:00
|
|
|
SUBDIR += py-cxx
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-dal
|
2009-06-07 00:46:15 +02:00
|
|
|
SUBDIR += py-darcsver
|
2005-05-08 08:50:07 +02:00
|
|
|
SUBDIR += py-dateutil
|
2004-07-27 02:18:49 +02:00
|
|
|
SUBDIR += py-dbus
|
As of now, writing custom decorators correctly requires some
experience and it is not as easy as it could be. For instance, typical
implementations of decorators involve nested functions, and we all
know that flat is better than nested. Moreover, typical
implementations of decorators do not preserve the signature of
decorated functions, thus confusing both documentation tools and
developers.
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.
WWW: http://www.phyast.pitt.edu/~micheles/python/documentation.html
PR: ports/113968
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
2007-06-25 20:14:47 +02:00
|
|
|
SUBDIR += py-decorator
|
2008-01-28 10:23:35 +01:00
|
|
|
SUBDIR += py-decoratortools
|
2010-02-17 14:45:48 +01:00
|
|
|
SUBDIR += py-deliciousapi
|
2008-12-22 22:19:26 +01:00
|
|
|
SUBDIR += py-demjson
|
2010-01-03 09:13:38 +01:00
|
|
|
SUBDIR += py-dexml
|
2004-07-27 02:20:03 +02:00
|
|
|
SUBDIR += py-dialog
|
diStorm is a binary stream disassembler. It's capable of disassembling
80x86 instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits.
In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (w/
extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was
written to decode quickly every instruction as accurately as possible.
Robust decoding, while taking special care for valid or unused prefixes,
is what makes this disassembler powerful, especially for research.
Another benefit that might come in handy is that the module was written
as multi-threaded, which means you could disassemble several streams or
more simultaneously.
WWW: http://www.ragestorm.net/distorm/
PR: ports/107977
Submitted by: Lutz Boehne <lboehne at damogran.de>
2007-01-17 21:47:29 +01:00
|
|
|
SUBDIR += py-distorm
|
2006-11-15 15:18:12 +01:00
|
|
|
SUBDIR += py-durus
|
2008-12-28 14:22:38 +01:00
|
|
|
SUBDIR += py-dynrules
|
2005-03-02 17:20:25 +01:00
|
|
|
SUBDIR += py-elementtree
|
2006-04-11 14:01:24 +02:00
|
|
|
SUBDIR += py-epsilon
|
2007-02-24 04:52:29 +01:00
|
|
|
SUBDIR += py-event
|
2008-05-30 22:11:11 +02:00
|
|
|
SUBDIR += py-extended_threading
|
2008-01-28 10:19:17 +01:00
|
|
|
SUBDIR += py-extremes
|
2007-03-27 17:47:48 +02:00
|
|
|
SUBDIR += py-ez_xml
|
2007-02-14 10:22:06 +01:00
|
|
|
SUBDIR += py-ezpyinline
|
2009-03-16 09:07:47 +01:00
|
|
|
SUBDIR += py-fabric
|
2002-10-08 13:05:28 +02:00
|
|
|
SUBDIR += py-fam
|
2001-11-02 04:32:35 +01:00
|
|
|
SUBDIR += py-fileutils
|
2006-04-13 17:44:09 +02:00
|
|
|
SUBDIR += py-flakes
|
2002-07-25 05:48:41 +02:00
|
|
|
SUBDIR += py-fortran
|
2002-06-14 09:29:30 +02:00
|
|
|
SUBDIR += py-freebsd
|
2010-03-09 09:34:59 +01:00
|
|
|
SUBDIR += py-fudge
|
2006-07-22 21:45:00 +02:00
|
|
|
SUBDIR += py-fusefs
|
2000-12-18 18:02:09 +01:00
|
|
|
SUBDIR += py-game
|
2005-04-02 11:10:35 +02:00
|
|
|
SUBDIR += py-gamin
|
2007-03-28 09:45:20 +02:00
|
|
|
SUBDIR += py-gdata
|
2009-12-28 08:15:33 +01:00
|
|
|
SUBDIR += py-gearman
|
2006-08-29 18:21:13 +02:00
|
|
|
SUBDIR += py-generate
|
2008-07-18 14:38:21 +02:00
|
|
|
SUBDIR += py-geojson
|
2008-06-20 15:07:11 +02:00
|
|
|
SUBDIR += py-geotypes
|
2010-02-12 20:26:10 +01:00
|
|
|
SUBDIR += py-gevent
|
2009-09-15 10:23:25 +02:00
|
|
|
SUBDIR += py-gitosis
|
2008-07-26 00:50:43 +02:00
|
|
|
SUBDIR += py-gitpython
|
2006-01-17 04:39:21 +01:00
|
|
|
SUBDIR += py-gobject
|
2010-02-13 20:27:23 +01:00
|
|
|
SUBDIR += py-greenlet
|
2001-09-06 16:32:27 +02:00
|
|
|
SUBDIR += py-grouch
|
2008-12-24 00:02:09 +01:00
|
|
|
SUBDIR += py-hashring
|
2005-05-17 05:09:29 +02:00
|
|
|
SUBDIR += py-icalendar
|
2005-09-04 16:23:55 +02:00
|
|
|
SUBDIR += py-ice
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-icu
|
2009-03-16 22:50:13 +01:00
|
|
|
SUBDIR += py-iniparse
|
2007-01-05 20:35:11 +01:00
|
|
|
SUBDIR += py-instant
|
2009-07-21 02:23:32 +02:00
|
|
|
SUBDIR += py-interface
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-ipaddr
|
2002-04-28 19:01:56 +02:00
|
|
|
SUBDIR += py-istring
|
2009-02-16 00:55:59 +01:00
|
|
|
SUBDIR += py-itools
|
2008-05-19 07:21:51 +02:00
|
|
|
SUBDIR += py-jcc
|
2006-01-14 23:29:30 +01:00
|
|
|
SUBDIR += py-json-py
|
2008-07-26 00:51:49 +02:00
|
|
|
SUBDIR += py-jsonlib
|
2009-07-06 00:43:57 +02:00
|
|
|
SUBDIR += py-jsonlib2
|
2005-12-29 06:25:46 +01:00
|
|
|
SUBDIR += py-kid
|
1999-03-28 04:53:59 +02:00
|
|
|
SUBDIR += py-kjbuckets
|
2000-05-24 06:34:16 +02:00
|
|
|
SUBDIR += py-kqueue
|
2006-08-31 20:06:42 +02:00
|
|
|
SUBDIR += py-levenshtein
|
2006-10-14 11:06:29 +02:00
|
|
|
SUBDIR += py-libgsf
|
2005-06-24 08:28:28 +02:00
|
|
|
SUBDIR += py-ll-core
|
2007-06-06 15:28:20 +02:00
|
|
|
SUBDIR += py-lock_file
|
2009-09-09 13:18:23 +02:00
|
|
|
SUBDIR += py-lockfile
|
2002-03-14 10:16:35 +01:00
|
|
|
SUBDIR += py-log4py
|
2004-05-28 15:57:15 +02:00
|
|
|
SUBDIR += py-logilab-common
|
2007-02-19 14:56:00 +01:00
|
|
|
SUBDIR += py-lxml
|
2006-11-20 08:42:37 +01:00
|
|
|
SUBDIR += py-magic
|
2008-03-26 05:44:03 +01:00
|
|
|
SUBDIR += py-mez_xml
|
2010-02-13 21:20:00 +01:00
|
|
|
SUBDIR += py-mongokit
|
2009-12-12 17:17:42 +01:00
|
|
|
SUBDIR += py-mox
|
2008-06-29 00:35:22 +02:00
|
|
|
SUBDIR += py-mwlib
|
2008-12-24 20:39:26 +01:00
|
|
|
SUBDIR += py-mwlib.ext
|
2009-05-10 20:34:58 +02:00
|
|
|
SUBDIR += py-mwlib.rl
|
2001-11-03 18:25:21 +01:00
|
|
|
SUBDIR += py-mx-experimental
|
2007-04-23 06:55:02 +02:00
|
|
|
SUBDIR += py-myghtyutils
|
2001-03-13 22:25:54 +01:00
|
|
|
SUBDIR += py-ncurses
|
2006-12-14 12:38:48 +01:00
|
|
|
SUBDIR += py-nose
|
2007-01-01 01:01:27 +01:00
|
|
|
SUBDIR += py-notifier
|
2006-12-12 20:38:47 +01:00
|
|
|
SUBDIR += py-notify
|
2006-08-07 21:29:02 +02:00
|
|
|
SUBDIR += py-ocempgui
|
2007-01-28 01:29:25 +01:00
|
|
|
SUBDIR += py-ode
|
2008-06-28 16:56:35 +02:00
|
|
|
SUBDIR += py-odfpy
|
2001-03-28 16:38:51 +02:00
|
|
|
SUBDIR += py-omniorb
|
2001-11-14 08:16:43 +01:00
|
|
|
SUBDIR += py-optik
|
2006-05-28 14:06:14 +02:00
|
|
|
SUBDIR += py-orbit
|
2007-02-24 19:29:04 +01:00
|
|
|
SUBDIR += py-parsedatetime
|
2004-07-01 14:13:17 +02:00
|
|
|
SUBDIR += py-parsing
|
2006-07-25 23:21:48 +02:00
|
|
|
SUBDIR += py-pefile
|
2002-03-15 08:59:39 +01:00
|
|
|
SUBDIR += py-period
|
2008-09-07 12:43:28 +02:00
|
|
|
SUBDIR += py-phpserialize
|
2009-01-19 23:02:58 +01:00
|
|
|
SUBDIR += py-pip
|
2002-07-01 20:41:10 +02:00
|
|
|
SUBDIR += py-plex
|
2006-11-12 07:43:35 +01:00
|
|
|
SUBDIR += py-ply
|
2005-01-16 02:09:10 +01:00
|
|
|
SUBDIR += py-pmock
|
2008-01-10 18:32:35 +01:00
|
|
|
SUBDIR += py-polib
|
2007-03-01 10:55:36 +01:00
|
|
|
SUBDIR += py-pp
|
2001-12-03 07:36:11 +01:00
|
|
|
SUBDIR += py-pqueue
|
2009-07-01 12:47:17 +02:00
|
|
|
SUBDIR += py-prioritized_methods
|
2009-05-27 09:07:22 +02:00
|
|
|
SUBDIR += py-protobuf
|
2005-07-18 23:08:05 +02:00
|
|
|
SUBDIR += py-protocols
|
2007-01-04 18:58:15 +01:00
|
|
|
SUBDIR += py-protocols-devel
|
2002-09-11 09:12:41 +02:00
|
|
|
SUBDIR += py-psyco
|
2008-06-15 13:47:44 +02:00
|
|
|
SUBDIR += py-ptrace
|
2009-11-04 10:53:24 +01:00
|
|
|
SUBDIR += py-pudb
|
2002-07-19 04:34:48 +02:00
|
|
|
SUBDIR += py-px
|
2007-02-10 14:57:54 +01:00
|
|
|
SUBDIR += py-pycallgraph
|
2006-04-04 19:42:48 +02:00
|
|
|
SUBDIR += py-pydasm
|
2008-07-18 13:13:38 +02:00
|
|
|
SUBDIR += py-pygpx
|
2008-12-25 01:33:00 +01:00
|
|
|
SUBDIR += py-pyke
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-pylib
|
2008-07-18 14:41:46 +02:00
|
|
|
SUBDIR += py-pymarc
|
2009-01-08 17:02:26 +01:00
|
|
|
SUBDIR += py-pyro
|
2008-04-10 11:17:32 +02:00
|
|
|
SUBDIR += py-pyshapelib
|
2009-02-27 11:24:48 +01:00
|
|
|
SUBDIR += py-pytemplate
|
2006-05-01 15:05:22 +02:00
|
|
|
SUBDIR += py-pytz
|
2007-06-05 09:12:31 +02:00
|
|
|
SUBDIR += py-pyutil
|
2010-01-30 15:29:22 +01:00
|
|
|
SUBDIR += py-qt4
|
2007-03-27 12:10:38 +02:00
|
|
|
SUBDIR += py-qt4-assistant
|
2007-03-27 11:46:54 +02:00
|
|
|
SUBDIR += py-qt4-core
|
2007-03-27 11:58:49 +02:00
|
|
|
SUBDIR += py-qt4-dbus
|
2007-03-27 12:02:36 +02:00
|
|
|
SUBDIR += py-qt4-designer
|
2007-03-27 12:04:15 +02:00
|
|
|
SUBDIR += py-qt4-designerplugin
|
2009-02-14 23:58:55 +01:00
|
|
|
SUBDIR += py-qt4-help
|
2007-03-27 12:14:41 +02:00
|
|
|
SUBDIR += py-qt4-qscintilla2
|
2007-09-13 19:45:07 +02:00
|
|
|
SUBDIR += py-qt4-script
|
2009-08-04 21:18:49 +02:00
|
|
|
SUBDIR += py-qt4-scripttools
|
2007-03-27 12:05:12 +02:00
|
|
|
SUBDIR += py-qt4-test
|
2006-05-08 16:25:19 +02:00
|
|
|
SUBDIR += py-rbtree
|
2002-07-15 20:01:17 +02:00
|
|
|
SUBDIR += py-repl
|
2009-08-13 18:41:18 +02:00
|
|
|
SUBDIR += py-repoze.tm2
|
2009-08-07 22:09:06 +02:00
|
|
|
SUBDIR += py-repoze.what
|
2009-08-13 22:53:30 +02:00
|
|
|
SUBDIR += py-repoze.what-pylons
|
2009-08-05 14:23:03 +02:00
|
|
|
SUBDIR += py-repoze.who
|
2009-08-07 22:08:43 +02:00
|
|
|
SUBDIR += py-repoze.who-testutil
|
2004-02-17 08:41:50 +01:00
|
|
|
SUBDIR += py-resourcepackage
|
2002-03-15 17:54:26 +01:00
|
|
|
SUBDIR += py-reverse
|
2003-12-31 02:20:50 +01:00
|
|
|
SUBDIR += py-rlcompleter2
|
2002-03-22 11:37:44 +01:00
|
|
|
SUBDIR += py-ro
|
2003-01-12 14:49:30 +01:00
|
|
|
SUBDIR += py-roxlib
|
2008-06-20 18:53:25 +02:00
|
|
|
SUBDIR += py-rtree
|
2007-01-04 15:15:45 +01:00
|
|
|
SUBDIR += py-ruledispatch
|
2005-02-05 22:28:16 +01:00
|
|
|
SUBDIR += py-sendfile
|
2010-03-12 15:45:14 +01:00
|
|
|
SUBDIR += py-setproctitle
|
2005-11-22 21:48:56 +01:00
|
|
|
SUBDIR += py-setuptools
|
2009-07-05 01:36:34 +02:00
|
|
|
SUBDIR += py-setuptools_darcs
|
2008-07-18 14:46:50 +02:00
|
|
|
SUBDIR += py-shapely
|
2006-04-26 05:24:41 +02:00
|
|
|
SUBDIR += py-simplejson
|
2004-01-06 10:36:28 +01:00
|
|
|
SUBDIR += py-simpleparse
|
2006-07-15 10:27:54 +02:00
|
|
|
SUBDIR += py-simpletal
|
2004-06-29 11:05:34 +02:00
|
|
|
SUBDIR += py-simpy
|
2002-10-08 10:13:59 +02:00
|
|
|
SUBDIR += py-sip
|
2002-03-15 13:00:15 +01:00
|
|
|
SUBDIR += py-spark
|
2007-03-27 17:46:19 +02:00
|
|
|
SUBDIR += py-sqlcc
|
2004-03-23 14:43:52 +01:00
|
|
|
SUBDIR += py-statgrab
|
2008-06-30 12:00:07 +02:00
|
|
|
SUBDIR += py-subversion
|
2003-12-19 04:41:34 +01:00
|
|
|
SUBDIR += py-tables
|
2004-05-27 23:39:01 +02:00
|
|
|
SUBDIR += py-tconfpy
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += py-testgears
|
2006-11-05 23:45:40 +01:00
|
|
|
SUBDIR += py-testoob
|
2009-10-07 13:16:52 +02:00
|
|
|
SUBDIR += py-tgMochiKit
|
2007-12-14 18:12:08 +01:00
|
|
|
SUBDIR += py-thrift
|
2009-09-09 13:17:42 +02:00
|
|
|
SUBDIR += py-timelib
|
2007-03-01 02:02:21 +01:00
|
|
|
SUBDIR += py-trace2html
|
2008-12-14 11:40:57 +01:00
|
|
|
SUBDIR += py-traits
|
2009-08-13 18:40:41 +02:00
|
|
|
SUBDIR += py-transaction
|
2007-01-21 15:15:38 +01:00
|
|
|
SUBDIR += py-turbocheetah
|
2007-01-07 11:13:56 +01:00
|
|
|
SUBDIR += py-turbojson
|
2009-08-03 14:16:40 +02:00
|
|
|
SUBDIR += py-turbojson11
|
2007-01-07 11:19:37 +01:00
|
|
|
SUBDIR += py-turbokid
|
2001-08-17 10:16:49 +02:00
|
|
|
SUBDIR += py-twisted
|
2005-04-15 06:49:12 +02:00
|
|
|
SUBDIR += py-twistedCore
|
2005-04-15 06:51:05 +02:00
|
|
|
SUBDIR += py-twistedFlow
|
2005-04-15 06:50:23 +02:00
|
|
|
SUBDIR += py-twistedRunner
|
2001-08-16 12:53:11 +02:00
|
|
|
SUBDIR += py-unit
|
2009-07-13 16:35:36 +02:00
|
|
|
SUBDIR += py-unittestplus
|
2006-12-31 16:30:24 +01:00
|
|
|
SUBDIR += py-urlimport
|
2004-12-07 15:15:15 +01:00
|
|
|
SUBDIR += py-urwid
|
2007-06-04 21:40:09 +02:00
|
|
|
SUBDIR += py-usb
|
2006-03-20 20:22:13 +01:00
|
|
|
SUBDIR += py-utils
|
2008-07-19 22:05:56 +02:00
|
|
|
SUBDIR += py-uuid
|
2008-01-09 11:13:01 +01:00
|
|
|
SUBDIR += py-virtualenv
|
2002-03-20 16:15:15 +01:00
|
|
|
SUBDIR += py-vmaps
|
2009-05-17 14:33:31 +02:00
|
|
|
SUBDIR += py-waf
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-wsgi_xmlrpc
|
2006-07-15 10:35:58 +02:00
|
|
|
SUBDIR += py-wsgiutils
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-xattr
|
2004-06-26 02:41:43 +02:00
|
|
|
SUBDIR += py-xdg
|
2001-10-23 15:55:56 +02:00
|
|
|
SUBDIR += py-xoltar-toolkit
|
2003-01-03 12:28:49 +01:00
|
|
|
SUBDIR += py-yaml
|
2009-12-19 18:34:37 +01:00
|
|
|
SUBDIR += py-yapps2
|
2009-05-13 12:42:12 +02:00
|
|
|
SUBDIR += py-ydbf
|
2009-12-15 04:56:11 +01:00
|
|
|
SUBDIR += py-zclockfile
|
2005-09-11 21:32:47 +02:00
|
|
|
SUBDIR += py-zconfig
|
2009-08-18 22:39:35 +02:00
|
|
|
SUBDIR += py-zope.exceptions
|
2005-04-15 00:21:57 +02:00
|
|
|
SUBDIR += py-zopeInterface
|
2009-12-15 04:14:28 +01:00
|
|
|
SUBDIR += py-zopeevent
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += py-zopetesting
|
2002-11-11 11:24:48 +01:00
|
|
|
SUBDIR += py_otp_interface
|
2007-03-03 13:16:06 +01:00
|
|
|
SUBDIR += pybaz
|
2001-04-13 17:36:01 +02:00
|
|
|
SUBDIR += pychecker
|
2007-02-10 15:35:47 +01:00
|
|
|
SUBDIR += pycount
|
2004-05-28 16:20:09 +02:00
|
|
|
SUBDIR += pylint
|
2005-09-12 09:28:45 +02:00
|
|
|
SUBDIR += pymacs
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += pyobfuscate
|
2006-04-18 18:05:57 +02:00
|
|
|
SUBDIR += pypersrc
|
2002-07-01 20:42:09 +02:00
|
|
|
SUBDIR += pyrex
|
The pysvn module is a python interface to the Subversion version control
system. This API exposes client interfaces for managing a working copy,
querying a repository, and synchronizing the two.
This API cannot create new repositories; it can only interact with existing
repositories. If you need to create a repository, use the svnadmin command
from Subversion.
Using the API, you can check out a working copy, add, edit, and remove working
files, and check in, compare, or discard your changes. Repository properties
such as keyword expansion, end of line characters, and ignore lists can also
be examined and manipulated.
WWW: http://pysvn.tigris.org/
PR: ports/122986
Submitted by: Attila Nagy <bra@fsn.hu>
2008-04-27 11:29:44 +02:00
|
|
|
SUBDIR += pysvn
|
2007-03-27 17:44:47 +02:00
|
|
|
SUBDIR += pythk
|
2007-01-16 15:35:36 +01:00
|
|
|
SUBDIR += pythontidy
|
2005-04-05 08:32:34 +02:00
|
|
|
SUBDIR += qca
|
2007-10-26 21:27:14 +02:00
|
|
|
SUBDIR += qct
|
2007-07-10 19:09:09 +02:00
|
|
|
SUBDIR += qdevelop
|
2009-04-26 00:10:01 +02:00
|
|
|
SUBDIR += qgit
|
2010-01-25 09:58:02 +01:00
|
|
|
SUBDIR += qjson
|
2003-09-05 21:21:30 +02:00
|
|
|
SUBDIR += qmake
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qmake4
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += qprog
|
|
|
|
SUBDIR += qsa
|
|
|
|
SUBDIR += qscintilla2
|
|
|
|
SUBDIR += qscintilla2-designerplugin
|
|
|
|
SUBDIR += qssl
|
2008-01-14 11:00:03 +01:00
|
|
|
SUBDIR += qsvn
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4
|
|
|
|
SUBDIR += qt4-assistant
|
2008-08-05 01:30:38 +02:00
|
|
|
SUBDIR += qt4-assistant-adp
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4-corelib
|
|
|
|
SUBDIR += qt4-designer
|
2008-08-05 01:30:38 +02:00
|
|
|
SUBDIR += qt4-help
|
|
|
|
SUBDIR += qt4-help-tools
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4-libqtassistantclient
|
|
|
|
SUBDIR += qt4-linguist
|
2007-07-16 12:12:15 +02:00
|
|
|
SUBDIR += qt4-makeqpf
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4-moc
|
|
|
|
SUBDIR += qt4-porting
|
2007-07-16 12:12:15 +02:00
|
|
|
SUBDIR += qt4-qdbusviewer
|
2009-08-29 09:30:58 +02:00
|
|
|
SUBDIR += qt4-qdoc3
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4-qt3support
|
|
|
|
SUBDIR += qt4-qtestlib
|
|
|
|
SUBDIR += qt4-qvfb
|
|
|
|
SUBDIR += qt4-rcc
|
2007-07-16 12:12:15 +02:00
|
|
|
SUBDIR += qt4-script
|
2009-08-04 22:04:38 +02:00
|
|
|
SUBDIR += qt4-scripttools
|
2007-02-05 21:56:24 +01:00
|
|
|
SUBDIR += qt4-uic
|
|
|
|
SUBDIR += qt4-uic3
|
2009-08-19 14:30:31 +02:00
|
|
|
SUBDIR += qtcreator
|
2009-08-07 19:11:41 +02:00
|
|
|
SUBDIR += qtscriptgenerator
|
2006-10-31 18:59:54 +01:00
|
|
|
SUBDIR += quilt
|
2002-05-06 18:12:39 +02:00
|
|
|
SUBDIR += ragel
|
2005-10-28 12:47:20 +02:00
|
|
|
SUBDIR += raknet
|
2005-01-09 03:38:52 +01:00
|
|
|
SUBDIR += rapidsvn
|
2009-07-15 22:15:17 +02:00
|
|
|
SUBDIR += rbtools
|
1998-05-16 19:43:29 +02:00
|
|
|
SUBDIR += re2c
|
2003-12-28 11:32:48 +01:00
|
|
|
SUBDIR += readline
|
2001-03-07 12:49:53 +01:00
|
|
|
SUBDIR += regexx
|
2003-03-03 07:33:09 +01:00
|
|
|
SUBDIR += regexxer
|
2003-04-23 08:54:09 +02:00
|
|
|
SUBDIR += replay
|
2002-06-17 20:35:25 +02:00
|
|
|
SUBDIR += rhtvision
|
2009-06-17 14:50:27 +02:00
|
|
|
SUBDIR += ri-emacs
|
1998-12-20 19:00:32 +01:00
|
|
|
SUBDIR += rinfo
|
2007-01-06 00:24:43 +01:00
|
|
|
SUBDIR += rlog
|
2001-08-12 13:07:24 +02:00
|
|
|
SUBDIR += rlwrap
|
2008-07-26 09:59:05 +02:00
|
|
|
SUBDIR += roboctl
|
2009-02-26 13:10:14 +01:00
|
|
|
SUBDIR += robodoc
|
2004-04-18 15:52:23 +02:00
|
|
|
SUBDIR += root
|
2004-06-21 00:24:51 +02:00
|
|
|
SUBDIR += root-doc
|
2005-06-10 07:07:21 +02:00
|
|
|
SUBDIR += rote
|
2000-05-29 06:23:18 +02:00
|
|
|
SUBDIR += rpc2
|
2006-05-10 19:32:17 +02:00
|
|
|
SUBDIR += rpm-spec-mode.el
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rsvndump
|
rth is a web-based tool designed to manage requirements, tests,
test results, and defects throughout the application life cycle.
The tool provides a structured approach to software testing and
increases the visibility of the testing process by creating a
common repository for all test assets including requirements,
test cases, test plans, and test results. Regardless of their
geographic location, rth allows testers, developers, business
analysts, and managers to monitor and gauge application
readiness. The tool includes modules for requirements management,
test planning, test execution, defect tracking, and reporting.
WWW: http://rth-is-quality.com/
PR: ports/99083
Submitted by: Jan Siml <jsi@jules.de>
2006-06-21 23:32:54 +02:00
|
|
|
SUBDIR += rth
|
2000-08-07 19:14:01 +02:00
|
|
|
SUBDIR += ruby-amstd
|
2002-04-23 21:54:18 +02:00
|
|
|
SUBDIR += ruby-aspectr
|
2001-08-22 10:04:04 +02:00
|
|
|
SUBDIR += ruby-avl
|
2001-07-13 06:17:52 +02:00
|
|
|
SUBDIR += ruby-bsearch
|
2000-11-02 04:10:00 +01:00
|
|
|
SUBDIR += ruby-byaccr
|
2002-11-22 18:48:11 +01:00
|
|
|
SUBDIR += ruby-cache
|
2001-11-03 22:21:54 +01:00
|
|
|
SUBDIR += ruby-calendar
|
2001-07-20 11:32:40 +02:00
|
|
|
SUBDIR += ruby-cvs
|
2000-08-07 19:14:01 +02:00
|
|
|
SUBDIR += ruby-date2
|
2001-03-02 11:32:38 +01:00
|
|
|
SUBDIR += ruby-dialogs
|
2006-06-23 18:55:49 +02:00
|
|
|
SUBDIR += ruby-ecore
|
2006-04-09 01:31:20 +02:00
|
|
|
SUBDIR += ruby-eet
|
2006-12-17 10:53:07 +01:00
|
|
|
SUBDIR += ruby-event-loop
|
2002-06-11 15:37:01 +02:00
|
|
|
SUBDIR += ruby-fam
|
2009-06-17 14:18:47 +02:00
|
|
|
SUBDIR += ruby-fastri
|
2000-08-22 11:22:24 +02:00
|
|
|
SUBDIR += ruby-filelock
|
2003-10-14 22:41:23 +02:00
|
|
|
SUBDIR += ruby-filemagic
|
2005-11-17 20:12:22 +01:00
|
|
|
SUBDIR += ruby-flexmock
|
2006-07-01 09:30:41 +02:00
|
|
|
SUBDIR += ruby-game
|
2002-11-27 21:12:16 +01:00
|
|
|
SUBDIR += ruby-gconf2
|
2000-11-11 19:40:42 +01:00
|
|
|
SUBDIR += ruby-gemfinder
|
2004-10-19 18:50:28 +02:00
|
|
|
SUBDIR += ruby-gems
|
2002-02-03 20:33:36 +01:00
|
|
|
SUBDIR += ruby-gettext
|
2002-11-27 21:12:16 +01:00
|
|
|
SUBDIR += ruby-glib2
|
2003-08-09 23:03:18 +02:00
|
|
|
SUBDIR += ruby-gnomevfs
|
2001-09-14 13:55:27 +02:00
|
|
|
SUBDIR += ruby-gnustep
|
2000-08-09 14:29:24 +02:00
|
|
|
SUBDIR += ruby-intl
|
2004-12-25 20:51:40 +01:00
|
|
|
SUBDIR += ruby-io-reactor
|
2003-02-12 10:16:13 +01:00
|
|
|
SUBDIR += ruby-jttui
|
2002-11-27 21:12:16 +01:00
|
|
|
SUBDIR += ruby-libglade2
|
2000-08-15 16:34:53 +02:00
|
|
|
SUBDIR += ruby-locale
|
2009-02-11 21:14:56 +01:00
|
|
|
SUBDIR += ruby-locale2
|
2001-03-08 14:09:29 +01:00
|
|
|
SUBDIR += ruby-metaruby
|
2001-03-07 20:12:08 +01:00
|
|
|
SUBDIR += ruby-mmap
|
2008-03-24 19:52:31 +01:00
|
|
|
SUBDIR += ruby-multi
|
2002-02-06 23:36:19 +01:00
|
|
|
SUBDIR += ruby-ncurses
|
2002-10-27 23:34:46 +01:00
|
|
|
SUBDIR += ruby-poll
|
2000-08-07 08:09:19 +02:00
|
|
|
SUBDIR += ruby-property
|
2000-08-07 10:20:31 +02:00
|
|
|
SUBDIR += ruby-racc
|
2003-01-05 18:21:56 +01:00
|
|
|
SUBDIR += ruby-rbbr
|
2000-11-02 04:03:24 +01:00
|
|
|
SUBDIR += ruby-rbison
|
2003-10-04 03:07:14 +02:00
|
|
|
SUBDIR += ruby-rbprof
|
2002-09-12 11:23:36 +02:00
|
|
|
SUBDIR += ruby-rbtree
|
2006-06-14 03:56:45 +02:00
|
|
|
SUBDIR += ruby-rcov
|
2004-08-19 20:51:01 +02:00
|
|
|
SUBDIR += ruby-rjudy
|
2002-11-09 15:18:52 +01:00
|
|
|
SUBDIR += ruby-robjectteam
|
2005-03-12 13:32:28 +01:00
|
|
|
SUBDIR += ruby-rrb
|
2001-06-29 11:47:27 +02:00
|
|
|
SUBDIR += ruby-rreadline
|
2001-04-10 10:10:50 +02:00
|
|
|
SUBDIR += ruby-rudl
|
2001-03-26 18:47:08 +02:00
|
|
|
SUBDIR += ruby-sdl
|
2001-06-11 09:20:35 +02:00
|
|
|
SUBDIR += ruby-setup.rb
|
2008-03-24 20:04:54 +01:00
|
|
|
SUBDIR += ruby-sexp
|
2000-08-23 06:35:50 +02:00
|
|
|
SUBDIR += ruby-slang
|
2008-06-16 22:10:44 +02:00
|
|
|
SUBDIR += ruby-statgrab
|
2003-01-29 12:06:05 +01:00
|
|
|
SUBDIR += ruby-strongtyping
|
2008-06-30 12:00:07 +02:00
|
|
|
SUBDIR += ruby-subversion
|
2001-05-12 22:29:14 +02:00
|
|
|
SUBDIR += ruby-sysvipc
|
2007-01-12 09:17:31 +01:00
|
|
|
SUBDIR += ruby-term-ansicolor
|
2001-01-19 07:16:46 +01:00
|
|
|
SUBDIR += ruby-textbuf
|
2007-09-26 22:57:24 +02:00
|
|
|
SUBDIR += ruby-thrift
|
2001-06-08 13:42:01 +02:00
|
|
|
SUBDIR += ruby-tzfile
|
2007-01-09 00:00:45 +01:00
|
|
|
SUBDIR += ruby-wirble
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-abstract
|
2005-07-20 15:50:25 +02:00
|
|
|
SUBDIR += rubygem-activesupport
|
2007-04-17 20:48:42 +02:00
|
|
|
SUBDIR += rubygem-analogger
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-arrayfields
|
2009-06-29 09:33:26 +02:00
|
|
|
SUBDIR += rubygem-authlogic
|
2009-06-22 14:45:46 +02:00
|
|
|
SUBDIR += rubygem-bioruby
|
2007-01-07 04:51:26 +01:00
|
|
|
SUBDIR += rubygem-builder
|
2009-04-08 21:37:28 +02:00
|
|
|
SUBDIR += rubygem-chronic
|
2009-12-21 23:35:59 +01:00
|
|
|
SUBDIR += rubygem-classifier
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-columnize
|
2009-12-01 16:30:35 +01:00
|
|
|
SUBDIR += rubygem-configuration
|
2009-04-04 19:41:40 +02:00
|
|
|
SUBDIR += rubygem-crack
|
2006-06-05 16:24:41 +02:00
|
|
|
SUBDIR += rubygem-daemons
|
2009-04-08 21:40:13 +02:00
|
|
|
SUBDIR += rubygem-deeptest
|
2009-08-27 11:08:13 +02:00
|
|
|
SUBDIR += rubygem-deprecated
|
2009-12-01 02:06:25 +01:00
|
|
|
SUBDIR += rubygem-directory_watcher
|
2009-03-08 15:31:37 +01:00
|
|
|
SUBDIR += rubygem-ditz
|
2009-06-15 21:55:06 +02:00
|
|
|
SUBDIR += rubygem-echoe
|
2007-04-15 20:57:50 +02:00
|
|
|
SUBDIR += rubygem-eventmachine
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-extlib
|
2007-07-25 08:09:37 +02:00
|
|
|
SUBDIR += rubygem-facets
|
2006-09-05 05:12:48 +02:00
|
|
|
SUBDIR += rubygem-fastercsv
|
2007-03-05 08:46:38 +01:00
|
|
|
SUBDIR += rubygem-fastthread
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-fattr
|
2009-10-11 14:41:09 +02:00
|
|
|
SUBDIR += rubygem-file-tail
|
2009-02-27 03:17:54 +01:00
|
|
|
SUBDIR += rubygem-gdata
|
2006-06-05 16:19:25 +02:00
|
|
|
SUBDIR += rubygem-gem_plugin
|
2009-04-08 22:21:36 +02:00
|
|
|
SUBDIR += rubygem-georuby
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-git
|
|
|
|
SUBDIR += rubygem-grit
|
2007-10-05 23:16:31 +02:00
|
|
|
SUBDIR += rubygem-highline
|
2006-12-05 04:23:17 +01:00
|
|
|
SUBDIR += rubygem-hoe
|
iCalendar -- Internet calendaring, Ruby style
This is a Ruby library for dealing with iCalendar files. Rather than
explaining myself, here is the introduction from RFC-2445, which
defines the format:
The use of calendaring and scheduling has grown considerably in the
last decade. Enterprise and inter-enterprise business has become
dependent on rapid scheduling of events and actions using this
information technology. However, the longer term growth of calendaring
and scheduling, is currently limited by the lack of Internet standards
for the message content types that are central to these knowledgeware
applications. This memo is intended to progress the level of
interoperability possible between dissimilar calendaring and
scheduling applications. This memo defines a MIME content type for
exchanging electronic calendaring and scheduling information. The
Internet Calendaring and Scheduling Core Object Specification, or
iCalendar, allows for the capture and exchange of information normally
stored within a calendaring and scheduling application; such as a
Personal Information Manager (PIM) or a Group Scheduling product.
The iCalendar format is suitable as an exchange format between
applications or systems. The format is defined in terms of a MIME
content type. This will enable the object to be exchanged using
several transports, including but not limited to SMTP, HTTP, a file
system, desktop interactive protocols such as the use of a memory-
based clipboard or drag/drop interactions, point-to-point asynchronous
communication, wired-network transport, or some form of unwired
transport such as infrared might also be used.
WWW: http://rubyforge.org/projects/icalendar/
Sponsored by: RideCharge Inc.
2009-04-08 21:39:26 +02:00
|
|
|
SUBDIR += rubygem-icalendar
|
2009-05-10 20:07:50 +02:00
|
|
|
SUBDIR += rubygem-igraph
|
2006-12-03 14:30:40 +01:00
|
|
|
SUBDIR += rubygem-inline
|
2009-09-16 16:08:07 +02:00
|
|
|
SUBDIR += rubygem-jruby-jars
|
2007-07-09 08:47:38 +02:00
|
|
|
SUBDIR += rubygem-json
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-json_pure
|
2009-12-01 16:30:35 +01:00
|
|
|
SUBDIR += rubygem-launchy
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-linecache
|
2009-12-26 04:28:02 +01:00
|
|
|
SUBDIR += rubygem-little_plugger
|
2009-02-09 14:10:09 +01:00
|
|
|
SUBDIR += rubygem-lockfile
|
2009-12-01 16:30:35 +01:00
|
|
|
SUBDIR += rubygem-logging
|
|
|
|
SUBDIR += rubygem-loquacious
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-main
|
2009-05-01 04:17:35 +02:00
|
|
|
SUBDIR += rubygem-mash
|
2008-12-28 17:04:54 +01:00
|
|
|
SUBDIR += rubygem-metaid
|
2008-04-21 04:37:21 +02:00
|
|
|
SUBDIR += rubygem-mocha
|
2010-01-19 04:28:26 +01:00
|
|
|
SUBDIR += rubygem-msgpack
|
2006-01-18 08:09:12 +01:00
|
|
|
SUBDIR += rubygem-needle
|
Quickly bundle any Ruby libraries into a RubyGem and share it with the world,
your colleagues, or perhaps just with yourself amongst your projects.
RubyGems are centrally stored, versioned, and support dependencies between
other gems, so they are the ultimate way to bundle libraries,
executables, associated tests, examples, and more.
Within this gem, you get one thing - newgem - an executable to create your own
gems. Your new gems will include designated folders for Ruby code,
test files, executables, and even a default website page for you to explain
your project, and which instantly uploads to RubyForge
website (which looks just like this one by default)
WWW: http://drnic.github.com/newgem/
2010-01-12 06:23:04 +01:00
|
|
|
SUBDIR += rubygem-newgem
|
2008-01-03 12:34:26 +01:00
|
|
|
SUBDIR += rubygem-open4
|
2007-04-13 09:36:31 +02:00
|
|
|
SUBDIR += rubygem-parsetree
|
2009-03-31 13:56:52 +02:00
|
|
|
SUBDIR += rubygem-piston
|
2008-04-13 14:53:21 +02:00
|
|
|
SUBDIR += rubygem-platform
|
2009-10-11 12:27:34 +02:00
|
|
|
SUBDIR += rubygem-polyglot
|
2007-09-29 00:59:13 +02:00
|
|
|
SUBDIR += rubygem-ptreloaded
|
2005-07-20 15:51:12 +02:00
|
|
|
SUBDIR += rubygem-rake
|
2007-01-07 09:03:18 +01:00
|
|
|
SUBDIR += rubygem-rapt
|
2007-12-28 00:05:29 +01:00
|
|
|
SUBDIR += rubygem-rascut
|
2008-04-29 21:04:11 +02:00
|
|
|
SUBDIR += rubygem-rcov
|
2005-09-04 14:38:38 +02:00
|
|
|
SUBDIR += rubygem-rgl
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-rparsec
|
2006-01-14 18:46:22 +01:00
|
|
|
SUBDIR += rubygem-rscm
|
2007-01-09 00:01:35 +01:00
|
|
|
SUBDIR += rubygem-rspec
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-rubigen
|
2007-07-27 11:16:14 +02:00
|
|
|
SUBDIR += rubygem-ruby-debug
|
2007-07-27 11:15:17 +02:00
|
|
|
SUBDIR += rubygem-ruby-debug-base
|
2009-06-22 23:11:06 +02:00
|
|
|
SUBDIR += rubygem-ruby-debug-ide
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-ruby-ole
|
2007-07-27 16:47:33 +02:00
|
|
|
SUBDIR += rubygem-ruby-prof
|
2007-09-29 00:56:02 +02:00
|
|
|
SUBDIR += rubygem-ruby2ruby
|
2009-12-26 04:28:02 +01:00
|
|
|
SUBDIR += rubygem-ruby_parser
|
2006-12-04 01:09:14 +01:00
|
|
|
SUBDIR += rubygem-rubyforge
|
2007-09-29 00:57:37 +02:00
|
|
|
SUBDIR += rubygem-rubyinlineaccel
|
2009-04-08 21:36:04 +02:00
|
|
|
SUBDIR += rubygem-runt
|
2009-04-08 21:42:35 +02:00
|
|
|
SUBDIR += rubygem-ruport
|
Sequel is a database toolkit for Ruby.
* Sequel provides thread safety, connection pooling and a concise
DSL for constructing database queries and table schemas.
* Sequel also includes a lightweight but comprehensive ORM layer for
mapping records to Ruby objects and handling associated records.
* Sequel supports advanced database features such as prepared
statements, bound variables, master/slave configurations, and database
sharding.
* Sequel makes it easy to deal with multiple records without having
to break your teeth on SQL.
* Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
WWW: http://sequel.rubyforge.org/
PR: ports/129901
Submitted by: Wen Heping<wenheping at gmail.com>
2008-12-25 01:25:47 +01:00
|
|
|
SUBDIR += rubygem-sequel
|
2009-02-03 06:34:06 +01:00
|
|
|
SUBDIR += rubygem-sexp_processor
|
2009-04-08 22:34:31 +02:00
|
|
|
SUBDIR += rubygem-soap4r
|
2009-12-21 23:35:26 +01:00
|
|
|
SUBDIR += rubygem-stemmer
|
2009-06-17 18:17:47 +02:00
|
|
|
SUBDIR += rubygem-stomp
|
2005-09-04 14:36:23 +02:00
|
|
|
SUBDIR += rubygem-stream
|
2009-04-08 21:41:30 +02:00
|
|
|
SUBDIR += rubygem-streetaddress
|
2009-02-04 03:13:40 +01:00
|
|
|
SUBDIR += rubygem-templater
|
2005-11-09 12:30:07 +01:00
|
|
|
SUBDIR += rubygem-transactionsimple
|
2009-10-11 12:34:08 +02:00
|
|
|
SUBDIR += rubygem-treetop
|
2009-01-08 18:52:53 +01:00
|
|
|
SUBDIR += rubygem-trollop
|
2006-06-10 13:38:37 +02:00
|
|
|
SUBDIR += rubygem-tzinfo
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += rubygem-uuid
|
2008-12-28 17:03:11 +01:00
|
|
|
SUBDIR += rubygem-validatable
|
2008-08-08 00:55:34 +02:00
|
|
|
SUBDIR += rubygem-warbler
|
2009-12-01 16:30:35 +01:00
|
|
|
SUBDIR += rubygem-webby
|
2007-04-22 16:23:46 +02:00
|
|
|
SUBDIR += rubygem-zentest
|
2009-03-26 07:42:49 +01:00
|
|
|
SUBDIR += rubygem-zoom
|
2007-09-08 07:22:21 +02:00
|
|
|
SUBDIR += rudeconfig
|
2001-07-02 10:14:10 +02:00
|
|
|
SUBDIR += rudiments
|
2001-07-04 17:56:29 +02:00
|
|
|
SUBDIR += rvi
|
2000-05-29 06:23:18 +02:00
|
|
|
SUBDIR += rvm
|
2003-12-22 18:04:59 +01:00
|
|
|
SUBDIR += safestr
|
2001-04-16 08:41:58 +02:00
|
|
|
SUBDIR += scandoc
|
2002-03-03 17:19:25 +01:00
|
|
|
SUBDIR += scons
|
2004-07-17 20:56:38 +02:00
|
|
|
SUBDIR += scsh-install-lib
|
2001-04-09 13:55:04 +02:00
|
|
|
SUBDIR += sdl12
|
2008-04-28 09:23:20 +02:00
|
|
|
SUBDIR += sdl_console
|
2007-10-06 01:33:27 +02:00
|
|
|
SUBDIR += sdl_sge
|
2001-06-21 16:51:31 +02:00
|
|
|
SUBDIR += sdlmm
|
2000-07-28 02:38:04 +02:00
|
|
|
SUBDIR += sdts++
|
2003-01-13 19:02:50 +01:00
|
|
|
SUBDIR += sedsed
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += seed
|
2002-01-02 03:35:31 +01:00
|
|
|
SUBDIR += semantic
|
1997-11-09 11:33:56 +01:00
|
|
|
SUBDIR += sfio
|
2009-07-16 16:56:33 +02:00
|
|
|
SUBDIR += sfml
|
2005-09-17 13:04:52 +02:00
|
|
|
SUBDIR += sfslite
|
2005-11-30 01:03:33 +01:00
|
|
|
SUBDIR += sfslite-dbg
|
2005-11-30 00:59:47 +01:00
|
|
|
SUBDIR += sfslite-noopt
|
2003-05-04 17:33:32 +02:00
|
|
|
SUBDIR += sgb
|
2003-09-27 08:48:16 +02:00
|
|
|
SUBDIR += sgl
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += sh-rtems-binutils
|
|
|
|
SUBDIR += sh-rtems-gcc
|
|
|
|
SUBDIR += sh-rtems-gdb
|
2001-05-20 04:22:23 +02:00
|
|
|
SUBDIR += shapelib
|
2009-12-17 15:21:05 +01:00
|
|
|
SUBDIR += shflags
|
2002-03-05 18:47:05 +01:00
|
|
|
SUBDIR += shmap
|
2002-07-10 19:50:21 +02:00
|
|
|
SUBDIR += showgrammar
|
1999-04-26 20:48:47 +02:00
|
|
|
SUBDIR += shtool
|
2007-06-06 08:00:31 +02:00
|
|
|
SUBDIR += sid
|
2002-07-30 11:36:57 +02:00
|
|
|
SUBDIR += sigslot
|
2004-01-02 23:37:04 +01:00
|
|
|
SUBDIR += silc-toolkit
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += silentbob
|
2003-01-21 23:35:06 +01:00
|
|
|
SUBDIR += simgear
|
[NEW PORT] devel/simian: simlarity analysis for source code
Simian is a program for checking source (and all kinds of
text files) for repeating blocks.
Simian (Similarity Analyser) identifies duplication in Java,
C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic
source code and even plain text files. In fact, simian can
be used on any human readable files such as ini files,
deployment descriptors, you name it.
Note: The port uses the java version by default. You can
select the .NET version via WITH_MONO=yes, and disable
installation of the java parts with WITHOUT_JAVA=yes.
WWW: http://www.redhillconsulting.com.au/products/simian/
PR: ports/83315
Submitted by: Andreas Kohn <andreas@syndrom23.de>
2005-12-29 01:46:44 +01:00
|
|
|
SUBDIR += simian
|
2004-12-22 00:12:33 +01:00
|
|
|
SUBDIR += simpletest
|
2002-09-10 10:54:21 +02:00
|
|
|
SUBDIR += simulavr
|
2003-10-03 17:06:01 +02:00
|
|
|
SUBDIR += skalibs
|
2009-10-13 19:29:27 +02:00
|
|
|
SUBDIR += slf4j
|
2008-08-26 15:53:57 +02:00
|
|
|
SUBDIR += slglade
|
2005-02-25 07:52:11 +01:00
|
|
|
SUBDIR += smake
|
2004-06-03 07:54:48 +02:00
|
|
|
SUBDIR += smc
|
2008-06-21 11:56:54 +02:00
|
|
|
SUBDIR += sml_tk
|
2003-12-13 02:22:09 +01:00
|
|
|
SUBDIR += smv
|
2007-07-26 21:26:45 +02:00
|
|
|
SUBDIR += soapui
|
2001-05-28 16:54:40 +02:00
|
|
|
SUBDIR += soup
|
2003-05-07 17:54:12 +02:00
|
|
|
SUBDIR += sourcenav
|
2000-07-10 06:39:00 +02:00
|
|
|
SUBDIR += sparc-rtems-binutils
|
|
|
|
SUBDIR += sparc-rtems-gcc
|
|
|
|
SUBDIR += sparc-rtems-gdb
|
2008-06-20 15:20:47 +02:00
|
|
|
SUBDIR += spatialindex
|
2007-08-02 17:04:29 +02:00
|
|
|
SUBDIR += spdict
|
2002-06-11 21:31:07 +02:00
|
|
|
SUBDIR += spin
|
2002-03-08 01:03:12 +01:00
|
|
|
SUBDIR += splint
|
2007-08-13 16:31:16 +02:00
|
|
|
SUBDIR += srecord
|
2001-03-17 07:48:26 +01:00
|
|
|
SUBDIR += st
|
2009-03-26 00:31:40 +01:00
|
|
|
SUBDIR += statcvs
|
2009-03-26 00:32:10 +01:00
|
|
|
SUBDIR += statsvn
|
2007-03-29 13:31:05 +02:00
|
|
|
SUBDIR += stfl
|
2004-03-12 09:01:07 +01:00
|
|
|
SUBDIR += stlfilt
|
1998-12-18 04:10:29 +01:00
|
|
|
SUBDIR += stlport
|
2000-01-09 20:49:03 +01:00
|
|
|
SUBDIR += str
|
2001-05-15 21:52:44 +02:00
|
|
|
SUBDIR += strace
|
2007-06-16 14:51:29 +02:00
|
|
|
SUBDIR += stringencoders
|
2001-04-16 21:40:59 +02:00
|
|
|
SUBDIR += styx
|
2005-10-31 12:19:52 +01:00
|
|
|
SUBDIR += subclipse
|
2007-09-09 08:34:53 +02:00
|
|
|
SUBDIR += subcommander
|
2008-08-26 14:35:24 +02:00
|
|
|
SUBDIR += subcommander2
|
2002-01-15 02:45:03 +01:00
|
|
|
SUBDIR += subversion
|
2008-06-01 02:31:29 +02:00
|
|
|
SUBDIR += subversion-freebsd
|
2007-02-16 07:50:54 +01:00
|
|
|
SUBDIR += subversive
|
2004-07-17 20:58:23 +02:00
|
|
|
SUBDIR += sunterlib
|
2004-03-16 17:57:20 +01:00
|
|
|
SUBDIR += svk
|
2007-04-09 11:58:59 +02:00
|
|
|
SUBDIR += svn_load_dirs
|
2006-09-21 13:35:24 +02:00
|
|
|
SUBDIR += svndelta
|
2006-12-23 06:28:32 +01:00
|
|
|
SUBDIR += svnkit
|
2008-05-19 04:48:36 +02:00
|
|
|
SUBDIR += svntrac
|
2002-10-30 14:09:44 +01:00
|
|
|
SUBDIR += swig13
|
synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation. It eliminates the
need for tweening, preventing the need to hand-draw each frame. synfig
features spatial and temporal resolution independence (sharp and smooth
at any resolution or framerate), high dynamic range images, and a
flexible plugin system.
This package contains the renderer used to convert synfig .sif files to
raster images, videos and other formats. Layer types include geometric,
gradient, filter, distortion, transformation, fractal and others. Output
targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
libavcodec (AVI), imagemagick (MIFF), yuv420p and others.
WWW: http://www.synfig.com/
PR: ports/114045
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
2007-08-28 11:53:01 +02:00
|
|
|
SUBDIR += synfig
|
2002-01-30 02:36:45 +01:00
|
|
|
SUBDIR += sysconftool
|
2008-02-17 13:43:37 +01:00
|
|
|
SUBDIR += sysfsutils
|
1999-06-06 19:34:14 +02:00
|
|
|
SUBDIR += t1lib
|
2007-09-06 14:11:37 +02:00
|
|
|
SUBDIR += ta-lib
|
2006-06-29 12:59:05 +02:00
|
|
|
SUBDIR += tailor
|
2009-07-12 23:40:50 +02:00
|
|
|
SUBDIR += talloc
|
2003-12-14 05:20:32 +01:00
|
|
|
SUBDIR += tavrasm
|
2007-10-02 20:39:18 +02:00
|
|
|
SUBDIR += tbb
|
2000-07-31 17:36:11 +02:00
|
|
|
SUBDIR += tcl-memchan
|
2001-08-17 07:07:16 +02:00
|
|
|
SUBDIR += tcl-neo
|
2009-11-07 05:07:46 +01:00
|
|
|
SUBDIR += tcl-trf
|
1997-07-21 18:10:50 +02:00
|
|
|
SUBDIR += tclcheck
|
1999-04-30 19:21:41 +02:00
|
|
|
SUBDIR += tclcl
|
1999-05-03 05:23:56 +02:00
|
|
|
SUBDIR += tclgetopts
|
2000-06-09 05:35:21 +02:00
|
|
|
SUBDIR += tcllib
|
2006-04-29 17:47:14 +02:00
|
|
|
SUBDIR += tclmore
|
1999-09-24 06:12:23 +02:00
|
|
|
SUBDIR += tclreadline
|
2007-04-23 16:55:53 +02:00
|
|
|
SUBDIR += tclthread
|
2000-06-09 05:27:54 +02:00
|
|
|
SUBDIR += tcltls
|
2003-05-16 04:20:32 +02:00
|
|
|
SUBDIR += tclxml
|
2001-08-30 07:39:51 +02:00
|
|
|
SUBDIR += tdl
|
1999-06-23 21:54:23 +02:00
|
|
|
SUBDIR += templ
|
2001-04-28 19:55:53 +02:00
|
|
|
SUBDIR += terminality
|
2009-07-12 23:40:50 +02:00
|
|
|
SUBDIR += tevent
|
2007-12-24 17:59:00 +01:00
|
|
|
SUBDIR += thistest
|
2007-09-26 22:08:29 +02:00
|
|
|
SUBDIR += thrift
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += thunar-svn-plugin
|
2001-04-08 00:59:53 +02:00
|
|
|
SUBDIR += tide
|
2008-03-19 16:14:47 +01:00
|
|
|
SUBDIR += tig
|
2004-02-23 23:07:28 +01:00
|
|
|
SUBDIR += tigcc
|
2007-12-19 19:09:06 +01:00
|
|
|
SUBDIR += tijmp
|
2005-06-12 21:19:06 +02:00
|
|
|
SUBDIR += tinylaf
|
2003-01-25 20:53:54 +01:00
|
|
|
SUBDIR += tinyq
|
2000-09-25 14:28:41 +02:00
|
|
|
SUBDIR += titano
|
1999-06-29 07:32:54 +02:00
|
|
|
SUBDIR += tkcon
|
1996-07-30 12:59:05 +02:00
|
|
|
SUBDIR += tkcvs
|
2003-10-06 03:16:05 +02:00
|
|
|
SUBDIR += tkinspect
|
2005-03-11 01:09:53 +01:00
|
|
|
SUBDIR += tkmerge
|
2002-05-17 19:35:20 +02:00
|
|
|
SUBDIR += tkp4
|
Add tla, an arch CLI written in C.
Arch is a really nifty revision control system. It's "whole-tree
changeset based" which means, roughly, that it can handle (with atomic
commits) file and directory adds, deletes, and renames cleanly, and
that it does branching simply and easily. Arch is also "distributed"
which means, for example that you can make arch branches of your own
from remote projects, even if you don't have write access to the
revision control archives for those projects.
This looks to be as close to an open source p4 replacement as one could
hope without being p4. I'll go so far as to suggest that if this SCM
was employed by the BSD crowd, merging changes between dragonfly (post
source repo reorog), NetBSD, and OpenBSD would be radically less painful.
It is very possible that the dragonfly fork may not have happened under
the arch SCM development methodology, but if it did, at the very least it
would be possible to incorporate dillion's reorg work in a single patch
set, no cvs admin repo surgery needed.
WWW: http://arch.fifthvision.net/bin/view
2003-08-18 00:01:07 +02:00
|
|
|
SUBDIR += tla
|
2000-03-25 22:10:13 +01:00
|
|
|
SUBDIR += tmake
|
2003-06-03 07:34:02 +02:00
|
|
|
SUBDIR += tnt
|
2007-01-28 01:16:21 +01:00
|
|
|
SUBDIR += toh
|
2008-06-24 13:04:50 +02:00
|
|
|
SUBDIR += tokamak
|
2002-06-23 09:44:22 +02:00
|
|
|
SUBDIR += towitoko
|
2003-02-26 18:44:59 +01:00
|
|
|
SUBDIR += tpasm
|
2002-03-15 13:24:15 +01:00
|
|
|
SUBDIR += tpg
|
2001-06-03 08:57:09 +02:00
|
|
|
SUBDIR += trio
|
2007-03-13 10:04:07 +01:00
|
|
|
SUBDIR += truc
|
2007-09-19 19:21:13 +02:00
|
|
|
SUBDIR += u-boot
|
2000-01-26 06:57:13 +01:00
|
|
|
SUBDIR += uclmmbase
|
2001-02-15 18:44:55 +01:00
|
|
|
SUBDIR += ucpp
|
2006-06-09 22:45:20 +02:00
|
|
|
SUBDIR += udis86
|
<quoted from pkg-descr>
This is a port of Solaris libumem to non-Solaris systems.
The port was made while integrating libumem with our Ecelerity MTA product, so
your initial experience will not be 100% out-of-the-box, because there is no
standalone configure script for the library at this time. (patches welcome!)
In addition, since our deployment is threaded, we force the library into
threaded mode.
While the library is itself stable (it's the memory allocator used by the
Solaris OS), the port may have a few rough edges. We're shipping umem with
Linux and Windows versions of our product as we have found it to be stable.
We will continue to update this project as and when we make improvements, and
welcome third-party patches that improve the usability for everyone.
Wez Furlong,
OmniTI, Inc.
</quoted from pkg-descr>
This port is not yet fully tested, however, "br" <bf2006a at yahoo.com> is
helping me to evaluate it. And also, he encourages me to commit my code so that
more people would know about it.
Reference: http://www.freebsd.org/projects/ideas/#p-libumem
2007-03-24 07:33:10 +01:00
|
|
|
SUBDIR += umem
|
2009-10-04 12:10:37 +02:00
|
|
|
SUBDIR += universalindentgui
|
2002-08-04 09:31:27 +02:00
|
|
|
SUBDIR += upnp
|
2006-04-05 21:22:35 +02:00
|
|
|
SUBDIR += upp
|
2005-11-16 10:25:52 +01:00
|
|
|
SUBDIR += uppaal
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += upslug
|
2008-01-05 02:29:10 +01:00
|
|
|
SUBDIR += urjtag
|
2003-12-26 08:39:00 +01:00
|
|
|
SUBDIR += ustl
|
2004-05-23 19:00:03 +02:00
|
|
|
SUBDIR += valgrind
|
2004-05-23 19:40:32 +02:00
|
|
|
SUBDIR += valgrind-snapshot
|
2009-02-26 13:10:14 +01:00
|
|
|
SUBDIR += valide
|
2001-04-05 21:24:57 +02:00
|
|
|
SUBDIR += varconf
|
2001-12-27 23:12:15 +01:00
|
|
|
SUBDIR += vb2c
|
2006-05-04 20:30:10 +02:00
|
|
|
SUBDIR += viewvc
|
2004-02-11 21:28:13 +01:00
|
|
|
SUBDIR += vstr
|
1997-05-30 18:10:49 +02:00
|
|
|
SUBDIR += vtcl
|
2007-10-17 11:23:34 +02:00
|
|
|
SUBDIR += wand-libconfig
|
2004-05-25 22:41:27 +02:00
|
|
|
SUBDIR += websvn
|
2004-06-13 22:19:33 +02:00
|
|
|
SUBDIR += wininfo
|
2007-02-15 11:07:32 +01:00
|
|
|
SUBDIR += winpdb
|
2006-10-31 06:53:29 +01:00
|
|
|
SUBDIR += wizardkit
|
2003-05-10 22:59:51 +02:00
|
|
|
SUBDIR += wxGlade
|
2008-07-18 12:55:41 +02:00
|
|
|
SUBDIR += xdg-user-dirs
|
2006-09-03 17:06:51 +02:00
|
|
|
SUBDIR += xdg-utils
|
2005-06-01 19:10:24 +02:00
|
|
|
SUBDIR += xfc
|
2007-01-22 17:53:01 +01:00
|
|
|
SUBDIR += xfce4-dev-tools
|
2005-12-13 14:39:47 +01:00
|
|
|
SUBDIR += xlslib
|
1997-05-07 23:02:17 +02:00
|
|
|
SUBDIR += xmake
|
2008-12-09 13:25:52 +01:00
|
|
|
SUBDIR += xmltooling
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xorg-macros
|
2001-12-23 12:34:38 +01:00
|
|
|
SUBDIR += xparam
|
2001-09-02 08:20:22 +02:00
|
|
|
SUBDIR += xtl
|
2004-07-02 11:32:40 +02:00
|
|
|
SUBDIR += xtla
|
1997-01-25 10:09:57 +01:00
|
|
|
SUBDIR += xwpe
|
1995-08-08 12:37:59 +02:00
|
|
|
SUBDIR += xxgdb
|
2003-08-29 13:50:08 +02:00
|
|
|
SUBDIR += xxl
|
2003-04-07 07:24:22 +02:00
|
|
|
SUBDIR += yasm
|
2003-01-24 22:32:22 +01:00
|
|
|
SUBDIR += z80-asm
|
2007-12-31 22:30:16 +01:00
|
|
|
SUBDIR += z80asm
|
2010-02-04 01:40:05 +01:00
|
|
|
SUBDIR += z80ex
|
2007-09-07 05:55:58 +02:00
|
|
|
SUBDIR += zeroinstall-injector
|
2008-07-29 08:09:53 +02:00
|
|
|
SUBDIR += zmq
|
2006-04-29 18:02:24 +02:00
|
|
|
SUBDIR += ztcl
|
2001-05-29 15:45:06 +02:00
|
|
|
SUBDIR += zthread
|
2001-03-10 18:39:43 +01:00
|
|
|
SUBDIR += zziplib
|
1994-09-11 13:27:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|