From: Don Stewart <dons at cse.unsw.edu.au>
--
Alex is a tool for generating lexical analysers in Haskell, given
a description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
provided basic drawing routines such as lines, circles or polygons, and
SDL_rotozoom which implemented a interpolating rotozoomer for SDL
surfaces.
Pygame is a cross-platfrom library designed to make it easy to write
multimedia software, such as games, in Python. Pygame requires the
Python language and SDL multimedia library. It can also make use of
several other popular libraries.
--
Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.
Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in
a syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked.
--
Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild
only those that have changed, given just the name of the program
or module that you want to build.
Hmake interactive, or hi for short, is an interpreter-like
environment that you can wrap over any common Haskell compiler to
achieve an interactive development style. It deliberately looks
and feels a lot like the Hugs interpreter. The difference is that
you get real compiled code, compiled by your favorite compiler -
you can even change compiler on the fly, to check your code's
portability!
with minor tweaks by me.
--
Happy - The LALR(1) Parser Generator for Haskell
Happy is a parser generator system for Haskell, similar to the
tool `yacc' for C. Like `yacc', it takes a file containing an
annotated BNF specification of a grammar and produces a Haskell
module containing a parser for the grammar.
Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can
work in conjunction with a lexical analyser supplied by the user
(either hand-written or generated by another program), or it can
parse a stream of characters directly.
any rcs with a formal theory of patches is worth looking at :)
http://abridgegame.org/darcs/manual/node7.html
--
Darcs is a revision control system, along the lines of CVS or arch.
That means that it keeps track of various revisions and branches
of your project, allows for changes to propogate from one branch
to another. Darcs is intended to be an ``advanced'' revision control
system.
Darcs has two particularly distinctive features which differ from
other revision control systems: 1) each copy of the source is a
fully functional branch, and 2) underlying darcs is a consistent
and powerful theory of patches.
Submitted by Manuel Rodrigo Rabade Garcia <mig@mig-29.net>.
The cvslock program is used to safely manipulate and inspect CVS
repositories; to this end, it properly uses CVS' lock file mechanism.
something, it's better to leave it broken, otherwise it gets forgotten
- fix sparc64 asm syntax, insight from Toby
XXX regress fails, but it appears to fail on at least 2 other 'supported'
architectures, this needs to be looked at
Until today, I did not realize how badly.
The entire tests/ subdir is missing from the release, but is available if
you wish to checkout their repository. hmm...
This should have been done a while ago.
Fixing this is beyond me, and until this works, w3m and gcj are pointless as
well (opencm will be free of boehm-gc soon enough).
protocol that's used by Gnome 2.2. Using this protocol a desktop
environment can track the launch of an application and provide
feedback such as a busy cursor, among other features.
ok jolan@
- fix syntax of gas configure.in stuff for sparc
- add missing change for the sparc ELF transition to bfd
--
Hasn't actually been tested on a real sparc system but it at least allows
me to build a cross-binutils without bombing durring build or the PLIST issue
This is work in progress. It is being commited as a starting point so other
people can look at it/fix issues/and maybe Art can add Hammer support? :)
It has been lightly tested on macppc/sparc64/i386 and compile tested by
mickey@ on hppa.
DO NOT try to build ld.so on sparc/sparc64/macppc and install the resulting
binary unless you like having a hosed system. A known "misfeature" in ld.so
that is being worked on.
--
MAINTAINER ok
- '=' vs '+=' can cause grief wrt depends
- BUILD_DEPENDS is not needed if it only contains LIB_DEPENDS
from nikolay@
- teTeX is no longer v1.x*, depend accordingly
Thanks guys!
--
The Pear-Config package provides methods for manipulation configuration
information needed by PHP applications. Features include:
* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache, etc)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives, etc
* Parses configurations into an XML tree structure
--
PHPUnit is a regression testing framework used for implementing the
unit tests in the PHP source. It is based upon JUnit, which can
be found at http://www.junit.org/
--
Curses::UI can be used for the development of curses based user
interfaces. It provides a range of common interface elements such
as dialogs, menus, text viewers, and windows.
see http://www.opencm.org/news.html for hilights of this update, major
noteworthy changes include:
- sxd has gone away, gzfs is 'interim' while 'sxd2' is almost ready
- if you have an old sxd repository, read the mailing list archives for
how to update (use an interum version)
- an incompatible update to the server/client protocol requires that you
update both at the same time
(as a reminder, this is 'alpha' and as such is subject to incompatible changes
like the above. expect more to come when sxd2 emerges)
Also, add a 'nogc' flavor that removes the dependency on boehm-gc, at the
cost of not free()'ing all memory allocated (read: at the moment, most).
--
CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
- fix pkg/*INSTALL (dont hardcode /etc, use ${SYSCONFDIR}) (prompted by nikolay)
- misc tweaks noticed while I was here
- remove upstream accepted patch
--
- Added a test suite,
- Added CCACHE_PREFIX option,
- Disabled hard links by default,
- Recognise some more gcc options,
- Added --cache-skip option.
Take MAINTAINER.
XFree 4.3 by picking up the modes with the highest refresh rates
(set SDL_VIDEO_X11_USE_ALL_MODES=1 to disable this behavior).
From SDL-current (patch by Stephen Anthony).
ok pvalchev@, jolan@
libio provides an abstraction for general data transport. It creates
data sources and data sinks. The sources and sinks can be connected with
multiple filters. As a result encryption and authentication can happen
completely transparent to the main core of an application. Mutliplex
nodes can be used to deal with N-fan in and M-fan out.
WWW: http://monkey.org/~provos/libio/
from Jolan Luff <jolan@cryptonomicon.org>
This is the last update required for GTK+2.2, however, since GTK+2.2 itself
conflicts with GNOME 2.0, I will be holding off on GTK+2.2 itself until
GNOME 2.2 is ready.
* Made the cvs log parser more flexible.
* Added the -linestyle argument, which generates plots using lines,
rather than discrete points.
from maintainer Jim Geovedi <jim@corebsd.or.id>
Debugging And Tracing Ultimate Module
Carp::Datum implements the following features:
* Programming by contract: pre-conditions, post-conditions, assertions.
* Flow control tracing: routine entry, arguments, returned values
* Dynamic (i.e. runtime) configuration via mini language to tailor
debugging and/or tracing at the routine / file / package / type level.
* Ability to statically remove all assertions and flow control tracing
hooks in modules making use of Carp::Datum.
* Cooperation with Log::Agent for tracing.
from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
minor cleanup by me
The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.
From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
little cleanup and DESCR from me
Log::Agent is a general logging framework aimed at reusable modules.
Instead of having modules insist on using their own logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.
From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
Changes:
- Cosmetic fixes.
- Port no longer depends on guilib, which was only required to build
an example chat code that was never installed in the first place.
- Sync DESCR with reality.
From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
brad@ ok
--
Generic classes for representation and manipulation of
dates, times and time zones without the need of timestamps, which
is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions. It does not
rely on 32-bit system date stamps, so you can display calendars
and compare dates that date pre 1970 and post 2038. This package
also provides a class to convert date strings between Gregorian
and Human calendar formats.
--
The Log framework provides an abstracted logging system for PHP
scripts. It supports logging to console, file, syslog, SQL, mail,
and mcal targets. It also provides a subject - observer mechanism.
on non-i386 platforms - there is no need to be MD
- Don't patch files into existence, use files/ for that
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add appropriate regress targets with REGRESS_DEPENDS or set
NO_REGRESS where such tests are not available.
- Do not link with -g
on non-i386 platforms - there is no need to be MD
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add 'test' target and turn it into a regress target for the port, using
the provided test.
- Add appropriate REGRESS_DEPENDS
XXX regress currently fails on at least powerpc.