Commit graph

2234 commits

Author SHA1 Message Date
Erwin Lansing
f166c94acf Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.

Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-10-01 18:52:08 +00:00
Sergey Skvortsov
1401ed7d72 Add p5-Data-Lazy 0.5, "lazy" variables. 2005-09-30 16:45:47 +00:00
Sergey Skvortsov
23dc100d48 Add p5-ExtUtils-MakeMaker-Coverage 0.05, add a Makefile target to
determine test coverage using Devel::Cover.
2005-09-30 15:00:59 +00:00
Sergey Skvortsov
99b9018f55 Add p5-Object-Accessor 0.12, interface to create per object accessors. 2005-09-30 14:46:07 +00:00
Renato Botelho
9392874b1e Add ruby-zoom 0.2.0, a Ruby binding to the Z39.50 Object-Orientation
Model (ZOOM).

PR:		ports/86213
Submitted by:	Mitsuru YOSHIDA <mitsuru@riken.jp>
2005-09-29 18:15:23 +00:00
Koop Mast
99ab37f62c Add buildbot.
Buildbot is a system to automate the compile/test cycle to validate code changes.
2005-09-27 11:41:54 +00:00
Marcus Alves Grando
1d2479534e Remove devel/libunrar (wrong category)
Notified by:	dinoex

Add new port archivers/libunrar

"Library to work with RAR archivies"

PR:		ports/86508
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	pav (mentor)
2005-09-23 19:58:45 +00:00
Marcus Alves Grando
a0fbb737d8 New port
"Library to work with RAR archivies"

PR:		ports/86508
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	pav (mentor)
2005-09-23 14:00:58 +00:00
Marcus Alves Grando
e166570ddb New port
"Minimal perfect hashing code generator"

PR:		ports/86479
Submitted by:	Charles Swiger <chuck@pkix.net>
Approved by:	pav (mentor)
2005-09-23 13:11:28 +00:00
Anton Berezin
d4e4fe144f Add p5-PadWalker 0.12, a perl module that allows one to inspect lexical
variables in scope.
2005-09-22 11:45:21 +00:00
Anton Berezin
2a34f703ae Add p5-Data-ACL 0.02, a Perl extension for simple ACL lists. 2005-09-22 11:03:10 +00:00
Renato Botelho
35a2d230ba Add libbegemot 1.11, a function library for begemot tools.
PR:		ports/86327
Submitted by:	Andrey V. Elsukov <bu7cher@yandex.ru>
2005-09-20 10:54:55 +00:00
Renato Botelho
2d8df958b8 Add cvsspam 0.2.12, sends diffs when a change is committed to your CVS
repository.

PR:		ports/86231
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-09-19 10:47:50 +00:00
Lars Thegler
9dd55cf6f5 Add p5-Module-Reload-Sel 1.02, reload perl library files when updated on
disk.

