Commit Graph

2057 Commits

Author SHA1 Message Date
Anton Berezin
9f66345997 Add pt-Class-StateMachine 0.11, a Perl module to facilitate state
machines development.
2005-12-07 20:49:14 +00:00
Erwin Lansing
434f21c658 ExtUtils::AutoInstall lets module writers to specify a more
sophisticated form of dependency information than the PREREQ_PM
option offered by ExtUtils::MakeMaker.

This module works best with the Module::Install framework,
a drop-in replacement for MakeMaker.

WWW: http://search.cpan.org/dist/ExtUtils-AutoInstall/

PR:		ports/89855
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-02 20:01:57 +00:00
Mark Linimon
5b25ff27f9 Add upnp104 to unbreak INDEX build. 2005-12-02 02:28:35 +00:00
Jun Kuriyama
991d17c0f6 - Retire devel/p5-Test-Builder-Tester. This module is included in
p5-Test-Simple now.

Submitted by:	leeym
PR:		ports/87644
2005-12-02 02:15:50 +00:00
Erwin Lansing
dd34d8a8fd Add p5-Class-C3 0.07, a pragma to use the C3 method resolution order
algorithm.

This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.

WWW: http://search.cpan.org/dist/Module-Find/

PR:		ports/89800
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-01 16:31:14 +00:00
Florent Thoumie
74c3701c51 - Add subversion-ruby, a slave port to install subversion ruby bindings.
PR:		ports/82950
Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
2005-11-30 16:03:14 +00:00
Edwin Groothuis
7a2abb471b New Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with
different build options

	Shell archive included for new ports. Follow-on ports to
	the devel/sfslite port, for building with different build
	options. Won't conflict with devel/sfslite or each other.
	Trivial Makefiles that mainly call into devel/sfslite/Makefile.

PR:             ports/86475
Submitted by:   Maxwell Krohn <krohn@mit.edu>
2005-11-30 00:03:33 +00:00
Edwin Groothuis
80193c20be iNew Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with
different build options

	Shell archive included for new ports. Follow-on ports to
	the devel/sfslite port, for building with different build
	options. Won't conflict with devel/sfslite or each other.
	Trivial Makefiles that mainly call into devel/sfslite/Makefile.

PR:		ports/86475
Submitted by:	Maxwell Krohn <krohn@mit.edu>
2005-11-29 23:59:47 +00:00
Cheng-Lung Sung
91e2669758 - Perl extension for recursively copying files and directories
- needed by p5-Catalyst when execute 'perl Makefile.PL' after create
  a standalone server.
- ijliao made this port, and I will maintain it :)
2005-11-28 05:33:49 +00:00
Anton Berezin
48789882f9 Add devel/p5-Sub-Name, a Perl module to dynamically assign names to Perl
subroutines.
2005-11-27 14:54:40 +00:00
Roman Bogorodskiy
1c1dc248e5 Add p5-Net-DBus, perl extension for the DBus message system. 2005-11-25 14:10:45 +00:00
Edwin Groothuis
62a5590d57 New port: devel/hc12mem - Freescale HCS12 MCU embedded developer
tool: erase/read/write/protect/unprotect FLASH/EEPROM

	hc12mem is a command line tool for embedded microcontroller
	developers using Freescale's HCS12-family MCUs.

	It can:
	- erase/read/write/protect internal EEPROM memory
	- erase/read/write internal FLASH memory
	- protect/unprotect whole MCU

	Supported MCUs: almost every HCS12 derivative
	<MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128,
	GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512,
	E32, E64, E128, E256, H128, H256, UF32, NE64.

	Supported target connections:
	- BDM:
	  - Kevin Ross's BDM12 POD
	  - Marek Peca's PODEX and my own improved version
	- LRAE (Load RAM And Execute) serial bootloader
	  see Freescale's Application Note AN2546

	WWW: http://cml.mfk.net.pl/hc12mem

PR:		ports/89241
Submitted by:	Michal Konieczny <mk@cml.mfk.net.pl>
2005-11-25 02:46:10 +00:00
Pav Lucistnik
1f164850c9 Setuptools is a collection of enhancements to the Python distutils (for Python
2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python
2.4) that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.

PR:		ports/89352
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-22 20:48:56 +00:00
Herve Quiroz
e5ee05890a Commons Configuration provides a generic configuration interface which enables
an application to read configuration data from a variety of sources. Commons
Configuration provides typed access to single, and multi-valued configuration
parameters.

Configuration parameters may be loaded from the following sources:

  * Properties files
  * XML documents
  * JNDI
  * JDBC Datasource

