Commit graph

3205 commits

Author SHA1 Message Date
Cheng-Lung Sung
bb1a6dc0c2 - A framework to allow Ruby applications to generate file/folder stubs 2008-10-08 01:33:10 +00:00
Cheng-Lung Sung
ffaa224447 - Parse JSON texts and generate them from ruby data structures in Ruby
- like rubygem-json, but implemented in pure Ruby
2008-10-07 05:49:20 +00:00
Cheng-Lung Sung
09416d3e4d 'abstract.rb' is a library which enables you to define abstract method in Ruby. 2008-10-07 04:29:49 +00:00
Martin Wilke
0b5eed9763 Giggle is a graphical frontend for the git
directory tracker (think of gitk on GTK+).

WWW:	http://developer.imendio.com/projects/giggle

PR:		ports/127779
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-10-05 10:18:34 +00:00
Renato Botelho
f872963e61 A Google open source IPv4/IPv6 manipulation library in Python.
This library is used to create/poke/manipulate IPv4 and
IPv6 addresses and prefixes.
Development mailing list:
http://groups.google.com/group/ipaddr-py-dev

WWW:	http://code.google.com/p/ipaddr-py/

PR:		ports/127830
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2008-10-03 20:14:37 +00:00
Bruce M Simpson
9343070429 Add port upslug, used to upload firmware to Linksys NSLU2 units. 2008-10-03 00:50:49 +00:00
Alexander Nedotsukov
0ccc20cb58 Add py-icu 0.8.1, Python extension wrapping IBM's ICU C++ API. 2008-09-26 06:05:06 +00:00
Alexander Nedotsukov
d6d900e99f Add py-xattr 0.4, Python wrapper for extended filesystem attributes. 2008-09-25 03:09:07 +00:00
Stanislav Sedov
228a44c05f - Add port for rubygem-rparsec.
WWW:	http://rubyforge.org/projects/rparsec/
2008-09-24 14:40:13 +00:00
Li-Wen Hsu
c76a693254 Add py-pylib 0.9.2, an agile development and test support library.
PR:		ports/127405
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-09-24 11:17:04 +00:00
Martin Wilke
c3acfba1ed Allows to create classes similar to ArrayObject with additional element type or
index constraints.

WWW:	http://pear.php.net/package/PHP_ArrayOf
2008-09-23 08:04:52 +00:00
Martin Wilke
c878c70326 Module to provide a configuration hash with option to read from file.
WWW: http://search.cpan.org/dist/Config-Options/
2008-09-23 08:03:40 +00:00
Li-Wen Hsu
6b1a7cef92 Add py-phpserialize 0.4, a python implementation of PHP\'s native
serialize() and unserialize().

PR:		ports/126193
Submitted by:	Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
2008-09-07 10:43:28 +00:00
Chin-San Huang
6a79194565 Add p5-Check-ISA, DWIM, correct checking of an object's class.
This module provides several functions to assist in testing whether a value
is an object, and if so asking about its class.

WWW: http://search.cpan.org/dist/Check-ISA/
2008-09-07 04:18:35 +00:00
Chin-San Huang
c02932bad5 Add p5-MooseX-Storage, an serialization framework for Moose classes.
MooseX::Storage is a serialization framework for Moose, it provides a very
flexible and highly pluggable way to serialize Moose classes to a number of
different formats and styles.

WWW: http://search.cpan.org/dist/MooseX-Storage/
2008-09-07 02:46:02 +00:00
Chin-San Huang
aaf5353c66 Add p5-Test-TempDir, provides temporary directory creation with testing in mind.
WWW: http://search.cpan.org/dist/Test-TempDir/
2008-09-07 02:08:31 +00:00
Chin-San Huang
9cbc7515bd Add p5-File-Path, create or remove directory trees.
WWW: http://search.cpan.org/dist/File-Path/
2008-09-07 02:03:26 +00:00
Martin Wilke
d483c20d5b cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.

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

