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: 12250 (showing only 100 on this page)

[First Page]  «  94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104  »  [Last Page]

Friday, 24 Oct 2008
09:32 miwi search for other commits by this committer
The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
structures and can be used to enumerate all the currently live SVs.

This can be used to hunt leaks and to profile memory usage.

WWW: http://search.cpan.org/dist/Devel-Gladiator/
Original commit
Wednesday, 22 Oct 2008
21:37 amdmi3 search for other commits by this committer
Devel::NYTProf is a powerful feature-rich perl source code profiler.

 * Performs per-line statement profiling for fine detail
 * Performs per-subroutine statement profiling for overview
 * Performs per-block statement profiling (the first profiler to do so)
 * Accounts correctly for time spent after calls return
 * Performs inclusive and exclusive timing of subroutines
 * Subroutine times are per calling location (a powerful feature)
 * Can profile compile-time activity, just run-time, or just END time
 * Uses novel techniques for efficient profiling
 * Sub-microsecond (100ns) resolution on systems with clock_gettime()
 * Very fast - the fastest statement and subroutine profilers for perl
 * Handles applications that fork, with no performance cost
 * Immune from noise caused by profiling overheads and I/O
 * Program being profiled can stop/start the profiler
 * Generates richly annotated and cross-linked html reports
 * Trivial to use with mod_perl - add one line to httpd.conf
 * Includes an extensive test suite
 * Tested on very large codebases

WWW:    http://search.cpan.org/dist/Devel-NYTProf/

PR:             128255
Submitted by:   Vladimir Timofeev <vovkasm at gmail dot com>
Original commit
Tuesday, 21 Oct 2008
21:20 sobomax search for other commits by this committer
Add py-wsgi_xmlrpc 0.2.5p, WSGI application for a simple XMLRPC method
dispatching.

Submitted by:   Yevgen Drachenko <geka@sippysoft.com>
Original commit
20:43 sobomax search for other commits by this committer
Add py-dal 20081003, a database abstraction layer for Python.

Submitted by:   Andriy Pylypenko <bamby@sippysoft.com>
Original commit
Sunday, 19 Oct 2008
13:58 miwi search for other commits by this committer
Columnize - sorts an array in column order.

WWW: http://rubyforge.org/projects/rocky-hacks/

PR:             ports/128178
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
13:58 miwi search for other commits by this committer
LineCache - caches (Ruby source) files as might be
used in a debugger or a tool that works with sets
of Ruby source files.

WWW: http://rubyforge.org/projects/rocky-hacks/

PR:             ports/128169
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
13:55 miwi search for other commits by this committer
The Thunar SVN Plugin adds Subversion actions to the context menu of thunar.

The current features are:
Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, relocate, resolved, revert, status,
switch, unlock, update.
Subversion info in file properties dialog.

WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin

PR:             ports/128117
Submitted by:   Sergey V. Dyatko <sergey.dyatko at gmail.com>
Original commit
Friday, 17 Oct 2008
18:53 leeym search for other commits by this committer
- add p5-Module-Depends-0.14

Module::Depends extracts module dependencies from an unpacked distribution
tree.

Module::Depends only evaluates the META.yml shipped with a distribution.
This won't be effective until all distributions ship META.yml files, so we
suggest you take your life in your hands and look at
Module::Depends::Intrusive.

WWW:    http://search.cpan.org/dist/Module-Depends/
Original commit
Thursday, 16 Oct 2008
11:26 flz search for other commits by this committer
Add cgit 0.8.2, a fast web interface for git written in C.
Original commit
Wednesday, 15 Oct 2008
11:47 lth search for other commits by this committer
Add p5-Devel-LeakTrace-Fast 0.11, indicate where leaked variables are
coming from.
Original commit
10:01 amdmi3 search for other commits by this committer
libmsocket is a socket abstraction library for C programmers.

In addition to simple TCP sockets, it is moving towards transparent
support for additional abstractions in a seamless manner, such as
SSL and Socks5 proxies.

WWW: http://sourceforge.net/projects/kageki

PR:             128105
Submitted by:   Matt Harris <mattdharris at users dot sourceforge dot net>
Original commit
Tuesday, 14 Oct 2008
08:01 clsung search for other commits by this committer
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).

Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
Original commit
06:32 clsung search for other commits by this committer
The glog library implements application-level logging.

