non port: devel/Makefile |
Number of commits found: 11333 (showing only 100 on this page) |
Thursday, 7 Jul 2011
|
17:52 mm
Autoload implementation and class loading manager for Horde.
WWW: http://pear.horde.org
|
17:50 mm
This Horde package provides various stream filters.
WWW: http://pear.horde.org
|
17:44 mm
PEAR method to install Horde components into a base Horde installation.
WWW: http://pear.horde.org
|
17:34 mm
PEAR channel for the Horde framework and applications
WWW: http://pear.horde.org
|
Saturday, 2 Jul 2011
|
16:01 rene
Remove expired ports:
2011-07-01 devel/libevocosm: Looks like and abandonware
2011-07-01 devel/acovea: Looks like abandonware.
2011-07-01 devel/acovea-gtk: Looks like abandonware.
2011-06-29 sysutils/service-config: "mastersite disappeared"
|
Friday, 1 Jul 2011
|
06:38 kevlo
Initial import of iniparser-3.0
Iniparser is a free stand-alone ini file parsing library.
|
Monday, 27 Jun 2011
|
14:44 miwi
This module provides an interface to libffi which enables you to call C
functions from Pure and vice versa. It extends and complements Pure's
built-in C interface in that it also handles C structs and makes Pure
functions callable from C without writing a single line of C code.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-ffi.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com>
|
14:36 miwi
The core idea of libee is to provide a small but hopefully convenient
API layer above the CEE standard. However, CEE is not finished. At the
time of this writing, CEE is under heavy development and even some of
its core data structures (like the data dictionary and taxonomy) have
not been fully specified. So for the time being, libee should be
thought of as a useful library that helps you get your events
normalized. If you program cleanly to libee, chances are not bad that
only relatively little effort is required to move your app over to be
CEE compliant (once the standard is out).
WWW: http://www.libee.org/
PR: ports/158344
Submitted by: Jim Riggs <ports at christianserving.org>
|
14:35 miwi
A library for some string essentials.
WWW: http://libestr.adiscon.com/
PR: ports/158345
Submitted by: Jim Riggs <ports at christianserving.org>
|
02:18 swills
Rspec-mocks provides a test-double framework for rspec including support for
method stubs, fakes, and message expectations.
WWW: https://github.com/rspec/rspec-mocks
PR: ports/157797
Submitted by: Steve Wills <swills at FreeBSD.org>
|
02:17 swills
Rspec-expectations adds should and should_not to every object and includes
RSpec::Matchers, a library of standard matchers.
WWW: https://github.com/rspec/rspec-expectations
PR: ports/157797
Submitted by: Steve Wills <swills at FreeBSD.org>
|
02:16 swills
RSpec Core provides the structure for writing executable examples of how your
code should behave.
WWW: https://github.com/rspec/rspec-core
PR: ports/157797
Submitted by: Steve Wills <swills at FreeBSD.org>
|
Sunday, 26 Jun 2011
|
08:15 miwi
git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether
due to limitations in memory, checksumming time, or disk space.
Even without file content tracking, being able to manage files with git,
move files around and delete files with versioned directory trees, and use
branches and distributed clones, are all very handy reasons to use git.
And annexed files can co-exist in the same git repository with regularly
versioned files, which is convenient for maintaining documents, Makefiles,
etc that are associated with annexed files but that benefit from full
revision control.
WWW: http://git-annex.branchable.com/
PR: ports/157077
Submitted by: frase at frase.id.au
|
07:15 miwi
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions.
This port is used to run python code generated by ANTLR.
WWW: http://www.antlr2.org
PR: ports/155116
Submitted by: arrowdodger <6yearold at gmail.com>
|
05:39 miwi
serdisplib is as a library to drive serial LC- or OLED-displays with
built-in controllers. Some displays connected to the parallel port
are also supported.
WWW: http://serdisplib.sourceforge.net/
PR: ports/156161
Submitted by: Markus Dolze <bsdfan at nurfuerspam.de>
|
Saturday, 25 Jun 2011
|
09:41 miwi
Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface
to MongoDB. It provides a very thin, dynamicly typed (schema-less) object
management layer for any data stored in any MongoDB collection. Minimongo
directly calls the existing pymongo query syntax.
WWW: https://github.com/slacy/minimongo
PR: ports/157031
Submitted by: Mirko Zinn <mail at derzinn.de>
|
08:40 miwi
pythonbrew is a program to automate the building
and installation of Python in the users HOME.
pythonbrew is inspired by perlbrew and rvm.
WWW: https://github.com/utahta/pythonbrew
PR: ports/157842
Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu.tw>
|
07:05 miwi
This is a small but growing collection of ASN.1 data structures expressed in
Python terms using pyasn1 data model.
WWW: http://sourceforge.net/projects/pyasn1/
PR: ports/155715
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
|
07:01 miwi
Reflex - A class library for flexible, reactive programs.
Reflex is a library of classes that assist with writing reactive (AKA
event-driven) programs. Reflex uses Moose internally, but it doesn't enforce
programs to use Moose's syntax. However, Moose syntax brings several useful
features we hope will become indispensible.
WWW: http://search.cpan.org/dist/Reflex/
PR: ports/155591
Submitted by: Jase Thew <freebsd at beardz.net>
|
Thursday, 23 Jun 2011
|
19:32 pgollucci
- Update rails to 3.0.9 (current)
bump required dependencie
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
17:33 pgollucci
There is a disconnect in the ruby/rails/dm community over whether api compatible
json 1.4.6 vs 1.5.x should be used. Half use one, Half use the other.
This library can parse JSON texts and generate them from ruby data structures.
This port implemented in C and comes with its own unicode conversion functions
and a parser generated by the Ragel State Machine Compiler.
WWW: http://json-jruby.rubyforge.org/
|
Wednesday, 22 Jun 2011
|
02:41 swills
A Ruby version of the Rackspace Cloud Files API
WWW: http://rubygems.org/gems/cloudfiles
|
Sunday, 19 Jun 2011
|
23:45 romain
gio-sharp binds the GIO API, which isn't available in Gtk#.
WWW: http://github.com/mono/gio-sharp
|
16:26 swills
More Ruby sugar - inspired by the 'zuker' project
WWW: http://rubygems.org/gems/sugar-high
PR: ports/158010
Submitted by: rpsfa at rit.edu
|
16:25 swills
A wonderfully simple way to load your code
WWW: http://rubygems.org/gems/require_all
PR: ports/158009
Submitted by: rpsfa at rit.edu
|
16:12 swills
Minitest provides a complete suite of testing facilities supporting TDD, BDD,
mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
testing framework.
WWW: http://rubygems.org/gems/minitest
|
16:11 swills
GemTesters is a community effort to document the test results for various gems,
on various machine architectures.
WWW: http://test.rubygems.org/
|
Saturday, 18 Jun 2011
|
18:36 swills
Forms made easy!
WWW: http://rubygems.org/gems/simple_form
PR: ports/157990
Submitted by: rpsfa at rit.edu
|
18:30 swills
Delayed_job (or DJ) encapsulates the common pattern of
asynchronously executing longer tasks in the background.
It is a direct extraction from Shopify where the job table
is responsible for a multitude of core tasks. This gem is
collectiveidea's fork (http://github.com/collectiveidea/delayed_job).
WWW: http://rubygems.org/gems/delayed_job
PR: ports/157986
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
|
18:09 swills
Flexible authentication solution for Rails with Warden
WWW: http://rubygems.org/gems/devise
PR: ports/157956
Submitted by: rpsfa at rit.edu
|
18:04 swills
Provides a single point of entry for using basic features of ruby ORMs
WWW: http://rubygems.org/gems/orm_adapter
PR: ports/157955
Submitted by: rpsfa at rit.edu
|
18:00 swills
Rack middleware that provides authentication for rack applications
WWW: http://rubygems.org/gems/warden
PR: ports/157954
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
|
17:55 swills
Jammit is an industrial strength asset packaging library for Rails,
providing both the CSS and JavaScript concatenation and compression
that you'd expect, as well as YUI Compressor and Closure Compiler
compatibility, ahead-of-time gzipping, built-in JavaScript template
support, and optional Data-URI / MHTML image embedding.
WWW: http://rubygems.org/gems/jammit/
PR: ports/157952
Submitted by: rpsfa at rit.edu
|
17:50 swills
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
WWW: http://rubygems.org/gems/yui-compressor
PR: ports/157951
Submitted by: rpsfa at rit.edu
|
17:45 swills
POpen4 provides the Rubyist a single API across platforms for
executing a command in a child process with handles on stdout,
stderr, stdin streams as well as access to the process ID and exit status.
WWW: http://rubygems.org/gems/popen4
PR: ports/157950
Submitted by: rpsfa at rit.edu
|
14:14 swills
A modern, pretty RDoc template.
WWW: https://github.com/fauna/allison
|
13:48 dhn
BSD libdwarf is a BSD licenced implementation of libdwarf. It is part of the
elftoolchain project.
WWW: https://elftoolchain.svn.sourceforge.net
PR: ports/157931
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
|
Monday, 13 Jun 2011
|
18:39 amdmi3
TortoiseHg is a Windows shell extension and a series of
applications for the Mercurial distributed revision control
system. It also includes a Gnome/Nautilus extension and
a CLI wrapper application so the TortoiseHg tools can be
used on non-Windows platforms.
WWW: http://tortoisehg.bitbucket.org/
PR: 157067
Submitted by: arrowdodger <6yearold@gmail.com>
|
Sunday, 12 Jun 2011
|
18:59 romain
notify-sharp is a C# client implementation for Desktop Notifications, i.e.
notification-daemon. It is inspired by the libnotify API.
WWW: http://www.ndesk.org/NotifySharp
|
16:26 sunpoet
- Add p5-Google-ProtocolBuffers 0.08
Google Protocol Buffers is a data serialization format. It is binary (and hence
compact and fast for serialization) and as extendable as XML; its nearest
analogues are Thrift and ASN.1. There are official mappings for C++, Java and
Python languages; this library is a mapping for Perl.
WWW: http://search.cpan.org/dist/Google-ProtocolBuffers/
|
Saturday, 11 Jun 2011
|
14:56 sunpoet
- Add p5-MooseX-Runnable 0.03
MooseX::Runnable is a framework for making classes runnable applications. This
role doesn't do anything other than tell the rest of the framework that your
class is a runnable application that has a "run" method which accepts arguments
and returns the process' exit code.
This is a convention that the community has been using for a while. This role
tells the computer that your class uses this convention, and let's the computer
abstract away some of the tedium this entails.
WWW: http://search.cpan.org/dist/MooseX-Runnable/
|
14:53 sunpoet
- Add p5-MooseX-Types-Set-Object 0.03
MooseX::Types::Set::Object provides Moose type constraints
(see Moose::Util::TypeConstraints, MooseX::Types).
WWW: http://search.cpan.org/dist/MooseX-Types-Set-Object/
|
14:51 sunpoet
- Add p5-Test-TableDriven 0.02
Writing table-driven tests is usually a good idea. Adding a test case doesn't
require adding code, so it's easy to avoid fucking up the other tests. However,
actually going from a table of tests to a test that runs is non-trivial.
Test::TableDriven makes writing the test drivers trivial. You simply define your
test cases and write a function that turns the input data into output data to
compare against. Test::TableDriven will compute how many tests need to be run,
and then run the tests.
Concentrate on your data and what you're testing, not plan tests = scalar keys
%test_cases> and a big foreach loop.
WWW: http://search.cpan.org/dist/Test-TableDriven/
|
Friday, 10 Jun 2011
|
08:28 wen
Data::Peek started off as DDumper being a wrapper module over
Data::Dumper, but grew out to be a set of low-level data
introspection utilities that no other module provided yet, using
the lowest level of the perl internals API as possible.
WWW: http://search.cpan.org/dist/Data-Peek/
|
Tuesday, 7 Jun 2011
|
16:42 skv
Remove "bugzilla2" here too.
|
13:30 skv
- Copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to
russian/bugzilla3-ru
- Update devel/bugzilla, russian/bugzilla-ru to 4.0.1
- Update devel/bugzilla3, russian/bugzilla3-ru to 3.6.5
Changes: http://www.bugzilla.org/releases/4.0.1/release-notes.html
http://www.bugzilla.org/releases/3.6.5/release-notes.html
|
Monday, 6 Jun 2011
|
17:25 culot
Sub::Alias does a compile-time code injection to let you define subroutine
aliases based on its name.
This differs from p5-Sub-Name in that it defines a typeglob in a more correct
way and keeps you from manipulating the symbols table directly. You can use
the subroutine as if it was defined the ordinary way then.
This is particularly useful in the cases when you need to have several
identical subroutines with different names.
WWW: http://search.cpan.org/dist/Sub-Alias/
PR: ports/157632
Submitted by: Peter Vereshagin <peter@vereshagin.org>
|
09:27 az
String eval is often used for dynamic code generation. For instance, Moose uses
it heavily, to generate inlined versions of accessors and constructors, which
speeds code up at runtime by a significant amount. String eval is not without
its issues however - it's difficult to control the scope it's used in (which
determines which variables are in scope inside the eval), and it can be quite
slow, especially if doing a large number of evals.
This module attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other than
a fixed list of specified variables. It also caches the result of the eval, so
that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of the
string to be evaled, so it must also be the same (or non-existent) if caching
is to work properly).
|
Friday, 3 Jun 2011
|
02:07 sunpoet
- Add p5-AnyMQ 0.33
AnyMQ is message queue system based on AnyEvent. It can store all messages in
memory or use external message queue servers.
WWW: http://search.cpan.org/dist/AnyMQ/
|
02:06 sunpoet
- Add p5-MouseX-Traits 0.1102
Often you want to create components that can be added to a class arbitrarily.
MouseX::Traits makes it easy for the end user to use these components. Instead
of requiring the user to create a named class with the desired roles applied,
or apply roles to the instance one-by-one, he can just create a new class from
yours with with_traits, and then instantiate that.
WWW: http://search.cpan.org/dist/MouseX-Traits/
|
Wednesday, 1 Jun 2011
|
15:40 sunpoet
- Add p5-MooseX-MetaDescription 0.04
MooseX::MetaDescription allows you to add arbitrary out of band metadata to your
Moose classes and attributes. This will allow you to track out of band data
along with attributes, which is very useful for say serializing Moose classes in
HTML or XML.
WWW: http://search.cpan.org/dist/MooseX-MetaDescription/
|
15:38 sunpoet
- Add p5-IO-Any
IO::Any aims to provide read/write anything. It tries to guess what the
"anything" is based on some rules.
WWW: http://search.cpan.org/dist/IO-Any/
|
15:32 sunpoet
- Add p5-Devel-PackagePath 0.02
Devel::PackagePath is a Perl module to inspect and manipulate a Path based on
a Package name.
WWW: http://search.cpan.org/dist/Devel-PackagePath/
|
15:30 sunpoet
- Connect devel/p5-Bread-Board
|
15:24 sunpoet
- Add p5-Module-CheckDeps 0.08
Module::CheckDeps parses Perl code searching for used modules. It can either
return a list of all the modules used by some code, or a list of the used
modules that are not available in the host system (e.g. not installed modules).
Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is
simpler and less powerful, but also much faster.
WWW: http://search.cpan.org/dist/Module-CheckDeps
https://github.com/AlexBio/Module-CheckDeps
|
Tuesday, 31 May 2011
|
22:24 rene
Upgrade the Robot Operating System ports to their 1.4 aka Diamondback versions.
Detailed changelists are available on the WWW sites.
Port changes:
- distribution files are now fetched from upstream servers instead of
using local copies from my server
- Python files are now always compiled (to .pyc and .pyo) and use Python 2.7
- devel/ros is now split in to devel/ros, devel/ros-documentation,
devel/ros-rx, and devel-ros-comm to allow more lightweight installations
- Connect latter 3 ports to the build
|
02:29 linimon
Add port libvirt.
Noticed by: maintainer using portsmon
Pointy hat: decke
|
02:01 vanilla
Add protobuf-c 0.15, this package provides a code generator and runtime
libraries to use Protocol Buffers from pure C (not C++).
PR: ports/157099
Submitted by: Aaron Hurt <ahurt at anbcs.com>
|
Monday, 30 May 2011
|
20:09 wxs
High-level C binding for ZMQ.
PR: ports/157325
Submitted by: Andrew Thompson <thompsa@FreeBSD.org>
|
Friday, 27 May 2011
|
09:45 bapt
libgit2 is...
licensed under a very permissive license so you can use it anywhere
faster than any other Git library
written in standards compilant C99
completely multi-platform: Windows, Linux, Mac OS X, xBSD
compiled natively under all platforms (yes, even MSVC on Windows)
re-entrant, with sane error handling
designed with a solid and consistent API
available as bindings for all major scripting languages
WWW: http://libgit2.github.com/
|
Thursday, 26 May 2011
|
23:06 beech
- New port horde4-constraint-1.0.0
- This port provides a programmatic way of building constraints that evaluate to
true or false.
|
22:40 beech
- New port horde4-streamwrapper-1.0.0
- This port provides various stream wrappers.
|
22:20 beech
- New port horde4-streamfilter-1.0.0
- This port provides various stream filters
|
21:20 beech
- New port horde4-translation-1.0.0
- Horde translation library.
|
19:51 sunpoet
- Add p5-IPC-MMA 0.81
IPC::MMA provides an interface to Ralf Engelschall's mm library, allowing
memory to be shared between multiple processes in a relatively
convenient way.
IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and
allowing any Perl scalar to be used as a hash/BTree key rather than just C
strings. IPC::MMA hashes are like IPC::MM BTrees in that they return keys in
sorted order ineach, keys, and next operations.
An IPC::MMA array can store data in any of six ways, including general-purpose
scalars, signed or unsigned integers, floating-point numbers, fixed-length
strings/records, and booleans at one bit per array element.
WWW: http://search.cpan.org/dist/IPC-MMA/
PR: ports/157291
Submitted by: Peter Vereshagin <peter@vereshagin.org>
|
19:49 sunpoet
- Add p5-POE-Quickie 0.14
If you need nonblocking access to an external program, or want to execute some
blocking code in a separate process, but you don't want to write a wrapper
module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help.
You just specify what you're interested in (stdout, stderr, and/or exit code),
and POE::Quickie will handle the rest in a sensible way.
It has some convenience features, such as killing processes after a timeout,
and storing process-specific context information which will be delivered with
every event.
There is also an even lazier API which suspends the execution of your event
handler and gives control back to POE while your task is running, the same
way LWP::UserAgent::POE does.
This is provided by the quickie_* functions which are exported by default.
WWW: http://search.cpan.org/dist/POE-Quickie/
PR: ports/156971
Submitted by: Takefu <takefu@airport.fm>
|
19:47 sunpoet
- Add py-pycalendar 2.0
An iCalendar and vCard project for python.
WWW: http://pypi.python.org/pypi/pycalendar/2.0
SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/
PR: ports/157323
Submitted by: Roland van Laar <roland@micite.net>
|
Wednesday, 25 May 2011
|
23:54 beech
- New port horde4-cache-1.0.3
- Horde cache provides a simple, functional caching API, with the option to
store the cached data on the filesystem, in one of the PHP opcode cache
systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache),
memcached, or an SQL table.
|
18:40 beech
-New port horde4-autoloader-1.0.0
-Autoload implementation and class loading manager for Horde.
Approved By: itetcu (mentor)(implicit)
|
18:00 beech
-New port horde4-dateparser-1.0.0
-Horde Date Parser. Library for natural-language date parsing, with support for
multiple languages and locales.
Approved By: itetcu (mentor)(implicit)
|
00:09 beech
Horde package for creating and manipulating dates.
Approved by: itetcu (mentor)(implicit)
|
Tuesday, 24 May 2011
|
16:05 sunpoet
- Add p5-MouseX-StrictConstructor 0.02
MouseX::StrictConstructor is a Perl module to make your object constructors
blow up on unknown attributes.
WWW: http://search.cpan.org/dist/MouseX-StrictConstructor/
|
16:04 sunpoet
- Add p5-MouseX-NativeTraits 1.04
MouseX::NativeTraits is a Perl module to extend your attribute interfaces
for Mouse.
WWW: http://search.cpan.org/dist/MouseX-NativeTraits/
|
Monday, 23 May 2011
|
23:51 beech
-New port horde4-rdo-1.0.0
-Rampage Data Objects
Approved by: itetcu (mentor)(implicit)
|
23:08 beech
-New port horde4-content-1.0.0
-Horde content. This application provides tagging support for the other Horde
applications.
Approved by: itetcu (mentor)(implicit)
|
Sunday, 22 May 2011
|
21:34 mandree
Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.
PR: ports/155759
|
Friday, 20 May 2011
|
01:14 swills
Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.
WWW: http://search.cpan.org/dist/Dir-Self/
|
Thursday, 19 May 2011
|
14:43 kuriyama
Ouch provides a class for exception handling that doesn't require a
lot of boilerplate, nor any up front definition. If Exception::Class
is working for you, great! But if you want something that is faster,
easier to use, requires less typing, and has no prereqs, but still
gives you much of that same functionality, then Ouch is for you.
WWW: http://search.cpan.org/dist/Ouch/
|
Saturday, 14 May 2011
|
16:50 pgj
The Haskell Platform (HP) is the blessed set of libraries and tools on which
to build further Haskell libraries and applications. It is intended to
provide a comprehensive, stable, and quality-tested base for Haskell projects
to work from.
This version specifies the following additional developer tools be installed,
for a system to be in full compliance:
* cabal-install
* alex
* happy
* haddock
WWW: http://haskell.org/platform/
Obtained from: FreeBSD Haskell
|
16:35 pgj
- Fix ordering
|
16:34 pgj
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.
WWW: http://www.haskell.org/cabal/
Obtained from: FreeBSD Haskell
|
15:37 arved
Remove obsolete port
PR: 155200
Submitted by: bsdkaffee@gmail.com
|
Thursday, 12 May 2011
|
00:18 wen
Rope is a python refactoring library.
WWW: http://rope.sourceforge.net
Submitted by: Jose Jachuf <jjachuf@gmail.com> (via email)
|
Tuesday, 10 May 2011
|
02:09 pgj
- Connect devel/hs-blaze-builder-enumerator to the build and to the Haskell
Cabal package database and therefore un-break INDEX
Reported by: erwin
|
Monday, 9 May 2011
|
13:01 tota
- Rename devel/jude-community to devel/astah-community
- Update to 6.4
- Take maintainership
PR: ports/156740
Submitted by: tota (myself)
Approved by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer)
|
05:28 ashish
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
|
03:44 swills
Read-Eval-Print-Loop on die and/or warn
WWW: http://search.cpan.org/dist/Carp-REPL/
|
Thursday, 5 May 2011
|
01:50 wen
POE::Component::Syndicator is a base class for POE components which need to
handle a persistent resource (e.g. a connection to an IRC server) for one or
more sessions in an extendable way.
This module (as well as Object::Pluggable, which this module inherits from)
was born out of POE::Component::IRC, the guts of which quickly spread to
other POE components. Now they can all inherit from this module instead.
The component provides an event queue, which can be managed with the methods
documented below. It handles delivery of events to the object itself, all
interested plugins, and all interested sessions.
WWW: http://search.cpan.org/dist/POE-Component-Syndicator/
PR: ports/156798
Submitted by: Jase Thew <freebsd@beardz.net>
|
Tuesday, 3 May 2011
|
21:09 rene
Remove duplicate ports, add relevant lines to MOVED
devel/common_msgs renamed to devel/ros-common_msgs
math/geometry renamed to math/ros-geometry
|
20:54 rene
Connect devel/ros-common_msgs and math/ros-geometry to the build.
|
12:29 bapt
remove libcapsinetwork and what depends on it
games/monopd: depends on an expired library [1]
2011-05-01 devel/libcapsinetwork: Upstream disapear and distfile is no more
available
Approved by: jhb@ (maintainer)
|
05:54 clsung
Rash is an extension to Hashie
Rash subclasses Hashie::Mash to convert all keys in the hash
to underscore.
The purpose of this is when working w/ Java (or any other apis)
that return hashes (including nested) that have camelCased keys
You will now be able to access those keys through underscored
key names (camelCase still available).
WWW: http://github.com/tcocca/rash
|
04:19 swills
The VMware Cloud CLI. This is the command line interface
to VMware's Application Platform.
WWW: https://github.com/cloudfoundry/vmc
PR: ports/156632
Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw>
|
03:11 swills
A Ruby gem to manage ISO 3166 country names and their
corresponding alpha-2 and alpha-3 codes. Additional
support has been added for ISO 4127 currency information
and standard conventions for states in the USA
(based on the the 3166-2:US code).
ISO 3166 country codes reference:
http://en.wikipedia.org/wiki/ISO_3166-1
ISO 4217 currency information:
http://www.xe.com/iso4217.php
http://www.xe.com/symbols.php
ISO 3166-2:US code reference:
http://code.google.com/apis/chart/statecodes.html
http://en.wikipedia.org/wiki/ISO_3166-2:US
ISO 639 language reference:
http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
WWW: http://github.com/SunDawg/country_codes
PR: ports/156678
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
02:54 swills
State machines make it simple to manage the behavior of a class.
Too often, the state of an object is kept by creating multiple
boolean attributes and deciding how to behave based on the values.
state_machine simplifies this design by introducing the various
parts of a real state machine, including states, events,
transitions, and callbacks. However, the api is designed to be
so simple you do not even need to know what a state machine is.
WWW: http://www.pluginaweek.org/
PR: ports/156672
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
Monday, 2 May 2011
|
21:49 bapt
Removed kxl related ports
2011-05-01 devel/kxl: Upstream disapear and distfile is no more available
games/geki2: Upstream disapear and distfile is no more available, depends on
expired kxl [1]
games/geki3: Upstream disapear and distfile is no more available, depends on
expired kxl [1]
games/grande: Upstream disapear and distfile is no more available, depends on
expired kxl
games/spacearyarya: Upstream disapear and distfile is no more available, depends
on expired kxl
Approved by: edwin@mavetju.org (maintainer) [1]
|
11:57 bapt
Remove unmaintained expired ports from devel
2011-05-01 devel/a2dev: Upstream disapear and distfile is no more available
2011-05-01 devel/c2lib: Upstream disapear and distfile is no more available
2011-05-01 devel/c2man: Upstream disapear and distfile is no more available
2011-05-01 devel/c2mdoc: Upstream disapear and distfile is no more available
2011-05-01 devel/c_parser: Upstream disapear and distfile is no more available
2011-05-01 devel/cdoc: Upstream disapear and distfile is no more available
2011-05-01 devel/diffconvert: Upstream disapear and distfile is no more
available
2011-05-01 devel/ecgi: Upstream disapear and distfile is no more available
2011-05-01 devel/error: Upstream disapear and distfile is no more available
2011-05-01 devel/excalibur-configuration: Upstream disapear and distfile is no
more available
2011-05-01 devel/freelibiberty: Upstream disapear and distfile is no more
available
2011-05-01 devel/gengameng: Upstream disapear and distfile is no more available
2011-05-01 devel/hptools: Upstream disapear and distfile is no more available
2011-05-01 devel/invitation_to_ruby: Upstream disapear and distfile is no more
available
2011-05-01 devel/kimwitu++: Upstream disapear and distfile is no more available
2011-05-01 devel/libU77: Upstream disapear and distfile is no more available
2011-05-01 devel/libcoro: Upstream disapear and distfile is no more available
2011-05-01 devel/libpperl: Upstream disapear and distfile is no more available
2011-05-01 devel/lincvs: Upstream disapear and distfile is no more available
2011-05-01 devel/linux-runrev: Abandon upstream and distfile is no more
available
2011-05-01 devel/makeplus: Upstream disapear and distfile is no more available
2011-05-01 devel/maketool: Upstream disapear and distfile is no more available
2011-05-01 devel/mob: Upstream disapear and distfile is no more available
2011-05-01 devel/mprof: Upstream disapear and distfile is no more available
2011-05-01 devel/ngpt: Upstream disapear and distfile is no more available
2011-05-01 devel/pedisassem: Upstream disapear and distfile is no more available
2011-05-01 devel/rinfo: Upstream disapear and distfile is no more available
2011-05-01 devel/templ: Upstream disapear and distfile is no more available
2011-05-01 devel/towitoko: Upstream disapear and distfile is no more available
|
01:48 swills
File::Assets is a tool for managing JavaScript and CSS assets in a (web)
application. It allows you to "publish" assests in one place after having
specified them in different parts of the application (e.g. throughout request
and template processing phases).
WWW: http://search.cpan.org/dist/File-Assets/
|
01:46 swills
Path::Resource is a module for combining local file and directory manipulation
with URI manipulation. It allows you to effortlessly map local file locations
to their URI equivalent.
WWW: http://search.cpan.org/dist/Path-Resource/
|
01:45 swills
A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing
behavior is similar to File::Spec::Unix, except that trailing slashes are
preserved (converted into a single slash).
WWW: http://search.cpan.org/dist/Path-Abstract/
|
Number of commits found: 11333 (showing only 100 on this page) |