files. It can also generate corresponding C/C++ header files to use
these resources from within a linked application.
WWW: http://ktown.kde.org/~frerich/elfrc.html
PR: ports/114555
Submitted by: Ed Schouten <ed at fxq.nl>
- core to 1.0.1 [1]
- parser to 1.0 [2]
- metadata to 1.0.1
- urwid to 1.0.1 [3]
- Transfer maintainership to lwhsu
- Add regex and subfile:
hachoir-regex is a Python library for regular expression manupulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
WWW: http://hachoir.org/wiki/hachoir-regex
hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.
WWW: http://hachoir.org/wiki/hachoir-subfile
PR: ports/114557 [1], ports/114558 [2], ports/114559 [3]
Submitted by: lwhsu [1], [2], [3]
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
to Qt and is totally independent of KDevelop. Less complete, but faster,
light and especially multi-platforms. QDevelop and KDevelop have different
code sources.
WWW: http://qdevelop.org/
PR: ports/114288
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Liblogging is an easy to use, portable, open source library for
system logging.
WWW: http://www.liblogging.org/
Author: Rainer Gerhards <rgerhards@adiscon.com>
Daemon is made of 2 parts. One written in C that makes the
interface to the operating system and the other in Java that
provides the Daemon API.
WWW: http://jakarta.apache.org/commons/daemon/
PR: ports/114431
Submitted by: Ronald Klop <ronald at echteman.nl>
This port implemented in C and comes with its own unicode conversion functions
and a parser generated by the Ragel State Machine Compiler.
WWW: http://json.rubyforge.org/
This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming.
WWW: http://libsigc.sourceforge.net/
first "tie" the hash variable to this module. Normally, only the keys
of the tied hash itself are preserved as references; to use references
as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as
part of Tie::RefHash.
Note, this module is part of all relevant perl dists, but various CPAN
packages are beginning to require bug fixes found in newer versions.
experience and it is not as easy as it could be. For instance, typical
implementations of decorators involve nested functions, and we all
know that flat is better than nested. Moreover, typical
implementations of decorators do not preserve the signature of
decorated functions, thus confusing both documentation tools and
developers.
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.
WWW: http://www.phyast.pitt.edu/~micheles/python/documentation.html
PR: ports/113968
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
FSF gcc for cross-target development. This port brings C, C++ and
Objective C compillers with all target libraries (libstdc++, libsupc++,
libobjc, libssp, libgcc). Gloss and libc layer are provided through
newlib embedded C library.
It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc)
for this architecture.
WWW: http://gcc.gnu.org/
least the same functionality as HTML_QuickForm and work with PHP5 E_STRICT setting.
PR: 112743
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Repocopie by: marcus
who implements unit tests in PHP5. It is based upon JUnit, which
can be found at http://www.junit.org/.
WWW: http://www.phpunit.de/
PR: 112737
Submitted by: Gerrit Beine<gerrit.beine@gmx.de>
Repocopied by: marcus
Lua. It has the ability to expose functions and classes, written
in C++, to Lua. It will also supply the functionality to define
classes in lua and let them derive from other lua classes or C++
classes. Lua classes can override virtual functions from their C++
baseclasses. It is written towards Lua 5.x, and does not work with
Lua 4.
It is implemented utilizing template meta programming. That means
that you don't need an extra preprocess pass to compile your project
(it is done by the compiler). It also means you don't (usually)
have to know the exact signature of each function you register,
since the library will generate code depending on the compile-time
type of the function (which includes the signature). The main
drawback of this approach is that the compilation time will increase
for the file that does the registration, it is therefore recommended
that you register everything in the same cpp-file.
WWW: http://www.rasterbar.com/products/luabind.html
PR: ports/113443
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
processes. Only one process can hold a lock file. Other processes that want to
acquire it have to wait until it is released by the holder.
In this module the lock file is implemented as an empty regular file,
exclusively locked using fcntl.flock. The file is removed when it is to be
released.
WWW: http://martin.horcicka.eu/python/lock_file/
PR: ports/113392
Submitted by: Martin Horcicka <martin at horcicka.eu>
programs that recognise those languages. One of the aims of sid was to separate
the specification of the language to be recognised from the language that the
recogniser program is written in. For this reason, input to sid is split into
two components: output language independent information, and output language
dependent information.
PR: ports/113128
Submitted by: The Akuma Project
with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.
PR: ports/112606
Submitted by: Jason Bacon <bacon at smithers.neuro.mcw.edu>
port is a dependency for others on the way regarding Lego
Mindstorms NXT software.
PR: ports/112605
Submitted by: Jason Bacon <bacon at smithers.neuro.mcw.edu>
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.
WWW: http://zooko.com/repos/pyutil/
PR: ports/113185
Submitted by: Chao Shin <quakelee at cn.FreeBSD.org>
version will use ctypes), that provides USB access for it.
WWW: http://pyusb.berlios.de/
PR: ports/112641
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov at SKYLINK.ru>
2007-05-15 devel/ups-debug: only runs on FreeBSD 4.X/386
2007-03-10 korean/han: Broken on all supported versions of FreeBSD
2007-05-11 net/tspc2: development is discontinued
2007-05-20 devel/agenda-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-headers: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-snow-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-static-libs: Agenda VR3 is dead for long time
2007-05-20 devel/mipsel-linux-binutils: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-gcc: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-kernel-headers: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.
Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing
-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
directly in documentation
-generates a todo list from @todo tags in source
-generates multiple documentation sets based on @access private, @internal and
{@internal} tags
-example php files can be placed directly in documentation with highlighting
and phpxref linking using the @example tag
-linking between external manual and API documentation is possible at the
sub-section level in all output formats
-easily extended for specific documentation needs with Converter
-full documentation of every feature, manual can be generated directly from
the source code with "phpdoc -c makedocs" in any format desired.
-current manual always available at http://www.phpdoc.org/manual.php
-user .ini files can be used to control output, multiple outputs can be
generated at once
WWW: http://pear.php.net/package/PhpDocumentor/
PR: ports/112744
Submitted by: Gerrit Beine (<gerrit.beine at gmx.de>)