This library provides logging APIs based on C++-style streams and
various helper macros.
Original commit
Monday, 13 Oct 2008
19:49 amdmi3 search for other commits by this committer
The Portable Coroutine Library (PCL) implements the low level
functionality for coroutines. For a definition of the term coroutine
see The Art of Computer Programming by Donald E. Knuth. Coroutines
are a very simple cooperative multitasking environment where the
switch from one task to another is done explicitly by a function
call.

WWW: http://www.xmailserver.org/libpcl.html

PR:             128066
Submitted by:   Manuel Giraud <manuel dot giraud at gmail dot com>
Original commit
13:55 lth search for other commits by this committer
Add p5-File-Find-Rule-Perl 1.04, common rules for searching for
Perl things.
Original commit
Sunday, 12 Oct 2008
09:21 miwi search for other commits by this committer
Cwd - get pathname of current working directory

This module provides functions for determining the pathname of the current
working directory. It is recommended that getcwd (or another *cwd() function)
be used in all code to ensure portability.

By default, it exports the functions cwd(), getcwd(), fastcwd(), and
fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.

WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm

PR:             ports/127881
Submitted by:   Dennis Herrmann <adox at mcx2.org>
Original commit
Saturday, 11 Oct 2008
14:28 miwi search for other commits by this committer
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying
things usually involved.

For information on how to start using App::Cmd, see App::Cmd::Tutorial.

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

PR:             ports/127935
Submitted by:   George Hartzell <hartzell at alerce.com>
Original commit
Thursday, 9 Oct 2008
03:51 clsung search for other commits by this committer
- General Ruby extensions for DataMapper and DataObjects
Original commit
Wednesday, 8 Oct 2008
01:33 clsung search for other commits by this committer
- A framework to allow Ruby applications to generate file/folder stubs
Original commit
Tuesday, 7 Oct 2008
05:49 clsung search for other commits by this committer
- Parse JSON texts and generate them from ruby data structures in Ruby
- like rubygem-json, but implemented in pure Ruby
Original commit
04:29 clsung search for other commits by this committer
'abstract.rb' is a library which enables you to define abstract method in Ruby.
Original commit
Sunday, 5 Oct 2008
10:18 miwi search for other commits by this committer
Giggle is a graphical frontend for the git
directory tracker (think of gitk on GTK+).

WWW:    http://developer.imendio.com/projects/giggle

PR:             ports/127779
Submitted by:   Ashish Shukla <wahjava at gmail.com>
Original commit
Friday, 3 Oct 2008
20:14 garga search for other commits by this committer
A Google open source IPv4/IPv6 manipulation library in Python.
This library is used to create/poke/manipulate IPv4 and
IPv6 addresses and prefixes.
Development mailing list:
http://groups.google.com/group/ipaddr-py-dev

WWW:    http://code.google.com/p/ipaddr-py/

PR:             ports/127830
Submitted by:   Murilo Opsfelder <mopsfelder at gmail.com>
Original commit
00:50 bms search for other commits by this committer
Add port upslug, used to upload firmware to Linksys NSLU2 units.
Original commit
Friday, 26 Sep 2008
06:05 bland search for other commits by this committer
Add py-icu 0.8.1, Python extension wrapping IBM's ICU C++ API.
Original commit
Thursday, 25 Sep 2008
03:09 bland search for other commits by this committer
Add py-xattr 0.4, Python wrapper for extended filesystem attributes.
Original commit
Wednesday, 24 Sep 2008
14:40 stas search for other commits by this committer
- Add port for rubygem-rparsec.

WWW:    http://rubyforge.org/projects/rparsec/
Original commit
11:17 lwhsu search for other commits by this committer
Add py-pylib 0.9.2, an agile development and test support library.

PR:             ports/127405
Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Original commit
Tuesday, 23 Sep 2008
08:04 miwi search for other commits by this committer
Allows to create classes similar to ArrayObject with additional element type or
index constraints.

WWW:    http://pear.php.net/package/PHP_ArrayOf
Original commit
08:03 miwi search for other commits by this committer
Module to provide a configuration hash with option to read from file.