PR:		ports/127116
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-09-06 21:14:16 +00:00
Anton Berezin
c1726e1be2 Add devel/p5-Every, a Perl module that provides a function that returns
true every N cycles or S seconds.
2008-09-05 09:24:52 +00:00
Anton Berezin
72568fd500 Add devel/p5-Devel-Callsite, a Perl module to get current callsite and
interpreter context.
2008-09-05 09:15:19 +00:00
Lars Balker Rasmussen
4cae233203 New port: devel/p5-Devel-GlobalDestruction, Expose PL_dirty, the flag which marks global destruction 2008-09-03 12:28:51 +00:00
Jun Kuriyama
355ff6509a Upgrade to 3.1.0.2701. Old version (2.0.1) was repocopied as
devel/flex-sdk2.

This is MPL version (not including Flash Player binaries etc).
2008-09-03 03:37:34 +00:00
Mathieu Arnold
d307301d8b Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI
interfaces.
2008-09-02 15:42:18 +00:00
Mathieu Arnold
694a4d9f5e Add libphk-0.3, PHK's utilities functions. 2008-09-02 15:13:18 +00:00
Chin-San Huang
c0013458b1 Add p5-Forest, a collection of n-ary tree related modules.
Forest is intended to be a replacement for the Tree::Simple family of
modules, and fixes many of the issues that have always bothered me about
them. It is by no means a complete replacement yet, but should eventually
grow to become that.

WWW: http://search.cpan.org/dist/Forest/
2008-08-30 18:12:34 +00:00
Chin-San Huang
98d153478b Add p5-Sub-Current, get the current subroutine.
Sub::Current makes available a function ROUTINE(), that returns a code
reference pointing at the currently executing subroutine.

In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
this function will return undef.

Outside of a special block (that is, at the top level of a program)
ROUTINE() will return undef as well.

WWW: http://search.cpan.org/dist/Sub-Current/
2008-08-30 18:05:09 +00:00
Chin-San Huang
0292b5a5d0 Add p5-Pod-Coverage-Moose, Pod::Coverage extension for Moose.
When using Pod::Coverage in combination with Moose, it will report any
method imported from a Role. This is especially bad when used in combination
with Test::Pod::Coverage, since it takes away its ease of use.

WWW: http://search.cpan.org/dist/Pod-Coverage-Moose/
2008-08-30 15:59:43 +00:00
Chin-San Huang
0b4126532b Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
Out of the box Moose only provides very barebones cloning support in order
to maximize flexibility.

This role provides a clone method that makes use of the low level cloning
support already in Moose and adds selective deep cloning based on
introspection on top of that. Attributes with the Clone trait will handle
cloning of data within the object, typically delegating to the attribute
value's own clone method.

WWW: http://search.cpan.org/dist/MooseX-Clone/
2008-08-30 15:13:52 +00:00
Chin-San Huang
9d40d01bfd Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
depending on availability.

Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
2008-08-30 14:50:02 +00:00
Chin-San Huang
0eeeca4c46 Add p5-Tie-RefHash-Weak, a Tie::RefHash subclass with weakened references in
the keys.

The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

The problem with Tie::RefHash, and cross indexing, is that sometimes the
index should not contain strong references to the objecs. Tie::RefHash's
internal structures contain strong references to the key, and provide no
convenient means to make those references weak.

This subclass of Tie::RefHash has weak keys, instead of strong ones. The
values are left unaltered, and you'll have to make sure there are no strong
references there yourself.

WWW: http://search.cpan.org/dist/Tie-RefHash-Weak/
2008-08-30 14:39:06 +00:00
Chin-San Huang
037019ccf6 Add p5-Variable-Magic, associate user-defined magic to variables from Perl.
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and overload syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without the pain of the C
API.

WWW: http://search.cpan.org/dist/Variable-Magic/
2008-08-30 14:08:12 +00:00
Dmitry Marakasov
7f41de3f9b - Fix stuff after pav's premature commit of graphics/osg update
- Remove graphics/openproducer, graphics/openthreads - those are now included in osg
  - Remove obsolete bsd.osg.mk from graphics/osg
  - Mark graphics/demeter BROKEN if it's being build WITH_OSG, as it won't compile now
