| non port: devel/Makefile |
Number of commits found: 12755 (showing only 100 on this page) |
|
Friday, 25 Aug 2006
|
09:40 vd
Remove expired leaf ports:
2006-08-24 devel/py-ui
2006-08-22 net-im/jabber-msn
 |
|
Wednesday, 23 Aug 2006
|
13:36 miwi
AIFAD stands for --Automated Induction of Functions over Algebraic
Datatypes-- and improves decision tree learning by supporting significantly
more complex kinds of data. This allows users to more conveniently describe
the data they want to have learnt, which can improve accuracy and complexity
of resulting models.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/aifad/
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
 |
|
Tuesday, 22 Aug 2006
|
09:57 clsung
Add p5-App-Trace 0.50, embedded debug statements, including call/return
tracing.
PR: ports/102317
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
08:02 clsung
Add p5-App-Options 1.01, combine command line options, environment vars,
and option file values.
PR: ports/102316
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
05:57 clsung
Add p5-IO-YAML 0.05, read and write YAML streams incrementally.
PR: ports/102156
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Sunday, 20 Aug 2006
|
12:20 sat
Add ports devel/libYGP and devel/libXGP:
A C++ library, separated in 2 parts:
* A common one, designed to have no dependencies to the operating system
or any library, providing:
o A class for communication,
o Classes to handle regular expressions (both common and UNIX-file like),
o A general parser,
o Smart pointers
o A class to search directories
o A relation-class to relate objects
* Some classes for the X-windows system (basing on gtkmm (previously
known as Gtk--)) like:
o An entry field to enter filenames (with completion, analogue to modern
browsers),
o Formatted entry fields (with validy check),
o A ListBox to display files (with an icon based on the type of the file),
o A base-class for Applications
WWW: http://libymp.sourceforge.net/
 |
06:57 itetcu
This OCaml-library consists of a set of modules which implement functions
for manipulating context-free grammars (CFGs) in a purely functional way.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102104
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
06:51 itetcu
This OCaml-library consists of a set of modules which implement
automatically resizing (= reallocating) datastructures that consume
a contiguous part of memory. This allows appending and removing of
elements to/from arrays (both boxed and unboxed), strings (-> buffers),
bit strings and weak arrays while still maintaining fast constant-time
access to elements.
There are also functors that allow the generation of similar modules
which use different reallocation strategies.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102107
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
06:49 itetcu
This OCaml-library interfaces the BLAS-library (Basic Linear Algebra
Subroutines) and LAPACK-library (Linear Algebra routines), which are
written in FORTRAN.
This allows people to write high-performance numerical code for
applications that need linear algebra.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102115
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
06:47 itetcu
The Pomap-library implements an ADT that maintains maps of partially ordered
elements. Whereas a total order allows you to say whether some element is
lower, equal or greater than another one, partial orders also allow for a
"don-t know" case.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102116
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
|
Friday, 18 Aug 2006
|
09:39 sat
Add port devel/p5-CPANPLUS-Dist-Build:
CPANPLUS::Dist::Build is a distribution class for Module::Build
related modules.
Using this package, you can create, install and uninstall perl
modules. It inherits from CPANPLUS::Dist.
Normal users won't have to worry about the interface to this module,
as it functions transparently as a plug-in to CPANPLUS and will
just Do The Right Thing when it's loaded.
WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/
 |
|
Thursday, 17 Aug 2006
|
21:08 miwi
The Shell::Source allows arbitrary shell scripts, or other programs for
that matter, to be run and their environment to be inherited into a Perl
program.
WWW: http://search.cpan.org/dist/Shell-Source/
PR: ports/102021
Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by: krion (mentor)
 |
09:38 clsung
Add pecl-expect 0.2.2, a PHP extension for expect library.
PR: ports/102167
Submitted by: chinsan <chinsan.tw at gmail.com>
 |
|
Tuesday, 15 Aug 2006
|
22:44 clsung
Add p5-Config-IniHash 2.8, perl extension for reading and writing INI
files.
PR: ports/102064
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
15:40 clsung
Add p5-Hash-WithDefaults 0.04, class for hashes with key-casing
requirements supporting defaults.
PR: ports/102063
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
15:38 clsung
Add p5-Hash-Case 1.003, base class for hashes with key-casing
requirements.
PR: ports/102062
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
09:58 tobez
Add p5-Test-MockTime 0.03, replaces actual time with simulated time.
PR: ports/102022
Submitted by: Timur I. Bakeyev <bat at cpan.org>
 |
