notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/Makefile

Number of commits found: 12241 (showing only 100 on this page)

[First Page]  «  87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97  »  [Last Page]

Saturday, 8 May 2010
08:54 wen search for other commits by this committer
This module associates a PID file with your script for the purpose
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.

This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.

WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm

PR:             ports/146060
Submitted by:   Eric Freeman <freebsdports@chillibear.com>
Original commit
Thursday, 6 May 2010
20:37 nivit search for other commits by this committer
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool.  The extensions include
wrappers for creating and deleting virtual environments and otherwise
managing your development workflow, making it easier to work on more
than one project at a time without introducing conflicts in their
dependencies.

WWW:    http://www.doughellmann.com/projects/virtualenvwrapper/
Author: Doug Hellmann
Original commit
Wednesday, 5 May 2010
23:20 stas search for other commits by this committer
- Add libunwind, a generic stack unwindig library.

WWW:    http://www.nongnu.org/libunwind/
Original commit
12:07 wen search for other commits by this committer
rubygem-notify provides notification functionalities on cross platforms.

WWW:    http://github.com/jugyo/notify

PR:             ports/146208
Submitted by:   "ports@c0decafe.net" <ports@c0decafe.net>
Original commit
11:31 tobez search for other commits by this committer
Add devel/p5-Class-Accessor-Fast-Contained 1.01,
a Perl module that provides fast accessors with data containment.
Original commit
06:45 wen search for other commits by this committer
This module provides efficient access to the BSD sysctl(3) interface
via the Haskell FFI.

WWW: http://hackage.haskell.org/package/bsd-sysctl

PR:             ports/146293
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
Monday, 3 May 2010
20:25 rene search for other commits by this committer
Hook up devel/p4 to the build.

PR:             ports/145824
Submitted by:   gordon
Approved by:    tabthorpe (mentor)
Original commit
Sunday, 2 May 2010
12:09 miwi search for other commits by this committer
ncurses (new curses) is a free software emulation of curses in
System V Rel 4.0 (and above). It uses terminfo format, supports
pads, colors, multiple highlights, form characters and function
key mapping. Because of the interactive nature of this library,
it will be of little use for writing Web applications, but may
be useful when writing scripts meant using PHP from the command
line.

WWW: http://www.gnu.org/software/ncurses/ncurses.html

PR:             ports/146160
Submitted by:   Jille Timmermans <jille at quis.cx>
Original commit
10:45 miwi search for other commits by this committer
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use
databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by
www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active
maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx
instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of
GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to
www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author
in favor of www/p5-Catalyst-Plugin-Cache
Original commit
Friday, 30 Apr 2010
05:56 kevlo search for other commits by this committer
Initial import of p5-Regexp-Subst-Parallel 0.11

Regexp::Subst::Parallel is a module that allows you to make multiple
simultaneous substitutions safely. Using the sole exported "subst"
function has a rather different effect from doing each substitution
sequentially.
Original commit
03:38 kevlo search for other commits by this committer
Initial import of p5-Tie-RegexpHash 0.15

Tie::RegexpHash module allows one to use regular expressions
for hash keys, so that values can be associated with anything
that matches the key.
Original commit
01:57 wen search for other commits by this committer
CPAN::Meta - The distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or,
for older distributions, META.yml, which describes the distribution,
its contents, and the requirements for building and installing the
distribution. The data structure stored in the META.json  file is
described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.

WWW: http://search.cpan.org/dist/CPAN-Meta/

PR:             ports/145882
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
Thursday, 29 Apr 2010
06:17 wen search for other commits by this committer
Version::Requirements object models a set of version constraints like those
specified in the META.yml or META.json files in CPAN distributions. It can
be built up by adding more and more constraints, and it will reduce them to
the simplest representation.

WWW: http://search.cpan.org/dist/Version-Requirements/

PR:             ports/145881
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
06:02 wen search for other commits by this committer
Paranoid is a collection of modules started out as modules which perform
things (debatably) in a safer and taint-safe manner. Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.

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

PR:             ports/146077
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
Saturday, 24 Apr 2010
20:03 tabthorpe search for other commits by this committer
libdombey implements an SCGI application server which is incapable of
generating responses on its own.  The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.

libdombey is intended for use in applications where client requests are
either GET requests or POST requests encoded with x-www-form-urlencoding.
It drops connections over which it receives POST requests encoded as
multipart/form-data.

