Commit graph

1349 commits

Author SHA1 Message Date
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
Kris Kennaway
043fee6b4a As announced on May 6, remove the broken crystal port 2003-08-07 04:45:38 +00:00
Sergey Skvortsov
2185ca8f7d Add p5-Want 0.06, a generalisation of wantarray. 2003-08-06 15:45:56 +00:00
Oliver Lehmann
361e5f1248 Add gccxml 0.4.2, xML output extension to GCC.
PR:		54555
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-08-01 19:39:50 +00:00
Kirill Ponomarev
704f7ef9ae New port devel/p5-DateTime-Locale
DateTime::Locale is primarily a factory for the various locale
subclasses. It also provides some functions for getting
information on available locales.

PR:		55069
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor) (implicit)
2003-07-31 12:23:31 +00:00
Joe Marcus Clarke
c60617473f Remove gnome2-devel. 2003-07-31 03:07:56 +00:00
Joe Marcus Clarke
5b09095859 Remove gnome-devel. 2003-07-31 03:03:41 +00:00
Akinori MUSHA
0cc34442a6 Sorry, devel/file was a duplicate of sysutils/file.
One thing that was good about this mess was that I could take a closer
look at the code and found some bugs that I reported to the author a
while ago.
2003-07-29 13:02:26 +00:00
Akinori MUSHA
a260a54d28 Add file 4.03, the latest version of the famous file(1) utility, with
libmagic(3) included.
2003-07-29 07:32:32 +00:00
Mikhail Teterin
d7d817c849 A library for creating, reading and manipulating Web Service Definition
Language (WSDL) files using Python. Requires PyXML and 4Suite.

(Fixes to unbreak the 4Suite port were recently sent to maintainer and
will be committed shortly.)
2003-07-28 19:45:46 +00:00
Maho Nakata
de840348fe Added a new port: devel/hptools
Latest version of the System RPL and saturn assembler tools for
HP 48/49 and maybe even 28 series of calculators.

PR:		53885
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-28 00:11:02 +00:00
Oliver Lehmann
21864d5f39 Add physfs, a library to provide abstract access to various archives 2003-07-26 16:22:18 +00:00
Kirill Ponomarev
6a2691acfa New port devel/p5-mixin
Mixin inheritance is an alternative to the usual
multiple-inheritance and solves the problem of knowing which
parent will be called. It also solves a number of tricky
problems like diamond inheritence.

The idea is to solve the same sets of problems which MI solves
without the problems of MI.

PR:		54746
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 13:02:29 +00:00
Ernst de Haan
ff7f5d55da Renamed port devel/jakarta-ant to devel/apache-ant due to a rename of the
project.

See:
http://ant.apache.org/

Approved by:	joe
2003-07-21 07:46:59 +00:00
Erwin Lansing
7082cf618a Add p5-DateTime-TimeZone-Alias 0.04,
create aliases for DateTime
timezones.

PR:		54184
Submitted by:	Mathieu Arnold <m@absolight.net>
Sponsored by:	FreeBSD BBQ v2. Thanks Cameron and Kris!
2003-07-19 19:37:20 +00:00
Erwin Lansing
116ade8e42 Add p5-DateTime-Format-Roman 0.02,
roman day numbering for DateTime
objects.

PR:		54183
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-19 19:24:50 +00:00
Erwin Lansing
ce2e837983 Add p5-B-Deobfuscate 0.09,
extension to B::Deparse for use in
de-obfuscating source code.

PR:		54178
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-19 00:48:26 +00:00
Erwin Lansing
78ee6f8b48 Add p5-B-Keywords 0.05, lists of reserved barewords and symbol names.
PR:		54175
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-19 00:40:39 +00:00
Jimmy Olgeni
c637191325 Add syntax_tools, code manipulation modules for Erlang. 2003-07-18 11:47:18 +00:00
Jun Kuriyama
72d6244919 Add p5-Test-MockObject 0.12.
Perl extension for emulating troublesome interfaces.
2003-07-16 06:39:25 +00:00
Joe Marcus Clarke
f564046ff3 Re-add libgtop. 2003-07-15 21:40:49 +00:00
Joe Marcus Clarke
1d1a424e1c Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
2003-07-15 19:24:24 +00:00
Joe Marcus Clarke
cc6825cf28 Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
2003-07-15 19:10:59 +00:00
Maxim Sobolev
c41d68c460 Add mpatrol 1.4.8, a dynamic memory debugging and profiling library.
PR:		53317
Submitted by:	Patrick MARIE <mycroft@virgaria.org>
2003-07-13 18:20:36 +00:00
Alexander Leidinger
49e34644e4 This is Diomidis Spinellis' (dds@FreeBSD.org) source code analyzer and
refactoring browser for collections of C programs.

