Commit graph

3294 commits

Author SHA1 Message Date
Martin Wilke
ef59d737d4 py-demjson provides classes and functions for encoding or decoding
data represented in the language-neutral JSON format (which is often
used as a simpler substitute for XML in Ajax web applications). This
implementation tries to be as compliant to the JSON specification (RFC
4627) as possible, while still providing many optional extensions to
allow less restrictive JavaScript syntax. It includes complete Unicode
support, including UTF-32, BOM, and surrogate pair processing. It can
also support JavaScript's NaN and Infinity numeric types as well as
it's 'undefined' type. It also includes a lint-like JSON syntax
validator which tests JSON text for strict compliance to the standard.

WWW:	http://deron.meranda.us/python/demjson/

PR:		ports/129711
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-22 21:19:26 +00:00
Thomas Abthorpe
28d75a6d5d This module simplifies management of GNU gettext .po files and is
an alternative to using emacs po-mode. It provides an object-oriented
interface in which each entry in a .po file is a Locale::PO object.
2008-12-22 20:19:05 +00:00
Gabor Pali
247cc9d9d1 A small, efficient and portable Haskell regex library for Perl 5
compatible regular expressions.

The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5.

WWW: http://code.haskell.org/~dons/code/pcre-light

PR:		ports/129683
Submitted by:	pgj
Approved by:	miwi
2008-12-21 11:41:49 +00:00
Gabor Pali
6699c8483c Efficient, pure binary serialisation using lazy ByteStrings. Haskell
values may be encoded to and from binary formats, written to disk as
binary, or sent over the network. Serialisation speeds of over 1 G/sec
have been observed, so this library should be suitable for high
performance scenarios.

WWW: http://code.haskell.org/binary/

PR:		ports/129678
Submitted by:	pgj
Approved by:	miwi
2008-12-21 11:23:18 +00:00
Mark Linimon
2f211834fd Remove devel/hs-fps: all features are merged into the current GHC compilers.
PR:		ports/129633
Submitted by:	pgj
Approved by:	maintainer's ports bit being returned for safekeeping
2008-12-19 02:52:33 +00:00
Martin Wilke
0063414f56 The Traits project is at the center of all Enthought Tool Suite
development and has changed the mental model used at Enthought for
programming in the already extremely efficient Python programming
language.

The Traits project allows Python programmers to use a special kind
of type definition called a trait, which gives object attributes
some additional characteristics, such as Initialization, Validation,
Delegation, Notification and Visualization.

A class can freely mix trait-based attributes with normal Python
attributes, or can opt to allow the use of only a fixed or open set
of trait attributes within the class. Trait attributes defined by
a classs are automatically inherited by any subclass derived from
the class.

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

PR:		ports/129589
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-14 10:40:57 +00:00
Martin Wilke
090297cdcd The EnthoughtBase project includes a few core packages that are used by
many other projects in the Enthought Tool Suite:

*enthought.etsconfig: Supports configuring settings that need to be
shared across multiple projects or programs on the same system. Most
significant of these is the GUI toolkit to be used. You can also
configure locations for writing application data and user data, and the
name of the company responsible for the software (which is used in the
application and user data paths on some systems).
*enthought.logger: Provides convenience functions for creating
logging handlers.
*enthought.util: Provides miscellaneous utility functions.

WWW:	http://code.enthought.com/projects/enthought_base.php