WWW: http://www.mammothcheese.ca/libdombey.html

--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca

PR:             ports/145998
Submitted by:   James Bailie <jimmy at mammothcheese.ca>
Original commit
11:55 miwi search for other commits by this committer
Mixlib::CLI provides a class-based command line option parsing object, like the
 one used in Chef, Ohai and Relish.

WWW: http://github.com/opscode/mixlib-cli

PR:             ports/145849
Submitted by:   renchap at cocoa-x.com
Original commit
11:54 miwi search for other commits by this committer
Mixlib::Config provides a class-based configuration object, like the one used
in Chef.

WWW: http://github.com/opscode/mixlib-config

PR:             ports/145848
Submitted by:   renchap at cocoa-x.com
Original commit
11:53 miwi search for other commits by this committer
Mixlib::Authentication provides a class-based header signing authentication
object, like the one used in Chef.

WWW: http://github.com/opscode/mixlib-authentication

PR:             ports/145847
Submitted by:   renchap at cocoa-x.com
Original commit
11:52 miwi search for other commits by this committer
Mixlib::Log provides a mixin for enabling a class based logger object, a-la
Merb, Chef, and Nanite.

WWW: http://github.com/opscode/mixlib-log

PR:             ports/145846
Submitted by:   renchap at cocoa-x.com
Original commit
11:52 miwi search for other commits by this committer
systemu is a portable replacement for popen4 in ruby.

systemu can be used on any platform to return status, stdout, and stderr of
any command.  unlike other methods like open3/popen4 there is zero danger of
full pipes or threading issues hanging your process or subprocess.

WWW: http://codeforpeople.com/lib/ruby/systemu/

PR:             ports/145845
Submitted by:   renchap at cocoa-x.com
Original commit
Friday, 23 Apr 2010
22:29 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:28 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:27 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:25 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:21 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:14 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:10 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
16:21 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
16:12 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
15:58 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
15:46 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
15:09 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
Wednesday, 21 Apr 2010
01:02 wen search for other commits by this committer
JSON::RPC::Dispatcher can make any PSGI/Plack aware server a
JSON-RPC 2.0 server. This will allow you to expose your custom
functionality as a web service in a relatiely tiny amount of
code, as you can see above.

This module follows the draft specficiation for JSON-RPC 2.0.
More information can be found at:
http://groups.google.com/group/json-rpc/web/json-rpc-2-0.

WWW: http://search.cpan.org/dist/JSON-RPC-Dispatcher/
Original commit
Tuesday, 20 Apr 2010
11:42 wen search for other commits by this committer
Moneta provides a standard interface for interacting with various kinds of
key/value stores.

WWW: http://github.com/wycats/moneta

PR:             ports/145844
Submitted by:   Renaud Chaput <renchap@cocoa-x.com>
Original commit
Sunday, 18 Apr 2010
16:47 knu search for other commits by this committer
Add git-merge-changelog, a Git "merge" driver for GNU style ChangeLog
files.
Original commit
06:54 lwhsu search for other commits by this committer
Add py-coil 0.3.12, a powerful configuration language for Python.

PR:             ports/145678
Submitted by:   ghostonthewire <ghostonthewire at gmail dot com>
Original commit
Friday, 16 Apr 2010
13:16 kuriyama search for other commits by this committer
This module provides a number of helpful routines to manipulate or
create IO::Handle like objects.

WWW: http://search.cpan.org/dist/IO-Handle-Util/
Original commit
10:03 kuriyama search for other commits by this committer
Lets your class/object say it works like something else.

WWW: http://search.cpan.org/dist/asa/
Original commit
07:04 skv search for other commits by this committer
Add p5-Test-Taint 1.04, tools to test taintedness.
Original commit
Thursday, 15 Apr 2010
20:23 niels search for other commits by this committer
New port: File::Map - Memory mapping made simple and safe
WWW: http://search.cpan.org/dist/File-Map/

PR:             ports/145702
Submitted by:   Pengfei Ju <jupengfei@gmail.com>
Approved by:    itetcu (mentor)
Original commit
18:00 amdmi3 search for other commits by this committer
An alternative Git GUI with an emphasis on graphical
representation of data and actions. It can:

 * Browse revision history
 * Commit changes
 * Show colorized diff of changes in revisions
 * Handles extremely large projects very well