I coordinated the creation of the port with him, he will maintain the
port himself in the future.

I think this is the first binary only program (at least in the ports
collection) which supports FreeBSD on alpha, amd64, i386, ia64 and
sparc64.

Reviewed by:	dds
2003-07-10 14:47:34 +00:00
Erwin Lansing
8e364a3ebd Add p5-DateTime-Format-ICal 0.06,
parse and format ICal datetime
and duration strings.

PR:		54034
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-08 08:47:40 +00:00
Erwin Lansing
a473261476 Add p5-DateTime-Calendar-Pataphysical 0.02,
dates in the
pataphysical calendar.

PR:		53956
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:27:25 +00:00
Erwin Lansing
f8089c00c3 Add p5-DateTime-Format-Mail 0.25,
convert between DateTime and
RFC2822/822 formats.

PR:		54104
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:25:23 +00:00
Erwin Lansing
7cffe7e961 Add p5-DateTime-Format-Epoch 0.04,
convert DateTimes to/from epoch
seconds.

PR:		54030
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:11:36 +00:00
Erwin Lansing
0a997cadbe Add p5-DateTime-Format-DateManip 0.01,
convert Date::Manip dates
and durations to DateTimes and vice versa.

PR:		54029
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:34:12 +00:00
Erwin Lansing
919ba7c449 Add p5-DateTime-Format-Excel 0.28,
convert between DateTime and
Excel dates.

PR:		54032
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:22:22 +00:00
Erwin Lansing
fb000b5e02 Add p5-DateTime-Format-MySQL 0.03,
parse and format MySQL dates and
times.

PR:		54028
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:07:19 +00:00
Erwin Lansing
948965c2ab Add p5-DateTime-Format-Pg 0.04,
parse and format PostgreSQL dates
and times.

PR:		54027
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:02:45 +00:00
Erwin Lansing
7a9841055c Add p5-DateTime-Format-DBI 0.02,
find a parser class for a database
connection.

PR:		54025
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 07:58:48 +00:00
Adam Weinberger
bdc403c3ee Add p5-Term-ANSIScreen.
Term::ANSIScreen is an Term::ANSIColor clone with support for screen mode,
cursor control and keyboard mapping sequences.
2003-07-07 04:35:05 +00:00
Erwin Lansing
e056005fa6 Add p5-DateTime-Format-Bork 0.01,
formats datetimes for that guy
from The Muppet Show.

PR:		54023
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 13:06:43 +00:00
Erwin Lansing
100b0774fe Add p5-DateTime-Format-Builder 0.75,
create DateTime parser classes
and objects.

PR:		54022
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 12:59:25 +00:00
Erwin Lansing
89e9641a41 Add p5-DateTime-Format-Strptime 1.0302,
parse and format strp and
strf time patterns.

PR:		54013
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 12:44:21 +00:00
Erwin Lansing
5c7f2530f4 Add p5-DateTime-Format-Baby 1.0100, parse and format baby-style time.
PR:		54010
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 12:40:46 +00:00
Erwin Lansing
60c045fec7 Add p5-DateTime-Event-Sunrise 0.04,
dateTime Objects for sunrise
and sunset for a given day.

PR:		54008
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 12:29:28 +00:00
Erwin Lansing
5e8f8324d2 Add p5-DateTime-Event-NameDay 0.02,
perl DateTime extension to work
with namedays from various countries.

PR:		54006
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 11:17:43 +00:00
Erwin Lansing
54d3e53242 Add p5-DateTime-Event-ICal 0.01,
perl DateTime extension for
computing rfc2445 recurrences.

PR:		54001
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 11:11:26 +00:00
Erwin Lansing
9246b05336 Add p5-DateTime-Event-Recurrence 0.05,
perl DateTime extension for
computing basic recurrences.

PR:		53999
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 10:32:37 +00:00
Erwin Lansing
0cb595fdf9 Add p5-Log-Dispatch-FileRotate 1.10,
a Log::Dispatch plug-in for
files that archive/rotate themselves.

