Commit graph

2019 commits

Author SHA1 Message Date
Florent Thoumie
e3f83b5d18 - Add py-zopeInterface, Zope 3 Interface infrastructure.
PR:		ports/79918
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-14 22:21:57 +00:00
Florent Thoumie
f13c9438a8 - Add cl-uffi-sbcl 1.4.37, Universal Foreign Function Interface for Common
Lisp (SBCL-specific).

PR:		ports/72702
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2005-04-14 10:43:19 +00:00
Florent Thoumie
7655d84fdb - Add cl-uffi-cmucl 1.4.37, Universal Foreign Function Interface for Common
Lisp (CMUCL-specific).

PR:		ports/72701
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2005-04-14 10:41:10 +00:00
Florent Thoumie
10b3fbe731 - Add cl-uffi 1.4.37, Universal Foreign Function Interface for Common Lisp.
PR:		ports/72700
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2005-04-14 10:34:18 +00:00
Ying-Chieh Liao
3f61220f6c add nx 0.2
A Python package for the networks (graph)
2005-04-13 07:38:04 +00:00
Pav Lucistnik
80b9d9837c A PECL extension to retrieve information from libstatgrab
libstatgrab is a library that provides a common interface for
retrieving a variety of system statistics on a number of *NIX like
systems.

This extension allows you to call the functions made available by
libstatgrab library.

PR:		ports/79542
Submitted by:	Tim Bishop <tim@bishnet.net>
2005-04-09 22:41:10 +00:00
Sergey Skvortsov
34baf4e919 Add p5-Shell-Parser 0.03, simple shell script parser. 2005-04-08 13:57:01 +00:00
Anton Berezin
d93851e2e9 Remove deprecated and expired devel/p5-Server-FastPL,
math/p5-Math-BigIntFast, math/p5-Statistics-Table-F,
textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation.
Neither one of them is on CPAN any longer.
2005-04-08 13:43:25 +00:00
Ying-Chieh Liao
db1a4b3c71 add p5-Module-Pluggable-Fast 0.13
Fast plugins with instantiation
2005-04-07 09:20:51 +00:00
Sergey Matveychuk
034d88ade9 QCA is a straightforward and cross-platform crypto API, using Qt datatypes and
conventions.

PR:		ports/79289
Submitted by:	Vsevolod A. Stakhov <vsevolod@highsecure.ru>
2005-04-05 06:32:34 +00:00
Cheng-Lung Sung
39e19dda76 - add p5-IO-Pager, which select a pager, optionally pipe it output
if destination is a TTY

PR:		79423
Submitted by:	Rong-En Fan (maintainer)
2005-04-04 07:01:21 +00:00
Lars Thegler
d0efc3fdad Add p5-Test-ClassAPI 1.02, provides basic first-pass API testing for
large class trees.
2005-04-02 15:34:46 +00:00
Lars Thegler
8e9971e761 Add p5-PerlIO-via-MD5 0.06, PerlIO layer for creating an MD5 digest of a
file.
2005-04-02 11:29:17 +00:00
Joe Marcus Clarke
c16bb210e8 Add py-gamin, the Python bindings for the gamin file alteration monitor. 2005-04-02 09:10:35 +00:00
Joe Marcus Clarke
c87a13d100 Add gamin, a file and directory monitoring server and API. Gamin can be
used as a drop-in replacement for FAM.  Gamin is designed to be more secure
than FAM as itdoes not require RPC, and runs a separate instance for each
user.  While it is API and ABI compatible with FAM, it does not [yet]
support all of FAM's features.

This version of gamin comes with an optional (defaults to on) kqueue
backend for FreeBSD.  This backend can only be used with UFS file
systems.  If you need FAM-like support on non-UFS file systems, you
must build without the kqueue backend.
2005-04-02 09:08:47 +00:00
Koop Mast
cbdcda5461 Add gstreamer-plugins-gconf
Reminded by:	pav
2005-03-20 19:57:56 +00:00
Kirill Ponomarev
34704fbd2a Add slave port for pcre which enables UTF-8 support. 2005-03-20 17:30:30 +00:00
Lars Thegler
321c8b79bd Add p5-Test-File 1.09, test file attributes. 2005-03-20 11:59:33 +00:00
Pav Lucistnik
709f2b29d9 New port: devel/pear-XML_NITF PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF
version 3.1, but should be forward-compatible when new versions of the NITF DTD
are produced. Various methods for accessing the major elements of the document,
such as the hedline(s), byline, and lede are provided. This class was originally
tested against the Associated Press's (AP) XML data feed.

PR:		ports/78992
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-19 22:05:12 +00:00
Lars Thegler
afb4cc3094 Add p5-IO-Capture 0.03, abstract Base Class to build modules to capture
output.
2005-03-18 14:20:19 +00:00
Ying-Chieh Liao
265e2a37ed add libpeak 0.1.0
Parallel Events and Asynchronous tasKing Library
2005-03-18 03:09:41 +00:00
Pav Lucistnik
6df160fd67 New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version
and extensions required

PEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the
minimum version and extensions required for it to run. Features advanced
debug output which shows which functions require which version and CLI
output script.

PR:		ports/78860
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-17 14:38:15 +00:00
Pav Lucistnik
68f1515194 New port: devel/pear-Event_Dispatcher PEAR dispatch notifications using PHP callbacks
The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This
information is encapsulated in Event_Notification objects. Client
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs,
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered
observer, passing the notification as the sole argument.

PR:		ports/78889
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-16 23:55:03 +00:00
Florent Thoumie
8cf9ed7a57 - Add p5-Class-Gomor-Hash 0.20, yet another class builder. This one adds
parameter checking in new constructor, that is to check for attributes
existence, and definedness. Since objects are built as hashes, this module
is suffixed by Hash.

