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]  «  77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87  »  [Last Page]

Wednesday, 18 Apr 2012
17:46 sunpoet search for other commits by this committer
- 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/
Original commit
Friday, 13 Apr 2012
22:24 cs search for other commits by this committer
A bzr plugin to organise and manage a collection of bzr branches as a complex
project.

WWW: http://bialix.com/scmproj/docs
Original commit
18:03 rm search for other commits by this committer
Smart replacement for plain tuple used in __version__.

WWW:    http://pypi.python.org/pypi/versiontools
Original commit
Tuesday, 10 Apr 2012
16:52 sunpoet search for other commits by this committer
- 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>
Original commit
16:41 miwi search for other commits by this committer
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>
Original commit
16:39 miwi search for other commits by this committer
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>
Original commit
Monday, 9 Apr 2012
22:15 bapt search for other commits by this committer
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
Original commit
03:29 swills search for other commits by this committer
Perl module which implements the Null Class design pattern

WWW:    http://search.cpan.org/dist/Class-Null/

Feature safe:   yes
Original commit
01:44 swills search for other commits by this committer
Perl module to read and write CPAN Changes files

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

Feature safe:   yes
Original commit
Sunday, 8 Apr 2012
01:36 swills search for other commits by this committer
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
Original commit
00:31 swills search for other commits by this committer
Perl module to patch perl source

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

Feature safe:   yes
Original commit
Friday, 6 Apr 2012
18:12 cs search for other commits by this committer
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
Original commit
Monday, 2 Apr 2012
10:15 sunpoet search for other commits by this committer
- 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
Original commit
Sunday, 1 Apr 2012
11:59 rm search for other commits by this committer
- fix entries sorting

PR:             166559
Submitted by:   "Conrad J. Sabatier" <conrads at cox dot net>
Feature safe:   yes
Original commit
04:40 zi search for other commits by this committer
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
Original commit
Saturday, 31 Mar 2012
01:15 sunpoet search for other commits by this committer
- 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
Original commit
Wednesday, 28 Mar 2012
18:51 sunpoet search for other commits by this committer
- 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
Original commit
Tuesday, 27 Mar 2012
14:51 clement search for other commits by this committer
- 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
Original commit
Sunday, 25 Mar 2012
20:32 eadler search for other commits by this committer
2012-03-17 devel/p5-Make-Cache: Removed from CPAN, does not work, unmaintained

Approved by:    perl (crees)
Feature safe:   yes
Original commit
Saturday, 24 Mar 2012
16:06 miwi search for other commits by this committer
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
Original commit
Monday, 19 Mar 2012
16:21 skreuzer search for other commits by this committer
Hash::Diff returns the difference between two hashes as a hash.

WWW:    http://search.cpan.org/dist/Hash-Diff/
Feature safe:   yes
Original commit
13:29 kuriyama search for other commits by this committer
Data::SExpression -- Parse Lisp S-Expressions into perl data
structures.

WWW: http://search.cpan.org/dist/Data-SExpression/

Feature safe:   yes
Original commit
Sunday, 18 Mar 2012
17:49 crees search for other commits by this committer
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
Original commit
16:22 kuriyama search for other commits by this committer
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
Original commit
15:54 kuriyama search for other commits by this committer
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
Original commit
Saturday, 17 Mar 2012
16:07 ak search for other commits by this committer
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
Original commit
Thursday, 15 Mar 2012
18:43 swills search for other commits by this committer
PerlIO layer to use the encoding of the current locale.

WWW:    http://search.cpan.org/dist/PerlIO-locale/

Feature safe:   yes
Original commit
01:09 swills search for other commits by this committer
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
Original commit
Monday, 12 Mar 2012
18:11 sunpoet search for other commits by this committer
- 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
Original commit
Friday, 9 Mar 2012
02:22 pgollucci search for other commits by this committer
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
Original commit
Thursday, 8 Mar 2012
18:45 pgollucci search for other commits by this committer
- 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
Original commit
08:50 cy search for other commits by this committer
Bring back kdevelop.

Fix dependency issue.
Original commit
Wednesday, 7 Mar 2012
05:26 daichi search for other commits by this committer
Add a new port deve/open-usp-tukubai
Original commit
Tuesday, 6 Mar 2012
14:43 swills search for other commits by this committer
Perl Automated SIGNATURE testing

