| non port: devel/Makefile |
Number of commits found: 12250 (showing only 100 on this page) |
|
Wednesday, 18 Apr 2012
|
17:46 sunpoet
- Add p5-CPAN-Meta-Requirements 2.121
A CPAN::Meta::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.
Logically impossible constraints will be identified immediately by thrown
exceptions.
WWW: http://search.cpan.org/dist/CPAN-Meta-Requirements/
 |
|
Friday, 13 Apr 2012
|
22:24 cs
A bzr plugin to organise and manage a collection of bzr branches as a complex
project.
WWW: http://bialix.com/scmproj/docs
 |
18:03 rm
Smart replacement for plain tuple used in __version__.
WWW: http://pypi.python.org/pypi/versiontools
 |
|
Tuesday, 10 Apr 2012
|
16:52 sunpoet
- Add p5-Exporter 5.66
The Exporter module implements an "import" method which allows a module
to export functions and variables to its users' namespaces. Many modules
use Exporter rather than implementing their own "import" method because
Exporter provides a highly flexible interface, with an implementation
optimised for the common case.
WWW: http://search.cpan.org/dist/Exporter/
PR: ports/166603
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 |
16:41 miwi
Test Perl Classes the easy way
WWW: https://github.com/Ovid/Test-Class-Most/
PR: ports/166604
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 |
16:39 miwi
The module MooseX::HasDefaults::RO defaults is to ro.
The module MooseX::HasDefaults::RW defaults is to rw.
If you pass a specific value to any has's is, that overrides the default. If
you do not want an accessor, pass is => undef.
WWW: http://search.cpan.org/dist/MooseX-HasDefaults/
PR: ports/166591
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 |
|
Monday, 9 Apr 2012
|
22:15 bapt
2012-04-05 audio/p5-MusicBrainz-Queries: MusicBrainz RDF webservice no longer
functions
2012-04-05 audio/ruby-musicbrainz: MusicBrainz RDF webservice no longer
functions
2012-03-14 converters/ruby-lv: upstream no longer has this
2012-04-04 devel/p5-Getopt-Popt: "Gone from CPAN"
2012-04-07 net/p5-Net-Rendezvous: Superceeded by dns/p5-Net-Bonjour
Feature safe: yes
 |
03:29 swills
Perl module which implements the Null Class design pattern
WWW: http://search.cpan.org/dist/Class-Null/
Feature safe: yes
 |
01:44 swills
Perl module to read and write CPAN Changes files
WWW: http://search.cpan.org/dist/CPAN-Changes/
Feature safe: yes
 |
|
Sunday, 8 Apr 2012
|
01:36 swills
Perl module for mapping Perl releases on CPAN to the location of the tarballs
WWW: http://search.cpan.org/dist/CPAN-Perl-Releases/
Feature safe: yes
 |
00:31 swills
Perl module to patch perl source
WWW: http://search.cpan.org/dist/Devel-PatchPerl/
Feature safe: yes
 |
|
Friday, 6 Apr 2012
|
18:12 cs
UltraGetopt is a versatile and customizable implementation of getopt() with
support for many common extensions, MS-DOS formatted option strings, and much
more. It can function as a drop-in replacement for getopt() on systems with or
without existing vendor-provided implementations and also as a separate
co-existing function.
WWW: http://kevinlocke.name/programs/ultragetopt.php
PR: ports/166288
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: wen@ (mentor)
Feature safe: yes
 |
|
Monday, 2 Apr 2012
|
10:15 sunpoet
- Add p5-Carp 1.25
The Carp routines are useful in your own modules because they act like die() or
warn(), but with a message which is more likely to be useful to a user of your
module. In the case of cluck, confess, and longmess that context is a summary of
every call in the call-stack. For a shorter message you can use carp or croak
which report the error as being from where your module was called. There is no
guarantee that that is where the error was, but it is a good educated guess.
WWW: http://search.cpan.org/dist/Carp/
Feature safe: yes
 |
|
Sunday, 1 Apr 2012
|
11:59 rm
- fix entries sorting
PR: 166559
Submitted by: "Conrad J. Sabatier" <conrads at cox dot net>
Feature safe: yes
 |