WWW:    http://trac.novowork.com/gitg/wiki

I'm taking maintainership of this port as submitter doesn't have
access to FreeBSD box to properly test it (discussed via private
email).

PR:             144999
Submitted by:   kipz <somicide@gmail.com>
Original commit
11:54 amdmi3 search for other commits by this committer
cpuflags returns the appropriate gcc flags to optimise compilation for the
current CPU.

PR:             144363
Submitted by:   Quentin Stievenart <acieroid@awesom.eu>
Original commit
Tuesday, 13 Apr 2010
05:44 wen search for other commits by this committer
App::Build is a module which extends Module::Build.
It is used to install whole applications rather than
merely perl modules.

WWW: http://search.cpan.org/dist/App-Build/

PR:             ports/145029
Submitted by:   Alex Bakhtin <Alex.Bakhtin@gmail.com>
Original commit
Monday, 12 Apr 2010
20:15 sylvio search for other commits by this committer
- parse CPAN's package index

WWW:    http://search.cpan.org/dist/Parse-CPAN-Packages-Fast/

PR:             ports/145622
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Approved by:    itetcu (mentor, implicit)
Original commit
13:22 erwin search for other commits by this committer
Fix INDEX by removing devel/ruby-progressbar which is already
added as misc/ruby-progressbar
Original commit
04:47 stas search for other commits by this committer
-  Add ruby-progressbar, the library to display progressbars.

Author: Satoru Takabayashi  <satoru@namazu.org>
WWW:    http://0xcc.net/ruby-progressbar/index.html.en
Original commit
Friday, 9 Apr 2010
22:46 sylvio search for other commits by this committer
- Force commit to the new port p5-MooseX-Lists

PR:             ports/145585
Submitted by:   andrey@kostenko.name
Requested by:   itetcu
Original commit
20:15 sylvio search for other commits by this committer
treat arrays and hashes as lists

WWW: http://search.cpan.org/dist/MooseX-Lists

PR:             ports/empty
Submitted by:   andrey@kostenko.name
Original commit
09:34 ale search for other commits by this committer
Update to PHP 5.3.2 release!
Original commit
Thursday, 8 Apr 2010
05:57 wen search for other commits by this committer
Flexible, OO, asynchronous process spawning and management.

WWW: http://search.cpan.org/dist/AnyEvent-Subprocess/

PR:             ports/145044
Submitted by:   Denis Pokataev <catone@cpan.org>
Original commit
Tuesday, 6 Apr 2010
14:02 kuriyama search for other commits by this committer
Get, unpack, build and install modules from CPAN.

WWW: http://search.cpan.org/dist/App-cpanminus/
Original commit
09:06 wen search for other commits by this committer
Enables you to easily integrate gettext support, themed icons
and scrollkeeper based documentation into Python's distutils.

WWW: https://launchpad.net/python-distutils-extra

PR:             ports/144676
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
Monday, 5 Apr 2010
23:35 sylvio search for other commits by this committer
- Update access and modification timestamps, creating nonexistent files where
necessary.

WWW: http://search.cpan.org/dist/File-Touch/Touch.pm

PR:             ports/145378
Submitted by:   Eric Freeman <freebsdports@chillibear.com>
Approved by:    itetcu (mentor, implicit)
Original commit
Saturday, 3 Apr 2010
14:02 kuriyama search for other commits by this committer
Test PSGI programs using WWW::Mechanize.

WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/
Original commit
05:12 kuriyama search for other commits by this committer
Module::Versions handles versions of loaded modules with a flexible
result interface.  The main goal is to get as much version
informations as possible about a module or module list with a simple
call interface and an absolutely flexible result interface.
Module::Versions handles *loaded* and *loadable* modules.

WWW: http://search.cpan.org/dist/Module-Versions/
Original commit
Friday, 2 Apr 2010
16:23 miwi search for other commits by this committer
- Remove both ports i'll readded under textproc
Original commit
14:21 miwi search for other commits by this committer
A group of Perl modules for parsing XML

WWW:    http://search.cpan.org/dist/libxml-enno/

PR:             ports/145131
Submitted by:   Steve Wills <steve at mouf.net>
Original commit
14:18 miwi search for other commits by this committer
Read the data from a spreadsheet

WWW:    http://search.cpan.org/dist/Spreadsheet-Read/