PR:		ports/76979
Submitted by:	GomoR <netpkt@gomor.org>
2005-03-15 21:58:25 +00:00
Cheng-Lung Sung
cabd15c39b - A simple starter kit for any Perl module
make you easy to write your own module.
2005-03-15 17:57:02 +00:00
Sergey Skvortsov
9e99989beb Add p5-release 0.99, upload files to CPAN and SourceForge. 2005-03-14 09:48:44 +00:00
Sergey Skvortsov
841b3bd0d5 Add p5-ConfigReader-Simple 1.18, simple configuration file parser. 2005-03-14 09:33:18 +00:00
Florent Thoumie
635fffd86a - Add dumb 0.9.2, an IT, XM, S3M and MOD player library
PR:		ports/78118
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-03-13 22:42:39 +00:00
Sergey Matveychuk
c821f1a0b7 refactoring browser for ruby script
PR:		ports/77923
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2005-03-12 12:32:28 +00:00
Pav Lucistnik
26fa54f08c Bayesian Noise Reduction is a statistical approach to evaluating coherence by
instantiating a series of machine-generated contexts to serve as a means of
contrast. This makes it possible to identify text that is out of context using
a form of pattern consistency checking. BNR attempts to solve the problem
commonly referred to as "Bayesian Noise" which, in its simplest definition,
refers to irrelevant data present in a message being classified. Bayesian Noise
Reduction dubs irrelevant text in order to provide cleaner classification and
is implemented as a pre-filter to existing language classification functions.

PR:		ports/78159
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-03-11 16:00:01 +00:00
Florent Thoumie
9a82373563 - Add p5-Algorithm-ChooseSubsets 0.01, Perl algorithm to iterate through subsets of a list.
PR:		ports/78422
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
Approved by:	pav (mentor)
2005-03-11 14:49:35 +00:00
Ade Lovett
3894c939ef Add tkmerge, a rather spiffy Tk interface to help with merging
source files.

Submitted by:		Bob Wilcox <bob@immure.com>
Enjoyed by:		julian
Totally forgotten by:	ade
2005-03-11 00:09:53 +00:00
Herve Quiroz
bf5e74f250 Jep embeds CPython in Java. It is safe to use in a heavily threaded
environment, it is quite fast and its stability is a main feature and goal.

WWW:	http://jepp.sourceforge.net

PR:		78339
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com>
2005-03-10 15:27:41 +00:00
Florent Thoumie
71bb06185e - Add p5-Gnome2-GConf 1.000, Perl bindings for the GConf2 configuration engine.
PR:		ports/73062
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
Approved by:	pav (mentor)
2005-03-09 14:54:34 +00:00
Yen-Ming Lee
c5f3a405d4 - add p5-CPAN-YACSmoke-0.03
This module uses the backend of CPANPLUS to run tests on modules recently
uploaded to CPAN and post results to the CPAN Testers list.

It will create a database file in the .cpanplus directory, which it uses
to track tested distributions. This information will be used to keep from
posting multiple reports for the same module, and to keep from testing
modules that use non-passing modules as prerequisites.

If it is given multiple versions of the same distribution to test, it will
test the most recent version only. If that version fails, then it will test
a previous version.

By default it uses CPANPLUS configuration settings.
2005-03-04 20:19:03 +00:00
Yen-Ming Lee
4e44122c22 - add File-HomeDir-0.06
File::HomeDir -- get home directory for self or other users

This module provides a function, home, and also ties the in-all-packages
variable %~.

WWW: http://search.cpan.org/dist/File-HomeDir/
2005-03-04 10:27:43 +00:00
Yen-Ming Lee
ec77db52b0 - add p5-Regexp-Assemble-0.09
Regexp::Assemble allows you to take a number of regular expressions and
assemble them into a single regular expression (or RE) that will match
everything that any of the individual REs match, only what they match
and nothing else.

WWW: http://search.cpan.org/dist/Regexp-Assemble/
2005-03-04 09:59:03 +00:00
Yen-Ming Lee
f177b5043f - add p5-CPANPLUS-0.53
CPAN++ (also referred to and pronounced as CPANPLUS) is a new and flexible
method of perl module management and installation using the Comprehensive
Perl Archive Network (CPAN). It aims to be a rewrite, and in time a
replacement to the current CPAN.pm. In addition to fixing some long-standing
problems, CPAN++ includes new features, such as module uninstall.

Note: CPANPLUS will become a part of core in perl 5.10

PR:		77012
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
2005-03-04 09:09:15 +00:00
Michael Johnson
8a2de6bda5 Add p5-SVN-Notify 2.43, subversion activity notification.
PR:		ports/78105
Submitted by:	dom@happygiraffe.net
2005-03-03 13:57:31 +00:00
Simon Barner
98b01656eb Add py-elementtree 1.2, a container for hierarchical data
structures written in Python

PR:		ports/77640
Approved by:	arved (mentor)
2005-03-02 16:20:25 +00:00
Michael Johnson
18c237f839 Remove this port, it is a dupe to devel/py-ro
Pointed out by:	barner
2005-03-02 11:56:40 +00:00
Michael Johnson
ff582cdf5b Add py-pyro 3.4, distributed Object Technology system written entirely
in Python.

PR:		ports/78261
Submitted by:	Choe, Cheng-Dae
2005-03-02 09:05:39 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Anton Berezin
dde3a89e47 Add p5-File-PathConvert, a perl module to perform various path
manipulations.  Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
2005-02-27 19:24:45 +00:00
Sergey Matveychuk
739233d24b Smake is a highly portable make program with automake features.
PR:		ports/77936
Submitted by:	Martin Matuska <martin (at) matuska.org>
2005-02-25 06:52:11 +00:00
Sergey Matveychuk
fcd914d17f BitKeeper - Scalable Distributed Software Configuration Management System.
Free for OpenSource projects.

PR:		ports/77041
Submitted by:	Matthias Andree <matthias.andree (at) gmx.de>
2005-02-24 21:18:08 +00:00
Thierry Thomas
9e20c70459 Remove devel/p5-Term-ReadLine-Gnu, already known as devel/p5-ReadLine-Gnu.
Reported by:	Florent Thoumie
2005-02-23 22:30:49 +00:00
Thierry Thomas
dab4adb14b Add p5-Term-ReadLine-Gnu 1.15, perl extension for the GNU
Readline/History Library.
2005-02-23 18:41:23 +00:00
Thierry Thomas
28ab6eb876 Add pear-Text_Diff 0.0.4, engine for performing and rendering text
diffs.