04:40 zi
New port: devel/libcidr
libcidr is a library that provides a number of functions to input, output,
manipulate, compare, multilate, and otherwise play with, IP addresses and
netblocks.
It supports both IPv4 and IPv6, and provides sufficiently diverse functions
to be useful for everything from log processes to network client and server
programs. It parses addresses in a wide variety of common formats. It also
provides a plethora of options for formatting them on the output as well.
It can compare them in various ways and give you some useful statistics
about the netblocks in which tey reside.
WWW: http://www.over-yonder.net/~fullermd/projects/libcidr
Feature safe: yes
 |
|
Saturday, 31 Mar 2012
|
01:15 sunpoet
- Add p5-Role-Tiny 1.000000
Role composition can be thought of as much more clever and meaningful multiple
inheritance. The basics of this implementation of roles is:
- If a method is already defined on a class, that method will not be composed in
from the role.
- If a method that the role "requires" to be implemented is not implemented,
role application will fail loudly.
Unlike Class::C3, where the last class inherited from "wins," role composition
is the other way around, where first wins. In a more complete system (see Moose)
roles are checked to see if they clash. The goal of this is to be much simpler,
hence disallowing composition of multiple roles at once.
WWW: http://search.cpan.org/dist/Role-Tiny/
Feature safe: yes
 |
|
Wednesday, 28 Mar 2012
|
18:51 sunpoet
- Add p5-MooX-Types-MooseLike 0.03
MooX::Types::MooseLike provides some Moosish types and a typer builder.
WWW: http://search.cpan.org/dist/MooX-Types-MooseLike/
Feature safe: yes
 |
|
Tuesday, 27 Mar 2012
|
14:51 clement
- Add hadoop 1.0.0
- Add hadoop user to GIDs/UIDs (955)
The Apache Hadoop software library is a framework that allows for the
distributed processing of large data sets across clusters of computers
using a simple programming model.
WWW: http://hadoop.apache.org/
Approved by: culot@, jadawin@ (mentors)
Feature safe: yes
 |
|
Sunday, 25 Mar 2012
|
20:32 eadler
2012-03-17 devel/p5-Make-Cache: Removed from CPAN, does not work, unmaintained
Approved by: perl (crees)
Feature safe: yes
 |
|
Saturday, 24 Mar 2012
|
16:06 miwi
Celery is an open source asynchronous task queue/job queue based on distributed
message passing. It is focused on real-time operation, but supports scheduling
as well.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available.
WWW: http://pypi.python.org/pypi/celery/
PR: ports/165693
Submitted by: Alexandros Kosiaris <akosiaris+ports@gmail.com>
Feature safe: yes
 |
|
Monday, 19 Mar 2012
|
16:21 skreuzer
Hash::Diff returns the difference between two hashes as a hash.
WWW: http://search.cpan.org/dist/Hash-Diff/
Feature safe: yes
 |
13:29 kuriyama
Data::SExpression -- Parse Lisp S-Expressions into perl data
structures.
WWW: http://search.cpan.org/dist/Data-SExpression/
Feature safe: yes
 |
|
Sunday, 18 Mar 2012
|
17:49 crees
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based
interface that was written by Alastair Tse in order to improve his interaction
with Gentoo Bugzilla
Features
--------
* Searching bugzilla
* Listing details of a bug including comments and attachments
* Downloading/viewing attachments from bugzilla
* Posting bugs, comments, and making changes to an existing bug.
* Adding attachments to a bug.
There is extensive help in `bugz --help` and `bugz <subcommand>
--help` for additional options.
WWW: https://github.com/williamh/pybugz
Feature safe: yes
 |
16:22 kuriyama
Simple set-and-forget using of a '/share' directory in your projects
root.
WWW: http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/
Feature safe: yes
 |
15:54 kuriyama
This module extends Config::INI to support reading and writing
MySQL-style configuration files. Although deceptively similar to
standard .INI files, they can include bare boolean options with no
value assignment and additional features like !include and
!includedir.
WWW: http://search.cpan.org/dist/Config-MySQL/
Feature safe: yes
 |