PR:             ports/145134
Submitted by:   Steve Wills <steve at mouf.net>
Original commit
14:17 miwi search for other commits by this committer
Extract OpenOffice 1.x spreadsheet data

WWW:    http://search.cpan.org/dist/Spreadsheet-ReadSXC/

PR:             ports/145133
Submitted by:   Steve Wills <steve at mouf.net>
Original commit
14:16 miwi search for other commits by this committer
Higher Order Perl Streams

WWW:    http://search.cpan.org/dist/HOP-Stream/

PR:             ports/145141
Submitted by:   Steve Wills <steve at mouf.net>
Original commit
14:15 miwi search for other commits by this committer
Higher Order Perl Lexer

WWW:    http://search.cpan.org/dist/HOP-Lexer/

PR:             ports/145142
Submitted by:   Steve Wills <steve at mouf.net>
Original commit
06:21 wen search for other commits by this committer
Event::Join is a perl module to join multiple "events" into one.

WWW: http://search.cpan.org/dist/Event-Join/

PR:             ports/145043
Submitted by:   Denis Pokataev <catone@cpan.org>
Original commit
05:31 kuriyama search for other commits by this committer
An AnyEvent compatible module to monitor files/directories for changes

WWW: http://search.cpan.org/dist/AnyEvent-Filesys-Notify/
Original commit
Thursday, 1 Apr 2010
15:08 kuriyama search for other commits by this committer
cpan-upload-http is a script which automates the process of uploading
a file to CPAN using PAUSE, the Perl Authors Upload Server.

WWW: http://search.cpan.org/dist/cpan-upload-http/
Original commit
Wednesday, 31 Mar 2010
18:23 skreuzer search for other commits by this committer
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

WWW: http://arduino.cc/

PR:             ports/145041
Submitted by:   Warren Block <wblock@wonkity.com>
Original commit
01:03 sylvio search for other commits by this committer
- Run a process or coderef asynchronously

WWW: http://search.cpan.org/dist/AnyEvent-Run/

PR:             ports/144936
Submitted by:   Denis Pokataev <catone@cpan.org>
Approved by:    miwi (mentor)
Original commit
00:59 sylvio search for other commits by this committer
- AnyEvent::DBI + SQL::Abstract

WWW: http://search.cpan.org/dist/AnyEvent-DBI-Abstract/

PR:             ports/144935
Submitted by:   Denis Pokataev <catone@cpan.org>
Approved by:    miwi (mentor)
Original commit
00:54 sylvio search for other commits by this committer
- Asynchronous DBI access

PR:             ports/144934
Submitted by:   Denis Pokataev <catone@cpan.org>
Approved by:    miwi (mentor)
Original commit
Tuesday, 30 Mar 2010
02:26 wen search for other commits by this committer
Yet Another JSON Library. YAJL is a small event-driven (SAX-style)
JSON parser written in ANSI C, and a small validating JSON generator.
YAJL is released under the BSD license.

WWW:    http://lloyd.github.com/yajl/

PR:             ports/145178
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit
Monday, 29 Mar 2010
13:01 wen search for other commits by this committer
Config::YAML is a somewhat object-oriented wrapper around the YAML module
which makes reading and writing configuration files simple.

WWW:    http://search.cpan.org/~mdxi/Config-YAML/

PR:             ports/145150
Submitted by:   Steve Wills <steve@mouf.net>
Original commit
08:43 tobez search for other commits by this committer
Add devel/p5-Tie-Util 0.02, a Perl module that provides
several utility functions for fiddling with tied variables.
Original commit
03:13 wen search for other commits by this committer
The Grizzled Utility Library is a general-purpose Python library
with a variety of different modules and packages. It's roughly
organized into subpackages that group different kinds of utility
functions and classes.

WWW:    http://www.clapper.org/software/python/grizzled/
Original commit
Thursday, 25 Mar 2010
05:52 kuriyama search for other commits by this committer
Perl extension for devstat(3) API.

WWW: http://search.cpan.org/dist/BSD-devstat/
Original commit
Wednesday, 24 Mar 2010
02:09 wen search for other commits by this committer
MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called. It tries to be as non-intrusive
as possible - when this module is used, inheriting from non-Moose classes
and inheriting from Moose classes should work identically, aside from the
few caveats mentioned below. One of the goals of this module is that
including it in a Moose::Exporter-based package used across an entire
application should be possible, without interfering with classes that
only inherit from Moose modules, or even classes that don't inherit from
anything at all.