WWW: http://search.cpan.org/dist/Config-Options/
Original commit
Sunday, 7 Sep 2008
10:43 lwhsu search for other commits by this committer
Add py-phpserialize 0.4, a python implementation of PHP\'s native
serialize() and unserialize().

PR:             ports/126193
Submitted by:   Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
Original commit
04:18 chinsan search for other commits by this committer
Add p5-Check-ISA, DWIM, correct checking of an object's class.

This module provides several functions to assist in testing whether a value
is an object, and if so asking about its class.

WWW: http://search.cpan.org/dist/Check-ISA/
Original commit
02:46 chinsan search for other commits by this committer
Add p5-MooseX-Storage, an serialization framework for Moose classes.

MooseX::Storage is a serialization framework for Moose, it provides a very
flexible and highly pluggable way to serialize Moose classes to a number of
different formats and styles.

WWW: http://search.cpan.org/dist/MooseX-Storage/
Original commit
02:08 chinsan search for other commits by this committer
Add p5-Test-TempDir,  provides temporary directory creation with testing in
mind.

WWW: http://search.cpan.org/dist/Test-TempDir/
Original commit
02:03 chinsan search for other commits by this committer
Add p5-File-Path, create or remove directory trees.

WWW: http://search.cpan.org/dist/File-Path/
Original commit
Saturday, 6 Sep 2008
21:14 miwi search for other commits by this committer
cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.

WWW:    http://code.google.com/p/cmdln/

PR:             ports/127116
Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Original commit
Friday, 5 Sep 2008
09:24 tobez search for other commits by this committer
Add devel/p5-Every, a Perl module that provides a function that returns
true every N cycles or S seconds.
Original commit
09:15 tobez search for other commits by this committer
Add devel/p5-Devel-Callsite, a Perl module to get current callsite and
interpreter context.
Original commit
Wednesday, 3 Sep 2008
12:28 lbr search for other commits by this committer
New port: devel/p5-Devel-GlobalDestruction, Expose PL_dirty, the flag which
marks global destruction
Original commit
03:37 kuriyama search for other commits by this committer
Upgrade to 3.1.0.2701.  Old version (2.0.1) was repocopied as
devel/flex-sdk2.

This is MPL version (not including Flash Player binaries etc).
Original commit
Tuesday, 2 Sep 2008
15:42 mat search for other commits by this committer
Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI
interfaces.
Original commit
15:13 mat search for other commits by this committer
Add libphk-0.3, PHK's utilities functions.
Original commit
Saturday, 30 Aug 2008
18:12 chinsan search for other commits by this committer
Add p5-Forest, a collection of n-ary tree related modules.

Forest is intended to be a replacement for the Tree::Simple family of
modules, and fixes many of the issues that have always bothered me about
them. It is by no means a complete replacement yet, but should eventually
grow to become that.

WWW: http://search.cpan.org/dist/Forest/
Original commit
18:05 chinsan search for other commits by this committer
Add p5-Sub-Current, get the current subroutine.

Sub::Current makes available a function ROUTINE(), that returns a code
reference pointing at the currently executing subroutine.

In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
this function will return undef.

Outside of a special block (that is, at the top level of a program)
ROUTINE() will return undef as well.

WWW: http://search.cpan.org/dist/Sub-Current/
Original commit
15:59 chinsan search for other commits by this committer
Add p5-Pod-Coverage-Moose, Pod::Coverage extension for Moose.

When using Pod::Coverage in combination with Moose, it will report any
method imported from a Role. This is especially bad when used in combination
with Test::Pod::Coverage, since it takes away its ease of use.

WWW: http://search.cpan.org/dist/Pod-Coverage-Moose/
Original commit
15:13 chinsan search for other commits by this committer
Add p5-MooseX-Clone, fine grained cloning support for Moose objects.

Out of the box Moose only provides very barebones cloning support in order
to maximize flexibility.

This role provides a clone method that makes use of the low level cloning
support already in Moose and adds selective deep cloning based on
introspection on top of that. Attributes with the Clone trait will handle
cloning of data within the object, typically delegating to the attribute
value's own clone method.

WWW: http://search.cpan.org/dist/MooseX-Clone/
Original commit
14:50 chinsan search for other commits by this committer
Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
depending on availability.

Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
Original commit
14:39 chinsan search for other commits by this committer
Add p5-Tie-RefHash-Weak, a Tie::RefHash subclass with weakened references in
the keys.

