Commit graph

4595 commits

Author SHA1 Message Date
Wen Heping
3cbbbd7cbc This package provides a general logging facility that, at this point,
is just a small shim over Python's logging module. Therefore, unless
you need to support a legacy package from the Zope 2 world, you're
probably better off using Python's logging module.

WWW: http://cheeseshop.python.org/pypi/zLOG

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
2011-10-13 00:51:09 +00:00
Sunpoet Po-Chuan Hsieh
e5f5ae82d9 - Add p5-File-HomeDir-PathClass 1.112060
File::HomeDir::PathClass is just a wrapper around File::HomeDir methods,
transforming their return value to Path::Class objects. This allows for easier
usage of the value.

Refer to File::HomeDir#METHODS for a list of which functions are supported.
File::HomeDir::PathClass supports both original File::HomeDir interfaces.

WWW: http://search.cpan.org/dist/File-HomeDir-PathClass/
2011-10-12 10:37:01 +00:00
Martin Matuska
52c44a84c9 Whups is Horde's ticket-tracking application. It is very flexible in design,
and can be used for help-desk requests, tracking sofware development, and
anything else that needs to track a set of requests and their status.

WWW: http://www.horde.org/apps/whups/
2011-10-11 20:46:18 +00:00
Martin Matuska
64a7175c8a Horde Scheduler System
WWW: http://pear.horde.org
2011-10-11 20:43:15 +00:00
Wen Heping
0c26a272d3 zope.datetime is a set of commonly used date and time related
utility functions.

WWW: http://http://pypi.python.org/pypi/zope.datetime

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
2011-10-11 07:15:48 +00:00
Eygene Ryabinkin
4be6594a53 Remove duplicated port
HTE is already in devel/hte

Spotted by: Aldis Berjoza
Pointyhat to: rea
2011-10-10 08:54:15 +00:00
Romain Tartière
ea070397c1 Vala Toys for gEdit is an experimental collection of plugins that extends the
gEdit editor to make it a better programmer editor for the Vala language.

WWW:	http://code.google.com/p/vtg/
2011-10-10 08:01:18 +00:00
Wen Heping
659a622dc1 This package provides a DateTime data type, as known from Zope 2.
Unless you need to communicate with Zope 2 APIs, you're probably
better off using Python's built-in datetime module.

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

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via email)
2011-10-10 00:44:36 +00:00
Sunpoet Po-Chuan Hsieh
870cbd67dd - Add p5-Sys-Info 0.78
Sys::Info is a Perl module to fetch information from the host system.

WWW: http://search.cpan.org/dist/Sys-Info/
2011-10-10 00:20:43 +00:00
Sunpoet Po-Chuan Hsieh
47185d2724 - Add p5-Sys-Info-Driver-BSD 0.7801
Sys::Info::Driver::BSD is the BSD driver for Sys::Info.

WWW: http://search.cpan.org/dist/Sys-Info-Driver-BSD/
2011-10-10 00:19:24 +00:00
Sunpoet Po-Chuan Hsieh
600be67974 - Add p5-Test-Sys-Info 0.20
Test::Sys::Info is a centralized test suite for Sys::Info Drivers.

WWW: http://search.cpan.org/dist/Test-Sys-Info/
2011-10-10 00:17:16 +00:00
Sunpoet Po-Chuan Hsieh
f44c7887d1 - Add p5-Sys-Info-Base 0.7802
Sys::Info::Base is the base class for Sys::Info.

WWW: http://search.cpan.org/dist/Sys-Info-Base/
2011-10-10 00:14:29 +00:00
Eygene Ryabinkin
ac6be26172 New port: HT, editor/viewer/analyzer for binary files
Feature safe: yes
2011-10-08 18:05:53 +00:00
Wen Heping
1ae9439ef7 - Connect py-zope.event 2011-10-08 01:44:45 +00:00
Steve Wills
1b9ccb016f Test::Timer implements a set of test primitives to test and assert test times
from bodies of code.