|
Saturday, 17 Mar 2012
|
16:07 ak
Crossplatform method to trace software errors in runtime during resource
manipulation is shown. A scheme for describing abstract resources and their
functions in XML is presented. Due to separation it's possible to describe
vast classes of resources without changing the analyzer core.
Detected errors often have an influence on security, safety, robustness and
resource optimal usage.
PR: ports/163861
Submitted by: Vladimir Gorelov <virtual.lark@gmail.com>
Approved by: eadler (mentor)
Feature safe: yes
 |
|
Thursday, 15 Mar 2012
|
18:43 swills
PerlIO layer to use the encoding of the current locale.
WWW: http://search.cpan.org/dist/PerlIO-locale/
Feature safe: yes
 |
01:09 swills
Policies that were formally included with Perl::Critic itself, but which have
been superseded by others.
WWW: http://search.cpan.org/dist/Perl-Critic-Deprecated/
Feature safe: yes
 |
|
Monday, 12 Mar 2012
|
18:11 sunpoet
- Add p5-Eval-LineNumbers 0.31
Eval::LineNumbers adds a #line "this-file" 392 comment to hereis text that is
going to be eval'd so that error messages will point back to the right place.
Please note: when you embed \n in your code, it gets expanded in double-quote
hereis documents so it will mess up your line numbering. Use \\n instead when
you can.
WWW: http://search.cpan.org/dist/Eval-LineNumbers/
Feature safe: yes
 |
|
Friday, 9 Mar 2012
|
02:22 pgollucci
Jeweler provides the noble ruby developer with two primary features:
* a library for managing and releasing RubyGem projects
* a scaffold generator for starting new RubyGem projects
WWW: http://github.com/technicalpickles/jeweler
PR: ports/165439
Submitted by: Douglas Thrift
 |
|
Thursday, 8 Mar 2012
|
18:45 pgollucci
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
 |
08:50 cy
Bring back kdevelop.
Fix dependency issue.
 |
|
Wednesday, 7 Mar 2012
|
05:26 daichi
Add a new port deve/open-usp-tukubai
 |
|
Tuesday, 6 Mar 2012
|
14:43 swills
Perl Automated SIGNATURE testing
WWW: http://search.cpan.org/dist/Test-Signature/
 |
|
Monday, 5 Mar 2012
|
20:34 tota
- Add a new port: devel/R-cran-memoise
Cache the results of a function so that when you call it again with
the same arguments it returns the pre-computed value.
WWW: http://cran.r-project.org/web/packages/memoise/
 |
14:05 kuriyama
Filesys::Notify::KQueue is IO::KQueue wrapper for watching file
system.
WWW: http://search.cpan.org/dist/Filesys-Notify-KQueue/
 |
01:23 sunpoet
- Add p5-Lexical-Import 0.002
Lexical::Import allows functions and other items, from a separate module, to be
imported into the lexical namespace (as implemented by Lexical::Var), when the
exporting module exports non-lexically to a package in the traditional manner.
This is a translation layer, to help code written in the new way to use modules
written in the old way.
A lexically-imported item takes effect from the end of the definition statement
up to the end of the immediately enclosing block, except where it is shadowed
within a nested block. This is the same lexical scoping that the my, our, and
state keywords supply. Within its scope, any use of the single-part name of the
item (e.g., "$foo") refers directly to that item, regardless of what is in any
package. Explicitly package-qualified names (e.g., "$main::foo") still refer to
the package. There is no conflict between a lexical name definition and the same
name in any package.
This mechanism only works on Perl 5.11.2 and later. Prior to that, it is
impossible for lexical subroutine imports to work for bareword subroutine calls.
(See "BUGS" in Lexical::Var for details.) Other kinds of lexical importing are
possible on earlier Perls, but because this is such a critical kind of usage in
most code, this module will ensure that it works, for convenience. If the
limited lexical importing is desired on earlier Perls, use Lexical::Var
directly.
WWW: http://search.cpan.org/dist/Lexical-Import/
 |
|
Sunday, 4 Mar 2012
|
11:51 miwi
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby
and generates Ruby code. Almost all functions of yacc(1) is
implemented.
Author: Minero Aoki <aamine@loveruby.net>
WWW: http://rubyforge.org/frs/?group_id=7299
PR: ports/164842
Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
 |
