non port: devel/Makefile |
Number of commits found: 11332 (showing only 100 on this page) |
Monday, 25 Feb 2008
|
12:31 tobez
Add devel/p5-Module-Util.
This module provides a few useful functions for manipulating module
names. Its main aim is to centralise some of the functions commonly used
by modules that manipulate other modules in some way, like converting
module names to relative paths.
|
Friday, 22 Feb 2008
|
21:25 skv
Add p5-MooseX-IOC 0.02, moose attributes with IOC integration.
|
21:12 skv
Add p5-IOC 0.29, lightweight IOC (Inversion of Control) framework.
|
21:01 skv
Add p5-Class-Interfaces 0.04, a module for defining interface classes
inline.
|
20:54 skv
Add p5-Class-StrongSingleton 0.02, a stronger and more secure Singleton
base class.
|
Wednesday, 20 Feb 2008
|
21:16 alepulver
This is port of Robert de Bath's 8086 Linux development environment. It is an
extension to Bruce Evan's C compiler (devel/bcc port).
WWW: http://homepage.ntlworld.com/robert.debath/
PR: ports/117480
Submitted by: Philip Schulz <phs at deadc0.de>
|
Tuesday, 19 Feb 2008
|
21:46 edwin
p5-gearmand was renamed to p5-Gearman-Server but still in devel/Makefile
PR: ports/120848
Submitted by: Yoshihiro Ota <ota@j.email.ne.jp>
|
Monday, 18 Feb 2008
|
21:09 miwi
When using this module in a test script, it goes through all the modules
in your distribution, checks their POD, checks that they compile ok and
checks that they all define a $VERSION.
WWW: http://search.cpan.org/dist/Test-Distribution/
PR: ports/120812
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
05:39 beech
File::chmod is a utility that allows you to bypass system calls
or bit processing of a file's permissions. It overloads the
chmod() function with its own that gets an octal mode, a
symbolic mode, or an "ls" mode. If you wish not to overload chmod(),
you can export symchmod() and lschmod(), which take, respectively,
a symbolic mode and an "ls" mode.
PR: ports/120782
Submitted by: Shinsuke Matsui <smatsui at karashi.org>
|
Sunday, 17 Feb 2008
|
12:43 miwi
These are a set of utilites built upon sysfs, a new virtual filesystem
in Linux kernel versions 2.5+ that exposes a system's device tree.
WWW: http://linux-diag.sourceforge.net/Sysfsutils.html
PR: ports/120414
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Saturday, 16 Feb 2008
|
23:49 miwi
This moudles adds self and args keywords in your Perl OO module. It's
really just handy helpers to get rid of:
my $self = shift;
Basically, self is just eqaul to $_[0], and args is just $_[1..$#_].
WWW: http://search.cpan.org/dist/self/
PR: ports/120190
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
23:38 miwi
ExtUtils::Manifest provides a number of utilities to write and check a MANIFEST
file. At present the list includes mkmanifest, manicheck, filecheck, fullcheck,
skipcheck, manifind, maniread, manicopy, and maniadd.
WWW: http://search.cpan.org/dist/ExtUtils-Manifest/
PR: ports/120544
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
23:32 miwi
This Perl module is a YAML-based configuration wrapper around the
SVN::Notify module.
WWW: http://search.cpan.org/dist/SVN-Notify-Config/
PR: ports/120557
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
23:08 miwi
SVN::Access includes both an object oriented interface for manipulating
SVN access files (AuthzSVNAccessFile files), as well as a command
line interface to that object oriented programming interface
(svnaclmgr.pl) which is in the examples/ directory.
WWW: http://search.cpan.org/dist/SVN-Access/
PR: ports/120555
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
22:18 leeym
- add p5-Test-Debugger-0.14
Have you ever tried to debug a test script that is failing tests? Without too
many modifications, your test script can generate a log file with information
about each failed test.
You can take your existing test script, and with (hopefully) very little
effort, convert it to use Test::Debugger. Then re-run your modified test and
view the log file it creates.
WWW: http://search.cpan.org/dist/Test-Debugger/
|
22:12 miwi
The SVN::Hook Perl module provides a programmable interface to
manage hook scripts for Subversion.
WWW: http://search.cpan.org/dist/SVN-Hook/
PR: ports/120585
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
21:58 miwi
Tie::ToObject - Tie to an existing object.
WWW: http://search.cpan.org/dist/Tie-ToObject/
PR: ports/120601
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
21:31 miwi
Test::YAML::Meta - Validation of the META.yml file in a distribution.
WWW: http://search.cpan.org/dist/Test-YAML-Meta/
PR: ports/120631
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
21:03 alepulver
Java-Readline is a port of GNU Readline for Java. Or, to be more
precise, it is a JNI-wrapper to Readline. It is distributed under the
LGPL.
You must call Readline.load(ReadlineLibrary lib); before using any
other methods. If you omit the call to the load()-method, the pure
Java fallback solution is used. Possible values for lib are:
ReadlineLibrary.PureJava
ReadlineLibrary.GnuReadline
ReadlineLibrary.Editline
ReadlineLibrary.Getline
Note that all programs using GnuReadline will fall under the GPL,
since Gnu-Readline is GPL software!
WWW: http://sourceforge.net/projects/java-readline/
PR: ports/116817
Submitted by: Martin Kammerhofer <mkamm at gmx.net>
|
20:29 miwi
Exception::Class::TryCatch - Syntactic try/catch sugar for use with
Exception::Class.
WWW: http://search.cpan.org/dist/Exception-Class-TryCatch/
PR: ports/120643
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
19:19 miwi
Test::Kwalitee - Test the Kwalitee of a distribution before you release it.
WWW: http://search.cpan.org/dist/Test-Kwalitee/
PR: ports/120682
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
17:50 miwi
GNU cflow analyzes a collection of C source files and prints a graph
charting control flow within the program.
Current implementation is able to produce both direct and inverted
flowgraphs for C sources. Optionally a cross-reference listing can
be generated. Two output formats are implemented: POSIX and GNU
(extended).
Input files can optionally be preprocessed before analyzing.
WWW: http://savannah.gnu.org/projects/cflow
PR: ports/120373
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
13:24 miwi
Data::Throttler::Memcached accepts the same arguments as Data::Throttler,
plus the "cache" argument. The cache argument must be a hashref, which contains
the arguments passed to the cache backend.
WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/
PR: ports/120158
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
13:15 miwi
Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour".
It provides an optionally persistent data store to keep track of
what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.
WWW: http://search.cpan.org/dist/Data-Throttler/
PR: ports/120156
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
13:13 miwi
Danga::Socket::Callback is a thin wrapper arond Danga::Socket
that allows you to set callbacks to be called at various events.
WWW: http://search.cpan.org/dist/Danga-Socket-Callback/
PR: ports/120154
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
Thursday, 14 Feb 2008
|
18:15 beech
This Perl module produces snapshots of a Subversion repository path.
Typically used as part of a postcommit script, it will automatically
create a .tar.gz file for every commit to a specified path.
PR: ports/120640
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
03:53 beech
This Perl module keeps a directory in sync with a portion of a
Subversion repository. This is typically used to keep a development
web server in sync with the changes made to the repository. This
directory can either be on the same box as the repository itself,
or it can be remote.
PR: ports/120627
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
Wednesday, 13 Feb 2008
|
11:01 bms
Add new port of Boost.Build, which just about anything which
actually uses bjam, uses. It is a very powerful set of
cross-platform build glue (shared libraries, look ma no libtool!)
This port currently uses the bjam built by devel/boost, it
doesn't build its own.
|
03:51 vanilla
Add log4shib, it's a modified version of log4cpp for Shibboleth project.
|
Tuesday, 12 Feb 2008
|
22:45 miwi
A PEAR data validation class for Australia. The package includes phone number,
postal code, tax file number, Australian business number, Australian company
number and Australian regional codes validation.
WWW: http://pear.php.net/package/Validate_AU/
PR: ports/120003
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
Sunday, 10 Feb 2008
|
23:14 alepulver
- Remove devel/wxGlade-devel (expired).
2008-01-12 devel/wxGlade-devel: has been the same version as wxGlade for a long
time; use it instead
|
Saturday, 9 Feb 2008
|
03:35 tabthorpe
This module is used to check the portability across operating systems
of the names of the files present in the distribution of a module.
WWW: http://search.cpan.org/dist/Test-Portability-Files/
PR: ports/120442
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
|
Monday, 28 Jan 2008
|
20:04 ehaupt
Add bunny, a closed loop, high-performance, general purpose protocol-blind
fuzzer for C programs.
Uses compiler-level integration to seamlessly inject precise and reliable
instrumentation hooks into the traced program. These hooks enable the fuzzer to
receive real-time feedback on changes to the function call path, call
parameters, and return values in response to variations in input data.
This architecture makes it possible to significantly improve the coverage of the
testing process without a noticeable performance impact usually associated with
other attempts to peek into run-time internals.
|
09:23 dryice
Installing DecoratorTools gives access to the peak.util.decorators module.
The tools in this module have been bundled for years inside of PEAK,
PyProtocols, RuleDispatch, and the zope.interface package, so they have been
widely used and tested.
Recent versions of the TurboGears framework (ported to FreeBSD as
www/py-turbogears) require the DecoratorTools package.
PR: ports/119835
Submitted by: alexander smishlajev <alex@ank-sia.com>
|
09:19 dryice
The peak.util.extremes module provides a production-quality implementation
of the Min and Max objects from PEP 326.
PR: ports/119915
Submitted by: alexander smishlajev <alex@tycobka.lv>
|
Saturday, 26 Jan 2008
|
08:48 chinsan
paexec -- Parallel executor, distributes tasks over network.
paexec distributes performing the given tasks across several CPUs or
machines on a network and collects the results from those
CPUs/machines
WWW: http://sourceforge.net/projects/paexec
|
05:39 chinsan
The LIBMAA library provides many low-level data structures which are
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management. Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.
The memory management routines are especially helpful for improving the
performance of memory-intensive applications.
WWW: http://www.dict.org/
|
01:55 chinsan
pipestatus - source file for POSIX shell that allows
to obtain an exit status of every program in a pipe.
MOTIVATION
When we program in shell we often run pipes like this
prog1 args1 | prog2 args2 | ... | progN argsN
POSIX says that exit status of pipe is the exit status of LAST program
in it, i.e. progN in our example. That is, exit status of all other
programs in pipe is silently ignored. But in many situations exit
status of all programs in pipe should be checked to make program
robust. Some shells like BASH and ZSH have special extensions for
doing this but POSIX shell unfortunately doesn't provide an EASY way
for doing this.
In order to solve the problem, described above pipestatus was written.
WWW: http://sourceforge.net/projects/pipestatus/
|
Thursday, 24 Jan 2008
|
08:02 skv
Add p5-Class-Workflow 0.08, lightweight workflow system.
|
02:47 clsung
Consistent hashing is a scheme that provides hash table functionality
in a way that the addition or removal of one slot does not
significantly change the mapping of keys to slots. In contrast, in
most traditional hash tables, a change in the number of array slots
causes nearly all keys to be remapped.
Consistent hashing was introduced in 1997 as a way of distributing
requests among a changing population of web servers. More recently, it
and similar techniques have been employed in distributed hash tables.
WWW: http://search.cpan.org/dist/Set-ConsistentHash/
PR: ports/119587
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
02:19 clsung
Gearman client libraray for PHP.
WWW: http://bugs.joestump.net/code/Net_Gearman/
PR: ports/119586
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Sunday, 20 Jan 2008
|
22:16 miwi
The SPL_Types extension is a collection of special typehandling classes.
WWW: http://pecl.php.net/package/SPL_Types/
PR: ports/119678
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
22:09 miwi
The automap extension is a fast map-based autoloader.
WWW: http://pecl.php.net/package/automap/
PR: ports/119827
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
Saturday, 19 Jan 2008
|
19:17 pav
The Abilities of LibRCC Library
===============================
* Language Autodetection
* On the fly translation between languages, using online-services!
* Encoding Autodetection for most of European Languages1
* Support for encoding detection plugins (besides Enca and LibRCD)
* Recoding/translation of multi-language playlists!
* Cache to speed-up re-recoding.
* Possibility to configure new languages and encodings.
* Shared configuration file. For example mentioned TagLib and LibID3 patches
do not have their own user interface, but will utilize the same recoding
configuration as XMMS.
* As well the separate program for configuration adjustment is available.
* GTK/GTK2 UI Library: you can add properties page to your GTK application
with 3 lines of code.
* Menu localization opportunity
WWW: http://rusxmms.sourceforge.net
PR: ports/119187
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
19:07 pav
Library used by ruxmms for autodetection of russian charset
WWW: http://rusxmms.sourceforge.net/
PR: ports/119187
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.comm>
|
Tuesday, 15 Jan 2008
|
21:20 skv
Add p5-SVN-S4 1.022, wrapper for subversion program.
|
Monday, 14 Jan 2008
|
11:28 miwi
libopkele is a c++ implementation of an OpenID decentralized identity
system. It provides OpenID protocol handling, leaving authentication
and user interaction to the implementor.
WWW: http://kin.klever.net/libopkele/
PR: ports/119628
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
10:00 miwi
QSvn is a graphical Subversion Client for Linux, UNIX, Windows and
Mac OS X. It uses the Subversion API for all Subversion actions and
the Qt4 C++ toolkit from Trolltech for platform independent
programming.
WWW: http://ar.oszine.de/projects/qsvn/
PR: ports/119627
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
|
01:15 araujo
TheSchwartz is a reliable job queue system. Your application can put
jobs into the system, and your worker processes can pull jobs from the
queue atomically to perform. Failed jobs can be left in the queue to
retry later.
WWW: http://search.cpan.org/dist/TheSchwartz/
PR: ports/119549
Submitted by: Gean-Suan Lin <gslin@gslin.org>
Approved by: stas (mentor, implicit)
|
Thursday, 10 Jan 2008
|
22:44 miwi
Event::Notify implements a simple Observer pattern.
WWW: http://search.cpan.org/dist/Event-Notify/
PR: ports/119359
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
17:32 lwhsu
Add py-polib 0.3.1, a python library to parse and manage gettext
catalogs.
PR: ports/119527
Submitted by: Oleg Ukraincev <oleg at ht-systems.ru>
|
15:53 rafan
bitlib is a tiny library for bitwise operations.
WWW: http://luaforge.net/projects/bitlib/
|
07:06 marcus
Add goffice04 after a repocopy from devel/goffice. Goffice04 is the latest
goffice version 0.4 API which is still required by a few ports.
|
Wednesday, 9 Jan 2008
|
10:13 nivit
``virtualenv`` is a tool to create isolated Python environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).
Usage: virtualenv YOUR_NEW_PYTHON_ENV
WWW: http://pypi.python.org/pypi/virtualenv
|
Saturday, 5 Jan 2008
|
01:29 bms
Add new port urjtag, a more recently maintained version of openwince jtag
which can run on any platform supported by FreeBSD's ppi(4) driver and more.
|
Friday, 4 Jan 2008
|
18:32 alepulver
Aegis is a transaction-based software configuration management system. It
provides a framework within which a team of developers may work on many
changes to a program independently, and Aegis coordinates integrating these
changes back into the master source of the program, with as little disruption
as possible. Some key features:
* All operations on the repository are based on change sets.
* True configurations. All changes are reproducible snapshots. Every change
set has a unique configuration identifier.
* Ability to rename files without losing their history.
* Binary files are supported.
* File meta-data are versioned. Aegis versions permissions also.
* Commits are truly atomic. No part of a commit takes effect until the entire
commit has succeeded. Log messages are attached to the change set, not
stored redundantly in each file.
* Access controls on lines of development (branches). Creating a branch in
Aegis can be accomplished with a single, fast command.
* Repository synchronization, geographically distributed development.
* Optimal performance for all users, local or remote (no difference).
* Disconnected commits.
* Peer-to-peer architecture. Work may flow in without involving a master site.
* Costs are proportional to change size, not data size.
WWW: http://aegis.sourceforge.net/
|
Thursday, 3 Jan 2008
|
15:22 bms
Add new port Piklab: a KDE IDE for PIC development.
With help from lofi@.
|
11:34 arved
Add rubygem-open4, another variant to exeute programs from ruby
|
11:00 miwi
This module provides a simple interface for monitoring
one or more files or directories and reporting any changes
that are made to them.
Author: Andy Armstrong <andy@hexten.net>
WWW: http://search.cpan.org/~andya/File-Monitor/
PR: ports/119131
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
Monday, 31 Dec 2007
|
21:30 lme
z80asm is an assembler for the Z80 microprcessor. The assembler aims to be
portable and complete. Of course it assembles all official mnemonics, but it
also aims to assemble the unofficial mnemonics.
The assembler features the output of listing files which show the source with
the assembled codes and address next to it.
It also allows outputting of label files, in a format which can be included by
other assembler source files.
Other noteworthy features are complete calculation capabilities, conditional
assembling of parts of the code, and inclusion of other source files.
The assembler was written with the MSX computer in mind as the target platform,
but it can be used for any system with a Z80 in it. The original idea was to
make header files with labels of MSX specific addresses (BIOS, BDOS, system
variables), but nothing like this has been done yet.
WWW: http://savannah.nongnu.org/projects/z80asm/
PR: ports/119149
Submitted by: Sean McLaughlin <sigma.zx (AT) gmail.com>
|
Thursday, 27 Dec 2007
|
23:05 kuriyama
Rascut is Ruby ActionSCript UTility :D
WWW: http://hotchpotch.rubyforge.org/
|
16:03 tabthorpe
The SNMP-Persist module is a backend for pass_persist feature of
net-snmp.
It simplifies the process of sharing user-specified data via SNMP and
development of persistent net-snmp applications controlling a chosen MIB
subtree.
It is particularly useful if data gathering process takes too long. The
responder is a separate thread, which is not influenced by updates of
MIB subtree data. The answer to a snmp request is fast and doesn't rely
on potentially slow source of data.
WWW: http://search.cpan.org/~anias/SNMP-Persist-0.05/
PR: ports/117311
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
|
Wednesday, 26 Dec 2007
|
13:31 thierry
Move from bouml_doc to bouml-doc.
(No repocopy needed)
Requested by: danfe
|
10:38 thierry
The documentation is moved from the package 'bouml' to the dedicated
package 'bouml doc'.
|
Monday, 24 Dec 2007
|
16:59 alepulver
A very trimmed down java unit testing framework.
WWW: http://www.flosoft-systems.com/
|
Saturday, 22 Dec 2007
|
17:10 erwin
Remove entries for devel/avr-libc-devel after the ports was removed.
|
Friday, 21 Dec 2007
|
17:13 miwi
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.
Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...
WWW: http://pear.php.net/package/Console_CommandLine
|
Wednesday, 19 Dec 2007
|
18:09 pav
TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it
will not work on java/5 systems. If you need a profiler for java/5 or earlier
try the jmp profiler.
TIJmp is written to be fast and have a small footprint, both memory- and cpu-
wise. This means that the jvm will run at almost full speed, until you use
tijmp to find some information.
TIJmp uses C code to talk to the jvm and it uses swing to show the the tables
of information. So tijmp is written in C (using jvmti and jni) and Java.
TIJmp runs in the same jvm as the program being profiled. This means that it
can easily get access to all things jvmti/jni has to offer.
TIJmp is distributed under the General Public License, GPL.
Usage:
java -agentlib:tijmp <your-class>
WWW: http://khelekore.org/jmp/tijmp/
PR: ports/117615
Submitted by: Ronald Klop <ronald@echteman.nl>
|
Tuesday, 18 Dec 2007
|
22:48 kuriyama
The fcsh (Flex Compiler Shell) utility provides a shell environment
that you use to compile Flex applications, modules, and component
libraries. It works very similarly to the mxmlc and compc command line
compilers, but it compiles faster than the mxmlc and compc
command-line compilers.
WWW: http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell
|
14:46 vsevolod
Add libev port - fast and simple event loop library, that fixes many libevent
bugs and has many additional features.
|
01:51 vanilla
Add bufferpool 0.0.1, bufferpool - the memory management library Feng
and Felix depend upon.
PR: ports/117919
Submitted by: Emmanuel Richiardone (err at tollari.org)
|
Monday, 17 Dec 2007
|
23:20 miwi
GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.
WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
PR: ports/118471
Submitted by: Björn König <bkoenig at alpha-tierchen.de>
|
Saturday, 15 Dec 2007
|
21:49 miwi
PHP Client for the Selenium Remote Control test tool
Selenium Remote Control (SRC) is a test tool that allows you to write
automated web application UI tests in any programming language against
any HTTP website using any mainstream JavaScript-enabled browser. SRC
provides a Selenium Server, which can automatically start/stop/control
any supported browser. It works by using Selenium Core, a pure-HTML+JS
library that performs automated tasks in JavaScript; the Selenium
Server communicates directly with the browser using AJAX
(XmlHttpRequest).
WWW: http://pear.php.net/package/Testing_Selenium
PR: ports/117872 (based on)
Submitted by: Brian A. Seklecki <lavalamp@spiritual-machines.org>
|
18:07 pav
- Add 2.0-20071128 as libffi-devel
PR: ports/118309
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
Repocopied by: marcus
|
14:35 miwi
Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
pair in the hash corresponds to a record in the file.
Changes to the hash are reflected in the file immediately.
WWW: http://search.cpan.org/dist/Tie-File-AsHash/
PR: ports/118648
Submitted by: Ruben de Groot <rdg at bzerk.org>
|
07:13 kuriyama
The free Adobe Flex 2 SDK includes the technologies developers need to
start building effective Flex applications today.
WWW: http://www.adobe.com/products/flex/sdk/
|
Friday, 14 Dec 2007
|
17:12 miwi
Python interface to Thrift.
WWW: http://developers.facebook.com/thrift/
PR: ports/118366
Submitted by: Jon M. Dugan <jdugan at x1024.net>
|
Thursday, 13 Dec 2007
|
01:32 delphij
Add hgsvn:
This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.
Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc. And of course you have fast
local operations like "hg log", "hg annotate"...
Currenly two scripts are provided:
* hgimportsvn initializes an SVN checkout which is also a
Mercurial repository.
* hgpullsvn pulls the latest changes from the SVN repository,
and updates the Mercurial repository accordingly. It can
be run multiple times.
WWW: http://cheeseshop.python.org/pypi/hgsvn
|
Wednesday, 12 Dec 2007
|
15:59 miwi
The params extension provides userspace equivalent of zend_parse_parameters()
WWW: http://pecl.php.net/package/params/
PR: ports/118048
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
15:57 miwi
The shape extension wraps libshape and provides the ability to write programs
for manipulating ESRI shapefiles.
WWW: http://pecl.php.net/package/shape/
- Ditesh Shashikant Gathani
ditesh@gathani.org
PR: ports/118064
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
13:31 miwi
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.
WWW: http://pear.php.net/package/VersionControl_SVN
PR: ports/117693
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
|
13:23 miwi
This Perl module reads MANIFEST to find modules to be tested and does use_ok()
for each of them. Now all you have to do is updating MANIFEST.
You don't have to modify the test any more (hopefully).
WWW: http://search.cpan.org/dist/Test-UseAllModules/
PR: ports/117666
Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
|
13:08 miwi
DateTime Extension for Traditional Japanese Calendars
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese/
PR: ports/117846
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
13:05 miwi
Traditional Chinese Calendar Implementation
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Chinese/
PR: ports/117844
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
13:04 miwi
DateTime Extension for Calculating Important Chinese Dates
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~dmaki/DateTime-Event-Chinese/
PR: ports/117842
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
13:01 miwi
DateTime Extension to Calculate Solar Terms
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~dmaki/DateTime-Event-SolarTerm/
PR: ports/117838
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
12:58 miwi
This module calculates the time and date of certain recurring lunar events,
including new moons and specific lunar phases.
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~DMAKI/DateTime-Event-Lunar/
PR: ports/117815
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
09:51 lth
Add p5-Lingua-JA-Fold 0.07, Lingua::JA::Fold - fold a Japanese text.
PR: ports/117891
Submitted by: Lars Thegler <lth at FreeBSD.org>
|
Tuesday, 11 Dec 2007
|
20:45 delphij
An Ice language mapping for PHP is a recent and welcome addition
to the Ice product portfolio, enabling developers to take advantage
of the productivity offered by PHP's friendly syntax and extensive
function library.
This Ice distribution is released under the GNU General Public License (GPL).
WWW: http://www.zeroc.org/
PR: ports/118323
Submitted by: DIrk Ye <dirk.ye at gmail.com>
|
Monday, 29 Oct 2007
|
19:51 joerg
This is a development snapshot of the avr-libc C (and math) library
for Atmel AVR microcontrollers. It is mutually exclusive with the
stable version in devel/avr-libc.
|
Saturday, 27 Oct 2007
|
18:20 chinsan
pecl-inclued, Inclued gives you a Clue for PHP inclusion check.
WWW: http://t3.dotgnu.info/blog/tags/inclued/
|
Friday, 26 Oct 2007
|
19:27 bsam
Disconnect devel/py-qt4-qct and connect devel/qct.
|
Thursday, 25 Oct 2007
|
12:18 bsam
Connect devel/linux-libglade2 and textproc/linux-libxml2.
Forgotten by: bsam (me)
Pinged by: linimon (thanks!)
|
Wednesday, 24 Oct 2007
|
08:51 rafan
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
WWW: http://search.cpan.org/dist/parent/
|
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
09:23 miwi
libconfig is a simple library for dealing with parsing config files.
WWW: http://research.wand.net.nz/software/libconfig.php
PR: ports/117039
Submitted by: Matt Peterson <matt at peterson.org>
|
Tuesday, 16 Oct 2007
|
05:40 linimon
Remove p5-Devel-Peek: only works with antique versions of perl.
|
Monday, 15 Oct 2007
|
21:19 lme
The lndir program makes a shadow copy of a directory tree, except that the
shadow is populated with symbolic links pointing at the real files in the
original directory tree. This is usually useful for maintaining source code
for different machine architectures.
PR: ports/117156
Submitted by: "Carlos A. M. dos Santos" <unixmania (AT) gmail.com>
Approved by: miwi (mentor)
|
Sunday, 14 Oct 2007
|
10:10 vd
Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a
more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent
version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new
installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a
more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use
a more recent version
2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are
obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use
a more recent version
2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is
obsolete
2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is
obsolete
|
Thursday, 11 Oct 2007
|
22:31 linimon
Remove deleted port clanlib-devel.
Pointy hat to: novel
|
Number of commits found: 11332 (showing only 100 on this page) |