PR:		53985
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-07-06 10:14:33 +00:00
Erwin Lansing
931ddc17b8 Add p5-DateTime-Event-Easter 1.0100,
returns Easter events for
DateTime objects.

PR:		53979
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 10:03:45 +00:00
Erwin Lansing
24da8677d8 Add p5-DateTime-Event-Cron 0.03,
dateTime extension for generating
recurrence sets from crontab.

PR:		53978
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 09:54:05 +00:00
Erwin Lansing
75b0e6fd47 Add p5-Set-Crontab 1.00,
set::Crontab - Expand crontab(5)-style
integer lists.

PR:		53975
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 09:41:30 +00:00
Erwin Lansing
61df26c3e7 Add p5-DateTime-Calendar-Mayan 0.05,
the Mayan Long Count, Haab,
and Tzolkin calendars.

PR:		53973
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-06 09:38:07 +00:00
Erwin Lansing
5a98b66686 Add p5-Parse-PerlConfig 0.05,
perl5 module to use perl scripts as
config files.

PR:		54077
Submitted by:	Leif Pedersen <pedersen@meridian-enviro.com>
2003-07-06 09:14:46 +00:00
Ade Lovett
aba51095cc Upgrade to libtool 1.5 after repo-copy. 2003-07-02 18:26:53 +00:00
Erwin Lansing
86118766e6 Add p5-Test-Pod 0.95, check for POD errors in files.
PR:		54021
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 18:03:16 +00:00
Daichi GOTO
e8635d0247 Add libidn 0.2.0, internationalized Domain Names command line tool.
PR:		53519
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-02 12:24:41 +00:00
Joe Marcus Clarke
200c303b7d Add anjuta-devel.
Spotted by:	kris
Pointy hat to:	me
2003-07-02 04:02:43 +00:00
Erwin Lansing
e881e0a6da Add p5-Time-Local 1.07,
efficiently compute time from local and GMT
time.

PR:		53960
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-01 18:10:29 +00:00
Erwin Lansing
41427aa093 Add p5-DateTime-Calendar-Christian 0.03,
dates in the Christian
calendar.

PR:		53783
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-29 12:38:58 +00:00
Erwin Lansing
6700c5b593 Add p5-DateTime-Calendar-Julian 0.04, dates in the Julian calendar.
PR:		53781
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-29 12:35:54 +00:00
Erwin Lansing
3ea5dd2c8f Add p5-DateTime-Precise 1.05,
perform common time and date
operations with additional GPS operations.

PR:		53779
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-29 12:31:24 +00:00
Erwin Lansing
7e0f869704 Add p5-DateTime-Set 0.08, datetime sets and set math.
PR:		53777
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-29 12:22:49 +00:00
Erwin Lansing
c6c9b93c87 Add p5-Set-Infinite 0.49, set::Infinite - Sets of intervals.
PR:		53776
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-29 12:19:00 +00:00
Dmitry Sivachenko
70720bae34 New port: Module::Build.
Module::Build is a means for build and install Perl modules.
It is meant to be a replacement for ExtUtils::MakeMaker.
2003-06-29 09:30:08 +00:00
Dmitry Sivachenko
0c691657a7 New port: Module::Info.
Module::Info gives you information about Perl modules without actually
loading the module.  It actually isn't specific to modules and should
work on any perl code.
2003-06-29 09:27:35 +00:00
Dmitry Sivachenko
f3ea002a95 New port: ExtUtils::ParseXS.
ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions.  The compiler uses
typemaps to determine how to map C function parameters and variables to Perl
values.
2003-06-29 09:17:39 +00:00
Ade Lovett
00594fec71 Remove autoconf254 and automake16 -- they're not used by anything, and will
be superseded by upcoming patches to autoconf257 and automake17 for the
latest and greatest versions.
2003-06-29 00:57:01 +00:00
Joe Marcus Clarke
10c1e548e6 Add libpci, an API to read and write PCI configuration registers.
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-06-28 22:36:00 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Oliver Braun
9e4c2e7c7b Haskell Cryptographic Library
WWW: http://www.haskell.org/crypto/ReadMe.html
2003-06-23 21:03:26 +00:00
Sergey A. Osokin
242b05c89b Add libhoard - fast, scalable and memory-efficient
allocator for multiprocessors.

