Commit Graph

1047 Commits

Author SHA1 Message Date
Edwin Groothuis
62f59acea2 New port: Test::Differences - Test strings and data structures for differences
When the code you're testing returns multiple lines, records
	or data structures and they're just plain wrong, an equivalent
	to the Unix diff utility may be just what's needed.

PR:		ports/47588
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-04 10:52:56 +00:00
Alan Eldridge
574b41f42e A library to help in parsing arbitrary config files. 2003-02-03 20:25:03 +00:00
Alan Eldridge
634dfe53bc Turns out Ralf already had a port in devel/mm. I *do* need a break. 2003-02-01 19:39:45 +00:00
Alan Eldridge
50337ee128 Library to allow accessing C variables by string name. 2003-02-01 04:45:13 +00:00
Alan Eldridge
bb332e4431 Data buffer that can move, assemble, and truncate chunks of data without
any copying.
2003-02-01 04:41:32 +00:00
Alan Eldridge
15e5d1e02a Variable substitution library. 2003-02-01 04:39:40 +00:00
Alan Eldridge
f45323ba74 Flexible logging system based on "channels". 2003-02-01 04:38:54 +00:00
Oliver Braun
b7f2ff0214 Add hs-alex 1.1, alex is a Lex-like package for generating Haskell scanners.
PR:		ports/47644
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-01-31 22:24:58 +00:00
Alan Eldridge
beb35905c4 OSSP ex is a small ISO-C++ style exception handling library for use in the
ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust. By Ralf Engelschall. His s***'s not ****ed
up.
2003-01-31 20:21:24 +00:00
Alan Eldridge
819c5fb11c OSSP mm is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. By Ralf Engelschall. Yum Yum.
2003-01-31 20:16:20 +00:00
Akinori MUSHA
9227ab8423 Add devel/oniguruma.
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
which implements all of Perl extensions plus more.  It has multiple
APIs; GNU regex, POSIX regex and its own interface.

This library is fundamentally multilingualized and can have one
encoding for each object.  Currently supported character encodings
are ASCII, UTF-8, EUC-JP and Shift_JIS.

Author: K.Kosako <kosako@sofnec.co.jp>
WWW:    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
2003-01-31 13:03:50 +00:00
Sean Chittenden
94c388aebb Add Perl's Inline::C counterpart for Ruby, named oddly enough: Inline::C 2003-01-31 05:57:06 +00:00
Alan Eldridge
9ab5f9df50 A FileStarter. Thanks Miguel. 8-) Creates new files based on templates.
PR:		47681
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by:	author
2003-01-30 21:26:10 +00:00
Dirk Froemberg
294a39e112 Add devel/pear-I18N:
PEAR internationalization package

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:49:08 +00:00
Dirk Froemberg
479feea9b5 Add pear-HTML_Select:
Some small PEAR classes to handle common <select> lists.

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:47:35 +00:00
Dirk Froemberg
dc7bd9db3d Add pear-HTML_Common:
PEAR::HTML_Common is a base class for other HTML classes

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:46:26 +00:00
Dirk Froemberg
87f1311499 Add pear-Date:
PEAR Date and Time Zone Classes.

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:39:28 +00:00
Akinori MUSHA
28120af978 Add ruby-strongtyping, a little Ruby module that adds strong typing
facilities.
2003-01-29 11:06:05 +00:00
Oliver Braun
0d4bc17c91 Buddha is a declarative debugger for Haskell 98.
WWW: http://www.cs.mu.oz.au/~bjpop/buddha/
2003-01-28 22:05:22 +00:00
Anton Berezin
7f6cedb058 Add p5-Test-Exception 0.13, a perl module providing test functions for
exception based code.

PR:		47583
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-28 14:34:38 +00:00
Anton Berezin
f3ecf75016 Add p5-Sub-Uplevel 0.06, a perl module to apparently run a function in a
higher stack frame.

PR:		47582
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-28 14:20:01 +00:00
Anton Berezin
4f4bce2280 Add p5-Attribute-Handlers 0.78, a perl module that provides simple
definition of attribute handlers.

