Commit graph

3294 commits

Author SHA1 Message Date
Martin Wilke
c878c70326 Module to provide a configuration hash with option to read from file.
WWW: http://search.cpan.org/dist/Config-Options/
2008-09-23 08:03:40 +00:00
Li-Wen Hsu
6b1a7cef92 Add py-phpserialize 0.4, a python implementation of PHP\'s native
serialize() and unserialize().

PR:		ports/126193
Submitted by:	Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
2008-09-07 10:43:28 +00:00
Chin-San Huang
6a79194565 Add p5-Check-ISA, DWIM, correct checking of an object's class.
This module provides several functions to assist in testing whether a value
is an object, and if so asking about its class.

WWW: http://search.cpan.org/dist/Check-ISA/
2008-09-07 04:18:35 +00:00
Chin-San Huang
c02932bad5 Add p5-MooseX-Storage, an serialization framework for Moose classes.
MooseX::Storage is a serialization framework for Moose, it provides a very
flexible and highly pluggable way to serialize Moose classes to a number of
different formats and styles.

WWW: http://search.cpan.org/dist/MooseX-Storage/
2008-09-07 02:46:02 +00:00
Chin-San Huang
aaf5353c66 Add p5-Test-TempDir, provides temporary directory creation with testing in mind.
WWW: http://search.cpan.org/dist/Test-TempDir/
2008-09-07 02:08:31 +00:00
Chin-San Huang
9cbc7515bd Add p5-File-Path, create or remove directory trees.
WWW: http://search.cpan.org/dist/File-Path/
2008-09-07 02:03:26 +00:00
Martin Wilke
d483c20d5b cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.

WWW:	http://code.google.com/p/cmdln/

PR:		ports/127116
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-09-06 21:14:16 +00:00
Anton Berezin
c1726e1be2 Add devel/p5-Every, a Perl module that provides a function that returns
true every N cycles or S seconds.
2008-09-05 09:24:52 +00:00
Anton Berezin
72568fd500 Add devel/p5-Devel-Callsite, a Perl module to get current callsite and
interpreter context.
2008-09-05 09:15:19 +00:00
Lars Balker Rasmussen
4cae233203 New port: devel/p5-Devel-GlobalDestruction, Expose PL_dirty, the flag which marks global destruction 2008-09-03 12:28:51 +00:00
Jun Kuriyama
355ff6509a Upgrade to 3.1.0.2701. Old version (2.0.1) was repocopied as
devel/flex-sdk2.

This is MPL version (not including Flash Player binaries etc).
2008-09-03 03:37:34 +00:00
Mathieu Arnold
d307301d8b Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI
interfaces.
2008-09-02 15:42:18 +00:00
Mathieu Arnold
694a4d9f5e Add libphk-0.3, PHK's utilities functions. 2008-09-02 15:13:18 +00:00
Chin-San Huang
c0013458b1 Add p5-Forest, a collection of n-ary tree related modules.
Forest is intended to be a replacement for the Tree::Simple family of
modules, and fixes many of the issues that have always bothered me about
them. It is by no means a complete replacement yet, but should eventually
grow to become that.

WWW: http://search.cpan.org/dist/Forest/
2008-08-30 18:12:34 +00:00
Chin-San Huang
98d153478b Add p5-Sub-Current, get the current subroutine.
Sub::Current makes available a function ROUTINE(), that returns a code
reference pointing at the currently executing subroutine.

In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
this function will return undef.

Outside of a special block (that is, at the top level of a program)
ROUTINE() will return undef as well.

WWW: http://search.cpan.org/dist/Sub-Current/
2008-08-30 18:05:09 +00:00
Chin-San Huang
0292b5a5d0 Add p5-Pod-Coverage-Moose, Pod::Coverage extension for Moose.
When using Pod::Coverage in combination with Moose, it will report any
method imported from a Role. This is especially bad when used in combination
with Test::Pod::Coverage, since it takes away its ease of use.

WWW: http://search.cpan.org/dist/Pod-Coverage-Moose/
2008-08-30 15:59:43 +00:00
Chin-San Huang
0b4126532b Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
Out of the box Moose only provides very barebones cloning support in order
to maximize flexibility.

This role provides a clone method that makes use of the low level cloning
support already in Moose and adds selective deep cloning based on
introspection on top of that. Attributes with the Clone trait will handle
cloning of data within the object, typically delegating to the attribute
value's own clone method.

WWW: http://search.cpan.org/dist/MooseX-Clone/
2008-08-30 15:13:52 +00:00
Chin-San Huang
9d40d01bfd Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
depending on availability.

Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
2008-08-30 14:50:02 +00:00
Chin-San Huang
0eeeca4c46 Add p5-Tie-RefHash-Weak, a Tie::RefHash subclass with weakened references in
the keys.

The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

The problem with Tie::RefHash, and cross indexing, is that sometimes the
index should not contain strong references to the objecs. Tie::RefHash's
internal structures contain strong references to the key, and provide no
convenient means to make those references weak.

This subclass of Tie::RefHash has weak keys, instead of strong ones. The
values are left unaltered, and you'll have to make sure there are no strong
references there yourself.

WWW: http://search.cpan.org/dist/Tie-RefHash-Weak/
2008-08-30 14:39:06 +00:00
Chin-San Huang
037019ccf6 Add p5-Variable-Magic, associate user-defined magic to variables from Perl.
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and overload syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without the pain of the C
API.