PR:		ports/129583
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-14 10:40:22 +00:00
Martin Wilke
ceccb4399f 2008-09-19 devel/hs-buddha: Has been broken for more than 6 months
2008-09-19 devel/hs-tclhaskell-ghc: Has been broken for more than 6 months
2008-09-19 devel/pear-apd: Has been broken for more than 6 months
2008-12-13 16:44:03 +00:00
Cheng-Lung Sung
86c5e741ad - add googlemock, Google C++ Mocking Framework 2008-12-12 05:17:52 +00:00
Alex Dupre
a74197d16f Add php5 json extension. 2008-12-11 08:54:19 +00:00
Pav Lucistnik
7c3b8a611a Restore 2008-12-09 12:25:52 +00:00
Pav Lucistnik
43ddddaff2 Revert temporarily to 1.3195 and remove php5-pcre (for the tag slip) 2008-12-09 12:25:27 +00:00
Pav Lucistnik
8e233735ed Finish removal of php5-pcre 2008-12-08 00:58:10 +00:00
Jung-uk Kim
1479c411fb It's often useful to be able to make real-mode x86 BIOS calls from userland.
Linux lrmi provides a simple interface to this for i386 machines, but this
doesn't help on other platforms.  libx86 provides the Linux lrmi interface,
but will also run on platforms such as amd64 and alpha.

WWW: http://www.codon.org.uk/~mjg59/libx86/
2008-12-06 00:40:05 +00:00
Yen-Ming Lee
748a1754a9 - add Data::Stream::Bulk 0.03
This module tries to find middle ground between one at a time and all at
once processing of data sets.

The purpose of this module is to avoid the overhead of implementing an
iterative api when this isn't necessary, without breaking forward
compatibility in case that becomes necessary later on.

The API optimizes for when a data set typically fits in memory and is
returned as an array, but the consumer cannot assume that the data set is
bounded.

The API is destructive in order to minimize the chance that resultsets are
leaked due to improper usage.

WWW: http://search.cpan.org/dist/Data-Stream-Bulk/
2008-12-04 18:17:27 +00:00
Martin Wilke
2d23174bfc Data::Uniqid provides three simple routines for generating unique ids. These ids
are coded with a Base62 systen to make them short and handy (e.g. to use it as
part of a URL).

PR:		ports/129265
Submitted by:	Sergey V. Dyatko <sergey.dyatko at gmail.com>
2008-12-01 21:19:23 +00:00
Martin Wilke
0859e46a43 Module::Starter::Plugin::TT2 - allows the use of TT2 to render templates
This module is a plugin for Module::Starter, and allows the use of TT2 to
render templates.

WWW: http://search.cpan.org/dist/Module-Starter-Plugin-TT2/

PR:		ports/129008
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-11-29 21:43:27 +00:00
Martin Wilke
bf3b6e8e47 zope.testing is a package provides a number of testing
frameworks. It includes a flexible test runner, and
supports both doctest and unittest.

WWW: http://www.python.org/pypi/zope.testing

PR:		ports/129157
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-29 21:06:02 +00:00
Martin Wilke
1efa109fa9 This package implements functions, analogous to those from Data.List, to
create and manipulate infinite lists: data Stream a = Cons a (Stream a).
It provides alternative definitions for those Prelude functions that make
sense on such streams.

WWW: http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/

PR:		ports/129215
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-11-29 21:02:00 +00:00
Anton Berezin
3f2cacfa8f Add devel/p5-Sys-RunAlways 0.04, a Perl module that makes sure there is
always one invocation of a script active.
2008-11-27 12:42:56 +00:00
Anton Berezin
95f7d92b3a Add devel/p5-Sys-RunAlone 0.08, a Perl module that makes sure only one
invocation of a script is active at a time.
2008-11-27 12:42:00 +00:00
Dirk Meyer
50c54b34ed - connect onigurama5 after repocopy 2008-11-26 20:07:05 +00:00
Lars Thegler
05a0455270 Add p5-Test-WWW-Mechanize-CGI 0.1, test CGI applications with
Test::WWW::Mechanize.
2008-11-25 15:34:53 +00:00
Dirk Meyer
5c4987ca2d CoreObject is a framework for describing and organizing model objects, with
automatic persistence and versioning by recording messages sent to objects. It
offers a flexible versioning scheme where both individual objects and their
entire object graph can be versioned separately. The built-in object model is a
generalization of the property model used by the AddressBook framework. Foreign
model objects can be also integrated by wrapping them with a special proxy.
CoreObject uses the EtoileSerialize framework which, in many cases, allows
objects and messages to be automatically serialized with no extra code being
written.

