Commit graph

3116 commits

Author SHA1 Message Date
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