non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Sunday, 7 Sep 2008
|
04:18 chinsan
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/
|
02:46 chinsan
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/
|
02:08 chinsan
Add p5-Test-TempDir, provides temporary directory creation with testing in
mind.
WWW: http://search.cpan.org/dist/Test-TempDir/
|
02:03 chinsan
Add p5-File-Path, create or remove directory trees.
WWW: http://search.cpan.org/dist/File-Path/
|
Saturday, 6 Sep 2008
|
21:14 miwi
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>
|
Friday, 5 Sep 2008
|
09:24 tobez
Add devel/p5-Every, a Perl module that provides a function that returns
true every N cycles or S seconds.
|
09:15 tobez
Add devel/p5-Devel-Callsite, a Perl module to get current callsite and
interpreter context.
|
Wednesday, 3 Sep 2008
|
12:28 lbr
New port: devel/p5-Devel-GlobalDestruction, Expose PL_dirty, the flag which
marks global destruction
|
03:37 kuriyama
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).
|
Tuesday, 2 Sep 2008
|
15:42 mat
Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI
interfaces.
|
15:13 mat
Add libphk-0.3, PHK's utilities functions.
|
Saturday, 30 Aug 2008
|
18:12 chinsan
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/
|
18:05 chinsan
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/
|
15:59 chinsan
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/
|
15:13 chinsan
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/
|
14:50 chinsan
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/
|
14:39 chinsan
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/
|
14:08 chinsan
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/
|
Wednesday, 27 Aug 2008
|
17:51 amdmi3
- 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
|
16:49 flz
Hook up devel/mono-addins to the build.
|
Tuesday, 26 Aug 2008
|
13:53 makc
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)
|
12:35 miwi
- Connect devel/subcommander2 to the build
|
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Monday, 18 Aug 2008
|
15:41 brooks
Add an llvm snapshot port including clang. The current snapshot is as of
2008-08-05.
|
Saturday, 16 Aug 2008
|
14:43 skv
Add p5-Devel-Declare 0.001011, declare subroutines.
|
11:25 skv
Add p5-Test-Memory-Cycle 1.04, check for memory leaks and circular
memory references.
|
Thursday, 14 Aug 2008
|
14:41 skv
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>
|
Saturday, 9 Aug 2008
|
16:52 miwi
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!
|
Thursday, 7 Aug 2008
|
22:55 miwi
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>
|
Wednesday, 6 Aug 2008
|
15:34 miwi
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>
|
13:35 miwi
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>
|
10:25 amdmi3
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)
|
Monday, 4 Aug 2008
|
23:30 miwi
- 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
|
Wednesday, 30 Jul 2008
|
14:54 pgollucci
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)
|
10:53 bms
Add new port kBuild: a gmake-based build system used by VirtualBox and others
|
Tuesday, 29 Jul 2008
|
06:09 vanilla
Add zmq 0.2, open source message queue optimised for performance.
PR: ports/126011
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Monday, 28 Jul 2008
|
21:25 joerg
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.
|
00:55 lbr
New port: devel/p5-MooseX-Daemonize, Role for daemonizing your Moose based
application
|
00:54 lbr
New port: devel/p5-MooseX-Types-Path-Class, A Path::Class type library for Moose
|
00:54 lbr
New port: devel/p5-MooseX-Types, Organise your Moose types in libraries
|
00:53 lbr
New port: devel/p5-MooseX-Getopt, A Moose role for processing command line
options
|
00:53 lbr
New port: devel/p5-Getopt-Long-Descriptive, Getopt::Long with usage text
|
Sunday, 27 Jul 2008
|
20:36 lbr
New port: devel/p5-MooseX-POE, The Illicit Love Child of Moose and POE
|
20:35 lbr
New port: devel/p5-MooseX-Async, The Orphanange of Asynchronous Love Children
|
19:42 lbr
New port: devel/p5-MooseX-AttributeHelpers, Extend your attribute interfaces
|
Saturday, 26 Jul 2008
|
07:59 edwin
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>
|
07:55 edwin
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>
|
Friday, 25 Jul 2008
|
22:51 miwi
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>
|
22:50 miwi
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>
|
19:54 glarkin
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)
|
09:05 gahr
- New port: p5-Sys-MemInfo
Get information about memory and swap usage from perl
PR: 125944
Submitted by: terry@sucked-in.com
|
08:12 gahr
- New port: p5-Sys-Cpu
Obtain CPU information from a perl script
PR: 125947
Submitted by: terry@sucked-in.com
|
Wednesday, 23 Jul 2008
|
08:06 lbr
New port: devel/p5-Mouse, Moose minus the antlers
|
08:05 lbr
New port: devel/p5-Class-Method-Modifiers, Provides Moose-like method modifiers
|
08:04 lbr
New port: devel/p5-namespace-clean, Keep imports and functions out of your
namespace
|
Tuesday, 22 Jul 2008
|
20:49 timur
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.
|
Monday, 21 Jul 2008
|
19:53 glarkin
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>
|
Saturday, 19 Jul 2008
|
20:05 miwi
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>
|
Friday, 18 Jul 2008
|
16:05 miwi
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>
|
13:13 miwi
- Drop devel/py-gmpy to math/
Suggested by: lwhsu
|
12:46 miwi
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>
|
12:41 miwi
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>
|
12:38 miwi
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>
|
12:35 miwi
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>
|
12:34 miwi
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>
|
11:13 miwi
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>
|
10:55 miwi
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>
|
Wednesday, 9 Jul 2008
|
20:25 beech
- 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>
|
07:29 vanilla
Add protobuf, it's google's interchange format library.
|
Monday, 7 Jul 2008
|
16:07 miwi
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>
|
Thursday, 3 Jul 2008
|
16:40 skv
Add p5-Date-Calc-Iterator 1.00, iterate over a range of dates.
|
07:34 beech
- 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>
|
Monday, 30 Jun 2008
|
10:00 lev
(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.
|
Sunday, 29 Jun 2008
|
14:08 amdmi3
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)
|
Saturday, 28 Jun 2008
|
22:35 miwi
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>
|
15:53 miwi
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>
|
14:57 miwi
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
|
14:56 miwi
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>
|
Tuesday, 24 Jun 2008
|
11:04 amdmi3
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)
|
Monday, 23 Jun 2008
|
10:38 miwi
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>
|
Sunday, 22 Jun 2008
|
20:11 amdmi3
- Remove devel/dumb (dumb moved to audio/)
PR: ports/124502
Submitted by: myself
Approved by: miwi (mentor)
|
02:43 chinsan
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/
|
Saturday, 21 Jun 2008
|
09:56 miwi
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>
|
Friday, 20 Jun 2008
|
16:53 miwi
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
|
13:20 miwi
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>
|
13:07 miwi
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
|
09:32 amdmi3
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)
|
Thursday, 19 Jun 2008
|
00:20 miwi
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>
|
Tuesday, 17 Jun 2008
|
01:55 lippe
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)
|
Monday, 16 Jun 2008
|
20:10 tdb
Statgrab for Ruby contains a set of Ruby bindings to the libstatgrab
portable system statistics library.
WWW: http://statgrab.rubyforge.org/
|
Sunday, 15 Jun 2008
|
11:47 lwhsu
Add py-ptrace 0.3, python binding of ptrace.
|
04:46 lwhsu
Add distorm 1.7.29, fast x86 and x86-64 disassembler library.
PR: ports/123627
Submitted by: bf <bf2006a at yahoo.com>
|
Saturday, 14 Jun 2008
|
07:55 lippe
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)
|
Tuesday, 10 Jun 2008
|
05:55 jadawin
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)
|
Monday, 9 Jun 2008
|
14:19 tabthorpe
Driver based class to calculate holidays in the Ukraine.
WWW: http://pear.php.net/package/Date_Holidays_Ukraine/
|
14:17 tabthorpe
Driver based class to calculate holidays in USA.
WWW: http://pear.php.net/package/Date_Holidays_USA/
|
14:16 tabthorpe
Driver based class to calculate holidays in UNO.
WWW: http://pear.php.net/package/Date_Holidays_UNO/
|
14:15 tabthorpe
Driver based class to calculate holidays in Sweden.
WWW: http://pear.php.net/package/Date_Holidays_Sweden/
|
14:13 tabthorpe
Driver based class to calculate holidays in Slovenia.
WWW: http://pear.php.net/package/Date_Holidays_Slovenia/
|
14:12 tabthorpe
Driver based class to calculate holidays in Romania.
WWW: http://pear.php.net/package/Date_Holidays_Romania/
|
Number of commits found: 11319 (showing only 100 on this page) |