PR:		77715
Submitted by:	Joseph Scott <joseph (at) randomnetworks.com>
2005-02-19 12:12:51 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Wes Peters
d053274d71 Add yet another AVR assembler. This one appears to have better
version control than Tom's AVR Assembler (tavrasm), and to accept
more of the standard Atmel source files.  This one also has an
enhanced macro facility.
2005-02-18 03:13:57 +00:00
Anton Berezin
36a01ef794 Add p5-IPC-Cmd, a perl module for finding and running system commands. 2005-02-16 13:15:06 +00:00
Anton Berezin
e89cede325 Add p5-CPAN-Mini, a module to create and maintain a minimal mirror of
CPAN.
2005-02-16 09:52:05 +00:00
Anton Berezin
0512dd2a1d Add p5-Test-WWW-Mechanize 1.02,
testing-specific WWW::Mechanize
subclass.

PR:		77491
Submitted by:	aturetta@commit.it
2005-02-14 15:22:14 +00:00
Anton Berezin
4e75ae7282 Add p5-Test-LongString 0.07, a library to test long strings.
PR:		77491
Submitted by:	aturetta@commit.it
2005-02-14 14:52:53 +00:00
Anton Berezin
5dff13ce47 Add p5-Module-Refresh 0.05, refresh %INC files when updated on disk.
PR:		77491
Submitted by:	aturetta@commit.it
2005-02-14 14:12:26 +00:00
Joerg Wunsch
ce7ac1a834 dwarfdump is a utility to display DWARF debugging information in ELF
files.  Needs libdwarf (and libelf in turn).
2005-02-12 22:12:15 +00:00
Joerg Wunsch
90be6507b5 libdwarf is a library to analyze (and even produce) DWARF debugging
information in ELF files.
2005-02-12 22:09:59 +00:00
Sergey Skvortsov
f3a08e71c6 Add p5-Class-Handle 1.03, create objects that are handles to classes. 2005-02-12 13:38:56 +00:00
Yen-Ming Lee
6923ce6e93 Sub::Override allows the programmer to simply name the sub to replace
and to supply a sub to replace it with.

WWW: http://search.cpan.org/dist/Sub-Override/

PR:		75804
Submitted by:	Lars Eggert <lars.eggert at gmx.net>
2005-02-10 06:08:53 +00:00
Pav Lucistnik
9c87e2bb2c Eris, the WorldForge client entity library is designed to simplify client
development (and avoid duplicating effort) by providing a common framework to
deal with server communications.