Approved by:	fjoe (mentor) (implicit)
2003-06-21 20:32:55 +00:00
Erwin Lansing
64200cd492 Add p5-enum 1.016,
this perl module defines a set of symbolic
constants with ordered numeric values ala C enum types..

PR:		50272
Submitted by:	Maxim Maximov (mcsi@agava.com)
2003-06-19 14:11:40 +00:00
Erwin Lansing
e435fe9f2c Add porttools 0.01,
tools for testing and submitting port updates
and new ports.

PR:		53487
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-06-19 13:47:23 +00:00
Yen-Ming Lee
c573e82e63 add Tie::File - Access the lines of a disk file via a Perl array. 2003-06-18 02:23:58 +00:00
Norikatsu Shigemura
746aa0ff31 Add php-xdebug 1.2.0, xdebug extension for PHP.
PR:		ports/53147
Submitted by:	Jens Rehsack <rehsack@liwing.de>
Reviewed by:	Alex Dupre <sysadmin@alexdupre.com>
2003-06-17 16:10:58 +00:00
Joe Marcus Clarke
db58ffc455 Add libglademm, the C++ wrappers for libglade2.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-15 23:03:27 +00:00
Joe Marcus Clarke
01b7ecf0ce Add gconfmm, the C++ bindings for GConf2. 2003-06-15 22:59:42 +00:00
Joe Marcus Clarke
1adc953979 Add gnome-vfsmm, the C++ bindings for gnomevfs2.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-15 22:58:48 +00:00
Joe Marcus Clarke
e4e5182897 Add libbonobomm, the C++ bindings for libbonobo.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-15 22:57:27 +00:00
Sergey A. Osokin
6ea44a46bd New port: library that makes it easy for programs to use
privilege separation

Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		53314
Approved by:	fjoe (implicit)
2003-06-14 18:36:14 +00:00
Ying-Chieh Liao
760697b0d2 add ArgoUML 0.12
A UML design tool with cognitive support
2003-06-13 18:36:44 +00:00
Erwin Lansing
02d9e6ded3 Add p5-Locale-Maketext-Gettext 1.07,
joins gettext and Maketext
frameworks.

PR:		51467
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-11 08:13:49 +00:00
Max Khon
fbbfcc63c2 New port: devel/libzt
Collection of utility code for C application/server
development.

PR:		53124
Submitted by:	Kirill Ponomarew
2003-06-10 09:27:41 +00:00
Oliver Braun
79f0e4e087 Add hs-uni 0.99, a tool integration framework for Haskell, including Htk.
PR:		ports/53062
Submitted by:	Guy Coleman <gtchask@mm.st>
2003-06-09 20:51:20 +00:00
Norikatsu Shigemura
b903fee294 Add dcons-20030525, is Dumb CONSole device driver.
Order by:-)	simokawa
Submitted by:	simokawa
2003-06-08 08:02:10 +00:00
Norikatsu Shigemura
144fe82267 All pear ports use devel/pear-PEAR as a common base. Now therefore
pear-install is no need.

PR:		ports/52596
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-06-08 05:56:03 +00:00
Erwin Lansing
bdfc8ddc43 Add p5-DateTime 0.11, a date and time object.
PR:		51783
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	edwin (mentor)
2003-06-07 10:08:40 +00:00
Erwin Lansing
461712ebad Add p5-DateTime-TimeZone 0.13,
time zone object base class and
factory.

PR:		51782
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-07 09:48:01 +00:00
Alfred Perlstein
ab4046953a Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow.
2003-06-06 16:59:30 +00:00
Erwin Lansing
f3a71bdf81 Add p5-DateTime-LeapSecond 0.02, leap seconds table and utilities.
PR:		51781
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-06 11:06:16 +00:00
Will Andrews
9ca64fc26a Add tnt 1.1.1, the Template Numerical Toolkit.
PR:		52850
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2003-06-03 05:34:02 +00:00
Will Andrews
373b1542f0 Add libukcprog 1.0, generally useful low level routines.
PR:		51722
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-06-03 05:14:48 +00:00
Will Andrews
62a76c3115 Add libstatgrab 0.4, which provides a useful interface to
system statistics.

PR:		51723
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-06-03 05:11:10 +00:00
Will Andrews
eb5d10f4aa Add cvstrac 1.1.2, a Web-Based Bug And Patch-Set Tracking
System For CVS.