WWW: http://www.etoile-project.org/
2008-11-24 18:13:00 +00:00
Dirk Meyer
7a5868e5cb This collection of classes is used by CoreObject to perform serialization
and deserialization of arbitrary objects.

So far, serialization and deserialization work for all simple types, object,
selectors and classes. Arrays and structures are believed to work, however
arrays containing structures and vice versa have not been tested.

WWW: http://www.etoile-project.org/
2008-11-24 18:09:46 +00:00
Martin Wilke
d01cd12662 libFIRM provides a graph-based intermediate representation (IR), which operates
exclusively in SSA-form, starting at IR construction until assembler code
emission.  It offers many analyses and optimizations, provides extensive debug
support and includes a backend framework.

* analyses: dominance, loop tree, execution frequency, control dependencies,
  call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant folding,
  local common subexpression elimination, arithmetic identities (happens on the
  fly), unreachable code elimination, global common subexpression elimination,
  code placement, strength reduction, scalar replacement, if-conversion,
  load/store optimization, control flow optimizations, reassociation, partial
  condition evaluation, tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node creation,
  entity creation, graph dumping
* lowering of intrinsics, double word arithmetics, bitfields
* generic backend features:
  * novel SSA based register allocator
  * several SSA copy coalescing and spilling algorithms
  * algorithms for instruction and basic block scheduling
* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
* handwritten recursive descent C89/C99 frontend available (lang/cparser)

WWW: http://libfirm.org/

PR:		ports/129070
Submitted by:	Christoph Mallon <christoph.mallon at gmx.de>
2008-11-23 22:56:50 +00:00
Martin Wilke
50d56fa80c IO::TieCombine - produce tied (and other) separate but combined variables.
WWW: http://search.cpan.org/dist/IO-TieCombine
2008-11-23 16:35:41 +00:00
Martin Wilke
6bb3f7b978 This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:19:56 +00:00
Martin Wilke
76dc8c82d3 This driver renders an HTML form to let the user easily sort the datagrid,
using multiple fields and directions. It uses the HTML_Quickform package.

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

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:17:21 +00:00
Martin Wilke
916ab98a63 This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:14:41 +00:00
Martin Wilke
c51367b134 Renderer driver for pear-Structures_DataGrid that generates the XML string
for a XUL listbox.

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

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:14:11 +00:00
Martin Wilke
bee59b90be A UTF8 layer for IO and Strings. The utf8-string package
provides operations for encoding UTF8 strings to Word8 lists
and back, and for reading and writing UTF8 without truncation.

WWW:	http://code.haskell.org/utf8-string/

PR:		ports/129049
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-11-23 08:23:25 +00:00
Martin Wilke
38198c7fd2 Shibboleth 2.x relies on OpenSAML 2, which in turn requires this
lower-level library that provides a higher level interface to XML
processing, particularly in light of signing and encryption.

WWW: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C

PR:		ports/127326
Submitted by:	Janos Mohacsi
2008-11-22 15:15:27 +00:00
Martin Wilke
89102a6fba Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.

Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.

WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/

PR:		ports/129004
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-11-21 20:48:41 +00:00
Martin Wilke
a4bb32a2aa This module creates compile-time constants in the manner of
constant.pm, but makes them local to the enclosing scope.

WWW:	http://search.cpan.org/dist/constant-lexical/

PR:		ports/128900
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-21 20:45:41 +00:00
Martin Wilke
4f9a4470e1 This module provides one function, delete_sub, that deletes the
subroutine whose name is passed to it. (To load the module without
importing the function, write use Sub::Delete();.)