WWW: http://search.cpan.org/dist/Variable-Magic/
2008-08-30 14:08:12 +00:00
Dmitry Marakasov
7f41de3f9b - Fix stuff after pav's premature commit of graphics/osg update
- Remove graphics/openproducer, graphics/openthreads - those are now included in osg
  - Remove obsolete bsd.osg.mk from graphics/osg
  - Mark graphics/demeter BROKEN if it's being build WITH_OSG, as it won't compile now
2008-08-27 17:51:07 +00:00
Florent Thoumie
cc4f7bddd9 Hook up devel/mono-addins to the build. 2008-08-27 16:49:34 +00:00
Max Brazhnikov
060d51acb2 Lglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.

This is an update for Christopher Stawarz's SLglade module.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

PR: 126652
Submitted by: Alexey Shuvaev
Approved by:	miwi (mentor)
2008-08-26 13:53:57 +00:00
Martin Wilke
b164d4d2b8 - Connect devel/subcommander2 to the build 2008-08-26 12:35:24 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Brooks Davis
3b5949bbb7 Add an llvm snapshot port including clang. The current snapshot is as of
2008-08-05.
2008-08-18 15:41:02 +00:00
Sergey Skvortsov
a0042d96ce Add p5-Devel-Declare 0.001011, declare subroutines. 2008-08-16 14:43:50 +00:00
Sergey Skvortsov
6f02383274 Add p5-Test-Memory-Cycle 1.04, check for memory leaks and circular
memory references.
2008-08-16 11:25:48 +00:00
Sergey Skvortsov
ac46ee5335 Add p5-Data-ClearSilver-HDF 0.04, convert from Perl Data Structure to
ClearSilver HDF.

PR:		ports/126533
Submitted by:	Denis Pokataev <catone xx cpan.org>
2008-08-14 14:41:11 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
4b3512397e Warbler is a gem to make a .war file out of a Rails project. The intent is
to provide a minimal, flexible, ruby-like way to bundle up all of your
application files for deployment to a Java application server.

Warbler provides a sane set of out-of-the box defaults that should allow
most Rails applications without external gem dependencies
(aside from Rails itself) to assemble and Just Work.

