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

[First Page]  «  68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78  »  [Last Page]

Thursday, 8 Mar 2012
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
03:58 pgollucci search for other commits by this committer
RDoc produces HTML and command-line documentation for Ruby projects. RDoc
includes the +rdoc+ and +ri+ tools for generating and displaying online
documentation. See RDoc for a description of RDoc's markup and basic use.

WWW: http://docs.seattlerb.org/rdoc

PR:             ports/164866
Submitted by:   Shin-ya MURAKAMI <murashin@gfd-dennou.org>
Original commit
03:57 pgollucci search for other commits by this committer
Slop is a simple option parser with an easy to remember syntax and friendly API.

Author: Lee Jarvis <lee _at_ jarvis.co>
WWW:    http://rubygems.org/gems/slop

PR:             ports/164865
Submitted by:   Shin-ya MURAKAMI <murashin@gfd-dennou.org>
Original commit
03:57 pgollucci search for other commits by this committer
method_source is a utility to return a method's sourcecode as a Ruby string.
Also returns Proc and Lambda sourcecode.

Author: John Mair http://banisterfiend.wordpress.com/
WWW:    http://rubygems.org/gems/method_source

PR:             ports/164864
Submitted by:   Shin-ya MURAKAMI <murashin@gfd-dennou.org>
Original commit
Tuesday, 7 Feb 2012
19:44 tota search for other commits by this committer
- Add a new port: devel/R-cran-reshape2

  Reshape lets you flexibly restructure and aggregate data using just
  two functions: melt and cast.

  WWW:  http://cran.r-project.org/web/packages/reshape2/
Original commit
04:30 miwi search for other commits by this committer
The scream extension gives the possibility to disable the silencing error
control operator (aka The At Sign: '@') so all errors are being reported.

This feature is controlled by an ini setting.

WWW: http://pecl.php.net/package/scream

PR:             ports/163669
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Original commit
Sunday, 5 Feb 2012
03:17 swills search for other commits by this committer
Extensive, yet simple, logging role using Log::Dispatchouli

WWW:    http://search.cpan.org/dist/MooseX-Role-Loggable/
Original commit
Monday, 30 Jan 2012
09:15 scheidell search for other commits by this committer
- NetBSD's version of mkdep
- it is up to 10-percent faster than the original BSD mkdep shell script.
- contains options not available in FreeBSD's mkdep

PR:             ports/162956
Submitted by:   trociny (maintainer)
Approved by:    gabor (mentor)
Original commit
Sunday, 29 Jan 2012
14:24 tota search for other commits by this committer
- Add a new port: devel/quickcheck++

  QuickCheck++ is a tool for testing C++ programs automatically,
  inspired by QuickCheck, a similar library for Haskell programs.

  In QuickCheck++, the application programmer provides a specification
  of parts of its code in the form of properties which this code must
  satisfy. Then, the QuickCheck++ utilities can check that these
  properties holds in a large number of randomly generated test cases.

  Specifications, i.e. properties, are written in C++ by deriving
  from the quickcheck::Property class. This class contains members
  not only to express the specification but also to observe the
  distribution of test data and to write custom test data generators.

  The framework also allows the specification of fixed test data, as
  can be done with more traditional unit testing frameworks.

  WWW:  http://software.legiasoft.com/quickcheck/
Original commit
Thursday, 26 Jan 2012
20:18 pav search for other commits by this committer
- Add a couple of pure extensions:
  devel/pure-readline:   A readline interface for the Pure language
  devel/pure-stldict:    Pure interface to C++ STL map/unordered_map
  devel/pure-stlvec:     Pure interface to C++ STL vector
  math/pure-mpfr:        Multiprecision floats for Pure
  x11-toolkits/pure-tk:  A basic interface between Pure and Tcl/Tk

PR:             ports/161799
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Tuesday, 24 Jan 2012
09:20 sunpoet search for other commits by this committer
- Add p5-MooseX-Attribute-Chained 1.0.1

MooseX::Attribute::Chained is a Moose Trait which allows for method chaining on
accessors by returning $self on write/set operations.

WWW: http://search.cpan.org/dist/MooseX-Attribute-Chained/
Original commit
Monday, 23 Jan 2012
19:03 sunpoet search for other commits by this committer
- Add p5-IO-Pty-Easy 0.08

IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly
details of handling ptys, wrapping them instead in simple spawn/read/write
commands.

IO::Pty::Easy uses IO::Pty internally, so it inherits all of the portability
restrictions from that module.

WWW: http://search.cpan.org/dist/IO-Pty-Easy/
Original commit
10:25 culot search for other commits by this committer
Path::Class::File::Lockable uses simple files to indicate
whether a file is locked or not.

It does not use flock(), since that is unstable over NFS.
Effort has been made to avoid race conditions.