|
Saturday, 3 Mar 2012
|
20:12 eadler
2012-03-01 devel/dklibs: not needed for graphics/bmeps anymore, no other users
Approved by: maintainer (implicit)
 |
17:30 swills
Perl module to allow writing your unit tests in other modules than *.t
WWW: http://search.cpan.org/dist/Test-Classy/
 |
16:14 eadler
devel/kdevelop has been broken and deprecated since 2011-11-30
 |
15:53 mm
Packaged version of the PHP Thrift client for Horde
 |
15:34 mm
Extension of the Horde_Autoloader that implements caching of class-file-maps.
The caching method is determined automatically from the list of supported cache
backends: APC, XCache, eAccelerator, local file system.
 |
|
Friday, 2 Mar 2012
|
07:26 kevlo
Initial import of foolscap-0.6.3.
Foolscap is an RPC protocol for Python+Twisted, providing a
capability-based security model and flexible serialization.
 |
|
Thursday, 1 Mar 2012
|
01:51 sunpoet
- Remove devel/p5-Version-Requirements
 |
|
Wednesday, 29 Feb 2012
|
22:25 swills
Perl module that adds an AUTHORITY method to your class.
WWW: http://search.cpan.org/dist/Object-AUTHORITY/
 |
22:12 swills
A Perl base class for non-Moose roles
WWW: http://search.cpan.org/dist/Object-Role/
 |
16:05 sunpoet
- Add p5-Getopt-Compact-WithCmd 0.19
Getopt::Compact::WithCmd is yet another Getopt::* module. It allows you to
define git-like options. In addition, usage can be set at the same time.
WWW: http://search.cpan.org/dist/Getopt-Compact-WithCmd/
PR: ports/165498
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
 |
|
Monday, 27 Feb 2012
|
16:53 gahr
- New port: devel/combat
Combat is a CORBA Object Request Broker that allows the implementation of
CORBA clients and servers in the Tcl programming language.
WWW: http://www.fpx.de/Combat/
 |
|
Saturday, 25 Feb 2012
|
16:05 swills
Perl module for static variables without namespace pollution
WWW: http://search.cpan.org/dist/Lexical-Var/
 |
15:52 swills
Perl module to prevent leakage of lexical hints
WWW: http://search.cpan.org/dist/Lexical-SealRequireHints/
 |
|
Friday, 24 Feb 2012
|
18:34 jgh
New port: (devel/py-importlib)
This package contains the code from importlib as found in Python 2.7.
It is provided so that people who wish to use importlib.import_module()
with a version of Python prior to 2.7 or in 3.0 have the function readily
available. The code in no way deviates from what can be found in the 2.7
trunk.
For documentation, see the importlib docs for Python 2.7.
WWW: http://pypi.python.org/pypi/importlib/1.0.
PR: ports/165420
Submitted by: Alexandros Kosiaris <akosiaris@gmail.com>
 |
03:47 swills
A quick and easy way to compose and run tests with useful output.
WWW: http://search.cpan.org/dist/Test-Lazy/
 |
|
Thursday, 23 Feb 2012
|
14:20 scheidell
Add port devel/arduino-mk: Arduino from the command line
This is a makefile written by Martin Atelier that makes it possible
to build Arduino sketches with gmake. An example sketch and Makefile;
it is installed in share/examples/arduino-mk
PR: ports/156143
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: yes
 |
09:21 rm
- fix sort order in few category Makefiles
PR: 165411
Submitted by: Conrad J. Sabatier <conrads at cox dot net>
 |
|
Tuesday, 21 Feb 2012
|
20:02 pgollucci
Statsd implementation in Ruby
A network daemon for aggregating statistics (counters and timers),
rolling them up, then sending them to graphite or mongodb.
WWW: https://github.com/quasor/statsd
PR: ports/165279
Submitted by: Evan Sarmiento <bsdports@wayfair.com>
 |
20:02 pgollucci
A Ruby driver for MongoDB.
WWW: https://github.com/mongodb/mongo-ruby-driver
PR: ports/165368
Submitted by: Evan Sarmiento <bsdports@wayfair.com>
 |