PR:		ports/77064
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-02-09 23:04:01 +00:00
Pav Lucistnik
89b73def47 Mercator is a procedural terrain library. It is primarily aimed at terrain for
multiplayer online games and forms one of the WorldForge
(http://www.worldforge.org) core libraries.It is intended to be used as a
terrain library on both the client, and the server.

PR:		ports/77085
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-02-09 21:58:59 +00:00
Pav Lucistnik
ee111d3dda Python module interface to the sendfile(2) syscall with full support for the
FreeBSD nuances.

PR:		ports/77094
Submitted by:	Ben Woolley <ports@tautology.org>
2005-02-05 21:28:16 +00:00
Lars Thegler
2a5c3e5a5d Add p5-Filesys-Virtual-Plain 0.05, a plain virtual filesystem. 2005-02-05 17:12:45 +00:00
Sergey Skvortsov
2e29b46aff Add p5-ExtUtils-Constant 0.16,
generate XS code to import C header
constants.
2005-02-03 15:43:11 +00:00
Cheng-Lung Sung
bade038df5 - Perl module that make Arrays as objects with set operations
PR:		ports/77019
Submitted by:	Alex Kapranoff <kappa AT rambler dash co dot ru>
2005-02-03 01:57:54 +00:00
Herve Quiroz
67bf7930d0 Log4sh is a logging framework for shell scripts that works similar to
the other wonderful logging products available from the Apache Software
Foundataion (eg. log4j, log4perl). Although not as powerful as the
others, it can make the task of adding advanced logging to shell scripts
easier. It has much more power than just using simple "echo" commands
throughout. In addition, it can be configured from a properties file so
that scripts in a production environment do not need to be altered to
change the amount of logging they produce.

WWW:	http://forestent.com/products/log4sh/

PR:		76982
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2005-02-02 01:32:32 +00:00
Bruce M Simpson
c5810eb8aa New port, p4genpatch, automatically generates patch(1)-compatible diffs
from Perforce diffs and changelists.
2005-01-29 03:20:48 +00:00
Pav Lucistnik
0d858a07c6 System_Command is a command line execution interface.
Running functions from the command line can be risky if the proper precautions
are not taken to escape the shell arguments and reaping the exit status
properly. This class provides a formal interface to both, so that you can run a
system command as comfortably as you would run a php function, with full pear
error handling as results on failure. It is important to note that this class,
unlike other implementations, distinguishes between output to stderr and output
to stdout. It also reports the exit status of the command. So in every sense of
the word, it gives php shell capabilities.

PR:		ports/76749
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-01-27 23:03:23 +00:00
Cheng-Lung Sung
484e1a2f1b - Perl module for accounting SVK repository
PR:		ports/73489
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
2005-01-25 07:31:15 +00:00
Cheng-Lung Sung
718f5dba69 - This Perl module generate accounting statistic for general logs
PR:		ports/73488
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
2005-01-25 07:00:40 +00:00
Cheng-Lung Sung
ab956a5ad8 - This module implements the Perl 6 'form' built-in.
PR:		ports/73486
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
2005-01-25 06:45:43 +00:00
Pav Lucistnik
1fee44d6b9 - Move devel/bugbuddy2 to devel/bugbuddy 2005-01-24 22:48:03 +00:00
Sergey Matveychuk
ba1ab33456 Mknod is an interface to the mknod(2) system call.
PR:		ports/73513
Submitted by:	Sean Farley <sean-freebsd(at)farley.org>
2005-01-21 15:20:01 +00:00
Edwin Groothuis
f11d3635dc New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation
The PEAR::HTML_Page2 package provides a simple interface for generating an
XHTML compliant page:
  * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and
    XHTML Basic 1.0 plus preliminary support for XHTML 2.0
  * namespace support
  * global language declaration for the document
  * line ending styles
  * full META tag support
  * support for stylesheet declaration in the head section
  * support for script declaration in the head section
  * support for linked stylesheets and scripts
  * full support for header link tags
  * body can be a string, object with toHtml or toString methods or an array
    (can be combined)

Ideas for use:
  * Use to validate the output of a class for XHTML compliance
  * Quick prototyping using PEAR packages is now a breeze.

PR:		ports/76532
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-01-21 11:34:59 +00:00
Edwin Groothuis
7b2c770040 New port: devel/pear-PHP_Beautifier PEAR beautifier for PHP
This program reformat and beautify PHP source code files
	automatically.

	The program is Open Source and distributed under the terms
	of PHP Licence. It is written in PHP 5 and has a command
	line tool.

PR:		ports/76196
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-19 10:31:05 +00:00
Edwin Groothuis
8590d330ca New port: devel/pear-Structures_DataGrid - a PEAR data structure package
This package offers a toolkit to render out a datagrid in
	HTML format as well as many other formats such as an XML
	Document, an Excel Spreadsheet, an XUL Document and more.
	It also offers paging and sorting functionality to limit
	the data that is presented and processed. This concept is
	based on the .NET Framework DataGrid control and works very
	well with database and XML result sets.

PR:		ports/76165
Submitted by:	Nick Hilliard <nick@foobar.org>
2005-01-19 10:28:26 +00:00
Herve Quiroz
0e3579370e JSAP: the Java-based Simple Argument Parser
JSAP parses your command line and instantiates objects of types you specify
based upon that command line. If you configure JSAP to expect an Integer on the
command line, and the user does not provide a String that can be converted to
an Integer, JSAP will alert your program to the fact that there was a problem
with the command line. If JSAP indicates that your command line was
successfully parsed, you are guaranteed an Integer when you request that
parameter's value from your program. There's a pretty big (and growing) list of
return types supported by JSAP.

WWW:	http://http://www.martiansoftware.com/jsap/index.html
2005-01-16 21:26:58 +00:00
Pav Lucistnik
aa16f3ce59 Log4cxx is a port to C++ of the Log4j project. The goal is have the same
functionnalities and interfaces of log4j.

PR:		ports/76287
Submitted by:	Thaddeus Covert <tcovert+ports@sahuagin.net>
2005-01-16 13:47:07 +00:00
Pav Lucistnik
104db4b5c6 Inspired by the Java jMock library, pMock makes the writing of unit tests using
mock object techniques easier.

PR:		ports/76246
Submitted by:	Piet Delport <pjd@satori.za.net>
2005-01-16 01:09:10 +00:00
Pav Lucistnik
c623a39f00 cgprof generates colored graphs for profiled executables using gcc and gprof.
cgprof helps to have a better understanding of program structure and execution.
It makes hot spots identification visual and intuitive.	It is a shell script
using gnu awk, that should run on any Unix like system.

PR:		ports/75173
Submitted by:	Adam McLaurin <adam.freebsd@fastmail.fm>
2005-01-15 20:03:11 +00:00
Edwin Groothuis
3f361d2bdd New port: devel/pear-FSM PEAR Finite State Machine
The FSM package provides a simple class that implements a
	Finite State Machine.

PR:		ports/76043
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-11 10:48:25 +00:00
Edwin Groothuis
4bbb35b982 New port: devel/pear-HTML_Template_Flexy An extremely powerful
Tokenizer driven Template engine

    HTML_Template_Flexy started it's life as a simplification of
    HTML_Template_Xipe, however in Version 0.2, It became one of
    the first template engine to use a real Lexer, rather than
    regex'es, making it possible to do things like ASP.net or Cold
    Fusion tags.

PR:		ports/75818
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-09 05:02:08 +00:00
Jun Kuriyama
e558ef8918 Add rapidsvn, Cross-platform GUI front-end for the Subversion revision
system.
2005-01-09 02:38:52 +00:00
Jimmy Olgeni
d706c57c42 Add dialyzer, a static analysis tool for Erlang/OTP applications. 2005-01-08 17:46:32 +00:00
Munechika SUMIKAWA
a033656a8c gonzui is a source code search engine for accelerating open source
software development. In the open source software development,
programmers frequently refer to source codes written by others. Our
goal is to help programmers develop programs effectively by creating a
source code search engine that covers vast quantities of open source
codes available on the Internet.

WWW: http://namazu.org/~satoru/gonzui/
2004-12-30 18:41:48 +00:00
Cheng-Lung Sung
6d93cf00dc - This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.

PR:		ports/73485
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot idv dot tw>
2004-12-29 01:35:12 +00:00
Thierry Thomas
a935fb1183 Add ocaml-equeue 2.0.1, the Equeue library for OCaml.
PR:		69422
Submitted by:	David JULIEN
2004-12-28 22:38:04 +00:00
Lars Thegler
a15151c11e Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocesses
and XS/C modules.
2004-12-27 17:18:18 +00:00
Lars Thegler
dbf14f2962 Add p5-Test-MockModule 0.04, override subroutines in a module for unit
testing.
2004-12-27 14:50:44 +00:00
Akinori MUSHA
9af30db32e Add ruby-io-reactor, a Ruby module that implements an asynchronous
multiplexeded IO Reactor.
2004-12-25 19:51:40 +00:00
Sergey Matveychuk
19acb22d90 - Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now

PR:		ports/75377
Submitted by:	Simon Barner <barner(at)gmx.de> (maintainer)
2004-12-24 12:23:12 +00:00
Jimmy Olgeni
da02d075b4 Remove syntax_tools: it is now included in lang/erlang. 2004-12-22 15:59:07 +00:00
Edwin Groothuis
4c4b807e8b [New Port] SimpleTest 1.0RC1, PHP unit testing framework\
Unit testing, mock objects and web testing framework for PHP
    built around test cases. If you know JUnit or some of the PHPUnit
    clones this will need no explanation. It also adds JWebUnit
    style testing including cookies, authentication and form handling

    WWW: http://sourceforge.net/projects/simpletest/

PR:		ports/72061
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-12-21 23:12:33 +00:00
Nik Clayton
444a6c9620 Add libtap, a C implementation of the Test Anything Protocol, written
by yours truly.
2004-12-21 21:24:55 +00:00
Erwin Lansing
ff9e3244f5 Hook up ptmalloc 2004-12-20 12:20:35 +00:00
Maho Nakata
8cd124b88f Add MOVED section for devel/bison-devel and lang/gcc-ooo
and add them in Makefiles at devel/Makefile and lang/Makefile

Reported by:	kris
2004-12-19 11:26:59 +00:00
Edwin Groothuis
59912f789f New port: devel/pear-HTML_QuickForm_SelectFilter Element for
PEAR::HTML_QuickForm that defines dynamic filters

	The PEAR::HTML_QuickForm_SelectFilter package adds an element
	to the PEAR::HTML_QuickForm package that is used to define
	dynamic filters on the client side for select elements.

PR:		ports/75123
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-12-15 22:57:07 +00:00
Lars Thegler
af8e897790 Add p5-Cache 2.02, a Perl Cache interface. 2004-12-15 20:59:44 +00:00
Sergey Matveychuk
3058a593a8 cut is a C Unit Testing Framework.
PR:		ports/75093
Submitted by:	Sergei Gnezdov <sergeiga(at)yahoo.com>
2004-12-15 12:12:15 +00:00
Anton Berezin
4e4fe67b87 Add p5-Module-Load-Conditional, a Perl module for looking up other Perl
modules information/loading at runtime.
2004-12-15 10:10:11 +00:00
Anton Berezin
3bb319368b Add p5-Module-Load, a Perl module to load both modules and files. 2004-12-15 07:51:45 +00:00
Anton Berezin
01e7818649 Add p5-Params-Check, a generic input parsing/checking mechanism for
Perl.
2004-12-15 07:35:49 +00:00
Kirill Ponomarev
078cf4e190 Add dits 1.0,
Dits is a tool for validating disk drivers, file systems, and lock
managers.  More than a simple exerciser, dits is able to verify that
no detectable data integrity errors have occurred.

PR:		ports/74953
Submitted by:	Greg Becker <greg@codeconcepts.com>
2004-12-13 11:01:24 +00:00
Vanilla I. Shu
b5cd62803a Add p5-List-Group 1.3, perl module that allows you to group a list by
columns or rows.

PR:		ports/72706
Submitted by:	Tillman Hodgson <tillman@seekingfire.com>
2004-12-13 10:40:37 +00:00
Andrey A. Chernov
f178a5206e tools to measure size of Perl OPs and [SAV]Vs 2004-12-12 16:42:33 +00:00
Greg Lewis
0a665c7735 . Remove devel/arch, it is an old version of devel/tla.
PR:		69425
Submitted by:	Sebastian Schulze Struchtrup <sebstruch@gmx.de>
2004-12-09 21:42:58 +00:00
Pav Lucistnik
ee4ec90809 Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.

PR:		ports/74642
Submitted by:	Petri Totterman <petri.totterman@hmv.fi>
2004-12-09 15:13:20 +00:00
Pav Lucistnik
e2b85c62d0 Add libgiigic, a convenience library that works on top of libgii whereby gic
stands for 'General Input Configuration'.  It provides easy Descent/Forsaken
style input configuration.  It basically handles binding of keystrokes, mice
and valuators to program actions. For short, it allows to configure input
events with actions as you know from modern computer games.

PR:		ports/74822
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-08 23:52:08 +00:00
Mario Sergio Fujikawa Ferreira
a4b7c2bde3 New port codeville version 0.1.9: An "anarchic" control version
system without unnecessary re-merges
2004-12-08 01:36:10 +00:00
Hye-Shik Chang
da90108643 Add port for py-urwid 0.8.4,
a curses-based user interface library for python.
2004-12-07 14:15:15 +00:00
Thierry Thomas
12c1838624 Add the most recent version of cvsps.
It could be used by chora-2.0.
2004-12-02 21:41:24 +00:00
Edwin Groothuis
1f9b7f211a New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts
Provides two classes:
	HTML_Javascript for performing basic JS operations.
	HTML_Javascript_Convert for converting variables.
	Allow output data to a file, to the standart output(print), or return.

PR:		ports/74584
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-12-02 00:21:24 +00:00
Edwin Groothuis
4807a26dc2 New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP
The XML Transformer allows the binding of PHP functionality
	to XML tags to transform an XML document without the need
	for and the limitations of XSLT.

PR:		ports/74525
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-12-01 08:33:07 +00:00
Anton Berezin
85193db2b9 Fix jude-community directory name in devel/Makefile.
PR:		74554
Submitted by:	Renato Botelho <renato ?at? galle ?.? com ?.? br>
2004-11-30 14:54:13 +00:00
Wes Peters
243206bdcf Add phpBugTracker, a bug database designed to provide the features
of Bugzilla with better performance and maintainability.  phpBT is
(obviously) developed in PHP and uses the PEAR database library for
database independence; currently PostgreSQL and MySQL are supported.
2004-11-28 22:40:21 +00:00
Koop Mast
2c6ac14ece Add liboil a library of simple functions that are optimized for various CPUs.
These functions are generally loops implementing simple algorithmes.

Grab maintainer-ship

PR:		74361
Submitted by:	ijliao
Approved by:	pav (mentor)
2004-11-28 18:46:47 +00:00
Herve Quiroz
91574bd5ed - Update to 1.2.9
- Rename port as it is no longer port of the Jakarta project
- Dynamic plist

PR:		74468
Submitted by:	me
2004-11-28 13:04:55 +00:00
Herve Quiroz
39e5700a3e This is a community fork of the open source project OpenORB
(openorb.exolab.org). The goal of this initiative is to make the evolution of
the OpenORB project more transparent and to allow the community to take part in
making decisions about its future.

OpenORB provides a Java implementation of the OMG CORBA 2.4.2 specification.
Along with the ORB, the following OMG Services are provided:

  * Concurrency Control Service
  * Event Service
  * Interoperable Naming Service
  * Notification Service
  * Persistent State Service
  * Property Service
  * Time Service
  * Trading Service
  * Transaction Service

WWW:	http://openorb.sourceforge.net/
2004-11-27 23:28:52 +00:00
Sergey Matveychuk
9bc4d354f9 New port: devel/p5-Test-LectroTest -- specification tests maker
PR:		ports/72306
Submitted by:	Alex Kapranoff <kappa(at)rambler-co.ru>
2004-11-27 12:09:07 +00:00
Mark Linimon
749b9fe2a6 As previously announced, remove devel/ruby-flex_rb. It has been marked
broken for several months with no sign of a fix.
2004-11-27 08:02:31 +00:00
Edwin Groothuis
65b5a7c979 New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML
tree

	PHP Based API creates a tree structure using a couple of
	small PHP classes. This can then be converted to javascript
	using the printMenu() method. The tree is dynamic in IE 4
	or higher, NN6/Mozilla and Opera 7, and maintains state
	(the collapsed/expanded status of the branches) by using
	cookies.  Other browsers display the tree fully expanded.
	Each node can have an optional link and icon. New API in
	1.1 with many changes (see CVS for changelog) and new
	features, of which most came from Chip Chapin
	(http://www.chipchapin.com).

PR:		ports/74376
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:31:19 +00:00
Edwin Groothuis
ba9248d7d9 New port: devel/pear-Var_Dump Provides methods for dumping structured
information about a variable

	The Var_Dump class is a wrapper for the var_dump function.

	The var_dump function displays structured information about
	expressions that includes its type and value. Arrays are
	explored recursively with values indented to show structure.

	The Var_Dump class captures the output of the var_dump
	function, by using output control functions, and then uses
	external renderer classes for displaying the result in
	various graphical ways:

	* Simple text,
	* HTML/XHTML text,
	* HTML/XHTML table,
	* XML,
	* ...

PR:		ports/74329
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:28:19 +00:00
Edwin Groothuis
39ca595f6f New port: devel/pear-PHP_Compat Provides missing functionality for older versions of PHP
PHP_Compat provides missing functionality in the form of
	Constants and Functions for older versions of PHP.

PR:		ports/71936 ports/74239
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:22:32 +00:00
Sergey Matveychuk
6387140db2 [new port] devel/p5-Class-AutoClass
PR:		ports/74383
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:58:23 +00:00
Sergey Matveychuk
26d3db7056 [new port] devel/p5-Data-Stag
PR:		ports/74382
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:46:58 +00:00
Herve Quiroz
82dc3a5621 The Excalibur Configuration package contains extensions to the Avalon Framework
supporting configuration management.

This Excalibur component is now deprecated but is still required by some Java
packages.

WWW:	http://excalibur.apache.org/deprecation.html
2004-11-25 03:58:17 +00:00
Sergey Matveychuk
74527a31d6 New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
PR:		ports/72358
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 19:31:49 +00:00
Sergey Matveychuk
00cc21b605 New Port: devel/p5-Data-Table - Data type related to database tables,
spreadsheets, etc...

PR:		ports/73796
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 19:21:59 +00:00
Sergey Matveychuk
33ee363351 New Port: devel/p5-Heap-Simple-XS - An XS implementation
of the Heap::Simple interface

PR:		ports/73828
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 10:15:48 +00:00
Sergey Matveychuk
00a07f26a5 New Port: devel/p5-Heap-Simple-Perl - A pure perl implementation
of the Heap::Simple interface

PR:		ports/73827
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 10:13:47 +00:00
Norikatsu Shigemura
9827456d7b Add jude-community 1.4.3, A Java/UML Object-Oriented Design Tool.
o jude_take -> jude-community

PR:		ports/73702
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Repo copied by:	marcus (portmgr)
2004-11-23 15:54:21 +00:00
Sergey Matveychuk
9deff97eee CORBA Notification Service for omniORB 2004-11-23 00:08:11 +00:00
Thierry Thomas
1257aab50d Add pear-Console_Getargs 1.2.1, a command-line arguments parser.
PR:		74092
Submitted by:	Antônio Carlos Venâncio Júnior.
2004-11-22 17:07:50 +00:00
Maho Nakata
1c54e8f710 Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages  complete with
  installation and removal scripts and  standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian,  HP-UX, IRIX, MacOS X,
  Red Hat, Slackware, Solaris, and  Tru64 UNIX formats.
o Provide a complete, cross-platform software  distribution solution for
  your applications.

WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
Lars Thegler
295f9f0dde Add p5-Test-Pod-Coverage 1.06, check for pod coverage in your
distribution.
2004-11-20 11:50:58 +00:00
Herve Quiroz
b933de4aaa This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.

The package mainly consists of implementations of a few interfaces:

  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread

Plus some utilities and frameworks that build upon these.

This package was the precursor to java.util.concurrent.

WWW:	http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
2004-11-19 14:31:35 +00:00
Anton Berezin
94d1d78dd8 Add devel/p5-Commands-Guarded 0.01, deterministic guarded commands fro
Perl.
2004-11-19 14:00:39 +00:00
Alexey Dokuchaev
6124812a40 Remove duplicate port (lang/sdcc is already there).
Approved by:	fjoe (mentor, implicit)
2004-11-18 11:26:23 +00:00
Alexey Dokuchaev
b57c622984 Add SDCC, freeware, retargettable, optimizing ANSI C compiler that targets the
Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs (support for Motorola
68HC08 as well as Microchip PIC16 and PIC18 series is in progress).

Approved by:			fjoe (mentor, implicit)
Partially obtained from:	Debian (manpages)
2004-11-18 10:36:29 +00:00
Sergey Skvortsov
9f83b1f482 Add p5-prefork 0.03,
optimize module loading across forking and
non-forking scenarios.
2004-11-14 12:49:40 +00:00
Pav Lucistnik
79053c64a1 Add pear-Pager, a data paging class. It takes an array of data as input and
page it according to various parameters. It also builds links within a
specified range, and allows complete customization of the output (it even works
with mod_rewrite).

PR:		ports/73831
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-11-12 18:42:14 +00:00
Sergey Skvortsov
38e15cbcac Massive ports move to better categories. 2004-11-09 13:43:11 +00:00
Alexander Nedotsukov
9fcf538bfc Add guikachu 1.5.4pre2, resource editor for PalmOS(tm) systems. 2004-11-07 13:50:53 +00:00
Sergey Skvortsov
1f2a199eb6 Add p5-Getopt-Popt 0.01, perl interface to the popt(3) library. 2004-11-04 10:15:45 +00:00
Mathieu Arnold
bdafe55f14 Add p5-Class-Accessor-Chained 0.01, make chained accessors. 2004-11-03 12:52:00 +00:00
Pav Lucistnik
fcbf707c99 Add ocaml-extlib, a complete - yet small - standard library for the OCaml programming langage
PR:		ports/73385
Submitted by:	Jun Mukai <mukai@jmuk.org>
2004-11-02 22:36:10 +00:00
Anton Berezin
342cc5d72f Add p5-Carp-Clan 5.3, a perl module to report errors from perspective of
caller of a "clan" of modules.

This module is needed for a new version of p5-Bit-Vector.
2004-11-02 15:18:33 +00:00
Cheng-Lung Sung
afc2d33bec - perl extension that testing data structures for differences deeply.
PR:		ports/73237
Submitted by:	Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:	co-mentor (vanilla)
2004-10-30 08:42:30 +00:00
Cheng-Lung Sung
0a992ce7c9 - perl extensions that hide and store warnings while running test scripts
PR:		ports/73235
Submitted by:	Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:	co-mentor (vanilla)
2004-10-29 03:11:11 +00:00
Pav Lucistnik
82f73ba949 Add pear-HTML_Form, a simple HTML form generator. It supports all the
HTML form element types including file uploads, may return
or print the form, just individual form elements or the full
form in "table mode" with a fixed layout.

PR:		ports/73210
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-10-28 18:53:33 +00:00
Cheng-Lung Sung
a52ebce9f2 - a perl module that
finding the minimum and maximum of an array with at most
  3n/2 - 2 comparisons

Approved by:	co-mentor (vanilla)
2004-10-28 09:41:18 +00:00
Pav Lucistnik
ec4731bcdd Add monodoc, a documentation browser for Mono and Mono libraries.
PR:		ports/70430
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2004-10-25 21:27:18 +00:00
Mathieu Arnold
d4323718d0 Add p5-VCP-autrijus 0.9.20041020, a tool for copying files between
various SCM repositories.

PR:		ports/72477
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-10-25 11:23:33 +00:00
Clement Laforet
2730806175 - resurrect devel/ruby-flex_rb 2004-10-23 10:52:35 +00:00
Mark Linimon
5ee53faeb1 As previously announced, remove devel/whups. It does not work properly
with the updated version of one of its dependents.
2004-10-23 05:18:43 +00:00
Mark Linimon
5cb58cd43c As previously announced, remove ruby-gconf. It has not installed
correctly in quite some time.
2004-10-23 05:12:23 +00:00
Mark Linimon
a46c27899c As previously announced, remove ruby-flex_rb. It has not compile in
quite some time.
2004-10-23 05:04:19 +00:00
Cheng-Lung Sung
90d10715d9 - this module create Gantt charts to manage project scheduling
Approved by:	co-mentor (vanilla)
2004-10-21 09:04:13 +00:00
Cheng-Lung Sung
9279fc13de - Package management framework for the Ruby language
WWW: http://rubygems.rubyforge.org/wiki/wiki.pl

PR:		ports/72816
Submitted by:	Alexander Novitsky <alecn2002 AT yandex dot ru>
Approved by:	mentor (leeym)
2004-10-19 16:50:28 +00:00
Cheng-Lung Sung
76bd2494b7 - PerlIO layer for normalizing line endings
- required by svk 0.23

PR:		ports/72857
Submitted by:	Rong-En Fan <rafan AT infor dot org>
Approved by:	co-mentor (vanilla)
2004-10-19 15:51:58 +00:00
Sergey Skvortsov
0b30b43c27 Add p5-POE-Devel-Profiler 0.02, profiles POE programs. 2004-10-19 13:08:31 +00:00
Thierry Thomas
8cc2663617 Add pear-PHPUnit2 2.0.2, regression testing framework for unit tests.
PR:		71523
Submitted by:	Antônio Carlos Venâncio Júnior
2004-10-18 15:13:18 +00:00
Sergey Skvortsov
ce2e8d9327 Add p5-POE-API-Hooks 1.0404, implement lightweight hooks into POE. 2004-10-17 16:15:43 +00:00
Joe Marcus Clarke
a3ebc8473d Add entries for gnu-autoconf, gnu-automake, and gnu-libtool. 2004-10-17 06:40:43 +00:00
Ade Lovett
0d9fe4811f Kill off automake18, switching to automake19. Requiem Mors Pacem. 2004-10-15 17:32:46 +00:00
Mathieu Arnold
4a581ee73f Add p5-Class-AlzaboWrapper 0.06, higher level wrapper around Alzabo. 2004-10-13 14:23:25 +00:00
Mathieu Arnold
d8dd6d5d86 Add p5-Alzabo-GUI-Mason 0.1, a GUI for Alzabo using Mason. 2004-10-13 14:09:33 +00:00
Dmitry Sivachenko
2ad58495a6 New port: p5-Cache-Simple-TimedExpiry.
A lightweight cache with timed expiration.

PR:		71481
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-10-13 05:51:32 +00:00
Cheng-Lung Sung
f12840b731 - Add new port: devel/p5-Module-Install
- Module::Install is a a standalone, extensible installer for Perl modules.
- It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
  descendent of CPAN::MakeMaker.

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

PR:		ports/71794
Submitted by:	clsung
Approved by:	co-mentor (vanilla)
2004-10-12 13:15:45 +00:00
Cheng-Lung Sung
75b09fa110 - Add new port devel/p5-Data-Dumper-Simple
- This module allow the user to dump variables in a Data::Dumper format.

PR:		ports/71508
Submitted by:	clsung
Approved by:	co-mentor (vanilla)
2004-10-12 13:00:19 +00:00
Mathieu Arnold
51416fdfbc Add p5-Env-PS1 0.04, prompt string formatter.
PR:		ports/72049
Submitted by:	ijliao
2004-10-12 11:24:07 +00:00
Mathieu Arnold
9dc99562f1 Add p5-Term-ReadLine-Zoid 0.06, provides an interactive input buffer
written in plain PERL.

PR:		ports/72048
Submitted by:	ijliao
2004-10-12 11:23:02 +00:00
Mathieu Arnold
36ca9ac45c Add p5-Exporter-Tidy 0.06, another way of exporting symbols.
PR:		ports/72047
Submitted by:	ijliao
2004-10-12 11:21:27 +00:00
Mathieu Arnold
23039cd84e Add p5-IO-Digest 0.10, calculate digests while reading or writing.
PR:		ports/71930
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-10-12 11:12:52 +00:00
Mathieu Arnold
24580228ad Add p5-Tree-Binary 0.04, an Object Oriented Binary Tree for Perl.
PR:		ports/71257
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-10-12 11:02:19 +00:00
Mathieu Arnold
8f4d588999 Add p5-Test-Tester 0.09, helps to test various Test::Builder
derivatives.

PR:		ports/70657
Submitted by:	Alex Kapranoff <alex@kapranoff.ru>
2004-10-12 10:59:41 +00:00
Pav Lucistnik
fe6f35f27b Add libconfuse, a configuration file parser library.
Submitted by:	Juraj Lutter <otis@wilbury.sk>
2004-10-11 22:46:03 +00:00
Michael Nottebrock
a7323a548f Add qsa, a cross-platform scripting toolkit for Qt applications
PR: 	ports/66164 (based on)
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2004-09-02 16:16:58 +00:00
Edwin Groothuis
4186a585f9 New port: devel/pear-HTML_QuickForm_Controller
The package is essentially an implementation of a PageController
	pattern.

	Architecture:
	* Controller class that examines HTTP requests and manages
	  form values persistence across requests.
	* Page class (subclass of QuickForm) representing a single
	  page of the form.
	* Business logic is contained in subclasses of Action class.

	Cool features:
	* Includes several default Actions that allow easy building
	  of multipage forms.
	* Includes usage examples for common usage cases (single-page
	  form, wizard tabbed form).

PR:		ports/71281
Submitted by:	Dmitry Karasik <dmitry@karasik.eu.org>
2004-09-02 11:55:22 +00:00
Cheng-Lung Sung
3e5618dc5e Add a new port.
p5-VCP-Source-cvsbk: VCP source driver for bk exported cvs repository.

PR:		ports/71220
Submitted by:	June-Yen Huang <jihuang@gate.sinica.edu.tw>
Approved by:	vanilla (co-mentor)
2004-09-02 09:52:41 +00:00
Sergey Matveychuk
12ffbba738 Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.

PR:		ports/70936
Submitted by:	maintainer
2004-09-01 16:27:21 +00:00
Lars Thegler
0ae7c0cad7 Add p5-Module-Pluggable-Ordered 1.2, call module plugins in a
specified order.
2004-08-29 11:54:05 +00:00
Mathieu Arnold
705fc971df Add p5-AI-Pathfinding-AStar 0.02, Perl implementation of the
A* pathfinding algorithm.

PR:		ports/71014
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-08-27 09:32:45 +00:00
Thierry Thomas
26d2444339 Add pear-Validate 0.4.1, validation class.
PR:		70945
Submitted by:	Antonio Carlos Venancio Junior
2004-08-26 22:30:48 +00:00
Mathieu Arnold
128166aa91 Add p5-Heap-Simple 0.05, fast and easy to use classic heaps.
PR:		ports/70995
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-08-26 16:29:55 +00:00
Ying-Chieh Liao
ec2569e771 add py-bison 0.1.8
Python-based parsing at the speed of C
2004-08-23 06:13:12 +00:00
Cheng-Lung Sung
f1213a3025 This is a VCP destination driver for svn repositories
by using the SVK module.

PR:		ports/70712
Submitted by:	Rong-En Fan <rafan@infor.org>
Approved by:	vanilla (co-mentor)
2004-08-23 03:08:53 +00:00
Lars Thegler
f0d9ea9117 Add p5-File-MimeInfo 0.10, determine file type.
PR:		70797
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-08-22 12:35:31 +00:00
Lars Thegler
624119f5e5 Add p5-File-BaseDir 0.02, use the freedesktop basedir spec.
PR:		70768
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-08-22 11:28:39 +00:00
Sergey Matveychuk
92263bbe52 The Config::Objective module provides a mechanism for parsing config files
to manipulate configuration data.

PR:		ports/62979
Submitted by:	Jim Pirzyk <pirzyk@freebsd.org>
2004-08-21 13:04:39 +00:00
Sergey Matveychuk
57a3e704b3 The Parse::Lex.pm module for perl5 is an object-oriented generator of
lexical analyzers.

PR:		ports/62936
Submitted by:	Jim Pirzyk <pirzyk@uiuc.edu>
2004-08-21 10:59:35 +00:00
Mathieu Arnold
2f78a1fcc6 Add p5-Tree-Simple-VisitorFactory 0.01, a set of visitor objects for
traversing Tree::Simple hierarchies.

PR:		ports/70426
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-08-20 12:08:43 +00:00
Sergey Skvortsov
e5329191d4 Add ruby-rjudy 1.0, interface to the Judy Arrays library. 2004-08-19 18:51:01 +00:00
Mathieu Arnold
bb9d488965 Add p5-Devel-StealthDebug 1.008, simple non-intrusive debug module.
PR:		ports/70659
Submitted by:	Alex Kapranoff <alex@kapranoff.ru>
2004-08-19 14:17:35 +00:00
Sergey Skvortsov
94497daa16 Add judy 0.1.8, general purpose dynamic array. 2004-08-19 12:30:27 +00:00
Mathieu Arnold
fba1ac52e0 Add p5-Class-Observable 1.02, allow other classes and objects to respond
to events in yours.

PR:		ports/70339
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2004-08-18 16:52:18 +00:00
Sergey Matveychuk
d7d1aee1f1 GUI frontend for the Subversion revision system.
PR:		ports/70228
Submitted by:	Andrej Zverev <az@inec.ru>
2004-08-15 13:36:40 +00:00
Thierry Thomas
0665a0ab4e Add pear-HTML_Select 1.2.1, PEAR::HTML_Select is a class for
generating HTML form select elements.

PR:		70325
Submitted by:	Michael Schout
2004-08-12 20:47:35 +00:00
Sergey Skvortsov
7c57fed2cd Add p5-Devel-SmallProf 2.00, per-line Perl profiler. 2004-08-11 18:03:54 +00:00