PR:		ports/85126
Submitted by:	simond@irrelevant.org
2005-09-17 17:45:30 +00:00
Pav Lucistnik
b1e4210260 This is a port of the SFS-Lite development libraries. The SFS toolkit
was developed to support the SFS distributed file system (see
http://www.fs.net).  But because others use the toolkit for other
reasons, we're making SFS's libraries available as a separate,
lightweight package.  sfslite compiles much faster and can be
installed as different non-conflicting build modes (such as
sfslite-dbg or sfslite-noopt) so might be better for some applications
that need the SFS libraries but not SFS.

PR:		ports/86178
Submitted by:	Maxwell Krohn <krohn@mit.edu>
2005-09-17 11:04:52 +00:00
Yen-Ming Lee
fbeb272692 - add p5-accessors-0.02
The accessors pragma lets you create simple accessors at compile-time.
2005-09-17 02:20:35 +00:00
Pav Lucistnik
da79b9d376 PHP - Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use.
Execute code in restricted environment (sandboxing).

PR:		ports/84545
Submitted by:	Elias Mandouvalos <ocean@mail.gr>
2005-09-16 22:31:01 +00:00
Pav Lucistnik
92b67b5ed4 Adime is a portable add-on library for Allegro with functions for generating
Allegro dialogs in a very simple way. Its main purpose is to give as easy an
API as possible to people who want dialogs for editing many kinds of input
data.

PR:		ports/85165
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-09-16 20:41:59 +00:00
Max Khon
a6e7ef2ffb New port: p5-Term-Animation 2.1
This module provides a framework to produce sprite animations using
ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
into the animation as an 'animation object'. An animation object can
have a callback routine that controls the position and frame of the
object.

If the constructor is passed no arguments, it assumes that it is
running full screen, and behaves accordingly. Alternatively, it can
accept a curses window (created with the Curses newwin call) as an
argument, and will draw into that window.

WWW: http://search.cpan.org/dist/Term-Animation/
2005-09-16 05:55:55 +00:00
Michael Johnson
cb21d71df6 - Add configgen
Simple script that makes life a little easier with gnu-autotools
on FreeBSD. Configgen takes all the guess work out of figuring out
paths, gnu-autotools versions, and more. Configgen can simply be
run in a source directory and it will figure out which versions of
autotools to use and the best way to auto-generate a configure script
or you can specify a command below.

 -gnu       Create generic gnu configure script
 -gnome     Create gnome specific configure script
 -bsd       Use FreeBSD auto-tools
              (versions: libtool15, automake15, autoconf253)
 -bsd14     Use FreeBSD auto-tools
              (versions: libtool13, automake14, autoconf213)
 -bsd19     Use FreeBSD auto-tools
              (versions: libtool15, automake19, autoconf259)
 <config>   Specify a auto-gen configure script
2005-09-15 07:09:38 +00:00
Lars Thegler
3d639f4dfb Add p5-Algorithm-LCS 1.04, fast (XS) implementation of the Longest
Common Subsequence Algorithm.

PR:		ports/84151
Submitted by:	tiger@whitetigersd.com
2005-09-14 20:14:43 +00:00
Pav Lucistnik
d6e523c707 PHPDoc is an attemt to adopt Javadoc to the PHP world.
PR:		ports/84643
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-09-14 14:04:29 +00:00
Mark Linimon
d64af14f80 Finish removing p5-Perl-Tidy.
Pointy hat to:		tobez
2005-09-13 14:09:25 +00:00
Lars Thegler
c509e5b55e Add p5-IO-Prompt 0.99.2, interactively prompt for user input. 2005-09-13 12:51:07 +00:00
Yen-Ming Lee
c31d0a7d13 - add beautifyphp-0.5.0
This program tries to reformat and beautify PHP source code files automatically.
The program is Open Source and distributed under the terms of GNU GPL.
It is written in PHP and has a web frontend.

Note: devel/pear-PHP_Beautifier is for PHP5 only, and this one for PHP4.
2005-09-13 06:49:45 +00:00
Lars Thegler
316ce6a427 Add p5-Module-Starter-PBP 0.0.2, create a module as recommended in "Perl
Best Practices".
2005-09-12 09:35:49 +00:00
Pav Lucistnik
6b1eb12fe4 Pymacs is a powerful tool which, once started from Emacs, allows both-way
communication between Emacs Lisp and Python.  Pymacs aims Python as an
extension language for Emacs rather than the other way around, and this
assymetry is reflected in some design choices.  Within Emacs Lisp code, one
may load and use Python modules.  Python functions may themselves use Emacs
services, and handle Emacs Lisp objects kept in Emacs Lisp space.

PR:		ports/85995
Submitted by:	Mike Meyer <mwm@mired.org>
2005-09-12 07:28:45 +00:00
Vsevolod Stakhov
11b7792aec Add py-zconfig - a general use python configuration file library.
PR:		85887
Submitted by:	Landon Fuller <landonf@opendarwin.org>
Approved by:	perky (mentor)
2005-09-11 19:32:47 +00:00
Kris Kennaway
b5897c3bf5 Add cscout-devel.
Pointy hat to:  grog
2005-09-07 00:54:49 +00:00
Ade Lovett
1c6166bcd9 A few more cleanups after recent events with bison
* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:	portmgr
2005-09-04 18:33:15 +00:00
Pav Lucistnik
24aa3e3720 Ice language mapping for Python.
Internet Communications Engine (Ice) is a modern alternative to object
middleware such as CORBA(TM) or COM/DCOM/COM+.

PR:		ports/85546
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
2005-09-04 14:23:55 +00:00
Sergey Matveychuk
54faefdf26 The API takes advantage of the server's opaque flag support and sets its
"complex" flag whenever the object being stored or retrieved isn't a plain
scalar. In that case, the Storable module is used to freeze and thaw the
value automatically going in and out of the memcached.

PR:		ports/84739
Submitted by:	Jacques Marneweck <jacques@powertrip.co.za>
2005-09-04 13:44:57 +00:00
Pav Lucistnik
983ae7c2d9 RGL is a framework for graph data structures and algorithms.
The design of the library is much influenced by the Boost Graph
Library (BGL) which is written in C++ heavily using its template
mechanism. Refer to http://www.boost.org/libs/graph/doc for further
links and documentation on graph data structures and algorithms and
the design rationales of BGL.

PR:		ports/84587
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-09-04 12:38:38 +00:00
Pav Lucistnik
5fd45e2523 rubygem-stream, an interface for external iterators.
PR:		ports/84586
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-09-04 12:36:23 +00:00
Pav Lucistnik
d13144546a - Copy existing bison 1.75 port as devel/bison175
Repocopy by:	marcus
2005-09-02 07:58:45 +00:00
Jean-Yves Lefort
18f1cdaf86 Add bisongen.
BisonGen is a general-purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a program to
parse that grammar.

WWW: http://www.4suite.org

PR:		ports/84546
Submitted by:	Frerich Raabe <frerich@hex.athame.co.uk>
2005-09-02 02:22:12 +00:00
Sam Lawrance
120f822c79 Add p5-Bundle-Perl6 0.07, a bundle to install Perl6-related modules.
PR:		ports/73487
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org>
2005-09-01 14:33:59 +00:00
Anton Berezin
4ce719cf7c Add p5-Perl-Tidy, a parse and beautifier of perl code. 2005-09-01 09:39:07 +00:00
Herve Quiroz
f0e2ba1853 JavaSVN is a pure Java Subversion client library.
You would like to use JavaSVN when you need to access or modify Subversion
repository from your Java application, be it a standalone program, plugin or
web application. Being a pure Java program, JavaSVN doesn't need any
additional configuration or native binaries to work on any OS that runs Java.

JavaSVN Features:

* No external binaries or libraries are needed.
* JavaSVN supports http, https, svn and svn+ssh connection protocols.
* Low level API allows effective direct Subversion repository access.
* Compatible with applications that already use native javahl bindings.

WWW: http://tmate.org/svn/

PR:		84613
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-08-31 17:15:12 +00:00
Sergey Skvortsov
69ef7dcc8d Add p5-Readonly 1.03, facility for creating read-only scalars, arrays,
hashes.
2005-08-31 11:57:23 +00:00
Jun Kuriyama
a4edf70af5 Add p5-Term-ReadPassword 0.06, perl module for asking the user for a
password.
2005-08-29 14:16:12 +00:00
Dmitry Sivachenko
abc6b5a42a New port: p5-capitalization.
Perl module which allows you to use familiar style on method naming.
2005-08-29 07:12:27 +00:00
Mario Sergio Fujikawa Ferreira
f59e87c550 New port ocaml-event version 0.5.0: An ocaml wrapper for the libevent API 2005-08-28 18:16:09 +00:00
Joe Marcus Clarke
5a1dd9dd18 Add libnotify, a library for desktop applications to send and receive
D-BUS notifications.

PR:		84719
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-08-28 06:53:44 +00:00
Kris Kennaway
a581758232 This port was committed without a maintainer, and in the suceeding 3
weeks noone has volunteered to take it, so it is being removed.  It also
fails to build on pointyhat.

Approved by:	portmgr
2005-08-18 01:07:18 +00:00
Sergey Matveychuk
5548a087b0 This module implements a memory-efficient node type (for trees, skip lists
and similar data structures) for Perl.

PR:		ports/82885
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-07-31 17:11:43 +00:00
Thierry Thomas
9819147600 Add pear-HTML_Template_Sigma 1.1.2, a PEAR template API.
PR:		83866
Submitted by:	Franz Klammer <klammer (at) webonaut.com>
2005-07-31 14:03:44 +00:00
Oliver Lehmann
3d65d9d860 add physfs 1.1.0
PR:             ports/83994
Submitted by:   oliver
Repocopy by:    marcus
2005-07-29 16:17:22 +00:00
Lars Thegler
057318f32b Add p5-Class-ErrorHandler 0.01, base class for error handling. 2005-07-28 15:36:51 +00:00
Renato Botelho
ce5e56bc7e Add p5-Encode 2.10, provides interfaces between strings and the rest of
the system.

PR:		ports/84005
Submitted by:	Rong-En Fan <rafan@infor.org>
2005-07-28 14:35:41 +00:00
Jean-Yves Lefort
43e51e96fc Add p5-User-Identity.
User::Identity is a Perl module for abstracting information about a
physical person.

WWW: http://search.cpan.org/search?dist=User-Identity

PR:		ports/83837
Submitted by:	Max Campos <mcampos@bpsw.biz>
2005-07-24 20:01:59 +00:00
Vsevolod Stakhov
5914c4bf80 Add devel/drpython - highly customizable cross-platform ide to aid
programming in Python.

Approved by:	perky (mentor)
2005-07-23 12:31:53 +00:00
Erwin Lansing
fbf7bc4864 Add p5-File-Random 0.17, perl module for random selecting of a file.
PR:		ports/82864
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-07-22 11:04:36 +00:00
Pav Lucistnik
d1cec844a6 OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D
hardware. The class library abstracts all the details of using the
underlying system libraries like Direct3D and OpenGL and provides an
interface based on world objects and other intuitive classes.

PR:		ports/83781
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-07-21 13:10:05 +00:00
Pav Lucistnik
1b34e4852e Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:51:12 +00:00
Pav Lucistnik
323dfee5e9 Active Support
Utility classes and extension to the standard library that
were required by Rails, but found of general use.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:50:25 +00:00
Mark Linimon
a335efdd3f As previously announced, remove these files due to their having passed
their expiration dates.  See individual Makefiles (or MOVED) for reasons.

Hat:	portmgr
2005-07-19 02:30:05 +00:00
Pav Lucistnik
5e015f9e53 PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
that lets you easily define your own protocols and adapters, and declare what
adapters should be used to adapt what types, objects, or protocols.
In addition to its own Interface type, PyProtocols can also use Twisted and
Zope's Interface types too.

PR:		ports/83626
Submitted by:	Nicola Vitale <nivit@email.it>
2005-07-18 21:08:05 +00:00
Herve Quiroz
8cd0598c7c Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.

Maven 2.0 is a rewrite of the popular Maven application to achieve a number of
goals, and to provide a stable basis to take it into the future.

WWW: http://maven.apache.org/maven2/index.html
2005-07-18 18:26:24 +00:00
Erwin Lansing
78b2efa7c7 Add p5-Text-LevenshteinXS 0.03, text::LevenshteinXS - CPAN Levenshtein
edit distance.

PR:		ports/82396
Submitted by:	christian
2005-07-16 15:29:53 +00:00
Herve Quiroz
5a0f39ebd8 Fujaba Tool Suite 4
The primary topic of the Fujaba Tool Suite project is to provide an easy to
extend UML and Java development platform with the ability to add plug-ins.

* Fujaba Tool Suite combines UML class diagrams and UML behaviour diagrams to
  a powerful, easy to use, yet formal system design and specification language.
* Furthermore the Fujaba Tool Suite supports the generation of Java sourcecode
  out of the whole design which results in an executable prototype, ideally.
* Moreover the way back is provided, too (to some extend so far), so that Java
  sourcecode can be parsed and represented within UML.

WWW: http://wwwcs.uni-paderborn.de/cs/fujaba/index.html

PR:		83471
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-07-15 12:48:11 +00:00
Pav Lucistnik
2881484ded Mercurial is a fast, lightweight source control management system designed for
efficient handling of very large distributed projects.

PR:		ports/83298
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-07-13 19:05:23 +00:00
Jean-Yves Lefort
4ee8a70f7a Add p5-Algorithm-Bucketizer.
Algorithm::Bucketizer distributes items of a defined size into a number of
dynamically created buckets, each of them capable of holding items of a defined
total size.

WWW: http://search.cpan.org/search?dist=Algorithm-Bucketizer

PR:		ports/83064
Submitted by:	Christopher Boumenot <boumenot@gmail.com>
2005-07-11 08:09:44 +00:00
Jean-Yves Lefort
852c9a9497 Add p5-Sort-Array.
This extended sorting algorithm allows you to

  a) sort an array by ANY field number, not only the first
  b) find duplicates in your data-set and sort them out.