16:05 pgollucci
A Ruby BSON Implementation for MongoDB
WWW: http://www.mongodb.org/
PR: ports/165280
Submitted by: Evan Sarmiento <bsdports@wayfair.com>
 |
12:26 ache
A subclass to emulate boundless DEC VT102 terminal
 |
11:42 decke
- Update to 0.1.9998
- Add flex dependency to fix possible build breakage in tinderbox
- Connect to the category Makefile
Submitted by: gahr
 |
|
Monday, 20 Feb 2012
|
21:31 tota
- Drag from Attic
- Update to 2.3.33
- Add LICENSE_FILE
- Update WWW line in pkg-descr
- Fix pkg-plist
- Take maintainership
PR: ports/164786
Submitted by: tota (myself)
Approved by: gahr (previous maintainer)
 |
17:30 arved
Add remake, a GNU Make fork, which adds better debugging support
 |
|
Saturday, 18 Feb 2012
|
22:50 pgj
ThreadScope is a graphical viewer for thread profile information
generated by the Glasgow Haskell Compiler (GHC).
The ThreadScope program allows us to debug the parallel performance of
Haskell programs. Using Threadscope we can check to see that work is
well balanced across the available processors and spot performance
issues relating to garbage collection or poor load balancing.
WWW: http://hackage.haskell.org/package/threadscope
Obtained from: FreeBSD Haskell
 |
22:47 pgj
Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the
ghc-events-show tool to dump and event log file as text.
WWW: http://hackage.haskell.org/package/ghc-events
Obtained from: FreeBSD Haskell
 |
21:27 pgj
This package provides strict versions of some standard Haskell data
types (pairs, Maybe and Either). It also contains strict IO operations.
WWW: http://www.cse.unsw.edu.au/~rl/code/strict.html
Obtained from: FreeBSD Haskell
 |
18:41 pgj
- Fix directory name of hs-byteorder
Congratulations for the typo: pgj
 |
17:21 pgj
Useful for stuff like database connection pools.
WWW: http://www.yesodweb.com/book/persistent
Obtained from: FreeBSD Haskell
 |
17:08 pgj
A fast logging system.
WWW: http://hackage.haskell.org/package/fast-logger
Obtained from: FreeBSD Haskell
 |
17:01 pgj
Ranges and some functions allowing things like fast membership lookup on
ranges with holes in them and so on.
WWW: http://hackage.haskell.org/package/ranges
Obtained from: FreeBSD Haskell
 |
16:59 pgj
Provides high-level conversions based on the data-object package.
Parsing and emitting is handled by the yaml package, which in turn uses
the libyaml C library.
WWW: http://github.com/snoyberg/data-object-yaml
Obtained from: FreeBSD Haskell
 |
16:53 pgj
These objects show up in different places, e.g. JSON, Yaml. By
providing a representation in a separate repository, other libraries can
share a single representation of these structures.
WWW: http://github.com/snoyberg/data-object/tree/master
Obtained from: FreeBSD Haskell
 |
16:48 pgj
This is a port of John Goerzen's convertible package, intended to
distinguish between conversions which are guaranteed to succeed and
those which might fail. It uses the attempt package, which in turn uses
the failure package, so that this package is fully compatible with the
failure framework.
This package currently contains all of the typeclasses and instances for
convertible. However, as these features are ported to the convertible
package, this package will be left with only the instances for
converting to and from text types (String, ByteString (lazy and strict)
and Text (lazy and strict).
Be aware that conversions to and from bytestrings assume UTF-8 encoding.
If a different encoding is desired, you can use a newtype wrapper and
declare an instance of ConvertAttempt or ConvertSuccess on it.
WWW: http://github.com/snoyberg/convertible/tree/text
Obtained from: FreeBSD Haskell
 |
16:46 pgj
Monad transformer for attempt.
WWW: http://github.com/snoyberg/control-monad-attempt
Obtained from: FreeBSD Haskell
 |
16:43 pgj
This package is for working with native byte-ordering of the system.
WWW: http://community.haskell.org/~aslatter/code/byteorder
Obtained from: FreeBSD Haskell
 |
16:17 pgj
Defines a data type, Attempt, which has a Success and Failure
constructor. Failure contains an extensible exception.
WWW: http://github.com/snoyberg/attempt/tree/master
Obtained from: FreeBSD Haskell
 |
16:14 pgj
A simple type class for success/failure computations.
WWW: http://www.haskell.org/haskellwiki/Failure
Obtained from: FreeBSD Haskell
 |
16:12 pgj
ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER, CER and DER).
WWW: http://github.com/vincenthz/hs-asn1-data
Obtained from: FreeBSD Haskell
 |