WWW:	http://search.cpan.org/dist/Test-Timer/
2011-10-06 20:21:18 +00:00
Stanislav Sedov
f353225a9a - Add port for devel/libtool-fixed, a fixed version of libtool package
that can generate proper configure scripts on 10.X and with support
  for 10.x

  WWW: http://www.gnu.org/software/libtool/
2011-10-05 23:47:21 +00:00
Lars Thegler
0145e2d716 Add p5-Test-InDistDir 1.112071, test environment setup for development
with IDE.
2011-10-05 20:07:39 +00:00
Sunpoet Po-Chuan Hsieh
76f6b96c26 - Add p5-Log-Dispatch-Configurator-Any 1.110690
Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to
configure Log::Dispatch objects with configuration files. Somewhat like a lite
version of log4j and Log::Log4perl it allows multiple log destinations. The
standard configuration file format for Log::Dispatch::Config is AppConfig.

This module plugs in to Log::Dispatch::Config and allows the use of other file
formats, in fact any format supported by the Config::Any module. As a bonus you
can also pass in a configuration data structure instead of a file name.

WWW: http://search.cpan.org/dist/Log-Dispatch-Configurator-Any/
2011-10-05 10:30:22 +00:00
Frederic Culot
747f2fc77e Test::Weaken allows easy detection of unfreed Perl data and the
examination of unfreed objects, even those that would usually have
been made inaccessible.

WWW: http://search.cpan.org/dist/Test-Weaken/
2011-10-05 09:00:49 +00:00
Sunpoet Po-Chuan Hsieh
cd7194986e - Remove p5-Scalar-Util-Clone 2011-10-05 04:37:56 +00:00
Sunpoet Po-Chuan Hsieh
f3b49c22f6 - Add p5-Data-Clone 0.003
Data::Clone does data cloning, i.e. copies things recursively. This is smart so
that it works with not only non-blessed references, but also with blessed
references (i.e. objects). When clone() finds an object, it calls a clone method
of the object if the object has a clone, otherwise it makes a surface copy of
the object. That is, this module does polymorphic data cloning.

Although there are several modules on CPAN which can clone data, this module has
a different cloning policy from almost all of them. See "Cloning policy" and
"Comparison to other cloning modules" [1] for details.

[1] http://search.cpan.org/dist/Data-Clone/lib/Data/Clone.pm

WWW: http://search.cpan.org/dist/Data-Clone/
2011-10-04 18:58:31 +00:00
Sunpoet Po-Chuan Hsieh
ba6704290b - Add p5-Test-Exception-LessClever 0.006
Test::Exception::LessClever is an alternative to Test::Exception that is much
simpler. This alternative does not use fancy stack tricks to hide itself. The
idea here is to keep it simple.  This also solves the Test::Exception bug where
some dies will be hidden when a DESTROY method calls eval. If a DESTROY method
masks $@ a warning will be generated as well.

WWW: http://search.cpan.org/dist/Test-Exception-LessClever/
2011-10-04 16:34:48 +00:00
Ryan Steinmetz
89630c7425 New port: devel/ding-libs
'D is not GLib' utility libraries

Ding-libs provides utility functions to manipulate filesystem
pathnames (libpath_utils), a hash table which dynamically resizes
to achieve optimal storage and access time properties (libdhash),
a data type to collect data in a hierarchical structure for easy
iteration and serialization (libcollection), a dynamically growing,
reference-counted array (libref_array), and a library to process
configuration files in initialization format (INI) into a library
collection data structure (libini_config).

PR:		ports/161267
Submitted by:	Andrew Elble <aweits@rit.edu>
2011-10-04 15:29:38 +00:00
Pawel Pekala
d8e4ecaf03 LibParserUtils provides various pieces of functionality that are useful when
writing parsers. These are:

  + A number of character set convertors
  + Mapping of character set names to/from MIB enum values
  + UTF-8 and UTF-16 (host endian) support functions
  + Various simple data structures (resizeable buffer, stack, vector)
  + A UTF-8 input stream

WWW: http://www.netsurf-browser.org/projects/libparserutils/