This does more than simply undefine the subroutine in the manner of
undef &foo, which leaves a stub that can trigger AUTOLOAD (and,
consequently, won't work for deleting methods). The subroutine is
completely obliterated from the symbol table (though there may be
references to it elsewhere, including in compiled code).

WWW:	http://search.cpan.org/dist/Sub-Delete/

PR:		ports/128899
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-21 20:44:48 +00:00
Martin Wilke
d360c82ddc Module::Starter::Plugin::SimpleStore
This is a set of simple plugins for Module::Starter to provide methods of
retrieving templates.

WWW: http://search.cpan.org/dist/Module-Starter-Plugin-SimpleStore

PR:		ports/129007
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-11-21 20:29:21 +00:00
Dmitry Marakasov
eb3394b69e A faster implementation of hgk using pygtk/pyqt4. Its primary purpose
was to be able to browse the linux kernel mercurial repository.

WWW: http://www.logilab.org/project/name/hgview/
2008-11-21 13:46:17 +00:00
Cheng-Lung Sung
d0325d592b - A Pure Perl interface to Git repositories 2008-11-21 03:04:34 +00:00
Li-Wen Hsu
1ac6f0e9c4 Add p5-IO-BufferedSelect 1.0, line-buffered select interface.
PR:		ports/128970
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-11-19 20:30:33 +00:00
Dmitry Marakasov
89de9a2fb4 "SilentBob" is a tool to help a programmer/team manager to digest
and comprehend either a simple program or a big source code tree
based on the source code by presenting the code in a searcheable
and tagged way.

It helps to speed up the learning curve and to make it more convenient
to get hands on a code from somebody, or also is convenient to
browse your own projects.

It includes functionality from such tools as: ctags, cscope and
ctree, but it is faster than any of them, and is offering the
features in one package.

In some way it can be viewed as a superset of ctags, cscope and
ctree.

WWW:	http://silentbob.sourceforge.net/

PR:		128969
Submitted by:	TAKATSU Tomonari <tota at rtfm dot jp>
2008-11-19 14:01:19 +00:00
Anton Berezin
e547d8a9ef Add devel/p5-File-Dir-Dumper, a Perl module to dump directory
structures' meta-data.

PR:		128955
Submitted by:	Anatoliy Dmytriyev <tolid@tolid.eu.org>
2008-11-18 10:39:53 +00:00
Cheng-Lung Sung
bb0c044ece - A XS based replacement for Class::Accessor::Fast. 2008-11-18 02:31:33 +00:00
Martin Wilke
b200f950c3 libburnia is a project for reading, mastering and writing optical
discs. Currently it is comprised of libraries named libisofs,
libburn, libisoburn, a cdrecord emulator named cdrskin, and an
integrated multi-session tool named xorriso.

WWW: http://libburnia-project.org/

PR:		ports/128795
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2008-11-15 22:05:39 +00:00
Martin Wilke
9e004140e9 libburnia is a project for reading, mastering and writing optical
discs. Currently it is comprised of libraries named libisofs,
libburn, libisoburn, a cdrecord emulator named cdrskin, and an
integrated multi-session tool named xorriso.

WWW: http://libburnia-project.org/

PR:		ports/128794
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2008-11-15 22:05:07 +00:00
Martin Wilke
a48708961e This is a short script you can run from within an existing git
repository to create a remote repo on Github using a previously
created account. This does not create Github accounts (and that
violates the terms of service).

WWW:	http://search.cpan.org/dist/github_creator/

PR:		ports/128876
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-15 21:41:00 +00:00
Martin Wilke
971587b290 I wrote this module as an example of both using closures and using
File::Find. Students are always asking me what closures are good for,
and here's some examples. The functions mostly stand alone (i.e. they
don't need the rest of the module), so rather than creating a
dependency in your code, just lift the parts you want).

WWW:	http://search.cpan.org/dist/File-Find-Closures/

PR:		ports/128875
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-15 21:39:12 +00:00
Martin Wilke
a2d02bde18 Differences lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing, (e.g.
with the Writer monad), where list append quickly becomes too expensive.

WWW: http://code.haskell.org/~dons/code/dlist/

PR:		ports/128770
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-11-15 19:51:57 +00:00
Cheng-Lung Sung
1c5f26b39b - Generate fast XS accessors without runtime compilation 2008-11-12 05:47:42 +00:00
Cheng-Lung Sung
f5f0f299db AutoXS::Header - Container for the AutoXS header files 2008-11-12 03:28:50 +00:00