Different configuration sources can be mixed using a ConfigurationFactory and
CompositeConfiguration. Additional sources of configuration parameters can be
created by using custom configuration objects. This customization can be
achieved by extending AbstractConfiguration.

WWW: http://jakarta.apache.org/commons/configuration/
2005-11-22 16:32:01 +00:00
Simon Barner
c4f287ff6e Add a slave port that enforces the use of gcc 3.4+ to build boost.
This port is intended for FreeBSD 4 only and is IGNOREd on other
versions.

It can be uses as a dependency for other ports that require boost
to be built with gcc 3.4, e.g. devel/monotone.

This port enables the following compile time options for boost:

- Thread support
- Python support
- Boost.Regex ICU support
- Optimized CFLAGS
2005-11-22 11:02:22 +00:00
Ade Lovett
30aef00929 Remove bison-devel now that the only consumer (openoffice-2.0) has
be converted over to using the newly imported bison2

Many thanks to:	maho
2005-11-18 02:06:36 +00:00
Erwin Lansing
65b2853336 Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.

WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/

PR:		ports/89174
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-17 19:38:39 +00:00
Akinori MUSHA
3ee2ad634d Add ruby-flexmock, a simple mock object for Ruby. 2005-11-17 19:12:22 +00:00
Ade Lovett
93891ee356 Bring in bison 2.1 after repocopy 2005-11-17 00:17:54 +00:00
Sean Chittenden
0ea3f56ce4 devel/bison1875's time has come and gone and its only consumer is the
databases/postgresql-devel port, which isn't needed either now that 8.1 has
officially landed.

Submitted by:	ade@
2005-11-17 00:04:58 +00:00
Lars Thegler
5c8afcbe01 Add p5-UNIVERSAL-isa 0.05, hack around people calling UNIVERSAL::isa()
as a function.

PR:		ports/89135
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-16 20:07:12 +00:00
Lars Thegler
b91d140d64 Add p5-UNIVERSAL-can 1.00, hack around people calling UNIVERSAL::can()
as a function.

PR:		ports/89134
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-16 19:51:44 +00:00
Volker Stolz
da59b4c557 Uppaal is an integrated tool environment for modeling, validation
and verification of real-time systems modeled as networks of timed
automata, extended with data types (bounded integers, arrays, etc.).

The tool is developed in collaboration between the Department of
Information Technology at Uppsala University, Sweden and the
Department of Computer Science at Aalborg University in Denmark.

WWW: http://www.uppaal.com/

PR:		ports/84975
Submitted by:	Timothy Bourke
2005-11-16 09:25:52 +00:00
Anton Berezin
c53ee976ab Add devel/p5-Tie-Hash-TwoWay 1.08, a Perl module that provides two-way
mapping between disjoint sets.
2005-11-15 08:51:38 +00:00
Pav Lucistnik
c5a4309967 The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm
package that is two select boxes next to each other emulating a multi-select.

PR:		ports/88818
Submitted by:	Chris St Denis <chris@ctgameinfo.com>
2005-11-13 16:22:18 +00:00
Marcus Alves Grando
4496dba463 New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.

WWW: http://www.ode.org/

Add CONFLICTS in devel/ode

PR:		88581
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by:	marcus
2005-11-13 02:14:57 +00:00
Pav Lucistnik
ecea4a7603 Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:	both maintainers
Repocopy by:	marcus
2005-11-12 18:52:22 +00:00
Anton Berezin
48305ea89c Add devel/p5-List-Cycle 0.04, a Perl module that provides objects for
cycling through a list of values.
2005-11-11 22:58:34 +00:00
Anton Berezin
7aaa12ceef Add devel/p5-IO-LockedFile 0.23, a Perl module that supplies object
methods for locking files.
2005-11-11 12:29:43 +00:00
Pav Lucistnik
728d5a1eed bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.

PR:		ports/88495
Submitted by:	Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 21:04:06 +00:00
Pav Lucistnik
972562de16 This is a new port of bazaar, a C implementation of GNU Arch (based on tla)
from Canonical. The difference between this and bazaar-ng is that this is the
"mainline" version of bazaar, beeing faster and more stable, while bazaar-ng is
the somwhat future platform. I thought it would be nice to have this in ports
as well, this is a very good implemenation that is easy to use, much easier
than TLA.

PR:		ports/88476
Submitted by:	Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 20:40:59 +00:00
Dirk Meyer
1126bce45e Transaction::Simple provides active ("live", non-backend)
transactional support to Marshal-able objects.