WWW: http://search.cpan.org/dist/Sort-Array/

PR:		ports/82968
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-07-11 07:55:31 +00:00
Jeremy Messenger
3dc58baf24 What is it?
-----------
NAnt is a .NET based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.

If you are not familiar with Jakarta Ant you can get more information at the
Ant project web site (http://ant.apache.org/).

Why NAnt?
---------
Because Ant was too Java specific.
Because Ant needed the Java runtime.  NAnt only needs the .NET
or Mono runtime.

WWW: http://nant.sourceforge.net/

Submitted by:		apeiron (Christopher Nehren <apeiron@comcast.net>)
Maitnainer:		""
BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 22:41:56 +00:00
Jeremy Messenger
18ce996f23 The mono-tools package contains the documentation browser for the Mono
class libraries.

WWW: http://www.mono-project.com

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 21:43:47 +00:00
Pav Lucistnik
f15cceafbb dotconf++ is a dotconf like configuration file parser written in C++.
It supports macro substitution from the environment or from the file
itself, config file inclusion, easy handling of XML like tags,
checking for required tags, and more.

PR:		ports/83090
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2005-07-08 22:47:00 +00:00
Lars Thegler
e3a53582c7 Add p5-Params-Util 0.05, utility functions to aid in parameter checking. 2005-07-05 10:59:35 +00:00
Jean-Yves Lefort
16e1276001 Add p5-Algorithm-LUHN.
This module calculates the Modulus 10 Double Add Double checksum, also known
as the LUHN Formula. This algorithm is used to verify credit card numbers and
Standard & Poor's security identifiers such as CUSIP and CSIN.

You can find plenty of information about the algorithm by searching the web
for "modulus 10 double add double".

WWW: http://search.cpan.org/dist/Algorithm-LUHN/

PR:		ports/82650
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-06-29 22:14:25 +00:00
Jean-Yves Lefort
a998c6e8da Add p5-Data-Taxonomy-Tags.
Data::Taxonomy::Tags will basically take care of easily managing tags for an
item. You provide it with a string of tags and it will allow you to call
methods to get all the tags and categories as well as add and delete tags
from the list.

WWW: http://search.cpan.org/dist/Data-Taxonomy-Tags/

PR:		ports/82669
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-06-28 14:35:28 +00:00
Jean-Yves Lefort
61bb11016d Add google-sparsehash.
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

WWW: http://goog-sparsehash.sf.net

PR:		ports/82696
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-06-28 01:17:21 +00:00
Michael Johnson
440676eb15 Add py-ll-url 0.15.1, RFC2396 implementation of URLs and file like
classes for URLs.

PR:		ports/82580
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:43:45 +00:00
Michael Johnson
1aa0b006c7 Add py-ll-core 0.3, utility functions and classes used by the other
LivingLogic packages.

PR:		ports/82578
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:28:28 +00:00
Michael Johnson
fc5bc98d9c Add p5-Test-Warn 0.08, perl extension to test methods for warnings.
PR:		ports/82400
Submitted by:	Brian Minard <bminard@flatfoot.ca>
2005-06-22 06:53:39 +00:00
Sam Lawrance
f70fe3a405 Add p5-Tie-iCal 0.13, tie iCal files to Perl hashes.
PR:		ports/82216
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-20 08:20:38 +00:00
Michael Johnson
4cb240652f - Add devel/libopensync
OpenSync is a synchronization framework that is platform and distribution
 independent. It consists of several plugins that can be used to connect to
 devices, a powerfull sync-engine and the framework itself. The synchronization
 framework is kept very flexible and is capable of synchronizing any type of
 data, including contacts, calendar, tasks, notes and files.

Note: You may want to avoid extra dependencies from devel/swig13 by building with
      the following SWIG_LANGUAGES="perl python"
2005-06-19 05:54:13 +00:00
Mario Sergio Fujikawa Ferreira
43886434ac New port alleyoop version 0.8.3: A graphical front-end to Valgrind
memory checker
2005-06-18 19:58:28 +00:00
Thierry Thomas
d9cfd0c5a5 Add BOUML 2.2.2, a free UML tool box allowing you to specify and
generate code in C++, Java and Idl.

BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs  included in the BOUML distribution.
2005-06-15 22:41:31 +00:00
Thierry Thomas
3117c61541 Add ireport 0.5.0, a visual report builder/designer for
JasperReports.

Reviewed by:	hq
2005-06-12 19:21:53 +00:00
Thierry Thomas
414a0782bc Add tinylaf 1.2.1, a pluggable Look and Feel for Java. 2005-06-12 19:19:06 +00:00
Thierry Thomas
e36c8ed234 Add looks 1.3.1: the JGoodies Looks improve the appearance of your
Java applications.
2005-06-12 19:18:10 +00:00
Thierry Thomas
30ff38e70f Add jcmdline 1.0.3, a Java command line processor. 2005-06-12 19:16:37 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Alexey Dokuchaev
f048ecd2d8 Add ROTE, a simple library for VT102 terminal emulation.
WWW: http://rote.sourceforge.net/
2005-06-10 05:07:21 +00:00
Tilman Keskinoz
f5bd648d81 Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.

PR:			64136
Submitted by:		Stefan Ehmann <shoesoft@gmx.net>
Original submission by:	Sergey Matveychuk <sem@ciam.ru>
Thanks to:		flz for reviving the PR
2005-06-08 15:10:56 +00:00
Sam Lawrance
877d5ac090 Add gwenhywfar 1.13.2, multi-platform helper library for networking and
security applications.

PR:		ports/80795 (based on)
Submitted by:	Peter Cornelius <pcc.at.gmx.net>
2005-06-08 14:45:19 +00:00
Volker Stolz
be797c2492 Remove ports which expired on 2005-06-01 (no pending PRs, either) 2005-06-03 13:43:16 +00:00
Dmitry Sivachenko
2c3aeffa11 New port: Xfce Foundation Classes.
The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes
for developing Xfce applications on UNIX-like operating systems.

XFC combines the power of GTK+ and the power of C++ into a state-of-the-art
application development framework for the Xfce Desktop Environment.  XFC
judiciously uses C++ language features to avoid layering on too much extra
C++ complexity.  Its API is easy to understand and use, and should feel
immediately familiar to most GTK+ programmers.
2005-06-01 17:10:24 +00:00
Simon L. B. Nielsen
8659810756 Add cogito 0.10, cogito, GIT - the content tracker.
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).

