Commit Graph

1274 Commits

Author SHA1 Message Date
Edwin Groothuis
f0b2ff48eb New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56446
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:28:24 +00:00
Edwin Groothuis
d0f2cfa533 New port: PEAR class for representing XML data in a tree structure
Represent XML data in a tree structure. Allows for the
	building of XML data structures using a tree representation,
	without the need for an extension like DOMXML.

PR:		ports/56444
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:16:33 +00:00
Edwin Groothuis
a804e7d6c4 New port: PEAR template API ported from PHPLIB
The popular Template system from PHPLIB ported to PEAR. It
	has some features that can't be found currently in the
	original version like fallback paths. It has minor improvements
	and cleanup in the code as well as some speed improvements.

PR:		ports/56443
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:13:02 +00:00
Edwin Groothuis
0c7e49b585 New port: PEAR Config package provides methods for configuration manipulation
The Config package provides methods for configuration manipulation.

	* Creates configurations from scratch
	* Parses and outputs different formats (XML, PHP, INI, Apache...).
	* Edits existing configurations
	* Converts configurations to other formats
	* Allows manipulation of sections, comments, directives...
	* Parses configurations into a tree structure

PR:		ports/56362
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:34:19 +00:00
Edwin Groothuis
4c28ca343d New port: PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56361
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:29:37 +00:00
Edwin Groothuis
82a8dbed15 New port: PEAR XML utility class
Selection of methods that are often needed when working with
	XML documents. Functionality includes creating of attribute
	lists from arrays, creation of tags, validation of XML names
	and more.

PR:		ports/56360
Submitted by:	Home Sweet Home, Inc.
2003-09-08 00:21:11 +00:00
Mikhail Teterin
b1ab77137a This is first step in an attempt to break the Qt port into pieces.
This port installs qmake, which is only needed to build Qt -- not
to use it. It should also help futute work on the Qt port, by not
requiring the developer to recompile qmake as frequently as at
present. This port uses Qt-3.2.1, which is not committed yet.

Discussed with:	kde@
2003-09-05 19:21:30 +00:00
Edwin Groothuis
d9405b30de Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-09-05 05:18:46 +00:00
Edwin Groothuis
4434c0d0e9 New port: PEAR template API
The Isotemplate API is somewhat tricky for a beginner
	although it is the best one you can build. template::parse()
	[phplib template = Isotemplate] requests you to name a
	source and a target where the current block gets parsed
	into.  Source and target can be block names or even handler
	names.

PR:		ports/56304
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-03 01:07:27 +00:00
Mathieu Arnold
fc289a500b Add p5-Module-Reload 1.07,
Reload perl library files when updated on disk.

PR:		56261
Submitted by:	Andrew McNaughton <andrew@scoop.co.nz>
2003-09-02 14:33:48 +00:00
Anton Berezin
f675647968 Add p5-P4, Perl friendly OO interface to the Perforce SCM System. 2003-09-02 09:23:44 +00:00
Sergey Skvortsov
82528edcce Add p5-UNIVERSAL-moniker 0.03, moniker for classes. 2003-09-02 09:22:02 +00:00
Anton Berezin
1b7ccf694e Add P4::Client, a Perl extension for the Perforce API. 2003-09-02 08:55:46 +00:00
Foxfair Hu
90e43c5d98 Add new port p5-Test-Manifest: Perl module to interact with a t/test_manifest
file
2003-09-01 14:52:34 +00:00
Mathieu Arnold
fab44d40bd Add p5-Config-Auto 0.03, magical config file parser.
PR:		56155
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-01 11:59:09 +00:00
Edwin Groothuis
e12771ce93 New port: devel/pear-Console_Table, a PEAR class that makes it easy
to build console style tables.

	A PEAR class that makes it easy to build console style tables.
	This package is used by the new Horde's translation module.