WWW: http://search.cpan.org/dist/MooseX-NonMoose/
Original commit
Sunday, 21 Mar 2010
14:42 sylvio search for other commits by this committer
- Added entry to devel/p5-Acme-Damn to devel/Makefile, forgotten by imp@
- This was the motive to broken of INDEX because graphics/gscan2pdf dependence
it.

Approved by:    miwi (mentor)
Original commit
12:54 miwi search for other commits by this committer
Client for the standard perl debugger.

Debug::Client was spun off from Padre.

WWW:    http://padre.perlide.org/wiki/Projects

PR:             ports/144822
Submitted by:   ports at c0decafe.net
Original commit
Saturday, 20 Mar 2010
19:25 miwi search for other commits by this committer
Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.

WWW: http://www.rubyforge.org/projects/shards

PR:             ports/144799
Submitted by:   Alexey V. Degtyarev <alexey at renatasystems.org>
Original commit
17:05 johans search for other commits by this committer
Gnulib, the GNU portability library, offers a macro system and C
declarations and definitions for commonly-used API elements and
abstracted system behaviors. It can be used to improve portability and
other functionality in your programs.

Gnulib takes a different approach than libiberty. Gnulib components are
intended to be shared at the source level, rather than being a library that
gets built, installed, and linked against.

WWW: http://www.gnu.org/software/gnulib/
Original commit
Friday, 19 Mar 2010
23:37 sylvio search for other commits by this committer
- Perl interface to the GooCanvas

www:    http://search.cpan.org/dist/Goo-Canvas/

Approved by:    miwi (mentor)
Original commit
Sunday, 14 Mar 2010
20:22 miwi search for other commits by this committer
Libgee is a collection library providing GObject-based
interfaces and classes for commonly used data structures.

WWW: http://live.gnome.org/Libgee

Submitted by:   Frank Steinborn <steinex at nognu.de>
Original commit
Friday, 12 Mar 2010
14:45 gahr search for other commits by this committer
- New port: devel/py-setproctitle

A setproctitle implementation for Python.