PR:		ports/159935
Submitted by:	David Romano <unobe@cpan.org>
Approved by:	miwi, wen (mentors implicit)
2011-10-03 19:35:23 +00:00
Sunpoet Po-Chuan Hsieh
68a3645015 - Add p5-IO-Stty 0.03
IO::Stty is a perl module that change and print terminal line settings.

WWW: http://search.cpan.org/dist/IO-Stty/

PR:		ports/161206
Submitted by:	Stephon Chen <stephon@gmail.com>
2011-10-02 18:06:19 +00:00
Doug Barton
2778716571 As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.

audio/mt-daapd
	Use audio/firefly instead
databases/p5-DBIx-Class-Validation
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
	Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
	gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
	Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
	use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
	Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
	unmaintained upstream for several years
net-p2p/giftcurs
	unmaintained upstream for several years
net-p2p/giftoxic
	unmaintained upstream for several years
net-p2p/giftui
	unmaintained upstream for several years
net-p2p/apollon
	Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
	gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
	Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
	Disappear from CPAN
x11-wm/fvwm24
	No longer supported by fvwm.org
2011-09-30 08:58:22 +00:00
Greg Larkin
500fb16714 - Hook py-zope.interface to the build 2011-09-29 22:22:43 +00:00
Greg Larkin
5550f1a703 - Removed devel/py-zopeInterface after rename
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:22:53 +00:00
Dmitry Marakasov
aedebe7f3a - Preserve love 0.5-0 as devel/love5
- rename binary and docsdir to not conflict with devel/love
  - add patch to work with changed binary name
  - set LATEST_LINK
  - connect to build
2011-09-27 03:58:32 +00:00
Wen Heping
392ff9a5e6 - Connect py-zope.testing 2011-09-27 02:30:33 +00:00
Gabor Pali
32843232af - Update to 3.20110707
- Cabalize port

PR:		ports/159348
Submitted by:	pgj
Approved by:	maintainer (timeout)
Obtained from:	FreeBSD Haskell
2011-09-26 20:49:55 +00:00
Baptiste Daroussin
6bbef7efb7 2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.
2011-09-11 games/abuse: BROKEN after games/abuse_sdl update
2011-09-01 security/donkey: No more public distfiles
2011-09-01 graphics/moth: No more public distfiles
2011-09-01 net-mgmt/aguri: No more public distfiles
2011-09-01 games/senso: No more public distfiles
2011-09-01 net-im/jabber-users-agent: No more public distfiles
2011-09-01 games/cchess: No more public distfiles
2011-09-23 13:25:21 +00:00
Stanislav Sedov
be9669cbc6 - Add devel/libatomic-ops, a library providing portable access to
atomic operations.

  WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
2011-09-23 06:03:14 +00:00
Wen Heping
2004fa08b6 This library implements the JSON-RPC 2.0 proposed specification in pure Python.
It is designed to be as compatible with the syntax of xmlrpclib as possible (it
extends where possible), so that projects using xmlrpclib could easily be
modified to use JSON and experiment with the differences.

It is backwards-compatible with the 1.0 specification, and supports all of the
new proposed features of 2.0, including:
    * Batch submission (via MultiCall)
    * Keyword arguments
    * Notifications (both in a batch and 'normal')
    * Class translation using the 'jsonclass' key.

WWW: https://github.com/joshmarshall/jsonrpclib

PR:		ports/160869
Submitted by:	Attila Nagy <bra@fsn.hu>
2011-09-22 07:04:24 +00:00
Romain Tartière
6975c61b05 Python support for MonoDevelop.
WWW:	http://monodevelop.com/
2011-09-21 19:17:19 +00:00
Romain Tartière
fa5f78953f Remove devel/monodevelop-boo (no updated distfile upstream). 2011-09-21 19:14:02 +00:00
Herve Quiroz
0fb9a0f1ec The maven-wrapper provides a convenient way to switch between several Maven
installations.

- By setting the M2_HOME environment variable the user can select the Maven
  instance to use.
- A default Maven instance is selected according to the files in
  /usr/local/etc/maven/instances.d/