PR:		ports/81698
Submitted by:	Michael Seyfert <michaels@sdf.lonestar.org>
Approved by:	erwin (mentor)
2005-06-01 08:42:58 +00:00
Sergey Skvortsov
19453f9038 Add ncnf 3.0.1, generic configuration management library. 2005-05-29 14:01:16 +00:00
Patrick Li
e269fe19df Clean up the ports tree some by removing my junk... more to come... 2005-05-27 23:14:26 +00:00
Jean-Yves Lefort
343f60a740 Add p5-Smart-Comments.
Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.

Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.

Author: Damian Conway <DCONWAY@cpan.org>

WWW: http://search.cpan.org/dist/Smart-Comments/

PR:		ports/81476
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-05-26 18:44:26 +00:00
Pav Lucistnik
7ae5836912 New port: devel/pear-PEAR_PackageFileManager PEAR class to maintain PEAR packages
PEAR::PEAR_PackageFileManager revolutionizes the maintenance of PEAR packages.

PR:		ports/81398
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-24 21:18:56 +00:00
Pav Lucistnik
c4989a9595 New port: devel/pear-HTML_CSS PEAR class for generating CSS declarations
PEAR::HTML_CSS provides a simple interface for generating
a stylesheet declaration.

PR:		ports/81132
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-20 15:13:16 +00:00
Pav Lucistnik
b9133e7fcb najitool generates and/or makes altered copies of files in the patterns you
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.