WWW:    http://search.cpan.org/dist/Test-Signature/
Original commit
Monday, 5 Mar 2012
20:34 tota search for other commits by this committer
- 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/
Original commit
14:05 kuriyama search for other commits by this committer
Filesys::Notify::KQueue is IO::KQueue wrapper for watching file
system.

WWW: http://search.cpan.org/dist/Filesys-Notify-KQueue/
Original commit
01:23 sunpoet search for other commits by this committer
- 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/
Original commit
Sunday, 4 Mar 2012
11:51 miwi search for other commits by this committer
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>
Original commit
Saturday, 3 Mar 2012
20:12 eadler search for other commits by this committer
2012-03-01 devel/dklibs: not needed for graphics/bmeps anymore, no other users

Approved by:    maintainer (implicit)
Original commit
17:30 swills search for other commits by this committer
Perl module to allow writing your unit tests in other modules than *.t

WWW:    http://search.cpan.org/dist/Test-Classy/
Original commit
16:14 eadler search for other commits by this committer
devel/kdevelop has been broken and deprecated since 2011-11-30
Original commit
15:53 mm search for other commits by this committer
Packaged version of the PHP Thrift client for Horde
Original commit
15:34 mm search for other commits by this committer
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.
Original commit
Friday, 2 Mar 2012
07:26 kevlo search for other commits by this committer
Initial import of foolscap-0.6.3.

Foolscap is an RPC protocol for Python+Twisted, providing a
capability-based security model and flexible serialization.
Original commit
Thursday, 1 Mar 2012
01:51 sunpoet search for other commits by this committer
- Remove devel/p5-Version-Requirements
Original commit
Wednesday, 29 Feb 2012
22:25 swills search for other commits by this committer
Perl module that adds an AUTHORITY method to your class.

WWW:    http://search.cpan.org/dist/Object-AUTHORITY/
Original commit
22:12 swills search for other commits by this committer
A Perl base class for non-Moose roles

WWW:    http://search.cpan.org/dist/Object-Role/
Original commit
16:05 sunpoet search for other commits by this committer
- 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>
Original commit
Monday, 27 Feb 2012
16:53 gahr search for other commits by this committer
- 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/
Original commit
Saturday, 25 Feb 2012
16:05 swills search for other commits by this committer
Perl module for static variables without namespace pollution

WWW:    http://search.cpan.org/dist/Lexical-Var/
Original commit
15:52 swills search for other commits by this committer
Perl module to prevent leakage of lexical hints

WWW:    http://search.cpan.org/dist/Lexical-SealRequireHints/
Original commit
Friday, 24 Feb 2012
18:34 jgh search for other commits by this committer
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>
Original commit
03:47 swills search for other commits by this committer
A quick and easy way to compose and run tests with useful output.

WWW:    http://search.cpan.org/dist/Test-Lazy/
Original commit
Thursday, 23 Feb 2012
14:20 scheidell search for other commits by this committer
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
Original commit
09:21 rm search for other commits by this committer
- fix sort order in few category Makefiles

PR:             165411
Submitted by:   Conrad J. Sabatier <conrads at cox dot net>
Original commit
Tuesday, 21 Feb 2012
20:02 pgollucci search for other commits by this committer
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>
Original commit
20:02 pgollucci search for other commits by this committer
A Ruby driver for MongoDB.

WWW: https://github.com/mongodb/mongo-ruby-driver

PR:             ports/165368
Submitted by:   Evan Sarmiento <bsdports@wayfair.com>
Original commit
16:05 pgollucci search for other commits by this committer
A Ruby BSON Implementation for MongoDB

WWW: http://www.mongodb.org/

PR:             ports/165280
Submitted by:   Evan Sarmiento <bsdports@wayfair.com>
Original commit
12:26 ache search for other commits by this committer
A subclass to emulate boundless DEC VT102 terminal
Original commit
11:42 decke search for other commits by this committer
- Update to 0.1.9998
- Add flex dependency to fix possible build breakage in tinderbox
- Connect to the category Makefile

Submitted by:           gahr
Original commit
Monday, 20 Feb 2012
21:31 tota search for other commits by this committer
- 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)
Original commit
17:30 arved search for other commits by this committer
Add remake, a GNU Make fork, which adds better debugging support
Original commit
Saturday, 18 Feb 2012
22:50 pgj search for other commits by this committer
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
Original commit
22:47 pgj search for other commits by this committer
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
Original commit
21:27 pgj search for other commits by this committer
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
Original commit
18:41 pgj search for other commits by this committer
- Fix directory name of hs-byteorder