The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

The problem with Tie::RefHash, and cross indexing, is that sometimes the
index should not contain strong references to the objecs. Tie::RefHash's
internal structures contain strong references to the key, and provide no
convenient means to make those references weak.

This subclass of Tie::RefHash has weak keys, instead of strong ones. The
values are left unaltered, and you'll have to make sure there are no strong
references there yourself.

WWW: http://search.cpan.org/dist/Tie-RefHash-Weak/
Original commit
14:08 chinsan search for other commits by this committer
Add p5-Variable-Magic, associate user-defined magic to variables from Perl.

Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and overload syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without the pain of the C
API.

WWW: http://search.cpan.org/dist/Variable-Magic/
Original commit
Wednesday, 27 Aug 2008
17:51 amdmi3 search for other commits by this committer
- Fix stuff after pav's premature commit of graphics/osg update
  - Remove graphics/openproducer, graphics/openthreads - those are now included
in osg
  - Remove obsolete bsd.osg.mk from graphics/osg
  - Mark graphics/demeter BROKEN if it's being build WITH_OSG, as it won't
compile now
Original commit
16:49 flz search for other commits by this committer
Hook up devel/mono-addins to the build.
Original commit
Tuesday, 26 Aug 2008
13:53 makc search for other commits by this committer
Lglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.

This is an update for Christopher Stawarz's SLglade module.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

PR: 126652
Submitted by: Alexey Shuvaev
Approved by:    miwi (mentor)
Original commit
12:35 miwi search for other commits by this committer
- Connect devel/subcommander2 to the build
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Monday, 18 Aug 2008
15:41 brooks search for other commits by this committer
Add an llvm snapshot port including clang.  The current snapshot is as of
2008-08-05.
Original commit
Saturday, 16 Aug 2008
14:43 skv search for other commits by this committer
Add p5-Devel-Declare 0.001011, declare subroutines.
Original commit
11:25 skv search for other commits by this committer
Add p5-Test-Memory-Cycle 1.04, check for memory leaks and circular
memory references.
Original commit
Thursday, 14 Aug 2008
14:41 skv search for other commits by this committer
Add p5-Data-ClearSilver-HDF 0.04, convert from Perl Data Structure to
ClearSilver HDF.

PR:             ports/126533
Submitted by:   Denis Pokataev <catone xx cpan.org>
Original commit
Saturday, 9 Aug 2008
16:52 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
Original commit
Thursday, 7 Aug 2008
22:55 miwi search for other commits by this committer
Warbler is a gem to make a .war file out of a Rails project. The intent is
to provide a minimal, flexible, ruby-like way to bundle up all of your
application files for deployment to a Java application server.

Warbler provides a sane set of out-of-the box defaults that should allow
most Rails applications without external gem dependencies
(aside from Rails itself) to assemble and Just Work.