PR:		51975
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-06-03 05:01:12 +00:00
Will Andrews
247bddfc9c Add elfsh 0.43, an attractive toolkit for the analyzation of ELF
object files.

PR:		52151
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-06-03 04:34:05 +00:00
Will Andrews
7fea6e110f Add p5-Date-Simple 2.04, a simple date object.
PR:		52316
Submitted by:	Alexey V. Antipovsky <kemm@in-line.ru>
2003-06-03 03:45:35 +00:00
Will Andrews
b65bbf6a15 Add cl-asdf-clisp 2003.05.16, a system definition facility for
Common Lisp.

PR:		52360
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-06-03 03:28:23 +00:00
Will Andrews
c8b230d195 Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR:		52358
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-06-03 02:54:31 +00:00
Mario Sergio Fujikawa Ferreira
72e42365dc Link to new location after repo copy move
understand_ada	->	linux-understand_ada
understand_c	->	linux-understand_c

Repo copy approved by:	portmgr (self)
Repo copied by:		cvs (joe)
2003-06-03 02:44:10 +00:00
Will Andrews
1a62aab476 Add bnf 1.6.9, a program to generate a C parser given a
grammar in BNF notation.

PR:		52558
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2003-06-03 02:40:57 +00:00
Sergey Skvortsov
da57acccdd Add p5-POE-Session-MultiDispatch 1.3,
callback dispatch for session
events.
2003-06-02 10:15:12 +00:00
Adam Weinberger
f211a290fd devhelp is a developer's help browser for GNOME 2. It is a GUI
frontend to books about GNOME development, providing cross-referenced,
easily searchable information.  Many books are available, and can
be found through the project's website.
2003-06-02 01:36:35 +00:00
Dmitry Sivachenko
aa3c62bb8e This port has been removed from CPAN.
Newer version of File::Copy is included into perl distribution.

PR:		52524
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-22 17:02:18 +00:00
Sergey Skvortsov
48e1cad58f Add cvsmonitor 0.6.2, monitor activity on a CVS Repository. 2003-05-20 10:24:24 +00:00
Sergey Skvortsov
7ecad41769 Add p5-File-Find-Rule 0.10, alternative interface to File::Find. 2003-05-19 15:46:13 +00:00
Tilman Keskinoz
d95d77c55e Retire adabroker. It is no longer maintained and does not compile with the
latest compiler.

PR:             52314
Submitted by:   maintainer
2003-05-19 12:22:01 +00:00
Dmitry Sivachenko
dbce8c6d20 New port -- p5-App-Info:
Interface for providing metadata about installed software packages.
2003-05-19 06:54:10 +00:00
Edwin Groothuis
d75cec4fda [NEW PORT] devel/mingw32-gcc: new version of mingw32 toolchain for Windows target
This is gcc from latest mingw32-2.0.0 package.  Here is old
	port `devel/mingw-' from 1.0.0 package, but maintainer of
	this old port syay, taht he don't want update it, because
	new versions is not too stable. It is good idea, to have
	old and stable environment (with old and good-known gcc-2.95,
	etc) and new one. We have many versions of native gcc in
	`lang/', for example.

PR:		ports/44459
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-05-19 04:18:18 +00:00
Edwin Groothuis
6f8f2a90f7 [NEW PORT] devel/mingw32-bin-msvcrt: new version of mingw32 toolchain
for Windows target

	This is runtime and headers from latest mingw32-2.0.0
	package.  Here is old port `devel/mingw-' from 1.0.0 package,
	but maintainer of this old port syay, taht he don't want
	update it, because new versions is not too stable. It is
	good idea, to have old and stable environment (with old and
	good-known gcc-2.95, etc) and new one.  We have many versions
	of native gcc in `lang/', for example.

PR:		ports/44458
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-05-19 03:39:58 +00:00
Edwin Groothuis
1fb2f1e660 [NEW PORT] devel/mingw32-binutils: new version of mingw32 toolchain
for Windows target

	This is bimutils from latest mingw32-2.0.0 package.
	Here is old port `devel/mingw-bimutils' from 1.0.0 package,
	but maintainer of this old port syay, taht he don't want
	update it, because new versions is not too stable. It is
	good idea, to have old and stable environment (with old and
	good-known gcc-2.95, etc) and new one. We have many versions
	of native gcc in `lang/', for example.

