non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Thursday, 8 Mar 2012
|
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/
|
03:58 pgollucci
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>
|
03:57 pgollucci
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>
|
03:57 pgollucci
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>
|
Tuesday, 7 Feb 2012
|
19:44 tota
- 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/
|
04:30 miwi
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>
|
Sunday, 5 Feb 2012
|
03:17 swills
Extensive, yet simple, logging role using Log::Dispatchouli
WWW: http://search.cpan.org/dist/MooseX-Role-Loggable/
|
Monday, 30 Jan 2012
|
09:15 scheidell
- 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)
|
Sunday, 29 Jan 2012
|
14:24 tota
- 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/
|
Thursday, 26 Jan 2012
|
20:18 pav
- 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>
|
Tuesday, 24 Jan 2012
|
09:20 sunpoet
- 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/
|
Monday, 23 Jan 2012
|
19:03 sunpoet
- 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/
|
10:25 culot
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>
|
Sunday, 22 Jan 2012
|
18:48 ahze
- 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
|
13:09 tota
- 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
|
13:04 tota
- 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
|
Friday, 20 Jan 2012
|
19:59 swills
Added devel/p5-DBIx-Class-Schema-PopulateMore in wronge category
|
18:06 swills
Easier test cases for your DBIx::Class applications
WWW: http://search.cpan.org/dist/Test-DBIx-Class/
|
Thursday, 19 Jan 2012
|
22:34 swills
A Perl module which provides an enhanced database populate method
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-PopulateMore/
|
18:09 osa
Move luajit from devel to lang directory.
Notice from: linimon
|
Wednesday, 18 Jan 2012
|
21:13 swills
Aggregate perl test for better performance
WWW: http://search.cpan.org/dist/Test-Aggregate/
|
Tuesday, 17 Jan 2012
|
18:57 pgollucci
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>
|
Saturday, 14 Jan 2012
|
19:36 miwi
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>
|
Thursday, 12 Jan 2012
|
12:05 lwhsu
- Re-add as devel/py_static_check
Suggested by: danfe
Approved by: maintainer
|
11:58 lwhsu
- Will rename to devel/py_static_check
Suggested by: danfe
|
11:31 osa
Add devel/lua-redis-parser - redis reply parser and request constructor
library for Lua.
|
10:49 osa
Add devel/lua-rds-parser - Resty-DBD-Stream (RDS) parser for Lua written in C.
|
09:55 osa
Add new port devel/lua-cjson.
Lua CJSON provides fast JSON parsing and encoding support for Lua.
|
Wednesday, 11 Jan 2012
|
15:05 osa
Add luajit - an Just-In-Time Compiler for the Lua programming language.
|
Sunday, 8 Jan 2012
|
22:08 eadler
2011-11-30 devel/gnome-crash: No more supported upstream, not depend on anymore.
|
21:53 eadler
expired 2011-11-30 devel/bonobo-conf: No more supported upstream, not depend on
anymore.
|
01:49 scheidell
- 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)
|
Number of commits found: 11319 (showing only 100 on this page) |