WWW: http://rubyforge.org/projects/trans-simple/
2005-11-09 11:30:07 +00:00
Anton Berezin
90e250cab1 Add devel/p5-Tie-Hash-Sorted, a Perl module to present hashes in sorted
order.
2005-11-06 18:11:57 +00:00
Kris Kennaway
89a727e1d0 These ports depended on jx, which was removed. 2005-11-05 09:21:14 +00:00
Kris Kennaway
4c9e47381e ruby-libglade depended on ruby-gnome, which was removed. 2005-11-05 09:17:55 +00:00
Kris Kennaway
1bfaddb12c This port depended on the linux_devtools7 port which was removed. 2005-11-05 09:12:55 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Michael Johnson
b47a2f0437 - Add present
A library for reading Microsoft PowerPoint(tm) documents
2005-11-05 06:07:40 +00:00
Joe Marcus Clarke
e640a5adb1 Add goffice, a set of document centric components for GLib and GTK+.
There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
	- plugins
	- load/save documents
	- undo/redo

Goffice provides a single library for performing such operations.
2005-11-05 05:59:39 +00:00
Joe Marcus Clarke
c4b55bd58d Add glib-java, a set of Java wrapper libraries around glib-2.
WWW: http://java-gnome.sourceforge.net/
2005-11-05 05:56:43 +00:00
Joe Marcus Clarke
2418b2c009 aAdd evolution-gconf-tools, a set of Python scripts to make it easier to work
with Evolution's configuration information.

WWW: http://live.gnome.org/Evolution_2fGConfTools

Submitted by:	ahze
2005-11-05 05:53:22 +00:00
Lars Thegler
23fb8d3de4 Add p5-Test-XML 0.07, compare XML in perl tests. 2005-11-04 19:48:29 +00:00
Anton Berezin
ebe2ed4967 Add devel/p5-File-push, a perl module that provides temporary chdir for
a limited scope.
2005-11-04 10:38:40 +00:00
Aaron Dalton
8224044dc2 Add devel/p5-Class-Throwable 0.10, A Perl module that implements a minimal lightweight exception class.
submitted by: aaron
Reviewed by: tobez
Approved by: tobez
2005-11-02 15:25:28 +00:00
Edwin Groothuis
a084751f79 New port: java/subclipse
Subclipse is an Eclipse plugin that adds Subversion integration
	to the Eclipse IDE.

	WWW: http://subclipse.tigris.org/

	At the moment, a part of subclipse is integrated into
	phpeclipse, but a special port should be better.

PR:		ports/86637
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-10-31 11:19:52 +00:00
Sergey Matveychuk
b22c68298b A free networking API that provides reliable UDP and high level networking
constructs. Although RakNet can be used for any networked application, it
was developed specifically for rapid development of online games and the
addition of multiplayer to single player games.

WWW: http://www.rakkarsoft.com/

PR:		ports/87304
Submitted by:	Andrew I Baznikin <dikiy@scn.ru>
2005-10-28 10:47:20 +00:00
Jean-Yves Lefort
4a9535e4ef Add bazaar-ng.
Bazaar-NG is an implementation of GNU arch from Canonical written in Python.
Arch is a version control system, which allows you to keep old versions of
files and directories (usually source code), keep a log of who, when, and
why changes occurred, etc., like SVN, CVS, or RCS. Arch is distributed, which
gives it significant advantages and some disadvantages compared to SVN and
CVS. The bzr implementation is the next Bazaar version from Canonical called
Bazaar-NG.

WWW: http://www.bazaar-ng.org/

PR:		ports/87849
Submitted by:	Ulf Lilleengen <lulf@kerneled.org>
2005-10-28 09:36:43 +00:00
Anton Berezin
3add827e65 Add devel/p5-Date-Holidays-DK, a Perl module to determine Danish public
holidays.

Assign lth as the maintainer, with his permission, since he is the
author of the module.
2005-10-28 08:29:52 +00:00
Jean-Yves Lefort
2c42ab7d99 Add cmunge.
CMUNGE is a simple tool for encrypting and compacting C source code, while
leaving it syntactically and semantically unchanged. It does this by:

* Recursively in-lining `user-defined' #include files.
* Renaming C identifiers, except those in the C Standard Library, with names
  like l1 (i.e. letter-l one), l2, l3, etc.
* Removing comments and blank lines, converting multiple consecutive whitespace
  characters (including `\n') into single blanks, removing all unnecessary
  whitespace between tokens.
* Outputting the transformed code in lines of least N characters long, where N
  is a user-specified minimum line length.

It accepts ANSI and K & R C as its input language.

WWW: http://www.vcpc.univie.ac.at/~jhm/cmunge/

PR:		ports/88066
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2005-10-27 14:09:19 +00:00
Renato Botelho
a6c0dd327d libobby is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.

WWW: http://gobby.0x539.de

PR:		ports/87687
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-10-26 10:55:27 +00:00