This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
You can parse full date + times, or just the date. In both cases a datetime
instance is returned but with missing times defaulting to 0, and missing
days / months defaulting to 1.
WWW: https://bitbucket.org/micktwomey/pyiso8601
ANTLR, ANother Tool for Language Recognition, is a language tool that
provides a framework for constructing recognizers, interpreters, compilers,
and translators from grammatical descriptions containing actions in a
variety of target languages. ANTLR provides excellent support for tree
construction, tree walking, translation, error recovery, and error
reporting.
This package provides the ANTLR v3 C runtime library.
PR: 191470
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Wraps the best JSON installed, falling back on an internal simplejson.
Features:
* Loads whichever is the fastest JSON module installed
* Falls back on built in pure-python simplejson, just in case.
* Proper API (loads(), dumps())
* Verndorizable
* Supports Python 2.5-3.2 out of the box
WWW: https://github.com/kennethreitz/omnijson
Euca2ools are command line tools used to interact with Amazon Web
Services (AWS) as well as other services that are compatible with AWS,
such as Eucalyptus. They aim to use the same input as similar tools
provided by AWS for each service individually along with several
enhancements that make them easier to use against both AWS and
Eucalyptus.
Euca2ools provide the functionality of AWS's REST-based and Query-based
APIs for the following services:
- Auto Scaling (commands start with "euscale")
- CloudFormation (commands start with "euform")
- CloudWatch (commands start with "euwatch")
- EC2 (commands start with "euca")
- Elastic Load Balancing (commands start with "eulb")
- IAM (commands start with "euare")
WWW: https://github.com/eucalyptus/euca2ools
doit comes from the idea of bringing the power of build-tools to execute
any kind of task.
A task describes some computation to be done (actions), and contains some
extra meta-data. Actions:
* can be external programs (executed as shell commands) or python
functions.
* a single task may define more than one action.
WWW: http://pydoit.org
The lazy module provides a decorator to create lazy attributes. A lazy
attribute is a computed attribute that is evaluated only once, the first
time it is used. Subsequent uses return the results of the first call.
WWW: https://pypi.python.org/pypi/lazy
Unipath is an object-oriented front end to the file/directory functions
scattered throughout several Python library modules.
It's based on Jason Orendorff's path.py but does not adhere as strictly to the
underlying functions' syntax, in order to provide more user convenience and
higher-level functionality.
Unipath is stable, well-tested, and has been used in production since 2008.
WWW: https://github.com/mikeorr/Unipath
Pympler is a development tool to measure, monitor and analyze the memory
behavior of Python objects in a running Python application.
By pympling a Python application, detailed insight in the size and the lifetime
of Python objects can be obtained. Undesirable or unexpected runtime behavior
like memory bloat and other "pymples" can easily be identified.
WWW: https://github.com/pympler/pympler
This port was removed in September 2010 because the project (python VCS)
had been abandoned for at least 3 years. The submitter adopted the
project and updated it without changing the version number (hence the
port revision bump). The submitter naturally becomes the new maintainer.
Psyco support has been removed since psyco report no longer exists.
PR: 188995
Submitted by: Chris Hutchison
SWIG is a software development tool that connects programs written in C and C++
with a variety of high-level programming languages. SWIG is used with different
types of target languages including common scripting languages such as
Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages
also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro
CL, CFFI, UFFI), D, Go language, Java, Lua, Modula-3, OCAML, Octave and R. Also
several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket,
Chicken) are supported. SWIG is most commonly used to create high-level
interpreted or compiled programming environments, user interfaces, and as a tool
for testing and prototyping C/C++ software. SWIG is typically used to parse
C/C++ interfaces and generate the 'glue code' required for the above target
languages to call into the C/C++ code. SWIG can also export its parse tree in
the form of XML and Lisp s-expressions.
WWW: http://www.swig.org/
utf8cpp is a C++ library for handling UTF-8 strings.
It is also a requirement for updating finance/ledger.
PR: 191297
Submitted by: Keith Gaughan <k@stereochro.me>
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
jaraco.util contains a number of nominally useful, reusable classes and
functions.
They're designed to be intuitively named and self-documenting (many with
extensive doctests).
WWW: https://pypi.python.org/pypi/jaraco.util
2014-06-12 databases/py-cmemcache: Deprecated upstream
2014-06-13 games/mangos: Broken for more than 6 months
2014-06-14 lang/clojure-contrib: monolithic contrib library is obsolete
2014-06-14 devel/bzapi: Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST
convert Python code to cron syntax. You can easily manage your cron jobs
with Plan like a charm. It is designed for elegancy and writing cron jobs
with as little amount of code as possible. It's extensible but comes with
serveral good useful job types out of the box.
WWW: https://github.com/fengsp/plan
PR: ports/190948
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
WWW: https://github.com/mitsuhiko/click
PR: ports/190947
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
The port had been essentially unmaintained since 2006 and was removed
three years ago. It needs some TLC to bring it up to modern standards.
Pass maintainership to submitter.
PR: 189010
Submitted by: Chris Hutchinson
Add'l fixes by: marino
It seems that this port was killed for not having publically available
distfiles, but from what I can tell, this was always a distfile-free
port, meaning that it was removed in error.
The PR to bring it back did not provide the required stage support, but
luckily that was trivial to add. Differences from the previous version:
* pkg-descr rewrapped
* whitespace removed from awk script (caused PORTREVISION bump)
* Header trimmed
* NOMAN definition removed
* CP+REINPLACE_CMD replaced with SED and moved to post-extract target
* Stage support
* Maintenance passed to PR submitter
PR: 189009
Submitted by: Chris Hutchinson
Tweaks by: marino
PkgConfig provides a pure-perl, core-only replacement for the pkg-config
utility.
This is not a description of the uses of pkg-config but rather a description of
the differences between the C version and the Perl one.
While pkg-config is a compiled binary linked with glib, the pure-perl version
has no such requirement, and will run wherever Perl ( >= 5.6 ) does.
The main supported options are the common --libs, --cflags, --static, --exists
and --modversion.
WWW: http://search.cpan.org/dist/PkgConfig/
Compatibility is not maintained between love 0.x branches, so separate port is needed to run applications written for love 0.8. Currently there's at least one such application known: mari0 - cross between Super Mario Bros and Valve's Portal.
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm
automated test framework for C++ and Objective-C (and, maybe, C). It is
implemented entirely in a set of header files, but is packaged up as a single
header for extra convenience.
WWW: https://github.com/philsquared/Catch
bounded by linear constraints. Supported operations on sets include
intersection, union, set difference, emptiness check, convex hull,
(integer) affine hull, integer projection, computing the lexicographic
minimum using parametric integer programming, coalescing and parametric
vertex enumeration. It also includes an ILP solver based on generalized
basis reduction, transitive closures on maps (which may encode infinite
graphs), dependence analysis and bounds on piecewise step-polynomials.
WWW: http://isl.gforge.inria.fr/
PR: ports/187143
Submitted by: Gea-Suan Lin <gslin@gslin.org>
- While I'm here:
- Convert to new options helper
- Use USE_PHP=apc
php-memoize is a PHP extension which transparently caches PHP functions, much
like Perl's Memoize module.
It comes with the following storage modules which can be enabled at compile
time:
- memory: Simple per-request module with no dependencies.
Since this is a per-request cache, neither TTLs specified in the
`memoize()` call or `memoize.default_ttl` are used.
- memcached: Uses libmemcached or the memcached PHP extension
- apc: Uses the APC PHP extension
WWW: http://pecl.php.net/package/memoize
PR: ports/190098
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Gradle is build automation evolved.
Gradle can automate the building, testing, publishing, deployment and more of
software packages or other types of projects such as generated static websites,
generated documentation or indeed anything else.
Gradle combines the power and flexibility of Ant with the dependency management
and conventions of Maven into a more effective way to build. Powered by a Groo-
vy DSL and packed with innovation, Gradle provides a declarative way to descri-
be all kinds of builds through sensible defaults. Gradle is quickly becoming
the build system of choice for many open source projects, leading edge enterpr-
ises and legacy automation challenges.
WWW: http://www.gradle.org/
PR: ports/189858
Submitted by: Gasol Wu <gasol.wu@gmail.com>