|
Monday, 14 Aug 2006
|
16:16 rafan
Add p5-Class-Adapter 1.02, perl implementation of the "Adapter" Design
Pattern.
PR: ports/101959
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
 |
15:51 garga
Add p5-List-PowerSet 0.01, perl module that allows you to generate the
power set of a list.
PR: ports/101740
Submitted by: Anish Mistry <amistry at am-productions.biz>
 |
15:49 garga
Add p5-List-Permutor 0.022, alow you to process all possible
permutations of a list.
PR: ports/101739
Submitted by: Anish Mistry <amistry at am-productions.biz>
 |
|
Sunday, 13 Aug 2006
|
23:20 alepulver
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.
A wide range of extension packages and add-on modules are also available, which
can be found in the "Library Extensions" section of the Allegro website.
WWW: http://www.talula.demon.co.uk/allegro/
PR: ports/101741
 |
|
Friday, 11 Aug 2006
|
02:01 clsung
- rtags is a Ruby replacement for ctags - allowing for name navigation
in source code using vim, emacs and others.
WWW: http://rtags.rubyforge.org/
 |
01:51 clsung
Add p5-Test-Parser 1.3.1, parsing log files from test runs, and displays
in an XML syntax.
PR: ports/101751
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Thursday, 10 Aug 2006
|
03:34 clsung
Add p5-Contextual-Return 0.1.0, create context-senstive return values.
PR: ports/101682
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Tuesday, 8 Aug 2006
|
15:39 rafan
Add jtag 0.5.1, utility to work with JTAG-aware boards.
PR: ports/101435
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
15:27 rafan
Add openwince-include 0.4.2, a collection of the useful include files
for embedded developers.
PR: ports/101434
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
|
Monday, 7 Aug 2006
|
19:29 acm
New port: devel/py-ocempgui
OcempGUI is a small toolkit, which comes with various modules suitable for
event management, user interfaces, 2D drawing and accessibility.
OcempGUI enables developers to enhance their python and/or pygame applications
and games easily with graphical UI elements such as buttons, entry boxes,
scrolling abilities and more as well as simple event brokers or features, which
enhance the program by adding accessibility to its objects.
It can save a developer much time by providing a broad range of drawing
routines and ready-to-use event capable object types. The developer can focus
on the main tasks instead of taking care about needed low-level components,
which are given to him with OcempGUI.
WWW: http://ocemp.sourceforge.net/gui.html
PR: 101397
Submitted by: Alexander Botero-Lowry <alex__@__foxybanana.com>
Approved by: garga (mentor)
 |
13:18 vd
Remove expired leaf ports:
2006-08-01 devel/openorb
2006-08-05 japanese/xemacs-devel-canna+freewnn
2006-08-05 japanese/xemacs-devel-canna+wnn6
2006-08-05 japanese/xemacs-devel-freewnn
2006-08-05 japanese/xemacs-devel-wnn6
2006-08-01 x11/gtk2-theme-switch
 |
07:02 vanilla
Add sge 0.030809, a graphic library for the Simple DirectMedia Layer
(SDL).
PR: ports/101364
Submitted by: Jona Joachim <walkingshadow at grummel.net>
 |
07:00 vanilla
Renamed to devel/sge.
 |
|
Sunday, 6 Aug 2006
|
14:17 itetcu
This package implements frequent string operations: searching, replacing,
splitting, matching. It is independent from the Str library, and can
replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
not implement regular expressions in general, but an important subset.
Some operations of xstr are performed as quickly as by Str; if the string
to be processed is small, xstr is often faster than Str; if the string is
big, xstr is upto half as fast than Str.
Author: Gerd Stolpmann <gerd@gerd-stolpmann.de>
WWW: http://www.ocaml-programming.de/packages/
PR: ports/101032
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
09:42 vanilla
Add SGE 0.030809, a graphic library for the Simple DirectMedia Layer
(SDL).
PR: ports/101364
Submitted by: Jona Joachim <walkingshadow at grummel.net>
 |