Congratulations for the typo:   pgj
Original commit
17:21 pgj search for other commits by this committer
Useful for stuff like database connection pools.

WWW:    http://www.yesodweb.com/book/persistent

Obtained from:  FreeBSD Haskell
Original commit
17:08 pgj search for other commits by this committer
A fast logging system.

WWW:    http://hackage.haskell.org/package/fast-logger

Obtained from:  FreeBSD Haskell
Original commit
17:01 pgj search for other commits by this committer
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
Original commit
16:59 pgj search for other commits by this committer
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
Original commit
16:53 pgj search for other commits by this committer
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
Original commit
16:48 pgj search for other commits by this committer
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
Original commit
16:46 pgj search for other commits by this committer
Monad transformer for attempt.

WWW:    http://github.com/snoyberg/control-monad-attempt

Obtained from:  FreeBSD Haskell
Original commit
16:43 pgj search for other commits by this committer
This package is for working with native byte-ordering of the system.

WWW:    http://community.haskell.org/~aslatter/code/byteorder

Obtained from:  FreeBSD Haskell
Original commit
16:17 pgj search for other commits by this committer
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
Original commit
16:14 pgj search for other commits by this committer
A simple type class for success/failure computations.

WWW:    http://www.haskell.org/haskellwiki/Failure

Obtained from:  FreeBSD Haskell
Original commit
16:12 pgj search for other commits by this committer
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
Original commit
03:11 pgj search for other commits by this committer
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
Original commit
03:05 pgj search for other commits by this committer
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
Original commit
Friday, 17 Feb 2012
17:01 pgj search for other commits by this committer
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
Original commit
16:58 pgj search for other commits by this committer
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
Original commit
16:56 pgj search for other commits by this committer
Support for computations with failures.

WWW:    http://hackage.haskell.org/package/MaybeT

Obtained from:  FreeBSD Haskell
Original commit
15:51 pgj search for other commits by this committer
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
Original commit
15:48 pgj search for other commits by this committer
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
Original commit
15:46 pgj search for other commits by this committer
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
Original commit
15:44 pgj search for other commits by this committer
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
Original commit
Wednesday, 15 Feb 2012
03:38 swills search for other commits by this committer
Perl module to test many params as one test

WWW:    http://search.cpan.org/dist/Test-ManyParams/
Original commit
Tuesday, 14 Feb 2012
12:43 culot search for other commits by this committer
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>
Original commit
Monday, 13 Feb 2012
20:38 swills search for other commits by this committer
Use the latest Perl features

WWW:    http://search.cpan.org/dist/latest/
Original commit
15:18 rm search for other commits by this committer
Add liblarch ports. They are needed for upcomming deskutils/gtg update.
Original commit
09:45 sunpoet search for other commits by this committer
- 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/
Original commit
06:18 pgj search for other commits by this committer
- Remove devel/hs-hmake: it has been broken for a while, and upstream is
  not maintained any more.

Obtained from:  FreeBSD Haskell
Original commit
03:58 pgj search for other commits by this committer
- Connect all the previously added hs- ports to the build

Obtained from:  FreeBSD Haskell
Original commit
Sunday, 12 Feb 2012
17:33 swills search for other commits by this committer
Perl6 Capture objects

WWW:    http://search.cpan.org/dist/Data-Capture/
Original commit
Friday, 10 Feb 2012
03:57 sunpoet search for other commits by this committer
- 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/
Original commit
02:25 sunpoet search for other commits by this committer
- Connect devel/py-isodate
Original commit
Thursday, 9 Feb 2012
16:22 swills search for other commits by this committer
Perl module to install an accessor subroutine

WWW:    http://search.cpan.org/dist/Class-Accessor-Installer/
Original commit
Wednesday, 8 Feb 2012
06:32 sunpoet search for other commits by this committer
- Connect devel/p5-Module-Implementation
Original commit
05:17 sunpoet search for other commits by this committer
- 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/
Original commit
05:15 sunpoet search for other commits by this committer
- 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/
Original commit

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

[First Page]  «  77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87  »  [Last Page]