non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Sunday, 21 Dec 2008
|
11:41 pgj
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
|
11:23 pgj
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
|
Friday, 19 Dec 2008
|
02:52 linimon
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
|
Sunday, 14 Dec 2008
|
10:40 miwi
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>
|
10:40 miwi
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>
|
Saturday, 13 Dec 2008
|
16:44 miwi
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
|
Friday, 12 Dec 2008
|
05:17 clsung
- add googlemock, Google C++ Mocking Framework
|
Thursday, 11 Dec 2008
|
08:54 ale
Add php5 json extension.
|
Tuesday, 9 Dec 2008
|
12:25 pav
Restore
|
12:25 pav
Revert temporarily to 1.3195 and remove php5-pcre (for the tag slip)
|
Monday, 8 Dec 2008
|
00:58 pav
Finish removal of php5-pcre
|
Saturday, 6 Dec 2008
|
00:40 jkim
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/
|
Thursday, 4 Dec 2008
|
18:17 leeym
- 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/
|
Monday, 1 Dec 2008
|
21:19 miwi
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>
|
Saturday, 29 Nov 2008
|
21:43 miwi
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>
|
21:06 miwi
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>
|
21:02 miwi
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>
|
Thursday, 27 Nov 2008
|
12:42 tobez
Add devel/p5-Sys-RunAlways 0.04, a Perl module that makes sure there is
always one invocation of a script active.
|
12:42 tobez
Add devel/p5-Sys-RunAlone 0.08, a Perl module that makes sure only one
invocation of a script is active at a time.
|
Wednesday, 26 Nov 2008
|
20:07 dinoex
- connect onigurama5 after repocopy
|
Tuesday, 25 Nov 2008
|
15:34 lth
Add p5-Test-WWW-Mechanize-CGI 0.1, test CGI applications with
Test::WWW::Mechanize.
|
Monday, 24 Nov 2008
|
18:13 dinoex
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/
|
18:09 dinoex
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/
|
Sunday, 23 Nov 2008
|
22:56 miwi
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>
|
16:35 miwi
IO::TieCombine - produce tied (and other) separate but combined variables.
WWW: http://search.cpan.org/dist/IO-TieCombine
|
16:19 miwi
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>
|
16:17 miwi
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>
|
16:14 miwi
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>
|
16:14 miwi
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>
|
08:23 miwi
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>
|
Saturday, 22 Nov 2008
|
15:15 miwi
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
|
Friday, 21 Nov 2008
|
20:48 miwi
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>
|
20:45 miwi
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>
|
20:44 miwi
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>
|
20:29 miwi
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>
|
13:46 amdmi3
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/
|
03:04 clsung
- A Pure Perl interface to Git repositories
|
Wednesday, 19 Nov 2008
|
20:30 lwhsu
Add p5-IO-BufferedSelect 1.0, line-buffered select interface.
PR: ports/128970
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
14:01 amdmi3
"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>
|
Tuesday, 18 Nov 2008
|
10:39 tobez
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>
|
02:31 clsung
- A XS based replacement for Class::Accessor::Fast.
|
Saturday, 15 Nov 2008
|
22:05 miwi
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>
|
22:05 miwi
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>
|
21:41 miwi
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>
|
21:39 miwi
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>
|
19:51 miwi
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>
|
Wednesday, 12 Nov 2008
|
05:47 clsung
- Generate fast XS accessors without runtime compilation
|
03:28 clsung
AutoXS::Header - Container for the AutoXS header files
|
Tuesday, 11 Nov 2008
|
15:51 wxs
This module is another attempt to fight the horrors of
non-blocking I/O programming. It tries to bring back the
simplicity of the declarative programming style, that is
only otherwise available when one employs threads,
coroutines, or co-processes.
PR: ports/128652
Submitted by: Vany Serezhkin <ivan@serezhkin.com>
|
10:33 skv
Add p5-B-Hooks-OP-Check 0.14, wrap OP check callbacks.
|
Sunday, 9 Nov 2008
|
23:06 miwi
fattr.rb is a "fatter attr" for ruby.
fattr.rb supercedes attributes.rb as that library,
even though it added only one method to the global
namespace, collided too frequently with user code
in particular rails' code.
WWW: http://codeforpeople.com/lib/ruby/fattr/
PR: ports/128662
Submitted by: Wen Heping <wenheping at gmail.com>
|
23:06 miwi
Rubygem-uuid is a UUID generator for Ruby.
WWW: http://rubyforge.org/projects/reliable-msg/
PR: ports/128626
Submitted by: Wen Heping<wenheping at gmail.com>
|
23:05 miwi
arrayfields allow keyword access to array instances.
arrayfields works by adding only a few methods to arrays,
namely #fields= and fields, but the #fields= method is
hooked to extend an array on a per object basis.In
otherwords __only__ those arrays whose fields are set
will have auto-magical keyword access bestowed on
them - all other arrays remain unaffected.arrays with
keyword access require much less memory when compared
to hashes/objects and yet still provide fast lookup and
preserve data order.
WWW: http://codeforpeople.com/lib/ruby/arrayfields/
PR: ports/128663
Submitted by: Wen Heping <wenheping at gmail.com>
|
23:05 miwi
main.rb features the following:
- unification of option, argument, keyword, and environment
parameter parsing
- auto generation of usage and help messages
- support for mode/sub-commands
- io redirection support
- logging hooks using ruby's built-in logging mechanism
- intelligent error handling and exit codes
- use as dsl or library for building Main objects
- parsing user defined ARGV and ENV
- zero requirements for understanding the obtuse apis of any
command line option parsers
- leather pants
In short main.rb aims to drastically lower the barrier to writing
uniform command line applications.
WWW: http://codeforpeople.com/lib/ruby/main/
PR: ports/128664
Submitted by: Wen Heping <wenheping at gmail.com>
|
23:01 miwi
Grit is a Ruby library for extracting information from a git repository in
an object oriented manner. Grit gives you 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.
WWW: http://grit.rubyforge.org/
PR: ports/128592
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
22:43 miwi
Grit is a Ruby library for extracting information from a git repository in
an object oriented manner. Grit gives you 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.
This is the GitHub version of the grit gem called mojombo-grit.
WWW: http://grit.rubyforge.org/
PR: ports/128736
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
22:43 miwi
Ruby/Git is a Ruby library that can be used to create, read and
manipulate Git repositories. Currently it is a wrapper around
the git binary, but there are plans to switch to C bindings at
some point in the future.
WWW: http://jointheconversation.org/rubygit/
PR: ports/128734
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
Saturday, 1 Nov 2008
|
22:16 miwi
The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.
WWW: http://rubyforge.org/projects/ruby-ole
PR: ports/128471
Submitted by: Alexander Logvinov <ports at logvinov.com>
|
18:43 gabor
OpenCVS is a FREE implementation of the Concurrent Versions System, the most
popular open source revision control software. It can be used as both client
and server for repositories and provides granular access control over data
stored in the repository. It aims to be as compatible as possible with other
CVS implementations, except when particular features reduce the overall
security of the system.
WWW: http://www.opencvs.org/
This port was requested by rdivacky@, who created the dist patches for
OpenCVS.
|
Wednesday, 29 Oct 2008
|
14:43 amdmi3
Doxygen Filter is an input filter for Doxygen enabling support for Perl code
documentation. Doxygen is quite a powerful code documentation system that
already has built-in support for multiple programming languages.
WWW: http://www.bigsister.ch/doxygenfilter/doxygenfilter.html
PR: 128432
Submitted by: Sergei Golyashov <svvord at spline-studio dot ru>
|
Tuesday, 28 Oct 2008
|
21:22 amdmi3
This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUs
which can assemble code for multiple CPUs in the same source file.
Current CPUs supported:
* RCA 1802
* MOS Technology 6502, 65C02 and 6502 with undocumented instructions
* WDC 65816 (lacks some addressing mode support)
* Motorola 6809
* Motorola 6800/6801/68HC11 and Hitachi 6303
* Motorola 6805/68HSC08
* Motorola 68HC16
* Motorola 68000/68010
* Intel 8051
* Intel 8080, 8085, and 8085 with undocumented instructions
* Fairchild F8
* Atari Jaguar "Tom" and "Jerry" coprocessors
* Zilog Z-80 and Nintendo Gameboy Z-80 variant
WWW: http://xi6.com/projects/asmx/
PR: 128436
Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org>
|
14:32 chinsan
Add p5-Getopt-Euclid, Executable Uniform Command-Line Interface Descriptions.
Getopt::Euclid uses your program's own documentation to create a
command-line argument parser. This ensures that your program's documented
interface and its actual interface always agree.
WWW: http://search.cpan.org/dist/Getopt-Euclid/
|
Sunday, 26 Oct 2008
|
11:31 lbr
This module allows you to execute code when perl finished compiling the
surrounding scope.
|
Friday, 24 Oct 2008
|
19:56 glarkin
rsvndump is a command line tool that is able to dump a Subversion
repository that resides on a remote server. All data is dumped in
the format that can be read an written by svnadmin dump, so the
data which is produced can easily be imported into a new Subversion
repository.
WWW: http://saubue.boolsoft.org/projects/rsvndump/
|
17:01 glarkin
Simply loading the MooseX::StrictConstructor module makes your
constructors "strict". If your constructor is called with an attribute
init argument that your class does not declare, then it calls
"Carp::confess()". This is a great way to catch small typos.
WWW: http://search.cpan.org/dist/MooseX-StrictConstructor/
|
13:40 tabthorpe
Clewn implements full gdb support in the vim editor: breakpoints,
watch variables, gdb command completion, assembly windows, etc.
Clewn is a program controlling vim through the netBeans socket interface,
it runs concurrently with vim and talks to vim.
Clewn can only be used with gvim, the graphical implementation of vim,
as vim on a terminal does not support netBeans.
WWW: http://clewn.sourceforge.net/index.html
PR: ports/128289
Submitted by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
|
09:34 miwi
The Perl 5 module Devel::Events::Objects provides an event generator
and a handler for Devel::Events, that facilitate leak checking.
There are two components of this module: Devel::Events::Generator::Objects,
and Devel::Events::Handler::ObjectTracker. The first one uses some
trickery to generate events for every object creation and destruction
in code loaded after it was loaded. The second one will listen on
these events, and track all currently living objects.
WWW: http://search.cpan.org/dist/Devel-Events-Objects/
|
09:34 miwi
The Perl 5 module Devel::Events is an event generation, filtering
and analaysis framework for instrumenting and auditing perl code.
WWW: http://search.cpan.org/dist/Devel-Events/
|
09:33 miwi
The Perl 5 module Test::Fixture::DBIC::Schema is a fixture data loader
for DBIx::Class::Schema.
WWW: http://search.cpan.org/dist/Test-Fixture-DBIC-Schema/
|
09:32 miwi
The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
structures and can be used to enumerate all the currently live SVs.
This can be used to hunt leaks and to profile memory usage.
WWW: http://search.cpan.org/dist/Devel-Gladiator/
|
Wednesday, 22 Oct 2008
|
21:37 amdmi3
Devel::NYTProf is a powerful feature-rich perl source code profiler.
* Performs per-line statement profiling for fine detail
* Performs per-subroutine statement profiling for overview
* Performs per-block statement profiling (the first profiler to do so)
* Accounts correctly for time spent after calls return
* Performs inclusive and exclusive timing of subroutines
* Subroutine times are per calling location (a powerful feature)
* Can profile compile-time activity, just run-time, or just END time
* Uses novel techniques for efficient profiling
* Sub-microsecond (100ns) resolution on systems with clock_gettime()
* Very fast - the fastest statement and subroutine profilers for perl
* Handles applications that fork, with no performance cost
* Immune from noise caused by profiling overheads and I/O
* Program being profiled can stop/start the profiler
* Generates richly annotated and cross-linked html reports
* Trivial to use with mod_perl - add one line to httpd.conf
* Includes an extensive test suite
* Tested on very large codebases
WWW: http://search.cpan.org/dist/Devel-NYTProf/
PR: 128255
Submitted by: Vladimir Timofeev <vovkasm at gmail dot com>
|
Tuesday, 21 Oct 2008
|
21:20 sobomax
Add py-wsgi_xmlrpc 0.2.5p, WSGI application for a simple XMLRPC method
dispatching.
Submitted by: Yevgen Drachenko <geka@sippysoft.com>
|
20:43 sobomax
Add py-dal 20081003, a database abstraction layer for Python.
Submitted by: Andriy Pylypenko <bamby@sippysoft.com>
|
Sunday, 19 Oct 2008
|
13:58 miwi
Columnize - sorts an array in column order.
WWW: http://rubyforge.org/projects/rocky-hacks/
PR: ports/128178
Submitted by: Wen Heping <wenheping at gmail.com>
|
13:58 miwi
LineCache - caches (Ruby source) files as might be
used in a debugger or a tool that works with sets
of Ruby source files.
WWW: http://rubyforge.org/projects/rocky-hacks/
PR: ports/128169
Submitted by: Wen Heping <wenheping at gmail.com>
|
13:55 miwi
The Thunar SVN Plugin adds Subversion actions to the context menu of thunar.
The current features are:
Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, relocate, resolved, revert, status,
switch, unlock, update.
Subversion info in file properties dialog.
WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
PR: ports/128117
Submitted by: Sergey V. Dyatko <sergey.dyatko at gmail.com>
|
Friday, 17 Oct 2008
|
18:53 leeym
- add p5-Module-Depends-0.14
Module::Depends extracts module dependencies from an unpacked distribution
tree.
Module::Depends only evaluates the META.yml shipped with a distribution.
This won't be effective until all distributions ship META.yml files, so we
suggest you take your life in your hands and look at
Module::Depends::Intrusive.
WWW: http://search.cpan.org/dist/Module-Depends/
|
Thursday, 16 Oct 2008
|
11:26 flz
Add cgit 0.8.2, a fast web interface for git written in C.
|
Wednesday, 15 Oct 2008
|
11:47 lth
Add p5-Devel-LeakTrace-Fast 0.11, indicate where leaked variables are
coming from.
|
10:01 amdmi3
libmsocket is a socket abstraction library for C programmers.
In addition to simple TCP sockets, it is moving towards transparent
support for additional abstractions in a seamless manner, such as
SSL and Socks5 proxies.
WWW: http://sourceforge.net/projects/kageki
PR: 128105
Submitted by: Matt Harris <mattdharris at users dot sourceforge dot net>
|
Tuesday, 14 Oct 2008
|
08:01 clsung
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
|
06:32 clsung
The glog library implements application-level logging.
This library provides logging APIs based on C++-style streams and
various helper macros.
|
Monday, 13 Oct 2008
|
19:49 amdmi3
The Portable Coroutine Library (PCL) implements the low level
functionality for coroutines. For a definition of the term coroutine
see The Art of Computer Programming by Donald E. Knuth. Coroutines
are a very simple cooperative multitasking environment where the
switch from one task to another is done explicitly by a function
call.
WWW: http://www.xmailserver.org/libpcl.html
PR: 128066
Submitted by: Manuel Giraud <manuel dot giraud at gmail dot com>
|
13:55 lth
Add p5-File-Find-Rule-Perl 1.04, common rules for searching for
Perl things.
|
Sunday, 12 Oct 2008
|
09:21 miwi
Cwd - get pathname of current working directory
This module provides functions for determining the pathname of the current
working directory. It is recommended that getcwd (or another *cwd() function)
be used in all code to ensure portability.
By default, it exports the functions cwd(), getcwd(), fastcwd(), and
fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.
WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
PR: ports/127881
Submitted by: Dennis Herrmann <adox at mcx2.org>
|
Saturday, 11 Oct 2008
|
14:28 miwi
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying
things usually involved.
For information on how to start using App::Cmd, see App::Cmd::Tutorial.
WWW: http://search.cpan.org/dist/App-Cmd
PR: ports/127935
Submitted by: George Hartzell <hartzell at alerce.com>
|
Thursday, 9 Oct 2008
|
03:51 clsung
- General Ruby extensions for DataMapper and DataObjects
|
Wednesday, 8 Oct 2008
|
01:33 clsung
- A framework to allow Ruby applications to generate file/folder stubs
|
Tuesday, 7 Oct 2008
|
05:49 clsung
- Parse JSON texts and generate them from ruby data structures in Ruby
- like rubygem-json, but implemented in pure Ruby
|
04:29 clsung
'abstract.rb' is a library which enables you to define abstract method in Ruby.
|
Sunday, 5 Oct 2008
|
10:18 miwi
Giggle is a graphical frontend for the git
directory tracker (think of gitk on GTK+).
WWW: http://developer.imendio.com/projects/giggle
PR: ports/127779
Submitted by: Ashish Shukla <wahjava at gmail.com>
|
Friday, 3 Oct 2008
|
20:14 garga
A Google open source IPv4/IPv6 manipulation library in Python.
This library is used to create/poke/manipulate IPv4 and
IPv6 addresses and prefixes.
Development mailing list:
http://groups.google.com/group/ipaddr-py-dev
WWW: http://code.google.com/p/ipaddr-py/
PR: ports/127830
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
|
00:50 bms
Add port upslug, used to upload firmware to Linksys NSLU2 units.
|
Friday, 26 Sep 2008
|
06:05 bland
Add py-icu 0.8.1, Python extension wrapping IBM's ICU C++ API.
|
Thursday, 25 Sep 2008
|
03:09 bland
Add py-xattr 0.4, Python wrapper for extended filesystem attributes.
|
Wednesday, 24 Sep 2008
|
14:40 stas
- Add port for rubygem-rparsec.
WWW: http://rubyforge.org/projects/rparsec/
|
11:17 lwhsu
Add py-pylib 0.9.2, an agile development and test support library.
PR: ports/127405
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
Tuesday, 23 Sep 2008
|
08:04 miwi
Allows to create classes similar to ArrayObject with additional element type or
index constraints.
WWW: http://pear.php.net/package/PHP_ArrayOf
|
08:03 miwi
Module to provide a configuration hash with option to read from file.
WWW: http://search.cpan.org/dist/Config-Options/
|
Sunday, 7 Sep 2008
|
10:43 lwhsu
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>
|
Number of commits found: 11319 (showing only 100 on this page) |