PR:		ports/56240
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-31 22:03:48 +00:00
Sergey Skvortsov
bcc3b3353b Add p5-base 2.01,
set of modules to operate with inheritance and
class fields at runtime.
2003-08-31 07:46:38 +00:00
Jimmy Olgeni
e81aacb9ad Add erlslang, SLang binding for Erlang.
Submitted by:	Chris Pressey <chris_pressey@yahoo.ca>
2003-08-30 18:46:21 +00:00
Edwin Groothuis
3618543557 [NEW PORT] devel/poslib: Posadis C++ DNS library
Poslib is a portable C++ DNS library, a part of Posadis
	project.  It consists of two parts: a client library and a
	server library.

	Using the client library, you can simply develop applications
	that use the Domain Name System (DNS). It includes many
	functions for resolving, domain-name manipulation and
	Resource Record (RR) creation.

	The server library, based on the client core, can be used
	to develop DNS servers. By implementing a query entry-point
	function using the Poslib library of functions, you can
	easily create DNS servers, without worrying about low-level
	details such as DNS message compilation, domain-name
	compression and UDP/TCP transmission.

	Author:	Meilof Veeningen <meilof@users.sourceforge.net>
	WWW:	http://posadis.sourceforge.net/projects/poslib.php

PR:		ports/55195
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-08-30 00:56:20 +00:00
Kirill Ponomarev
dfcfff2394 New port - devel/xxl
XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.

By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.

PR:		56128
Submitted by:	Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 11:50:08 +00:00
Erwin Lansing
3f009cb215 Add flyspray 0.9.4,
a simple, easy-to-use web based bug tracking
system.

PR:		56082
Submitted by:	Nick Hilliard <nick@foobar.org>
2003-08-28 19:56:31 +00:00
Edwin Groothuis
50fb5a0f3d NEW PORT: devel/libds (Useful data structures library)
A small, but useful library of data structures. Has AVL
	tree, binary heap, hash table, a queue, a stack, variable
	length array.

PR:		ports/44565
Submitted by:	Peter Bozarov <peter@bozz.demon.nl>
2003-08-28 09:16:04 +00:00
Roger Hardiman
72e610aa05 Add PWlib 1.5.0, a cross platform C++ library which is used by OpenH323. 2003-08-28 07:58:51 +00:00
Dmitry Sivachenko
a06b8cd0c7 New port: p5-Module-CoreList
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $].  The second level hash
is module => version pairs.

It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:37:46 +00:00
Dmitry Sivachenko
13338b3451 New port: p5-Module-ScanDeps
This module scans potential modules used by perl programs, using
line-by-line analysis and elaborate heuristics.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:36:32 +00:00
Dmitry Sivachenko
53e3bc5f46 New port: p5-Locale-Maketext-Simple
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.

If Locale::Maketext::Lexicon is not present, it implements a minimal
localization function, so the program can function normally.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:35:04 +00:00
Dmitry Sivachenko
32e97f75c4 New port: p5-PAR.
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes
cross-platform packaging and deployment a breeze for Perl programmers.

Notable features include:

* Turn your Perl programs into ready-to-run executables
* Pack scripts and requered libraries with a binary loader
* Put PAR files into @INC to avoid version conflicts
* Works with remote URL as well as local files
* Supports XS modules and DATA sections
* Turns CPAN module distributions into PAR distributions
* Install, uninstall, signs and verifies PAR distributions
* Runs scripts inside PAR files, generated by "pp -p"

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:31:10 +00:00
Dmitry Sivachenko
df1548aee1 New port: p5-version.
This module implements overloaded version objects for all versions
of Perl, including all of the features of version objects which will
be part of Perl 5.10.0 except automatic v-string handling.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:29:23 +00:00
Dmitry Sivachenko
ede1996e21 New port: p5-PAR-Dist.
This module creates and manipulates PAR distributions.  They are
architecture-specific PAR files, containing everything under blib/
of CPAN distributions after their "make" or "Build" stage, a META.yml
describing metadata of the original CPAN distribution, and a MANIFEST
detailing all files within it.  Digitally signed PAR distributions
will also contain a SIGNATURE file.

The naming convention for such distributions is:

    $NAME-$VERSION-$ARCH-$PERL_VERSION.par

For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
"i386-freebsd".

Submitted by:	autrijus@autrijus.org
2003-08-28 07:25:19 +00:00
Mathieu Arnold
a870cad52f Add p5-DateTime-Calendar-FrenchRevolutionary 0.04
Dates in the French Revolutionary Calendar.

PR:		55117
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:54:28 +00:00
Erwin Lansing
15e1a07d56 Add p5-Algorithm-Numerical-Shuffle 1.4, shuffle a list.
Shuffle is a perl module which performs a one pass, fair shuffle on a
list. If the list is passed as a reference to an array, the shuffle
is done in situ.

The running time of the algorithm is linear in the size of the list.
For an in situ shuffle, the memory overhead is constant; otherwise,
linear extra memory is used.