2011-09-21 06:57:23 +00:00
Baptiste Daroussin
6d05a4943f Role::HasMessage is an extremely simple role. A class that includes
Role::HasMessage is promising to provide a message method that
returns a string summarizing the message or event represented by
the object. It does not provide any actual behavior.

WWW: http://search.cpan.org/dist/Role-HasMessage/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 10:38:27 +00:00
Baptiste Daroussin
a8af7020ed Log::Dispatchouli is a thin layer above Log::Dispatch and meant to
make it dead simple to add logging to a program without having to
think much about categories, facilities, levels, or things like that.
It is meant to make logging just configurable enough that you can find
the logs you want and just easy enough that you will actually log
things.

WWW: http://search.cpan.org/dist/Log-Dispatchouli/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 10:12:00 +00:00
Baptiste Daroussin
42c26118e8 String::Errf provides errf, a simple string formatter that works
something like sprintf.

WWW: http://search.cpan.org/dist/String-Errf/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 10:08:19 +00:00
Baptiste Daroussin
bc28e6b32e CPAN::Uploader - upload things to the CPAN
WWW: http://search.cpan.org/dist/CPAN-Uploader/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:53:08 +00:00
Baptiste Daroussin
f299398342 Config::MVP::Reader::INI reads .ini files containing MVP-style
configuration.

WWW: http://search.cpan.org/dist/Config-MVP-Reader-INI/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:49:07 +00:00
Baptiste Daroussin
b39cb641d2 This provides a Log::Dispatch log output system that appends logged
events to an array reference. This is probably only useful for testing
the logging of your code.

WWW: http://search.cpan.org/dist/Log-Dispatch-Array/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:31:56 +00:00
Baptiste Daroussin
6a5289755d The Perl::PrereqScanner scanner will extract loosely your distribution
prerequisites from your files.

WWW: http://search.cpan.org/dist/Perl-PrereqScanner/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:24:26 +00:00
Sunpoet Po-Chuan Hsieh
95daa67471 - Add p5-Tree-RedBlack 0.5
Tree::RedBlack is a perl implementation of the Red/Black tree algorithm found in
the book "Algorithms", by Cormen, Leiserson & Rivest (more commonly known as
"CLR" or "The White Book"). A Red/Black tree is a binary tree which remains
"balanced"- that is, the longest length from root to a node is at most one more
than the shortest such length. It is fairly efficient; no operation takes more
than O(lg(n)) time.

A Tree::RedBlack object supports the following methods: new(), root(), cmp(&),
insert($, $), delete($), find($), node($), min() and max().

WWW: http://search.cpan.org/dist/Tree-RedBlack/
2011-09-20 08:56:55 +00:00
Sunpoet Po-Chuan Hsieh
1d3515f7be - Add p5-Carp-Always-Color 0.05
Stack traces are hard to read when the messages wrap, because it's hard to tell
when one message ends and the next message starts. Carp::Always::Color just
colors the first line of each stacktrace, based on whether it's a warning or an
error. If messages are being sent to a terminal, it colors them with terminal
escape codes, otherwise it colors them with HTML (ideas for more intelligent
behavior here are welcome).

WWW: http://search.cpan.org/dist/Carp-Always-Color/
2011-09-20 08:54:11 +00:00
Baptiste Daroussin
e5a1a26fda Role::Identifiable::HasIdent is an incredibly simple role. It adds
a required ident attribute that stores a simple string, meant to
identify exceptions.
Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.

WWW: http://search.cpan.org/dist/Role-Identifiable/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 08:46:07 +00:00
Baptiste Daroussin
a61c7f404c String::Formatter is a tool for building sprintf-like formatting
routines. It supports named or positional formatting, custom
conversions, fixed string interpolation, and simple width-matching out
of the box.

WWW: http://search.cpan.org/dist/String-Formatter/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 08:41:24 +00:00
Baptiste Daroussin
cd37763e93 Sub::Exporter::GlobExporter - export shared globs with Sub::Exporter collectors
WWW: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 08:36:13 +00:00
Baptiste Daroussin
6bcaa90166 MooseX::OneArgNew lets your constructor take a single argument,
which will be translated into the value for a one-entry hashref.

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

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 08:31:57 +00:00