03:11 pgj
The filestore library provides an abstract interface for a versioning
file store, and modules that instatiate this interface. Currently Git,
Darcs, and Mercurial modules are provided, and other VCSs or databases
could be added.
WWW: http://johnmacfarlane.net/repos/filestore
Obtained from: FreeBSD Haskell
 |
03:05 pgj
Parser and writer for handling sectioned config files in Haskell. The
ConfigFile module works with configuration files in a standard format
that is easy for the user to edit, easy for the programmer to work with,
yet remains powerful and flexible. It is inspired by, and compatible
with, Python's ConfigParser module. It uses files that resemble Windows
.INI-style files, but with numerous improvements.
ConfigFile provides simple calls to both read and write config files.
It is possible to make a config file parsable by this module, the Unix
shell, and make.
WWW: http://software.complete.org/configfile
Obtained from: FreeBSD Haskell
 |
|
Friday, 17 Feb 2012
|
17:01 pgj
Provides SYB-with-class instances for Text from the text package.
WWW: http://hackage.haskell.org/package/syb-with-class-instances-text
Obtained from: FreeBSD Haskell
 |
16:58 pgj
Classes, and Template Haskell code to generate instances, for the Scrap
Your Boilerplate With Class system.
WWW: http://hackage.haskell.org/package/syb-with-class
Obtained from: FreeBSD Haskell
 |
16:56 pgj
Support for computations with failures.
WWW: http://hackage.haskell.org/package/MaybeT
Obtained from: FreeBSD Haskell
 |
15:51 pgj
lifted-base exports IO operations from the base library lifted to any
instance of MonadBase or MonadBaseControl.
WWW: https://github.com/basvandijk/lifted-base
Obtained from: FreeBSD Haskell
 |
15:48 pgj
This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.
WWW: https://github.com/basvandijk/monad-control/
Obtained from: FreeBSD Haskell
 |
15:46 pgj
This package provides a straightforward port of monadLib's BaseM type
class to transformers.
WWW: https://github.com/mvv/transformers-base
Obtained from: FreeBSD Haskell
 |
15:44 pgj
This package defines new symbols for a number of functions, operators
and types in the base package. All symbols are documented with their
actual definition and information regarding their Unicode code point.
They should be completely interchangeable with their definitions.
For further Unicode goodness you can enable the UnicodeSyntax language
extension. This extension enables Unicode characters to be used to
stand for certain ASCII character sequences.
WWW: http://haskell.org/haskellwiki/Unicode-symbols
Obtained from: FreeBSD Haskell
 |
|
Wednesday, 15 Feb 2012
|
03:38 swills
Perl module to test many params as one test
WWW: http://search.cpan.org/dist/Test-ManyParams/
 |
|
Tuesday, 14 Feb 2012
|
12:43 culot
Proc::SafeExec provides an easy, safe way to execute external programs. It
replaces all of Perl's questionable ways of accomodating this, including
system(), open() with a pipe, exec(), back-ticks, etc. This module will never
automatically invoke /bin/sh. This module is easy enough to use that /bin/sh
should be unnecessary, even for complex pipelines.
WWW: http://search.cpan.org/dist/Proc-SafeExec/
PR: ports/165061
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
 |
|
Monday, 13 Feb 2012
|
20:38 swills
Use the latest Perl features
WWW: http://search.cpan.org/dist/latest/
 |
15:18 rm
Add liblarch ports. They are needed for upcomming deskutils/gtg update.
 |