Warbler bundles JRuby and the JRuby-Rack servlet adapter for
dispatching requests to your application inside the java application server,
and assembles all jar files in WARBLER_HOME/lib/*.jar into your application.
No external dependencies are downloaded.

WWW: http://caldersphere.rubyforge.org/warbler/

PR:		ports/126327
Submitted by:	Alexander Logvinov <ports at logvinov,com>
2008-08-07 22:55:34 +00:00
Martin Wilke
b885199ccf This package parses the config files written in JSON. It also does some
non-JSON stuff, like allowing for comments in the files.

WWW:	http://search.cpan.org/dist/Config-JSON/

PR:		ports/126119
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-06 15:34:11 +00:00
Martin Wilke
1cd66a015e Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.

Thus, readline() and the <> operator can now return records delimited by
regular expression matches.

WWW:	http://search.cpan.org/dist/File-Stream/

PR:		ports/125926
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-06 13:35:03 +00:00
Dmitry Marakasov
1cee706081 Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
programming language.

WWW:	http://home.gna.org/valide/

PR:		ports/126253
Submitted by:	Romain Tartière <romain at blogreen dot org>
Approved by:	miwi (mentor implicit)
2008-08-06 10:25:07 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Philip M. Gollucci
1f4191043e IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.

The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.

If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.

WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/

Approved by:    araujo (mentor)
2008-07-30 14:54:03 +00:00
Bruce M Simpson
dc55107f59 Add new port kBuild: a gmake-based build system used by VirtualBox and others 2008-07-30 10:53:53 +00:00
Vanilla I. Shu
b9e37d59df Add zmq 0.2, open source message queue optimised for performance.
PR:		ports/126011
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-07-29 06:09:53 +00:00
Joerg Wunsch
c25da1631f This is a "sneak preview" port of GCC 4.3.1 for the Atmel AVR
microcontrollers.  It includes patches from the WinAVR project to
support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167
controllers, and in particular the next generation AVRs ATxmega64A1
and ATxmega128A1.

The port has been carefully crafted to peacefully coexist with the
non-devel avr-gcc port.  All executables installed have the suffix
"-43" added for that reason.
2008-07-28 21:25:39 +00:00
Lars Balker Rasmussen
92ad009003 New port: devel/p5-MooseX-Daemonize, Role for daemonizing your Moose based application 2008-07-28 00:55:02 +00:00
Lars Balker Rasmussen
4a30b8e755 New port: devel/p5-MooseX-Types-Path-Class, A Path::Class type library for Moose 2008-07-28 00:54:40 +00:00
Lars Balker Rasmussen
4ae2bb15b7 New port: devel/p5-MooseX-Types, Organise your Moose types in libraries 2008-07-28 00:54:19 +00:00
Lars Balker Rasmussen
34890e8735 New port: devel/p5-MooseX-Getopt, A Moose role for processing command line options 2008-07-28 00:53:55 +00:00
Lars Balker Rasmussen
01ecf0f1c2 New port: devel/p5-Getopt-Long-Descriptive, Getopt::Long with usage text 2008-07-28 00:53:27 +00:00
Lars Balker Rasmussen
6e81fe2f95 New port: devel/p5-MooseX-POE, The Illicit Love Child of Moose and POE 2008-07-27 20:36:52 +00:00
Lars Balker Rasmussen
dacd8b8e83 New port: devel/p5-MooseX-Async, The Orphanange of Asynchronous Love Children 2008-07-27 20:35:42 +00:00
Lars Balker Rasmussen
5abddeec16 New port: devel/p5-MooseX-AttributeHelpers, Extend your attribute interfaces 2008-07-27 19:42:19 +00:00
Edwin Groothuis
80d6ab2168 Port update with name change: devel/roboctl (formerly legoctl)
The legoctl library has been updated to support Vex robot
	controllers as well as the Lego NXT. This new version also
	has many enhancements to the NXT interface, and a command-line
	utility for remote controlling NXT robots from FreeBSD via
	a PC gamepad over bluetooth.

PR:		ports/125874
Submitted by:	Jason Bacon <jwbacon@tds.net>
2008-07-26 07:59:05 +00:00
Edwin Groothuis
ee1b204170 New port: devel/libgamepad Uniform API for joysticks and gamepads
Libgamepad is a portable, uniform API for joystick and
	gamepad devices. It's meant to overlay platform-dependent
	interfaces just as the BSD joy and uhid drivers, and the
	user-space libhid. This will allow device and platform
	dependencies to be left out of applications, making them
	simpler and more portable.

PR:		ports/125872
Submitted by:	Jason Bacon <jwbacon@tds.net>
2008-07-26 07:55:02 +00:00
Martin Wilke
c49aa45d66 py-json is a lightweight data-interchange format.
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.

WWW:   http://pypi.python.org/pypi/jsonlib/

PR:		ports/125827
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-25 22:51:49 +00:00
Martin Wilke
0095cd488f GitPython is a python library used to interact with
Git repositories. GitPython provides object model
access to your git repository. Once you have created
a repository object, you can traverse it to find
parent commit(s), trees, blobs, etc.

GitPython is a port of the grit library in Ruby
created by Tom Preston-Werner and Chris Wanstrath.

WWW:   http://gitorious.org/projects/git-python/

PR:		ports/125826
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-25 22:50:43 +00:00
Greg Larkin
2fe83aa32c This module is a filter for SVN::Notify, intended to assist with
the maintenance of access control lists with Subversion repositories.
This module removes the need to maintain a separate list of people
to send email notification messages to (via svnnotify --to arguments),
from the AuthZSVNAccessFile.

WWW:	http://search.cpan.org/dist/SVN-Notify-Filter-AuthZMail/

Submitted by:	glarkin@
Approved by:	beech@ (mentor)
2008-07-25 19:54:51 +00:00
Pietro Cerutti
f422304cbd - New port: p5-Sys-MemInfo
Get information about memory and swap usage from perl

PR:		125944
Submitted by:	terry@sucked-in.com
2008-07-25 09:05:00 +00:00
Pietro Cerutti
90085a9003 - New port: p5-Sys-Cpu
Obtain CPU information from a perl script

PR:		125947
Submitted by:	terry@sucked-in.com
2008-07-25 08:12:22 +00:00
Lars Balker Rasmussen
05bd1ac14e New port: devel/p5-Mouse, Moose minus the antlers 2008-07-23 08:06:03 +00:00
Lars Balker Rasmussen
71dc6f234c New port: devel/p5-Class-Method-Modifiers, Provides Moose-like method modifiers 2008-07-23 08:05:22 +00:00
Lars Balker Rasmussen
a709a835ba New port: devel/p5-namespace-clean, Keep imports and functions out of your namespace 2008-07-23 08:04:34 +00:00
Timur I. Bakeyev
5518b074dd Added new port p5-DateTime-Format-Natural. DateTime::Format::Natural
takes a string with a human readable date/time and creates a machine
readable one by applying natural parsing logic.
2008-07-22 20:49:56 +00:00
Greg Larkin
21ef9fdc11 New port: p5-SVN-Notify-Filter-EmailFlatFileDB-1.01
This module is a filter for SVN::Notify that translates user account
names (e.g. "user1") into email addresses. It does this based on a
colon-separated file, like a UNIX passwd file (or more usefully)
the AuthUserFile used by Apache. The file path is specified via the
--account_file option to the svnnotify script, and the index
(zero-based) of the email field is specified via the --account_field
option.

Submitted by:	Greg Larkin <glarkin at FreeBSD.org>
2008-07-21 19:53:11 +00:00
Martin Wilke
33a338be61 UUID object and generation functions for Python.
The uuid module here is part of the standard library for
Python 2.5, distributed under the Python software license.

WWW: http://pypi.python.org/pypi/uuid/

PR:		ports/125408
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks.com>
2008-07-19 20:05:56 +00:00
Martin Wilke
f90a70a7d1 PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and
JavaScript code to detect violations of a defined coding standard. It
is an essential development tool that ensures your code remains clean
and consistent. It can also help prevent some common semantic errors
made by developers.

WWW: http://pear.php.net/package/PHP_CodeSniffer/

PR:		ports/125600
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 16:05:19 +00:00
Martin Wilke
5b8e3545da - Drop devel/py-gmpy to math/
Suggested by:	lwhsu
2008-07-18 13:13:58 +00:00
Martin Wilke
de3bd97e33 Shapely is a Python package for manipulation and analysis of 2D geospatial
geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0
is not concerned with data formats or coordinate reference systems.
Responsibility for reading and writing data and projecting coordinates
is left to other packages like WorldMill and pyproj.

WWW:   http://pypi.python.org/pypi/Shapely/

PR:		ports/125475
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:46:50 +00:00
Martin Wilke
40bfde3f15 pymarc is a python library for working with
MARC21 bibliographic data.

WWW:  http://pypi.python.org/pypi/pymarc

PR:		ports/125427
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:41:46 +00:00
Martin Wilke
32e8646bd7 A reference implementation of the PythonGeoInterface and
the GeoJSON.

WWW: http://pypi.python.org/pypi/geojson/

PR:		ports/125208
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:38:21 +00:00
Martin Wilke
cf079c26d5 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 12:35:46 +00:00
Martin Wilke
2576caf9b1 A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.

WWW:   http://code.google.com/p/gmpy/

PR:		ports/125429
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:34:59 +00:00
Martin Wilke
4df958b84e py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
This module allows you to parse and extract data from GPX files.

WWW: http://pypi.python.org/pypi/pygpx/

PR:		ports/125254
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 11:13:38 +00:00
Martin Wilke
f21f6d0eef xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also handles
localization of the filenames.

WWW:	http://freedesktop.org/wiki/Software/xdg-user-dirs/

PR:		ports/125672
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-07-18 10:55:41 +00:00
Beech Rintoul
228dc722c7 - New port p5-POE-XS-Loop-Poll-0.004
Implementation of the abstract POE::Loop interface written in C
using the poll(2) system call.

PR:		ports/125377
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2008-07-09 20:25:53 +00:00
Vanilla I. Shu
423706cf12 Add protobuf, it's google's interchange format library. 2008-07-09 07:29:25 +00:00
Martin Wilke
5ec56b0873 POE::Test::Loops contains one function, generate(), which will
generate all the loop tests for one or more POE::Loop subclasses.

WWW: http://search.cpan.org/dist/POE-Test-Loops/

PR:		ports/125319
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2008-07-07 16:07:36 +00:00
Sergey Skvortsov
f575cdd302 Add p5-Date-Calc-Iterator 1.00, iterate over a range of dates. 2008-07-03 16:40:07 +00:00
Beech Rintoul
641cb18721 - New port p5-Chooser-1.1.6
- A system for choosing a value for something. Takes a string composed of various tests,
  arguements, and etc and returns a value based on it.

PR:		ports/124956
Submitted by:	Zane C.B. <vvelox@vvelox.net>
2008-07-03 07:34:37 +00:00
Lev A. Serebryakov
9ffc02942d (1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
      depend on subversion.
  (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
  (4) Re-base subversion-freebsd to `devel/subversion'.
  (5) Fix all ports, which depends on subversion bindings.
2008-06-30 10:00:07 +00:00
Dmitry Marakasov
fe3fcc25ee DSSS, the D Shared Software System, builds upon rebuild and intends
to create a standardized system for building, installing, configuring,
acquiring and using D software, licensed as Free and Open Source
Software under the MIT license. One notable component of it is its
net module, which provides an analogue to Perl's CPAN or Ruby's
Gems for the D programming language.

WWW: http://www.dsource.org/projects/dsss/

PR:		ports/124596
Approved by:	miwi (mentor)
2008-06-29 14:08:29 +00:00
Martin Wilke
fd5134686a py-mwlib provides a library for parsing mediawiki articles.
WWW: http://pypi.python.org/pypi/mwlib/

PR:		ports/125070
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-28 22:35:22 +00:00
Martin Wilke
8bac51d93e pecl-intl is a Internationalization extension that
implements ICU library functionality in PHP.

WWW: http://pecl.php.net/package/intl

PR:		ports/125080
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-28 15:53:58 +00:00
Martin Wilke
3b483331a1 This module is a compatibility wrapper around Date::Parse.
Provides a tool to process different combinations of dates and zones values.
If a date doesn't contain a timezone suffix, and zone parameter is not set,
then the timezone of the returned DateTime object will be set to the local
timezone. This is consistent with the behavior of Date::Parse.
If no zone is specified and the date string does specify a timezone/offset or
if a zone format can not be parsed by DateTime::TimeZone, the returned
DateTime object will have UTC timezone.

WWW: http://search.cpan.org/dist/DateTime-Format-DateParse/

PR:		ports/124852
Submitted by:	svysh at pn.sinp.msu.ru
2008-06-28 14:57:23 +00:00
Martin Wilke
d2161a96ba Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more
convenient APIs, this one is essentially an abstraction layer just above the
XML format. The main focus has been to prevent the programmer from creating
invalid documents. It has checks that raise an exception if the programmer adds
an invalid element, adds an attribute unknown to the grammar, forgets to add
a required attribute or adds text to an element that doesn't allow it.

WWW: http://opendocumentfellowship.com/development/projects/odfpy

PR:		ports/125038
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-28 14:56:35 +00:00
Dmitry Marakasov
01a9ddb50e Tokamak Game Physics SDK is a high performance real-time physics
library designed specially for games.  It has a high-level, simple
to use programming interface. With Tokamak, game developers and
designers are empowered to produce the next generation of interactive
games.

WWW: http://www.tokamakphysics.com/

Approved by:	miwi (mentor)
2008-06-24 11:04:50 +00:00
Martin Wilke
9d4e2430a8 libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 and
1.1 data. LAS-formatted data is heavily used in LiDAR processing operations,
and the LAS format is a sequential binary format used to store data from
sensors and as intermediate processing storage by some applications.

WWW:   http://liblas.org/

PR:		ports/124838
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-23 10:38:12 +00:00
Dmitry Marakasov
e1de17f64b - Remove devel/dumb (dumb moved to audio/)
PR:		ports/124502
Submitted by:	myself
Approved by:	miwi (mentor)
2008-06-22 20:11:06 +00:00
Chin-San Huang
82f6760946 The php/Java bridge is an optimized, XML-based network protocol, which can
be used to connect a native script engine, PHP, with a Java or ECMA 335
virtual machine. It is more than 50 times faster than local RPC via SOAP,
requires less resources on the web-server side, and it is faster and more
reliable than direct communication via the Java Native Interface.

J2EE back end clustering and Apache load balancing are supported as well as
running PHP scripts within JSP, JSF or other frameworks.

The php/Java bridge allows you to quickly access java classes from within
your PHP scripts without having to know Java. It also allows you to access
PHP scripts from within your Java classes without having to know PHP.

WWW: http://php-java-bridge.sourceforge.net/
2008-06-22 02:43:08 +00:00
Martin Wilke
a15faa6309 sml_tk is a Standard ML package providing a portable, typed and abstract
interface to the user interface description and command language Tcl/Tk. It
allows the implementation of graphical user interfaces in a structured and
reusable way, supported by the powerful module system of Standard ML.

WWW:	http://www.informatik.uni-bremen.de/~cxl/sml_tk

PR:		ports/119640
Submitted by:	Timothy Bourke <timbob at bigpond.com>
2008-06-21 09:56:54 +00:00
Martin Wilke
bd02f86928 py-rtree is R-Tree spatial index for Python GIS. Whether for in-memory feature
stores, Plone content, or whatever -- py-rtree is  an index to speed up the
search for objects that intersect with a spatial bounding box.

WWW:   http://trac.gispython.org/projects/PCL/wiki/Rtree

PR:		ports/124640
Submitted by:	wenheping at gmail.com
2008-06-20 16:53:25 +00:00
Martin Wilke
3ab06a3b26 This package provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree, an
MVR-tree and a TPR-tree.

Supported Features:
	* Generic main memory and disk based storage managers.
	* R*-tree index (also supports linear and quadratic splitting).
	* MVR-tree index (a.k.a. PPR-tree).
	* TPR-tree index.
	* Advanced query capabilities, using Strategy and Visitor patterns.
	* Arbitrary shaped range queries, by defining generic geometry interfaces.
	* Large parameterization capabilities, including dimensionality,
	  fill factor, node capacity, etc.
	* STR packing / bulk loading.

WWW:   http://trac.gispython.org/projects/SpatialIndex/wiki

PR:		ports/124628
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-20 13:20:47 +00:00
Martin Wilke
d1a5fdcb8b GeoTypes is a Python library that implements both the OpenGIS/PostGIS
and standard PostgreSQL geometry types. It integrates with the psycopg
Python/PostgreSQL interface. It provides implementations of all of the
OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
supports the EWKB, HEXEWKB, WKB, and WKT formats.

WWW:   http://freshmeat.net/projects/geotypes/

PR:		ports/124504
Submitted by:	wenheping at gmail.com
2008-06-20 13:07:11 +00:00
Dmitry Marakasov
dd9452cf01 Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (KeyBoards,
Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback).
Written in C++ using Object Oriented Design patterns.

NOTE: this ports lacks joystick support. For now.

WWW: http://www.wreckedgames.com/

PR:		ports/124711
Approved by:	miwi (mentor)
2008-06-20 09:32:19 +00:00
Martin Wilke
07e7ab77c0 pecl-spread is a extension for PHP to support the Spread toolkit API.
While Spread is an open source toolkit that provides a high performance
messaging service that is resilient to faults across local and wide area
networks.

WWW: http://pecl.php.net/package/spread/

PR:		ports/124442
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-19 00:20:16 +00:00
Felippe de Meirelles Motta
5a2075ef9e Module::Recursive::Require - This class require module recursively.
WWW: http://search.cpan.org/dist/Module-Recursive-Require/

PR:		ports/124472
Submitted by:	Charlie & <root@spica.trombik.org>
Reviewed by:	lippe
Approved by:	gabor (mentor, implicit)
2008-06-17 01:55:48 +00:00
Tim Bishop
03c5905ba2 Statgrab for Ruby contains a set of Ruby bindings to the libstatgrab
portable system statistics library.

WWW: http://statgrab.rubyforge.org/
2008-06-16 20:10:44 +00:00
Li-Wen Hsu
e06dc8998c Add py-ptrace 0.3, python binding of ptrace. 2008-06-15 11:47:44 +00:00
Li-Wen Hsu
77992571ed Add distorm 1.7.29, fast x86 and x86-64 disassembler library.
PR:		ports/123627
Submitted by:	bf <bf2006a at yahoo.com>
2008-06-15 04:46:11 +00:00
Felippe de Meirelles Motta
a52cfb414e Perl interface to libev - high-performance event loop/event model with
lots of features. It is modelled (very losely) after libevent and the
Event perl module, but is faster, scales better and is more correct,
and also more featureful. And also smaller.

WWW: http://search.cpan.org/perldoc?EV

PR:		ports/124329
Submitted by:	Timofeev Vladimir <vovkasm@gmail.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 07:55:40 +00:00
Philippe Audeoud
5d05686fd3 This module deals with the examination of the namespace of Perl modules.
WWW: http://search.cpan.org/dist/Module-List/

PR:		ports/124422
Submitted by:	Oleg A. Mamontov <oleg at mamontov.net>
Approved by:	tabthorpe (mentor)
2008-06-10 05:55:16 +00:00
Thomas Abthorpe
4817786f94 Driver based class to calculate holidays in the Ukraine.
WWW:	http://pear.php.net/package/Date_Holidays_Ukraine/
2008-06-09 14:19:37 +00:00
Thomas Abthorpe
283e49497e Driver based class to calculate holidays in USA.
WWW:	http://pear.php.net/package/Date_Holidays_USA/
2008-06-09 14:17:57 +00:00
Thomas Abthorpe
5c33326531 Driver based class to calculate holidays in UNO.
WWW:	http://pear.php.net/package/Date_Holidays_UNO/
2008-06-09 14:16:25 +00:00
Thomas Abthorpe
81f8ac2047 Driver based class to calculate holidays in Sweden.
WWW:	http://pear.php.net/package/Date_Holidays_Sweden/
2008-06-09 14:15:11 +00:00
Thomas Abthorpe
2c52a1213e Driver based class to calculate holidays in Slovenia.
WWW:	http://pear.php.net/package/Date_Holidays_Slovenia/
2008-06-09 14:13:58 +00:00
Thomas Abthorpe
db5313808b Driver based class to calculate holidays in Romania.
WWW:	http://pear.php.net/package/Date_Holidays_Romania/
2008-06-09 14:12:34 +00:00
Thomas Abthorpe
ef4c79ed60 Driver based class to calculate birthdays of some members of the
PHP.net community.

WWW:	http://pear.php.net/package/Date_Holidays_PHPdotNet/
2008-06-09 14:11:37 +00:00
Thomas Abthorpe
9a6f22202a Driver based class to calculate holidays in Norway.
WWW:	http://pear.php.net/package/Date_Holidays_Norway/
2008-06-09 14:09:56 +00:00
Thomas Abthorpe
09c1fd908d Driver based class to calculate holidays in the Netherlands.
WWW:	http://pear.php.net/package/Date_Holidays_Netherlands/
2008-06-09 14:08:52 +00:00
Thomas Abthorpe
6859186d8e Driver based class to calculate holidays in Ireland.
WWW:	http://pear.php.net/package/Date_Holidays_Ireland/
2008-06-09 14:07:19 +00:00
Thomas Abthorpe
e68c65f225 Driver based class to calculate holidays in Iceland.
WWW:	http://pear.php.net/package/Date_Holidays_Iceland/
2008-06-09 14:06:10 +00:00
Thomas Abthorpe
016ce7c9c4 Driver based class to calculate holidays in Germany.
WWW:	http://pear.php.net/package/Date_Holidays_Germany/
2008-06-09 14:04:59 +00:00
Thomas Abthorpe
7f6779963e Driver based class to calculate holidays in England and Wales.
WWW:	http://pear.php.net/package/Date_Holidays_EnglandWales/
2008-06-09 14:03:52 +00:00
Thomas Abthorpe
e9831b4429 Driver based class to calculate Discordian holidays.
WWW:	http://pear.php.net/package/Date_Holidays_Discordian/
2008-06-09 14:02:45 +00:00
Thomas Abthorpe
6f7eb91b3c Driver based class to calculate holidays in Denmark.
WWW:	http://pear.php.net/package/Date_Holidays_Denmark/
2008-06-09 14:01:32 +00:00
Thomas Abthorpe
8abb9fc926 Driver based class to calculate holidays in Brazil.
WWW:	http://pear.php.net/package/Date_Holidays_Brazil/
2008-06-09 14:00:19 +00:00
Thomas Abthorpe
77df394b97 Driver based class to calculate holidays in Austria.
WWW:	http://pear.php.net/package/Date_Holidays_Austria/
2008-06-09 13:59:05 +00:00
Sergey Skvortsov
617571fc6b Add p5-MooseX-ClassAttribute 0.04, declare class attributes Moose-style. 2008-06-07 16:27:26 +00:00
Martin Wilke
fd6cba991e Implementation of Log::Dispatch::Configurator using YAML format.
WWW: http://search.cpan.org/dist/Log-Dispatch-Configurator-YAML/

PR:		ports/124260
Submitted by:	Oleg Mamontov <oleg at mamontov.net>
2008-06-05 21:53:31 +00:00
Sergey Skvortsov
c4bd2ebc14 Add p5-MooseX-Singleton 0.08, turn Moose class into a singleton. 2008-06-04 13:19:47 +00:00
Sergey Skvortsov
d25f8c7c56 Add p5-Sub-Identify 0.03, retrieve names of code references. 2008-06-04 08:35:39 +00:00
Martin Wilke
a9a06f674a CLAW is a C++ Library Absolutely Wonderful providing useful classes
from the simplest AVL binary search trees to the complex meta
programming tools, including image manipulation, a generic alpha-beta
algorithm, sockets implemented as std::stream and more

WWW: http://libclaw.sourceforge.net

PR:		ports/124236
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-06-03 20:05:21 +00:00
Felippe de Meirelles Motta
e71fd1fb0d Perl module libalarm allows multiple queued alarms. This module is an attempt to enhance Perl's built-in alarm/$SIG{ALRM} functionality.
WWW: http://search.cpan.org/~johnsca/libalarm-1.0/

PR:		ports/122253
Submitted by:	Mykola Marzhan <delgod@portaone.com>
Approved by:	araujo (mentor)
2008-06-03 02:40:57 +00:00
Thomas Abthorpe
6290a268a6 2008-06-01 devel/libffi-devel: Use devel/libffi instead
PR:		ports/123810
Submitted by:	maintainer
2008-06-02 15:28:56 +00:00
Henrik Brix Andersen
0760fd8c35 The functions exported by this module deal with runtime handling
of Perl modules, which are normally handled at compile time.

WWW: http://search.cpan.org/dist/Module-Runtime/

Approved by:	erwin (mentor)
2008-06-01 20:51:38 +00:00
Edwin Groothuis
5e72fdf201 subversion-devel and subversion-freebsd ports required
For the upcoming migration of the FreeBSD src repository from
    CVS to subversion, we need two ports to be created: subversion-devel
    -> this port will track subversion 1.5, until it is released
    -> according the to the subversion developers, we cannot make
    pre-release versions of subversion part of any official
    distributions: http://svn.haxx.se/dev/archive-2008-05/1096.shtml
    but, we need to get something going for people to use and test
    the new FreeBSD svn repository -> should use www/serf port if
    possible see PR 124059

    subversion-freesbd -> this will be based on subversion-devel,
    but with have some private patches from Peter Wemm available
    at: http://people.freebsd.org/~peter/

PR:		ports/124060
Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
2008-06-01 00:52:10 +00:00
Edwin Groothuis
27f86ba5c1 subversion-devel and subversion-freebsd ports required
Subversion is a version control system designed to be as
	similar to cvs(1) as possible, while fixing many outstanding
	problems with cvs(1).

	This version adds patches that at this time are specific
	to the needs of the FreeBSD Project src repository.  If you
	do not need to access that repository you will want to use
	devel/subversion.

	WWW: http://subversion.tigris.org/

PR:		ports/124060
Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
2008-06-01 00:31:29 +00:00
Martin Wilke
cc6c284eda A simple, fast, and easy to read binary data storage format.
It allows for comments and meta data as well.

WWW: http://search.cpan.org/~vvelox/ZML-0.5.1/

PR:		ports/123620
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2008-05-30 21:46:48 +00:00
Martin Wilke
d060d95b2f This port provides extra threading options including:
* Subclassable thread-related classes (such as locks)
* Read/Write locks

WWW: http://www.var-dev.net

PR:		ports/119737
Submitted by:	James Stapleton <fbsdporter at var-dev.net>
2008-05-30 20:11:11 +00:00
Brian Somers
ffca83ab4d Add jsl - a javascript lint tool. 2008-05-28 18:15:24 +00:00
Martin Wilke
55875deb6d PHP_UML is a reverse-engineering package that scans PHP files and directories,
and delivers an UML/XMI representation of the classes and packages found.

WWW: http://pear.php.net/package/PHP_UML/

PR:		ports/123935
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-05-27 13:38:24 +00:00
Edwin Groothuis
3b10b83254 [new port] devel/cvs-devel 1.12.13_8
Latest upstream/feature release, similar to Debian, see the
	ChangeLog excerpts available at
	http://cto.homelinux.net/usr/ports/devel/cvs-devel/ChangeLog page.

	This feature release/version, I think, would be quite useful
	for all those users who want to share and, or transfer their
	existing CVS repositories from Linux to FreeBSD machines.

PR:		ports/118033
Submitted by:	Balwinder S Dheeman <bdheeman@gmail.com>
2008-05-26 04:58:17 +00:00
Martin Wilke
44ad0aa5f9 Add Catalyst-Style Config To Your Class
WWW:	http://search.cpan.org/dist/Class-Data-ConfigHash/

PR:		ports/123816
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-05-24 17:12:36 +00:00
Edwin Groothuis
6ec7d6368c 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 06:39:32 +00:00
Rong-En Fan
e8ee15a6a1 2008-05-10 devel/swig11: use devel/swig13 instead, last release of 1.1 was 8 years ago 2008-05-21 09:10:35 +00:00
Li-Wen Hsu
2849f1f022 devel/php-Net_Gearman -> devel/pear-Net_Gearman
PR:		ports/123739
2008-05-19 23:10:16 +00:00
Cheng-Lung Sung
222b9e3f6a JCC is a C++ code generator for producing the glue code necessary to call
into Java classes from CPython via Java's Native Invocation Interface (JNI).

JCC generates C++ wrapper classes that hide all the gory details of JNI
access as well Java memory and object reference management.

JCC generates CPython types that make these C++ classes accessible from a
Python interpreter. JCC attempts to make these Python types pythonic by
detecting iterators and property accessors. Iterators and mappings may
also be declared to JCC.

WWW: http://pypi.python.org/pypi/JCC/
2008-05-19 05:21:51 +00:00
Beech Rintoul
31530afdbe - New port svntrac
- Slave port based on devel/cvstrac that implements Trac-like
  functionality for the Subversion SCM system.

PR:		ports/123651
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-05-19 02:48:36 +00:00
Beech Rintoul
91b00c137b - New port gittrac: Web-Based Bug And Patch-Set Tracking System For Git
- Slave port based on devel/cvstrac that implements Trac-like
  functionality for the Git SCM system.

PR:		ports/123565
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-05-19 02:07:50 +00:00
Martin Wilke
09c62f1948 AVCE00 is an Open Source ANSI-C library that makes Arc/Info (binary) Vector
Coverages appear as E00! It allows you to read and write binary coverages
just as if they were E00 files.

The C library can be easily plugged into existing E00 translators to add
support for binary coverages simply by replacing your existing translator's
read/write function with the functions provided by the library.

WWW: http://avce00.maptools.org/avce00/

PR:		ports/123412
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-05-18 00:06:25 +00:00
Martin Wilke
623bf7b059 E00Compr is an Open Source ANSI-C library to compress and uncompress
Arc/Info Export (E00) files. It can be easily plugged into existing E00
translators to add support for compressed E00 files simply by replacing
the existing translator's read/write function by the E00ReadNextLine()
and E00WriteNextLine() functions provided by the library.

WWW: http://avce00.maptools.org/e00compr/

PR:		ports/123396
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-05-18 00:04:19 +00:00
Ade Lovett
2efde3c205 Introduce autoconf 2.62, which can now be used by other ports with the
appropriate USE_AUTOTOOLS stanza.

Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place
at a later date.
2008-05-17 19:42:22 +00:00
Martin Wilke
1345d56b2e pecl-mcve is a Interface for the MCVE/Monetra API
(libmonetra [formerly libmcve]), allowing you to
work directly with MCVE/Monetra from your PHP
scripts. Monetra is Main Street Softworks' solution
to direct credit card processing for Unix.

WWW:   http://pecl.php.net/package/mcve/

PR:		ports/123665
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-05-16 18:56:52 +00:00
Rong-En Fan
298b0e0a73 - Remove devel/swigruby
2008-05-10 devel/swigruby: use devel/swig13 instead, last release was 8 years ago
2008-05-11 07:52:17 +00:00
Andrew Pantyukhin
b9b5b02aa2 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 15:25:01 +00:00
Beech Rintoul
cfc600a6c0 tclxml-libxml2
TclXML is an API for parsing XML documents using the Tcl scripting
language. It is also a package with several parser implementations.
The goal of the TclXML package is to provide an API for Tcl scripts
that allows "Plug-and-Play" parser implementations; ie. an application
will be able to use different parser implementations without change
to the application code.

PR:		ports/123163
Submitted by:	Frank Fenor
2008-05-05 15:03:02 +00:00
Beech Rintoul
665867f4fd Add tclxml-expat , API for parsing XML documents using Tcl.
TclXML is an API for parsing XML documents using the Tcl scripting
language. It is also a package with several parser implementations.
The goal of the TclXML package is to provide an API for Tcl scripts
that allows "Plug-and-Play" parser implementations; ie. an application
will be able to use different parser implementations without change
to the application code.
2008-05-05 14:59:21 +00:00
Martin Wilke
a3129aeef9 rcov is (mainly) a code coverage tool for Ruby featuring fast execution
(20-300 times faster than previous tools), multiple analysis modes,
cross-referenced XHTML and several kinds of text reports, easy automation
with Rake and Rant...

WWW: http://rubyforge.org/projects/rcov/

PR:		ports/122806
Submitted by:	Steven Kreuzer
2008-04-29 19:04:11 +00:00
Yen-Ming Lee
3813c9112c - add sdlconsole-2.1
SDL_Console is a drop down console that can be easily added to any SDL
application. It is similar to Quake and other games consoles. A console
gives you the ability to interact with your program in an easy way by
executing predefined commands. You can also have more than one console
at a time.

WWW: http://wacha.ch/wiki/sdlconsole/
2008-04-28 07:23:20 +00:00
Martin Wilke
c0eadcb971 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 09:29:44 +00:00
Martin Wilke
8b4f1a6829 This is an 'abstract' package, it provides the base framework for applications
like CodeGen_PECL.

WWW: http://pear.php.net/package/CodeGen/

PR:		ports/120012
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-04-26 15:04:46 +00:00
Beech Rintoul
69518a5a4f - New port p5-SVN-Notify-Filter-Watchers-0.03
This Perl module implements a Subversion property to control
SVN::Notify commit message subscriptions.

PR:		ports/122990
Submitted by:	Greg Larkin <glarkin at sourcehosting.net> (maintainer)
2008-04-23 02:01:11 +00:00
Beech Rintoul
335e481602 - New port p5-SVN-Notify-Filter-Markdown-0.01
This Perl module converts SVN::Notify log messages from Markdown
format to HTML.

PR:		ports/122987
Submitted by:	Greg Larkin <glarkin at sourcehosting.net> (maintainer)
2008-04-22 21:57:01 +00:00
Emanuel Haupt
39ea63ff49 Add p5-Eval-Context 0.06, evalute perl code in context wraper. 2008-04-22 15:26:32 +00:00