2008-08-27 17:51:07 +00:00
Florent Thoumie
cc4f7bddd9 Hook up devel/mono-addins to the build. 2008-08-27 16:49:34 +00:00
Max Brazhnikov
060d51acb2 Lglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.

This is an update for Christopher Stawarz's SLglade module.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

PR: 126652
Submitted by: Alexey Shuvaev
Approved by:	miwi (mentor)
2008-08-26 13:53:57 +00:00
Martin Wilke
b164d4d2b8 - Connect devel/subcommander2 to the build 2008-08-26 12:35:24 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Brooks Davis
3b5949bbb7 Add an llvm snapshot port including clang. The current snapshot is as of
2008-08-05.
2008-08-18 15:41:02 +00:00
Sergey Skvortsov
a0042d96ce Add p5-Devel-Declare 0.001011, declare subroutines. 2008-08-16 14:43:50 +00:00
Sergey Skvortsov
6f02383274 Add p5-Test-Memory-Cycle 1.04, check for memory leaks and circular
memory references.
2008-08-16 11:25:48 +00:00
Sergey Skvortsov
ac46ee5335 Add p5-Data-ClearSilver-HDF 0.04, convert from Perl Data Structure to
ClearSilver HDF.

PR:		ports/126533
Submitted by:	Denis Pokataev <catone xx cpan.org>
2008-08-14 14:41:11 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
4b3512397e Warbler is a gem to make a .war file out of a Rails project. The intent is
to provide a minimal, flexible, ruby-like way to bundle up all of your
application files for deployment to a Java application server.

Warbler provides a sane set of out-of-the box defaults that should allow
most Rails applications without external gem dependencies
(aside from Rails itself) to assemble and Just Work.

Warbler bundles JRuby and the JRuby-Rack servlet adapter for
dispatching requests to your application inside the java application server,
and assembles all jar files in WARBLER_HOME/lib/*.jar into your application.
No external dependencies are downloaded.

WWW: http://caldersphere.rubyforge.org/warbler/

PR:		ports/126327
Submitted by:	Alexander Logvinov <ports at logvinov,com>
2008-08-07 22:55:34 +00:00
Martin Wilke
b885199ccf This package parses the config files written in JSON. It also does some
non-JSON stuff, like allowing for comments in the files.

WWW:	http://search.cpan.org/dist/Config-JSON/

PR:		ports/126119
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-06 15:34:11 +00:00
Martin Wilke
1cd66a015e Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.

Thus, readline() and the <> operator can now return records delimited by
regular expression matches.

WWW:	http://search.cpan.org/dist/File-Stream/

PR:		ports/125926
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-06 13:35:03 +00:00
Dmitry Marakasov
1cee706081 Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
programming language.

WWW:	http://home.gna.org/valide/

PR:		ports/126253
Submitted by:	Romain Tartière <romain at blogreen dot org>
Approved by:	miwi (mentor implicit)
2008-08-06 10:25:07 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Philip M. Gollucci
1f4191043e IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.

The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.

If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.

WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/

Approved by:    araujo (mentor)
2008-07-30 14:54:03 +00:00
Bruce M Simpson
dc55107f59 Add new port kBuild: a gmake-based build system used by VirtualBox and others 2008-07-30 10:53:53 +00:00
Vanilla I. Shu
b9e37d59df Add zmq 0.2, open source message queue optimised for performance.
PR:		ports/126011
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-07-29 06:09:53 +00:00
Joerg Wunsch
c25da1631f This is a "sneak preview" port of GCC 4.3.1 for the Atmel AVR
microcontrollers.  It includes patches from the WinAVR project to
support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167
controllers, and in particular the next generation AVRs ATxmega64A1
and ATxmega128A1.

The port has been carefully crafted to peacefully coexist with the
non-devel avr-gcc port.  All executables installed have the suffix
"-43" added for that reason.
2008-07-28 21:25:39 +00:00