|
Friday, 4 Aug 2006
|
17:01 itetcu
This library contains functionality for parsing and pretty-printing
S-expressions. In addition to that it contains an extremely useful
preprocessing module for Camlp4, which can be used to automatically generate
code from type definitions for efficiently converting OCaml-values to
S-expressions and vice versa. In combination with the parsing and
pretty-printing functionality this frees the user from having to write his own
I/O-routines for datastructures he defines. Possible errors during automatic
conversions from S-expressions to OCaml-values are reported in a very
human-readable way. Another module in the library allows you to extract and
replace sub-expressions in S-expressions.
Author: Markus Mottl <mmottl@janestcapital.com>
WWW: http://www.janestcapital.com/ocaml/index.html
PR: ports/101221
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
16:54 itetcu
This is a camlp4 extension that expands brace expansions like a shell
does. See sample.ml for examples.
Author: Gerd Stolpmann
WWW: http://www.ocaml-programming.de/packages/
PR: ports/101219
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
16:05 itetcu
An extension Library
This is mostly to fill in some gaps in the standard and unix
libraries, either for completeness or because they're things I find
myself needing a lot of the time, and a few modules that aren't worthy
of being their own releases. Enjoy. Most of this used to be part of an
old library (stew) that I broke up into a couple of smaller ones. This
one /was/ extlib, now annexlib. Its companion is mathlib.
See supplied documentation for additional info.
Author: Shawn Wagner <shawnw@speakeasy.org>
WWW: http://raevnos.pennmush.org/code/extlib/
PR: ports/101207
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
15:21 itetcu
Various examples for the Objective Caml Camomile library.
WWW: http://camomile.sourceforge.net/
PR: ports/101170
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
15:02 itetcu
This is a very preliminary release of CamlJava, an OCaml/Java
interface based on the following schema:
Caml/C interface JNI (Java Native Interface)
Caml <------------------> C <-----------------------------> Java
Currently, CamlJava provides a low-level, weakly-typed OCaml interface
very similar to the JNI. Java object references are mapped to an
abstract type, and various JNI-like operations are provided to allow
Java method invocation, field access, and more. A basic callback
facility (allowing Java code to invoke methods on Caml objects) is
also provided, although some stub Java code must be written by hand.
In the future, a higher-level, strongly-typed interface will be
provided, whereas Java classes are mapped directly to Caml classes.
This raises fairly delicate type mapping issues, though, so don't hold
your breath.
WWW: http://caml.inria.fr/
PR: ports/101147
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
11:10 philip
Add p5-DateTime-Calendar-Discordian:
A module that implements the Discordian calendar made popular(?) in the
"Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and by the
Church of the SubGenius.
Very useful during codefreeze to tell the testing-team why the build is
failing or why there are regressions. :-)
 |
|
Thursday, 3 Aug 2006
|
14:17 novel
GTK+ front-end to ACOVEA.
WWW: http://www.coyotegulch.com/products/acovea/acovea-gtk.html
PR: ports/101257
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
 |
11:01 jkoshy
Remove a duplicate port; I hadn't noticed that it was already
present as "textproc/libtre".
Submitted by: Nicolas Rachinsky <nicolas-0 at ml.turing-complete.org>
 |
06:16 clsung
Add p5-SVN-Agent 0.02, simple svn manipulation.
PR: ports/100136
Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
 |
|
Wednesday, 2 Aug 2006
|
11:43 jkoshy
Add a port for 'tre', an LGPL'ed regex library. From the port's
description:
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library supporting:
- approximate (fuzzy) matching,
- strict standards conformance,
- predicable and modest memory consumption,
- wide-character and multibyte character support,
- binary pattern and data support,
- thread-safe implementation.
At the core of TRE is a new algorithm for regular expression matching
with submatch addressing. The algorithm uses linear worst-case time
in the length of the text being searched, and quadratic worst-case
time in the length of the used regular expression.
 |
11:13 sat
devel/p5-Readonly-XS is included in devel/p5-Readonly
Reported by: skv
Pointy hat to: sat
 |
10:27 novel
ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm)
implements a genetic algorithm to find the "best" options for
compiling programs with the GNU Compiler Collection (GCC) C and C++
compilers. "Best", in this context, is defined as those options
that produce the fastest executable program from a given source
code. Acovea is a C++ framework that can be extended to test other
programming languages and non-GCC compilers.
WWW: http://www.coyotegulch.com/products/acovea/index.html
PR: ports/101211
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
 |