Warbler bundles JRuby and the JRuby-Rack servlet adapter for
dispatching requests to your application inside the java application server,
and assembles all jar files in WARBLER_HOME/lib/*.jar into your application.
No external dependencies are downloaded.

WWW: http://caldersphere.rubyforge.org/warbler/

PR:             ports/126327
Submitted by:   Alexander Logvinov <ports at logvinov,com>
Original commit
Wednesday, 6 Aug 2008
15:34 miwi search for other commits by this committer
This package parses the config files written in JSON. It also does some
non-JSON stuff, like allowing for comments in the files.

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

PR:             ports/126119
Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
Original commit
13:35 miwi search for other commits by this committer
Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.

Thus, readline() and the <> operator can now return records delimited by
regular expression matches.

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

PR:             ports/125926
Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
Original commit
10:25 amdmi3 search for other commits by this committer
Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
programming language.

WWW:    http://home.gna.org/valide/

PR:             ports/126253
Submitted by:   Romain Tartière <romain at blogreen dot org>
Approved by:    miwi (mentor implicit)
Original commit
Monday, 4 Aug 2008
23:30 miwi search for other commits by this committer
- Update to qt 4.4.1

Note:
        With this update several ports specific problems
        have been fixed. Qt4 headers and libraries have
        been moved to include/qt4 and lib/qt4. bsd.qt.mk
        defines QT_INCDIR and QT_LIBDIR now, which could
        be used in qt4-dependent ports if required.

Thanks to:      Max Brazhnikov Danny Pansters
Original commit
Wednesday, 30 Jul 2008
14:54 pgollucci search for other commits by this committer
IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.

The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.

If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.

WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/

Approved by:    araujo (mentor)
Original commit
10:53 bms search for other commits by this committer
Add new port kBuild: a gmake-based build system used by VirtualBox and others
Original commit
Tuesday, 29 Jul 2008
06:09 vanilla search for other commits by this committer
Add zmq 0.2, open source message queue optimised for performance.

PR:             ports/126011
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 28 Jul 2008
21:25 joerg search for other commits by this committer
This is a "sneak preview" port of GCC 4.3.1 for the Atmel AVR
microcontrollers.  It includes patches from the WinAVR project to
support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167
controllers, and in particular the next generation AVRs ATxmega64A1
and ATxmega128A1.

The port has been carefully crafted to peacefully coexist with the
non-devel avr-gcc port.  All executables installed have the suffix
"-43" added for that reason.
Original commit
00:55 lbr search for other commits by this committer
New port: devel/p5-MooseX-Daemonize, Role for daemonizing your Moose based
application
Original commit
00:54 lbr search for other commits by this committer
New port: devel/p5-MooseX-Types-Path-Class, A Path::Class type library for Moose
Original commit
00:54 lbr search for other commits by this committer
New port: devel/p5-MooseX-Types, Organise your Moose types in libraries
Original commit
00:53 lbr search for other commits by this committer
New port: devel/p5-MooseX-Getopt, A Moose role for processing command line
options
Original commit
00:53 lbr search for other commits by this committer
New port: devel/p5-Getopt-Long-Descriptive, Getopt::Long with usage text
Original commit
Sunday, 27 Jul 2008
20:36 lbr search for other commits by this committer
New port: devel/p5-MooseX-POE, The Illicit Love Child of Moose and POE
Original commit
20:35 lbr search for other commits by this committer
New port: devel/p5-MooseX-Async, The Orphanange of Asynchronous Love Children
Original commit
19:42 lbr search for other commits by this committer
New port: devel/p5-MooseX-AttributeHelpers, Extend your attribute interfaces
Original commit
Saturday, 26 Jul 2008
07:59 edwin search for other commits by this committer
Port update with name change: devel/roboctl (formerly legoctl)

        The legoctl library has been updated to support Vex robot
        controllers as well as the Lego NXT. This new version also
        has many enhancements to the NXT interface, and a command-line
        utility for remote controlling NXT robots from FreeBSD via
        a PC gamepad over bluetooth.

PR:             ports/125874
Submitted by:   Jason Bacon <jwbacon@tds.net>
Original commit
07:55 edwin search for other commits by this committer
New port: devel/libgamepad Uniform API for joysticks and gamepads

        Libgamepad is a portable, uniform API for joystick and
        gamepad devices. It's meant to overlay platform-dependent
        interfaces just as the BSD joy and uhid drivers, and the
        user-space libhid. This will allow device and platform
        dependencies to be left out of applications, making them
        simpler and more portable.

PR:             ports/125872
Submitted by:   Jason Bacon <jwbacon@tds.net>
Original commit
Friday, 25 Jul 2008
22:51 miwi search for other commits by this committer
py-json is a lightweight data-interchange format.
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.

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

PR:             ports/125827
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
22:50 miwi search for other commits by this committer
GitPython is a python library used to interact with
Git repositories. GitPython provides object model
access to your git repository. Once you have created
a repository object, you can traverse it to find
parent commit(s), trees, blobs, etc.

GitPython is a port of the grit library in Ruby
created by Tom Preston-Werner and Chris Wanstrath.

WWW:   http://gitorious.org/projects/git-python/

PR:             ports/125826
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
19:54 glarkin search for other commits by this committer
This module is a filter for SVN::Notify, intended to assist with
the maintenance of access control lists with Subversion repositories.
This module removes the need to maintain a separate list of people
to send email notification messages to (via svnnotify --to arguments),
from the AuthZSVNAccessFile.

WWW:    http://search.cpan.org/dist/SVN-Notify-Filter-AuthZMail/

Submitted by:   glarkin@
Approved by:    beech@ (mentor)
Original commit
09:05 gahr search for other commits by this committer
- New port: p5-Sys-MemInfo
  Get information about memory and swap usage from perl

PR:             125944
Submitted by:   terry@sucked-in.com
Original commit
08:12 gahr search for other commits by this committer
- New port: p5-Sys-Cpu
  Obtain CPU information from a perl script

PR:             125947
Submitted by:   terry@sucked-in.com
Original commit
Wednesday, 23 Jul 2008
08:06 lbr search for other commits by this committer
New port: devel/p5-Mouse, Moose minus the antlers
Original commit
08:05 lbr search for other commits by this committer
New port: devel/p5-Class-Method-Modifiers, Provides Moose-like method modifiers
Original commit
08:04 lbr search for other commits by this committer
New port: devel/p5-namespace-clean, Keep imports and functions out of your
namespace
Original commit
Tuesday, 22 Jul 2008
20:49 timur search for other commits by this committer
Added new port p5-DateTime-Format-Natural. DateTime::Format::Natural
takes a string with a human readable date/time and creates a machine
readable one by applying natural parsing logic.
Original commit
Monday, 21 Jul 2008
19:53 glarkin search for other commits by this committer
New port: p5-SVN-Notify-Filter-EmailFlatFileDB-1.01

This module is a filter for SVN::Notify that translates user account
names (e.g. "user1") into email addresses. It does this based on a
colon-separated file, like a UNIX passwd file (or more usefully)
the AuthUserFile used by Apache. The file path is specified via the
--account_file option to the svnnotify script, and the index
(zero-based) of the email field is specified via the --account_field
option.

Submitted by:   Greg Larkin <glarkin at FreeBSD.org>
Original commit
Saturday, 19 Jul 2008
20:05 miwi search for other commits by this committer
UUID object and generation functions for Python.

The uuid module here is part of the standard library for
Python 2.5, distributed under the Python software license.

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

PR:             ports/125408
Submitted by:   Junji NAKANISHI <jun-g at daemonfreaks.com>
Original commit
Friday, 18 Jul 2008
16:05 miwi search for other commits by this committer
PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and
JavaScript code to detect violations of a defined coding standard. It
is an essential development tool that ensures your code remains clean
and consistent. It can also help prevent some common semantic errors
made by developers.

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

PR:             ports/125600
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
13:13 miwi search for other commits by this committer
- Drop devel/py-gmpy to math/

Suggested by:   lwhsu
Original commit
12:46 miwi search for other commits by this committer
Shapely is a Python package for manipulation and analysis of 2D geospatial
geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0
is not concerned with data formats or coordinate reference systems.
Responsibility for reading and writing data and projecting coordinates
is left to other packages like WorldMill and pyproj.

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

PR:             ports/125475
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
12:41 miwi search for other commits by this committer
pymarc is a python library for working with
MARC21 bibliographic data.

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

PR:             ports/125427
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
12:38 miwi search for other commits by this committer
A reference implementation of the PythonGeoInterface and
the GeoJSON.

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

PR:             ports/125208
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
12:35 miwi search for other commits by this committer
Py-cclib is an open source library, written in Python, for parsing and
interpreting the results of computational chemistry packages. The current
version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.

WWW:  http://cclib.sourceforge.net/

PR:             ports/125490
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
12:34 miwi search for other commits by this committer
A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.

WWW:   http://code.google.com/p/gmpy/

PR:             ports/125429
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
11:13 miwi search for other commits by this committer
py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
This module allows you to parse and extract data from GPX files.

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

PR:             ports/125254
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
10:55 miwi search for other commits by this committer
xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also handles
localization of the filenames.

WWW:    http://freedesktop.org/wiki/Software/xdg-user-dirs/

PR:             ports/125672
Submitted by:   Max Brazhnikov <makc at issp.ac.ru>
Original commit
Wednesday, 9 Jul 2008
20:25 beech search for other commits by this committer
- New port p5-POE-XS-Loop-Poll-0.004

Implementation of the abstract POE::Loop interface written in C
using the poll(2) system call.

PR:             ports/125377
Submitted by:   Zach Thompson <hideo at lastamericanempire.com>
Original commit
07:29 vanilla search for other commits by this committer
Add protobuf, it's google's interchange format library.
Original commit

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

[First Page]  «  94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104  »  [Last Page]