PR:		47558
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-27 21:08:42 +00:00
Anton Berezin
6d7f547b0a Add p5-Coro, a collection of perl modules that bring coroutines to
perl5.
2003-01-27 09:53:40 +00:00
Dmitry Sivachenko
15fdc8ddd4 Reflect repo-copy of devel/uml to devel/umbrello. 2003-01-26 20:22:27 +00:00
Anton Berezin
14905f3643 Add p5-Class-ReturnValue, a perl class that implements return-value
objects that can be treated as a boolean, array or object, depending on
what the user needs.
2003-01-26 02:01:58 +00:00
Alan Eldridge
91751ff632 A stripped Qt for use as a utility library for C++. 2003-01-25 19:53:54 +00:00
Sean Chittenden
6b861c0ae0 Add z80-asm: a Z80 assembly code assembler and disassembler.
PR:		ports/47443
Submitted by:	Samy Al Bahra  <samy@kerneled.com>
2003-01-24 21:32:22 +00:00
Sean Chittenden
21c2bce102 Add devel/elf: a commandline based ELF header analyzer.
PR:		ports/47444
Submitted by:	Samy Al Bahra  <samy@kerneled.com>
2003-01-24 21:18:30 +00:00
Ying-Chieh Liao
d8604ac61f add py-ui 0.93
A user interface library written in Python
2003-01-24 19:42:48 +00:00
Akinori MUSHA
aa08eea41e Retire devel/ruby-unit (RUnit), which has been succeeded by
devel/ruby-testunit (Test::Unit).

RUnit performed a quite important role in getting ruby programmers
write and run tests for their code with enjoyment.

We will never forget you!
2003-01-22 20:46:39 +00:00
Dag-Erling Smørgrav
2a83ced1b9 SimGear is a toolkit for 3D games and simulations. 2003-01-21 22:35:06 +00:00
Edwin Groothuis
e17c85302c New port: devel/antlr
ANTLR, ANother Tool for Language Recognition, (formerly
	PCCTS) is a language tool that provides a framework for
	constructing recognizers, compilers, and translators from
	grammatical descriptions containing C++ or Java actions.

PR:		ports/40238
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2003-01-21 02:53:49 +00:00
Edwin Groothuis
25ff9d847d New port: devel/ifd-test: PC/SC Lite IFD Test Suite
Test Suite for PC/SC Lite IFD intermediate drivers.

PR:		ports/42695
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-01-20 06:52:20 +00:00
Dirk Meyer
34b1084035 - Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps
2003-01-20 04:49:01 +00:00
Munechika SUMIKAWA
3a50857150 Getopt::Mixed
This module provides GNU-style option processing for Perl 5 scripts,
with both long and short options.  Please see the documentation at the
end of the module for instructions on its use and licensing
restrictions.
2003-01-19 19:49:00 +00:00
Vanilla I. Shu
f6c89b947e Add directfb, it's a graphics library which was designed with embedded systems.
PR:		ports/44782
Submitted by:	Fabien Devaux <devaux.fabien@free.fr>
Somepart by:	me
2003-01-19 14:26:13 +00:00
Edwin Groothuis
9dff545495 New port devel/whups: a web-based bug tracking system
PR:		ports/35520
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-16 14:14:47 +00:00
Ying-Chieh Liao
0930cd3506 add sedsed 0.6
sed debugger/tokenizer/indenter
2003-01-13 18:02:50 +00:00
Tilman Keskinoz
1743fcdd82 Add qextmdi, A C++ GUI library for creating MDI UIs with QT.
PR:		37567
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
2003-01-13 12:16:58 +00:00
Jimmy Olgeni
d210284deb Add python libraries for ROX desktop applications. 2003-01-12 13:49:30 +00:00
Edwin Groothuis
09793a1ea1 new port: devel/swig13-doc
PR:		ports/46954
Submitted by:	Slaven Rezic <slaven@rezic.de>
2003-01-12 00:44:37 +00:00
Alan Eldridge
8da12ba993 removed ncurses-dialog port 2003-01-12 00:27:44 +00:00
Alan Eldridge
38e4b94c67 Renamed from ncurses-dialog. knu@ said to delete+add, soo... 2003-01-11 12:50:51 +00:00
Alan Eldridge
789fa30477 repocopy 2003-01-10 13:49:03 +00:00
Jun Kuriyama
e602898774 Add Test testsuites that have been built with Test::Builder. 2003-01-09 03:26:16 +00:00
Akinori MUSHA
1f0e66d7de Add ruby-rbbr, a GTK+2-based Ruby module browser. 2003-01-05 17:21:56 +00:00
Brian S. Dean
2a180eb85d Remove crufty old port. 2003-01-05 15:47:35 +00:00
Ying-Chieh Liao
4adab7e3d4 add py-yaml 20021223
Python YAML parser
2003-01-03 11:28:49 +00:00
Jimmy Olgeni
9b1e41be4d Add esdl, a library for accessing SDL and OpenGL through Erlang. 2003-01-02 19:57:54 +00:00
Alan Eldridge
4e09a955c9 Tom Dickey's version of dialog. Lot's of enhancements, supports all dialogs
that Xdialog does.
2003-01-01 16:05:01 +00:00