Path::Class::File::Lockable is intended for long-standing locks,
as in a Subversion workspace. See SVN::Class for example.

WWW: http://search.cpan.org/dist/Path-Class-File-Lockable/

PR:             ports/164368 (based on)
Submitted by:   Tatsuya Ueda <ml+freebsd@tatsuya.info>
Original commit
Sunday, 22 Jan 2012
18:48 ahze search for other commits by this committer
- Add devel/goprotobuf

Go support, in the form of a library and protocol compiler plugin, for Google's
protocol buffers.

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

Approved by:    pav
Original commit
13:09 tota search for other commits by this committer
- Add a new port: devel/rubygem-bugspots

  Bugspots - Bug Prediction Heuristic

  An implementation of the simple bug prediction heuristic outlined
  by the Google Engineering team: Bug Prediction at Google

      Well, we actually have a great, authoritative record of where
      code has been requiring fixes: our bug tracker and our source
      control commit log! The research indicates that predicting bugs
      from the source history works very well, so we decided to deploy
      it at Google.

  Point bugspots at any git repo and it will identify the hotspots
  for you.

  WWW:  https://github.com/igrigorik/bugspots
Original commit
13:04 tota search for other commits by this committer
- Add a new port: devel/rubygem-rainbow

  Rainbow extends ruby String class adding methods to wrap the string
  with ANSI escape codes.

  Rainbow adds following methods to String class:

   * foreground(color) (with color and colour aliases)
   * background(color)
   * reset
   * bright
   * italic (not well supported by terminal emulators).
   * underline
   * blink
   * inverse
   * hide.

  WWW:  https://github.com/sickill/rainbow
Original commit
Friday, 20 Jan 2012
19:59 swills search for other commits by this committer
Added devel/p5-DBIx-Class-Schema-PopulateMore in wronge category
Original commit
18:06 swills search for other commits by this committer
Easier test cases for your DBIx::Class applications

WWW:    http://search.cpan.org/dist/Test-DBIx-Class/
Original commit
Thursday, 19 Jan 2012
22:34 swills search for other commits by this committer
A Perl module which provides an enhanced database populate method

WWW:    http://search.cpan.org/dist/DBIx-Class-Schema-PopulateMore/
Original commit
18:09 osa search for other commits by this committer
Move luajit from devel to lang directory.

Notice from:    linimon
Original commit
Wednesday, 18 Jan 2012
21:13 swills search for other commits by this committer
Aggregate perl test for better performance

WWW:    http://search.cpan.org/dist/Test-Aggregate/
Original commit
Tuesday, 17 Jan 2012
18:57 pgollucci search for other commits by this committer
RubyTree is a simple and general purpose implementation
of the Tree data structure for the Ruby language.

WWW: http://rubytree.rubyforge.org/

PR:             ports/164080
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com>
Original commit
Saturday, 14 Jan 2012
19:36 miwi search for other commits by this committer
Describe your software project with a full-featured scripting
language and let Premake write the build scripts for you. With one
file your project can support both IDE-addicted Windows coders and
Linux command-line junkies!

WWW: http://industriousone.com/premake

PR:             ports/160006
Submitted by:   Vitaly Magerya <vmagerya@gmail.com>
Original commit
Thursday, 12 Jan 2012
12:05 lwhsu search for other commits by this committer
- Re-add as devel/py_static_check

Suggested by:   danfe
Approved by:    maintainer
Original commit
11:58 lwhsu search for other commits by this committer
- Will rename to devel/py_static_check

Suggested by:   danfe
Original commit
11:31 osa search for other commits by this committer
Add devel/lua-redis-parser - redis reply parser and request constructor
library for Lua.
Original commit
10:49 osa search for other commits by this committer
Add devel/lua-rds-parser - Resty-DBD-Stream (RDS) parser for Lua written in C.
Original commit
09:55 osa search for other commits by this committer
Add new port devel/lua-cjson.
Lua CJSON provides fast JSON parsing and encoding support for Lua.
Original commit
Wednesday, 11 Jan 2012
15:05 osa search for other commits by this committer
Add luajit - an Just-In-Time Compiler for the Lua programming language.
Original commit
Sunday, 8 Jan 2012
22:08 eadler search for other commits by this committer
2011-11-30 devel/gnome-crash: No more supported upstream, not depend on anymore.
Original commit
21:53 eadler search for other commits by this committer
expired 2011-11-30 devel/bonobo-conf: No more supported upstream, not depend on
anymore.
Original commit
01:49 scheidell search for other commits by this committer
- New port devel/php5-msgpack. PHP extension for interfacing with MessagePack

PR:             ports/163787
Submitted by:   Valery Komarov <komarov@valerka.net>
Approved by:    gabor (mentor)
Original commit

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

[First Page]  «  68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78  »  [Last Page]