09:45 sunpoet
- Add p5-Form-Sensible 0.20023
Form::Sensible is a different kind of form library. Form::Sensible is not just
another HTML form creator, or a form validator, though it can do both.
Form::Sensible, instead, focuses on what forms are: a method to relay
information to and from a user interface.
Form::Sensible forms are primarily tied to the data they represent.
Form::Sensible is not tied to HTML in any way. You could render Form::Sensible
forms using any presentation system you like, whether that's HTML, console
prompts, WxPerl or voice prompts. (* currently only an HTML renderer is provided
with Form::Sensible, but work is already under way to produce others.)
Features:
- Easy form validation
- Ability to easily save created forms for future use
- Define form once, render any number of ways
- Flexible built-in form validator
- Easily extended to produce new renderers, field types and validation
- HTML renderer produces sane html that can be easily styled via CSS
- HTML renderer allows for custom templates to control all aspects of form
rendering.
- HTML output not tied to any javascript library.
WWW: http://search.cpan.org/dist/Form-Sensible/
 |
06:18 pgj
- Remove devel/hs-hmake: it has been broken for a while, and upstream is
not maintained any more.
Obtained from: FreeBSD Haskell
 |
03:58 pgj
- Connect all the previously added hs- ports to the build
Obtained from: FreeBSD Haskell
 |
|
Sunday, 12 Feb 2012
|
17:33 swills
Perl6 Capture objects
WWW: http://search.cpan.org/dist/Data-Capture/
 |
|
Friday, 10 Feb 2012
|
03:57 sunpoet
- Add p5-Test-Command 0.08
Test::Command intends to bridge the gap between the well tested functions and
objects you choose and their usage in your programs. By examining the exit
status, terminating signal, STDOUT and STDERR of your program you can determine
if it is behaving as expected.
This includes testing the various combinations and permutations of options and
arguments as well as the interactions between the various functions and objects
that make up your program.
The various test functions below can accept either a command string or an array
reference for the first argument. If the command is expressed as a string it is
passed to system as is. If the command is expressed as an array reference it is
dereferenced and passed to system as a list.
The final argument for the test functions, $name, is optional. By default the
$name is a concatenation of the test function name, the command string and the
expected value. This construction is generally sufficient for identifying a
failing test, but you may always specify your own $name if desired.
Any of the test functions can be used as instance methods on a Test::Command
object. This is done by dropping the initial $cmd argument and instead using
arrow notation.
WWW: http://search.cpan.org/dist/Test-Command/
 |
02:25 sunpoet
- Connect devel/py-isodate
 |
|
Thursday, 9 Feb 2012
|
16:22 swills
Perl module to install an accessor subroutine
WWW: http://search.cpan.org/dist/Class-Accessor-Installer/
 |
|
Wednesday, 8 Feb 2012
|
06:32 sunpoet
- Connect devel/p5-Module-Implementation
 |
05:17 sunpoet
- Add p5-Devel-CallChecker 0.004
Devel::CallChecker makes some new features of the Perl 5.14.0 C API available to
XS modules running on older versions of Perl. The features are centred around
the function cv_set_call_checker, which allows XS code to attach a magical
annotation to a Perl subroutine, resulting in resolvable calls to that
subroutine being mutated at compile time by arbitrary C code. This module makes
cv_set_call_checker and several supporting functions available. (It is possible
to achieve the effect of cv_set_call_checker from XS code on much earlier Perl
versions, but it is painful to achieve without the centralised facility.)
Devel::CallCheckerprovides the implementation of the functions at runtime (on
Perls where they are not provided by the core). It also, at compile time,
supplies the C header file and link library which provide access to the
functions. In normal use, "callchecker0_h" and "callchecker_linkable" should be
called at build time (not authoring time) for the module that wishes to use the
C functions.
WWW: http://search.cpan.org/dist/Devel-CallChecker/
 |
05:15 sunpoet
- Add p5-DynaLoader-Functions 0.001
DynaLoader::Functions provides a function-based interface to dynamic loading as
used by Perl. Some details of dynamic loading are very platform-dependent, so
correct use of these functions requires the programmer to be mindful of the
space of platform variations.
WWW: http://search.cpan.org/dist/DynaLoader-Functions/
 |
Number of commits found: 12250 (showing only 100 on this page) |