The library allows a process to change its title (as displayed by system tools
such as ps(1) and top(1).

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

PR:             144694
Submitted by:   Sofian Brabez <sbrabez@gmail.com> (maintainer)
Approved by:    jadawin (wants his PRs, can't commit right now)
Original commit
Thursday, 11 Mar 2010
22:46 kuriyama search for other commits by this committer
Store multiple values per key.

WWW: http://search.cpan.org/dist/Hash-MultiValue/
Original commit
20:55 tobez search for other commits by this committer
Add devel/p5-File-CountLines 0.0.2, a Perl module to
efficiently count the number of line breaks in a file.
Original commit
Tuesday, 9 Mar 2010
22:30 miwi search for other commits by this committer
The ionCube Loader is a free application that runs the files
encoded by the ionCube PHP Encoder, while enhancing the
running speed of PHP applications.

Benefits:
- Enables users to run files encoded by the ionCube PHP Encoder

WWW: http://www.ioncube.com/

PR:             ports/144096
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail.com>
Original commit
13:40 yzlin search for other commits by this committer
Add bpython-0.9.6.2, bpython is a fancy interface to the Python
interpreter for Unix-like operating systems.

Approved by:    lwhsu/rafan (mentors, implicit)
Feature safe:   yes
Original commit
10:55 mm search for other commits by this committer
Orc – The Oil Runtime Compiler

Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data.  The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.

(OIL stands for Optimized Inner Loops)

WWW: http://code.entropywave.com/projects/orc/
Original commit
08:34 yzlin search for other commits by this committer
Add py-fudge 0.9.4, fudge is a Python module for using fake objects to
test real ones.

PR:             ports/144544
Submitted by:   Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
Approved by:    lwhsu/rafan (mentors, implicit)
Feature safe:   yes
Original commit
Monday, 8 Mar 2010
01:57 wen search for other commits by this committer
Config::AutoConf is a  module to implement some of AutoConf macros
in pure perl.

WWW:    http://search.cpan.org/dist/Config-AutoConf/

Feature safe:   yes
Original commit
Friday, 5 Mar 2010
14:07 wen search for other commits by this committer
autobox::CORE defines methods for core operations such as join,
print, most everything in perlfunc, some things from Scalar::Util
and List::Util, and some Perl 5 versions of methods taken from
Perl6.

These methods expose as methods the built-in functions for
minipulating numbers, strings, arrays, hashes, and code references.

It can be handy to use built-in functions as methods to avoid messy
dereferencing syntaxes and parentheses pile ups.

WWW: http://search.cpan.org/dist/autobox-Core/

Feature safe:   yes
Original commit
Thursday, 4 Mar 2010
17:05 itetcu search for other commits by this committer
Often Perl modules are written to wrap functionallity found in existing
C headers, libraries, or to use OS-specific features. It is useful in
the Build.PL or Makefile.PL file to check for the existance of these
requirements before attempting to actually build the module.

Objects in this class provide an extension around ExtUtils::CBuilder to
simplify the creation of a .c file, compiling, linking and running it,
to test if a certain feature is present.

WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/

PR:             ports/144196
Submitted by:   Sahil Tandon <sahil at tandon.net>
Feature safe:   yes
Original commit
Wednesday, 3 Mar 2010
07:51 gahr search for other commits by this committer
- New port: devel/gdcm
  GDCM is an open source DICOM library written in C++ that implements mainly the
  base DICOM standard part 5 that concentrates on image file format.

  WWW: http://gdcm.sourceforge.net/

Feature safe:   yes
Original commit
Tuesday, 2 Mar 2010
05:46 wen search for other commits by this committer
Proc::WaitStat contains functions for interpreting and acting on
wait status values.

WWW: http://search.cpan.org/dist/Proc-WaitStat/

PR:             ports/144409
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
Feature safe:   yes
Original commit
Sunday, 21 Feb 2010
15:59 ume search for other commits by this committer
New port -- Ruby binding for libpafe

Feature safe:   yes
Original commit
15:55 ume search for other commits by this committer
New port -- FeliCa read/write library for Sony RC-S320 USB
FeliCa R/W(PaSoRi)

Feature safe:   yes
Original commit
Wednesday, 17 Feb 2010
13:45 gahr search for other commits by this committer
- New port: devel/py-deliciousapi

Unofficial Python API for retrieving data from Delicious.com.

PR:             143726
Submitted by:   Sofian Brabez <sbrabez@gmail.com>
Approved by:    jadawin (wants his PRs but can't commit right now)
Feature safe:   yes
Original commit
Tuesday, 16 Feb 2010
09:53 tobez search for other commits by this committer
Add devel/p5-Test-HexString 0.02, a test module to verify
hex strings.

Feature safe:   yes
Original commit
Monday, 15 Feb 2010
23:43 pgollucci search for other commits by this committer
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.

Feature safe:   yes
Original commit
Saturday, 13 Feb 2010
21:35 miwi search for other commits by this committer
This module is a wrapper around Getopt::Long that extends the value of
the original Getopt::Long module to:

1) add a simple graphical user interface option screen if no arguments
   are passed to the program.
2) provide an auto-help mechanism such that -h and --help are handled
   automatically.

   It's designed to make the creation of graphical shells trivial without the
   programmer having to think about it much as well as providing automatic
   good-looking usage output without the programmer needing to write usage()
   functions.

   This also can turn normal command line programs into web CGI scripts as
   well (automatically).  If the Getopt::GUI::Long program is installed as a
   CGI script then it will automatically prompt the user for the same
   variables.

 WWW:   http://search.cpan.org/dist/Getopt-GUI-Long/
Original commit
20:20 miwi search for other commits by this committer
MongoKit is a python module that brings structured schema and validation layer
on top of the great pymongo driver. It has be written to be simpler and
lighter as possible with the KISS and DRY principles in mind.

WWW:    http://bitbucket.org/namlook/mongokit/wiki/Home

PR:             ports/143919
Submitted by:   Mirko Zinn <mail at derzinn.de>
Original commit
19:27 sylvio search for other commits by this committer
- Greenlet provides a primitive form of micro-threads in the form of a native
extension module to Python. Higher-level primitives such as coroutine scheduling
are not part of greenlet itself, but can be built upon it.

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

PR:             ports/143610
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
Approved by:    miwi (mentor)
Original commit

Number of commits found: 12241 (showing only 100 on this page)

[First Page]  «  87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97  »  [Last Page]