PR:		ports/81204
Submitted by:	<cokyazici@yahoo.co.uk>
2005-05-19 14:50:15 +00:00
Kevin Lo
c5652e1971 Initial import of icalendar 0.9.3.
The iCalender package is a parser/generator of iCalender files for
use with Python
2005-05-17 03:09:29 +00:00
Roman Bogorodskiy
b775014ff5 Add devel/libslang2 - a multi-platform programmer's library designed to
allow a developer to create robust multi-platform software.

PR:		81110
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-05-16 17:13:02 +00:00
Jeremy Messenger
4e4a68fecc C# interface to the D-BUS messaging system.
WWW: http://www.freedesktop.org/Software/dbus

BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
2005-05-16 06:01:39 +00:00
Jean-Yves Lefort
d7bd1e915d Move p5-POE-Component-EasyDBI from devel to databases.
PR:		ports/80779
Submitted by:	maintainer
2005-05-15 01:36:56 +00:00
Sergey Skvortsov
6f496ef140 Add p5-Devel-Arena 0.04,
perl extension for inspecting the core's
arena structures.
2005-05-13 07:38:31 +00:00
Erwin Lansing
95dd8a70c1 libuta is now known as wtfk
Forgotten by:	oliver
PR:		80928
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-05-12 13:22:46 +00:00
Jean-Yves Lefort
dfc8eb9877 The binary I/O stream class library presents a platform-independent way to
access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on arbitrary
binary data sources.