10:19 sat
Add port devel/p5-Readonly-XS:
The Readonly module (q.v.) is an effective way to create non-modifiable
variables. However, it's relatively slow.
The reason it's slow is that is implements the read-only-ness of variables
via tied objects. This mechanism is inherently slow. Perl simply has to do
a lot of work under the hood to make tied variables work.
This module corrects the speed problem, at least with respect to scalar
variables. When Readonly::XS is installed, Readonly uses it to access the
internals of scalar variables. Instead of creating a scalar variable object
and tying it, Readonly simply flips the SvREADONLY bit in the scalar's
FLAGS structure.
Readonly arrays and hashes are not sped up by this, since the SvREADONLY
flag only works for scalars. Arrays and hashes always use the tie interface.
Why implement this as a separate module? Because not everyone can use XS.
Not everyone has a C compiler. Also, installations with a statically-linked
perl may not want to recompile their perl binary just for this module.
Rather than render Readonly.pm useless for these people, the XS portion was
put into a separate module.
WWW: http://search.cpan.org/dist/Readonly-XS/
Justification: socialtext dependency
 |
08:43 novel
Evocosm is a set of classes that abstract the fundamental
components of an evolutionary algorithm:
-- Random Numbers
-- Validation
-- Floating- Point Chromosomes
-- Roulette Wheels
-- Organisms
-- Fitness Landscapes
-- Evocosms
-- Fitness Scaling
-- Migration
-- Selecting Survivors
-- Reproduction
-- Mutation Operators
WWW: http://www.coyotegulch.com/products/libevocosm/index.html
PR: ports/101210
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
 |
08:12 novel
The Coyotl library collects several C++ tools that have proven useful
in many of my programs, but which aren't "big enough" to warrant
an individual library.
Key features of Coyotl include:
-- A polymorphic collection of the best psuedorandom number generators,
including the Mersenne Twister and Marsaglia's favorites.
-- Utilities for floating-point numbers, including additional functions
for trigonometry, least common multiple, greatest common denominator,
rounding, and other purposes.
-- A simple cross-platform command-line parser.
-- A framework for generating random rectangular mazes.
-- A template for fixed-point math based on different integer sizes
and decimal point locations.
-- Templatized sorting utilities (designed before Std. C++'s <algorithms>,
but still useful)
-- Validation tools for "Design by Contract" programming.
WWW: http://www.coyotegulch.com/products/libcoyotl/index.html
PR: ports/101209
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
 |
01:21 ijliao
add p5-AI-Prolog 0.734
Perl extension for logic programming
PR: 101019
 |
01:18 ijliao
add p5-Hash-AsObject 0.05
Hashes with accessors/mutators
PR: 101017
 |
01:16 ijliao
add p5-aliased 0.20
Use shorter versions of class names
PR: 101016
 |
|
Tuesday, 1 Aug 2006
|
20:45 sat
Add port devel/p5-Log-Dispatch-Email-EmailSend:
This is a subclass of Log::Dispatch::Email that implements the
send_email method using the Email::Send module.
WWW: http://search.cpan.org/dist/Log-Dispatch-Email-EmailSend/
 |