PR:		ports/44457
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-05-19 03:27:15 +00:00
Sergey Skvortsov
c9a0322c42 Add p5-Array-Window 0.1, calculate windows/subsets/pages of arrays. 2003-05-18 14:53:42 +00:00
Sergey Skvortsov
0fca07e19e Add p5-File-Flat 0.8, implements a flat filesystem. 2003-05-18 14:25:08 +00:00
Sergey Skvortsov
e6cb8b8dbd Add p5-File-NCopy 0.34, copy file(s) to directories/file. 2003-05-18 14:17:52 +00:00
Sergey Skvortsov
6d2c80a2a3 Add p5-Config-Tiny 0.3,
read/Write .ini style files with as little
code as possible.
2003-05-18 13:54:21 +00:00
Pete Fritchman
6e0dc7912a Add tclxml 2.6, API for parsing XML documents using Tcl.
PR:		52090
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-05-16 02:20:32 +00:00
Oliver Lehmann
813226c98e Add libzvbi, routines to access raw VBI capture devices
PR:		48809
Approved by:	alex (mentor)
2003-05-15 14:08:03 +00:00
Michael Landin
0dc1056f00 New port.
DoctorJ is a set of applications that analyze Java code. Documentation
is verified for compliance with the standard and for accuracy against
the code, beyond what javadoc does. Statistics for a file or project
can be generated, including the number of lines of code per class and
method, and the overall total. A syntax analyzer is in development

PR:		51042
Approved by:	roberto(mentor)
2003-05-15 12:40:46 +00:00
Dmitry Sivachenko
725b0f68e6 Remove p5-Time port. devel/p5-Time-modules is the newer version of the
same software and even has a maintainer.
2003-05-13 12:35:02 +00:00
Oliver Braun
6185b442c2 Libvc is a vCard library. It was originally written for `rolo'.
WWW: http://rolo.sf.net/
2003-05-12 17:54:44 +00:00
Max Khon
8f5bb2ed84 New port: kyra
Kyra is a simple Sprite engine written in C++.

PR:		52007
Submitted by:	Kirill Ponomarew
2003-05-12 16:18:35 +00:00
Hye-Shik Chang
4fc0c39b60 Add a port for py-ctypes 0.6.0,
A charming python module that enables calling C library functions directly
from python.
2003-05-12 06:12:05 +00:00
Pete Fritchman
40b5b64326 Add picp 0.4, driver for the Microchip Picstart Plus development
programmer.

PR:		44786
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-05-12 01:39:37 +00:00
Pete Fritchman
17c223577e Add libdjbdns 1.05, public domain DNS client library.
PR:		51815
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-05-12 01:19:08 +00:00
Pete Fritchman
b29dc9debe Add wxGlade 0.2.1, GUI builder for wxPython/wxWindows written in
Python.

PR:		51643
Submitted by:	Michal Pasternak <dotz@irc.pl>
2003-05-10 20:59:51 +00:00
Alfred Perlstein
7437e87b4a My library for doing (supposedly) fast IP lookups into networks. 2003-05-07 17:16:12 +00:00
Alexander Leidinger
1871e665c5 remove SN, add sourcenav (repo copy) 2003-05-07 15:54:12 +00:00
Michael Landin
3a9502b54f New port.
- p4delta works with a project that is in the Perforce configuration management
  system. It lists the local files that have been added, changed, or deleted.
  Content differences are summarized, i.e., the number of lines of code that
  have been added, changed, and deleted. It can also add, edit, and remove the
  appropriate files to/from Perforce

PR:		51040
Submitted by:	me
Approved by:	roberto (mentor)
2003-05-07 13:06:05 +00:00
Joe Marcus Clarke
f4432489a5 Add libsoup. 2003-05-07 05:57:27 +00:00
Sean Chittenden
ea4177f061 Add bison 1.875. Some grammars require the new version of Bison (such as
PostgreSQL), however the new bison also breaks many many ports.  Compromise
with a new port.  Installs as bison and _not_ bison1875 and should be
mutually exclusive to the main bison port.  Hopefully the bison authors will
clean up their product and this port can disappear when the base bison port
is updated in the future or enough ports are updated to work with newer
versions of bison.

Repo copied by: fjoe
Approved by:	kris
2003-05-07 04:48:05 +00:00
Kris Kennaway
6777f867da As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove ports that have been broken for >4 months (in many cases much longer)
with no sign of a fix.
2003-05-06 03:56:26 +00:00