The algorithm used is discussed by Knuth [3]. It was first published
by Fisher and Yates [2], and later by Durstenfeld [1].

PR:		55574
Submitted by:	andrew@scoop.co.nz
2003-08-20 06:56:11 +00:00
Mathieu Arnold
d61d3045ff Add p5-DateTime-Format-HTTP 0.35
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more).

PR:		54187
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-19 10:57:34 +00:00
Jimmy Olgeni
2ccb917430 Add HyperSpec, a Common Lisp reference in HTML format, based on the
ANSI X3.226-1994 standard.
2003-08-18 19:40:56 +00:00
Joe Marcus Clarke
b076d888ee Remove gide. This was replaced with anjuta which will be replaced by
scaffold in GNOME 2.4.
2003-08-18 01:25:35 +00:00
Joe Marcus Clarke
7151ee112c Remove gnomedebug. It's old, broken on -CURRENT, and not heavily used
(if at all).
2003-08-18 01:20:42 +00:00
Sean Chittenden
0d3e362811 Add tla, an arch CLI written in C.
Arch is a really nifty revision control system. It's "whole-tree
changeset based" which means, roughly, that it can handle (with atomic
commits) file and directory adds, deletes, and renames cleanly, and
that it does branching simply and easily. Arch is also "distributed"
which means, for example that you can make arch branches of your own
from remote projects, even if you don't have write access to the
revision control archives for those projects.

This looks to be as close to an open source p4 replacement as one could
hope without being p4.  I'll go so far as to suggest that if this SCM
was employed by the BSD crowd, merging changes between dragonfly (post
source repo reorog), NetBSD, and OpenBSD would be radically less painful.
It is very possible that the dragonfly fork may not have happened under
the arch SCM development methodology, but if it did, at the very least it
would be possible to incorporate dillion's reorg work in a single patch
set, no cvs admin repo surgery needed.

WWW: http://arch.fifthvision.net/bin/view
2003-08-17 22:01:07 +00:00
Akinori MUSHA
71962265dc Add ruby-p4 (P4Ruby), Ruby interface to the Perforce API. 2003-08-15 18:40:47 +00:00
Erwin Lansing
a93fc26011 Add p5-DateTime-Format-ISO8601 0.03
Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E)
time-intervals will be supported in a later release.

PR:		54195
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-12 18:52:10 +00:00
Erwin Lansing
e1bb212693 Add p5-DateTime-Format-W3CDTF 0.03,
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
format of RSS 1.0.

PR:		54194
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-12 18:48:26 +00:00
Maxim Sobolev
e99c8ea14d Add libexecinfo 1.0, a library for inspecting program's backtrace. 2003-08-10 15:07:26 +00:00
Akinori MUSHA
2c55c2f5fc Add ruby-gnomevfs, Ruby binding for GnomeVFS. 2003-08-09 21:03:18 +00:00
Erwin Lansing
0ebd1622e3 devel/p5-DateTime-LeapSecond had been integrated into
devel/p5-DateTime

PR:		55376
Submitted by:	maintainer
2003-08-09 15:37:01 +00:00
Sergey Skvortsov
076a7a9d49 Add p5-IPC-MM 0.03, perl interface to Ralf Engelschall's mm library. 2003-08-09 13:17:54 +00:00
Kris Kennaway
718d29dc1e As announced on May 6, remove the broken devel/silc-toolkit port. 2003-08-08 03:46:02 +00:00
Kris Kennaway
c160ab03b1 As announced on May 6, remove the broken devel/ptl port. 2003-08-08 03:45:19 +00:00
Kris Kennaway
c1aac5e265 As announced on May 6, remove the broken devel/sdcc port. 2003-08-08 03:43:45 +00:00
Kris Kennaway
a356518e69 As announced on May 6, remove the broken devel/py-htmlkit port. 2003-08-08 03:42:25 +00:00
Kris Kennaway
ad8b1e807b As announced on May 6, remove the broken devel/uds port 2003-08-08 03:40:34 +00:00
Sergey Skvortsov
f4f1ebe628 Add p5-Sys-Mmap 0.11, map in a file as a Perl variable using mmap(2). 2003-08-07 06:48:38 +00:00
Kris Kennaway
d10feb63cd As announced on May 6, remove the broken kelp port 2003-08-07 05:04:20 +00:00