20:12 sat
Add port devel/p5-Linux-Pid:
Why should one use a module to get the PID and the PPID of a process
where there are the $$ variable and the getppid() builtin? (Not
mentioning the equivalent POSIX::getpid() and POSIX::getppid()
functions.)
In fact, this is useful on Linux, with multithreaded programs. Linux'
C library, using the linux thread model, returns different values of
the PID and the PPID from different threads. (Other thread models such
as NPTL don't have the same behaviour). This module forces perl to
call the underlying C functions getpid() and getppid().
WWW: http://search.cpan.org/dist/Linux-Pid/
 |
16:54 garga
Add p5-Logfile-Rotate 1.04, perl module to rotate logfiles.
 |
14:15 sat
Add port devel/p5-Class-Field:
Class::Field exports two subroutines, field and const. These
functions are used to declare fields and constants in your class.
Class::Field generates custom code for each accessor that is
optimized for speed.
WWW: http://search.cpan.org/dist/Class-Field/
 |
13:29 clsung
Add p5-IPC-Mmap-Share 0.03, safely share structures among processes
using anonymous mmap.
PR: ports/100417
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
13:25 clsung
- this p5- Module has been renamed to IPC-Mmap-Share(ports/100417)
- fresh port, no need to repocopy
 |
12:55 clsung
Add p5-Tie-Simple 1.03, variable ties made easier: much, much, much
easier.
PR: ports/101156
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
12:38 clsung
Add p5-Term-Menus 1.16, create Powerful Terminal, Console and CMD
Enviroment Menus.
PR: ports/101143
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
11:20 acm
New port: devel/pikdev
PiKdev is a simple graphic IDE for the development of PIC-based applications.
It currently supports assembly language. C language is also supported for PIC
18 devices. PiKdev is developed in C++ under Linux, FreeBSD and is based on
the KDE environment.
WWW: http://pikdev.free.fr/
Approved by: garga (mentor)
 |
07:16 clsung
- p5-POE-Component-RSSAggregator provide
Watch Muliple RSS Feeds for New Headlines
- a non-blocking way to watch multiple RSS sources with one process
 |
04:22 aaron
Adding port devel/libs11n, A C++ library for easily serializing a wide
variety of objects.
 |
01:52 ijliao
add p5-Sub-Multi 0.002
Data::Bind-based multi-sub dispatch
 |
|
Monday, 31 Jul 2006
|
18:40 novel
This package generates a comprehensive information page for your current
PEAR install.
* The format for the page is similar to that for phpinfo() except using PEAR
colors.
* Has complete PEAR Credits (based on the packages you have installed).
* Will show if there is a newer version than the one presently installed
(and what its state is)
* Each package has an anchor in the form pkg_PackageName - where PackageName
is a case-sensitive PEAR package name
With a few parameters, the entire package.xml is automatically updated with a
listing of all files in a package.
WWW: http://pear.php.net/package/PEAR_Info/
PR: ports/101102
Submitted by: chinsan <chinsan.tw at gmail.com>
 |
|
Saturday, 29 Jul 2006
|
20:15 itetcu
libftdi - A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.
Note: When you get a -5 error "can't claim usb device" during
ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.
WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/
PR: ports/100982
Submitted by: Olexandr Davydenko <o.davydenko at gmail.com>
 |
|
Wednesday, 26 Jul 2006
|
19:44 mnag
* MOVED
- Add entry about viewcvs->viewvc
- Fix last entry. s|ports/sysutils/e17-module|sysutils/e17-module| [1]
Pointy hat to: itectu [1]
* devel/viewcvs
- Remove port
* net-mgmt/rancid
- Change to devel/viewvc in pkg-message
 |
19:38 novel
This module is designed to parse a configuration file in the same syntax
used by the Apache web server (see http://httpd.apache.org for
details). This allows you to build applications which can be easily
managed by experienced Apache admins. Also, by using this module,
you'll benefit from the support for nested blocks with built-in
parameter inheritance. This can greatly reduce the amount or repeated
information in your configuration files.
A good reference to the Apache configuration file format can be found
here:
http://httpd.apache.org/docs-2.0/configuring.html
WWW: http://search.cpan.org/~samtregar/Config-ApacheFormat-1.2/
PR: ports/100885
Submitted by: Martin Tournoij <carpetsmoker at gmail.com>
 |
|
Tuesday, 25 Jul 2006
|
21:21 miwi
pefile is a Python module to read and work with PE files. Most of the
information in the PE Header is accessible, as well as all the sections,
section's information and data.
WWW: http://dkbza.org/pefile.html
PR: ports/100393
Submitted by: Antoine Brodin <antoine.brodin(at)laposte.net>
Approved by: krion (mentor)
 |
20:58 ehaupt
Add p5-Test-MockRandom 0.99, replaces random number generation with
non-random number generation.
PR: 100749
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
 |
20:57 ehaupt
Add p5-Test-Number-Delta 0.18, compare the difference between two
numbers within a specified amount.
PR: 100698
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
 |
17:39 aaron
Adding port devel/ccrtp, Implementation of the real-time transport
protocol.
PR: ports/97508
Submitted by: acm
 |
|
Monday, 24 Jul 2006
|
17:48 vanilla
Add engrave 20060719, a library for editing the contents of an edje .eet
file.
PR: ports/100573
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
06:16 clsung
Add p5-Class-Accessor-Named 0.003, better profiling output for
Class::Accessor.
PR: ports/100655
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Sunday, 23 Jul 2006
|
06:46 clsung
Add p5-Env-Path 0.16, advanced operations on path variables.
PR: ports/100653
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
06:33 clsung
Add p5-Devel-Messenger 0.01, let Your Code Talk to You.
PR: ports/100618
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Saturday, 22 Jul 2006
|
19:45 sat
Add port devel/py-fusefs:
FUSE Python bindings
WWW: http://fuse.sourceforge.net/wiki/index.php/FusePython
 |
08:57 miwi
Add fistgen language for describing stackable filesystems.
FiST (File System Translator) is a language for describing stackable file
systems. Fistgen is the FiST language code translator. This package includes
sources for fistgen and stackable templates for several operating systems.
Author: Erez Zadok <ezk@cs.sunysb.edu>
WWW: http://www.filesystems.org/
PR: ports/100580
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 |
|
Friday, 21 Jul 2006
|
16:27 clsung
Add p5-Scalar-Defer 0.04, calculate values on demand.
PR: ports/100597
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
16:14 clsung
- Add p5-Make-Cache 1.041, Caching of object and test run information.
 |
15:32 clsung
Add p5-IPC-Open3-Simple 0.04, a simple alternative to IPC::Open3.
PR: ports/100627
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
14:58 clsung
Add p5-File-HStore 0.08, store files on a filesystem using a very simple
hash-based storage.
PR: ports/100622
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
14:09 clsung
Add p5-Class-InsideOut 1.00, a safe, simple inside-out object
construction kit.
PR: ports/100596
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
13:56 clsung
Add p5-SVN-Statistics 0.031, SVN::Statistics - perl module to create
subversion statistics.
PR: ports/100134
Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
 |
|
Wednesday, 19 Jul 2006
|
22:56 clsung
Add p5-Params-Classify 0.000, argument type classification.
PR: ports/100546
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
22:54 clsung
Add p5-File-Find-Rule-Filesys-Virtual 1.22, file::Find::Rule adapted to
Filesys::Virtual.
PR: ports/100542
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
15:35 clsung
Add p5-Log-Simple 1.8, basic runtime logger.
PR: ports/100537
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
08:04 clsung
Add p5-Test-Output 0.10, utilities to test STDOUT and STDERR messages.
PR: ports/100515
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
02:29 clsung
Add p5-Object-Declare 0.08, declarative object constructor.
PR: ports/100503
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
01:08 clsung
Add p5-Time-Duration-Parse 0.02, parse string that represents time
duration.
PR: ports/100470
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
00:15 shaun
Add devel/p5-UI-Dialog.
UI::Dialog is an OOPerl wrapper for the various dialog applications.
These dialog backends are currently supported: Zenity, XDialog, GDialog,
KDialog, CDialog, and Whiptail. There is also an ASCII backend provided
as a last resort interface for the console based dialog variants.
PR: ports/97598
Submitted by: Dmitry Karasik <dmitry@karasik.eu.org>
Approved by: ahze (mentor, implicit)
 |
|
Monday, 17 Jul 2006
|
01:09 clsung
Add p5-Class-Multimethods-Pure 0.11, method-ordered multimethod
dispatch.
PR: ports/100375
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
01:05 clsung
Add p5-Test-Singleton 1.03, test for Singleton classes.
PR: ports/100370
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
00:56 clsung
Add p5-Luka 1.06, exception handling and reporting framework.
PR: ports/100342
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Sunday, 16 Jul 2006
|
15:23 clsung
Add p5-Test-HasVersion 0.01, check Perl modules have version numbers.
PR: ports/100368
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Saturday, 15 Jul 2006
|
09:15 clsung
Add p5-IPC-Mmap-SimpleShare 0.03, safely share structures among
processes using anonymous mmap.
PR: ports/100257
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
08:35 itetcu
WSGIUtils is a package of standalone utility libraries that ease the development
of simple WSGI programs.
The package is divided into two main components which can be used individualy or
in combination.
wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.
WWW: http://www.owlfish.com/software/wsgiutils/
PR: ports/99488
Submitted by: Jordi Haarman
 |
08:27 itetcu
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL
specifications used in Zope to power HTML and XML templates. SimpleTAL is an
idependent implementation of TAL; there are no dependencies on Zope nor is any
of the Zope work re-used.
WWW: http://www.owlfish.com/software/simpleTAL/
PR: ports/99489
Submitted by: Jordi Haarman
 |
05:37 clsung
Add p5-IPC-Mmap 0.11, provides a minimal mmap() interface for both POSIX
and Win32.
PR: ports/100256
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
04:55 clsung
Add p5-Clone-More 0.90.2, perl module for natively copying Perl data
structures.
PR: ports/100252
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
02:08 rafan
Add p5-File-Find-Object 0.0.3, an object oriented File::Find
replacement.
PR: ports/100314
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
02:07 rafan
Add p5-File-Slurp-Tree 1.24, slurp and emit file trees as nested hashes.
PR: ports/100310
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
Number of commits found: 12755 (showing only 100 on this page) |