WWW: http://libbinio.sourceforge.net/

PR:		ports/80727
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-05-09 20:13:31 +00:00
Dmitry Sivachenko
53c417e3fd New port: cgilib.
This is quite a simple library that provides an easy interface to the common
gateway interface, known as CGI.  The purpose is to provide an easy to use
interface to CGI if you need to write your program in C instead of perl.

It is needed for modern rrdtool.
2005-05-08 18:59:20 +00:00
Mario Sergio Fujikawa Ferreira
7a053116d1 New port py-dateutil version 0.9: Provides powerful extensions to the standard datetime module 2005-05-08 06:50:07 +00:00
Oliver Lehmann
77e118e1ec import atlas-devel (repocopy of atlas)
PR:		77059
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-05-07 11:25:52 +00:00
Jun Kuriyama
f7eb0351c6 Add p5-iCal-Parser 1.10, parse iCalendar files into a data structure. 2005-04-24 22:24:27 +00:00
Jun Kuriyama
dfcee1cffb Add p5-Text-vFile-asData 0.02, parse vFile formatted files into data
structures.
2005-04-24 04:39:47 +00:00
Pav Lucistnik
a22f63ba68 OCaml library implementing an interface to FreeBSD's POSIX semaphores.
PR:		ports/80108
Submitted by:	Paul Argentoff <argentoff@gmail.com>
2005-04-23 12:35:36 +00:00
Kirill Ponomarev
6c92aef956 Add cvschk 1.12, quick offline checker for CVS modifications.
cvschk is a Perl program which allows you to see the status of your
own CVS directories, without access to the CVS repository.  It shows
which files you changed, made locally, and which ones were deleted.

PR:		ports/80279
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2005-04-23 12:00:14 +00:00
Tilman Keskinoz
fa6f144326 Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver.
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
2005-04-20 13:33:39 +00:00
Tilman Keskinoz
7a08a4a0ed Add libmusclecard, the MUSCLE Card Framework.
This library was part of the pcsc-lite package, but is a seperate package
since the last update.
2005-04-20 13:08:54 +00:00
Florent Thoumie
a8d3b871cb - Add py-twistedXish, "Xish is XML-ish".
PR:		ports/79933
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:52:20 +00:00
Florent Thoumie
a3cff96ba4 - Add py-twistedFlow, Generator based asynchronous result flows.
PR:		ports/79928
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:51:05 +00:00
Florent Thoumie
3bb6d83b8e - Add py-twistedRunner, process management framework including an inetd
replacement.

PR:		ports/79931
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:50:23 +00:00
Florent Thoumie
2af6f4b7b0 - Add py-twistedCore, Twisted Asynchronous networking framework.
PR:		ports/79920
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:49:12 +00:00
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