notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Diego: I replied to your email, it bounced. Please email me again from a different address.

non port: devel/Makefile

Number of commits found: 11334 (showing only 100 on this page)

[First Page]  «  89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99  »  [Last Page]

Tuesday, 10 Jul 2007
17:09 miwi search for other commits by this committer
QDevelop is a development environment entirely dedicated to Qt4.
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>
Original commit
07:20 sat search for other commits by this committer
Add port devel/liblogging:

Liblogging is an easy to use, portable, open source library for
system logging.

WWW: http://www.liblogging.org/
Author: Rainer Gerhards <rgerhards@adiscon.com>
Original commit
Monday, 9 Jul 2007
17:09 miwi search for other commits by this committer
Wrapper code to start/stop a Java application as a daemon.
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>
Original commit
06:47 clsung search for other commits by this committer
This library can parse JSON texts and generate them from ruby data structures.
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/
Original commit
Saturday, 7 Jul 2007
22:54 skv search for other commits by this committer
Add p5-Test-TAP-HTMLMatrix 0.09, creates colorful matrix of
Test::Harness test run results.
Original commit
22:44 skv search for other commits by this committer
Add p5-Test-TAP-Model 0.09, accessible result collector for
Test::Harness::Straps runs.
Original commit
09:18 dryice search for other commits by this committer
New port of devel/py-babel. This is A collection of tools for
internationalizing Python applications in Python. It will be used in the new
version of textproc/py-mako
Original commit
00:14 miwi search for other commits by this committer
Utilities for Astronomical Calculations

WWW:    http://search.cpan.org/dist/DateTime-Util-Astro/

PR:             ports/113855
Submitted by:   Masahiro Teramoto <markun at onohara.to>
Original commit
Tuesday, 3 Jul 2007
21:45 pav search for other commits by this committer
Connect libopensync022
Original commit
Sunday, 1 Jul 2007
05:55 ijliao search for other commits by this committer
add p5-AnyData 0.10
Easy access to data in many formats
Original commit
Friday, 29 Jun 2007
18:50 miwi search for other commits by this committer
C++/QT Editor with hightlight, project managment. Writed with Qt V4

WWW: http://sourceforge.net/projects/alabastra/

PR:             ports/113872
Submitted by:   Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Original commit
Thursday, 28 Jun 2007
17:44 bsam search for other commits by this committer
Libsigc++ -- The Typesafe Callback Framework for C++ (linux version)

This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming.

WWW: http://libsigc.sourceforge.net/
Original commit
Wednesday, 27 Jun 2007
13:51 lbr search for other commits by this committer
This module provides the ability to use references as hash keys if you
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.
Original commit
Monday, 25 Jun 2007
18:14 miwi search for other commits by this committer
As of now, writing custom decorators correctly requires some
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>
Original commit
Sunday, 24 Jun 2007
08:06 stas search for other commits by this committer
- Add devel/cross-gdb port.

GNU gdb for cross-target application development.

WWW: http://sourceware.org/gdb/
Original commit
08:05 stas search for other commits by this committer
- Add devel/cross-gcc port.

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/
Original commit
08:02 stas search for other commits by this committer
- Add devel/cross-binutils port.

GNU binutils for cross-target application development.

Prerequisite for the GCC cross-compiling enviropment.

WWW: http://sources.redhat.com/binutils/
Original commit
Friday, 22 Jun 2007
08:06 beech search for other commits by this committer
- Ports renamed for consistency

PR:             ports/112327
Repocopy by:    marcus
Approved by:    sat (maintainer)
Original commit
Thursday, 21 Jun 2007
12:36 timur search for other commits by this committer
Add a new port devel/p5-File-ExtAttr

File::ExtAttr is a Perl module providing access to the extended
attributes of the files.

Approved by:    shaun (mentor)
Original commit
11:14 lth search for other commits by this committer
Add p5-mocked 0.06, mocked - use mocked libraries in unit tests.
Original commit
Monday, 18 Jun 2007
06:19 lbr search for other commits by this committer
This class lets you build groups of accessors that will call different
getters and setters.
Original commit
06:18 lbr search for other commits by this committer
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and
higher.
Original commit
Sunday, 17 Jun 2007
08:13 rafan search for other commits by this committer
This module contains some common calculation utilities
that are required to perform datetime calculations.

WWW: http://search.cpan.org/dist/DateTime-Util-Calc/

PR:             ports/113753
Submitted by:   Masahiro Teramoto <markun at onohara.to>
Original commit
Saturday, 16 Jun 2007
12:51 vanilla search for other commits by this committer
Add stringencoders 3.3.0, collection of high performance c-string
transformations.

PR:             ports/113664
Submitted by:   Steven Kreuzer <skreuzer at exit2shell.com>
Original commit
Friday, 15 Jun 2007
05:52 miwi search for other commits by this committer
- Add devel/pear-HTML_QuickForm2 - The package is expected to offer at
  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
Original commit
Thursday, 14 Jun 2007
01:57 clsung search for other commits by this committer
Add p5-IO-Async 0.07, perl modules that implement asynchronous
filehandle IO.

PR:             ports/113505
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Wednesday, 13 Jun 2007
21:26 vanilla search for other commits by this committer
Add papi 3.5.0, API to access the performance counter hw in the
microprocessor.

PR:             ports/113472
Submitted by:   redcrash at gmail.com
Original commit
Monday, 11 Jun 2007
07:41 vs search for other commits by this committer
Remove outdated lang/ghc5 on upstream's request, devel/hs-popenhs which depends
on it, and make x11-toolkits/hs-frantk use lang/hugs
Original commit
01:29 tmclaugh search for other commits by this committer
Remove expired port.
- Module rolled into www/py-mechanize by author

PR:     109573
Original commit
Sunday, 10 Jun 2007
11:16 miwi search for other commits by this committer
PHPUnit3 is a regression testing framework used by the developer
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
Original commit
Thursday, 7 Jun 2007
09:09 philip search for other commits by this committer
Luabind is a library that helps you create bindings between C++ and
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>
Original commit
Wednesday, 6 Jun 2007
13:28 miwi search for other commits by this committer
Lock files are used on Unix-like systems as a means of synchronization among
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>
Original commit
06:00 miwi search for other commits by this committer
Sid is a LL(1) parser generator that turns specifications of languages into
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
Original commit
Tuesday, 5 Jun 2007
13:37 miwi search for other commits by this committer
The linxt Perl script is a Unix command line tool for communicating
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>
Original commit
13:34 miwi search for other commits by this committer
Device::USB, Perl wrappers for libusb. This
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>
Original commit
07:12 miwi search for other commits by this committer
These are a few data structures, classes and functions
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>
Original commit
Monday, 4 Jun 2007
19:40 miwi search for other commits by this committer
PyUSB is a native Python module written in C (meanwhile, because the next major
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>
Original commit
12:02 gabor search for other commits by this committer
Remove expired ports:

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
Original commit
06:45 miwi search for other commits by this committer
Lexi translates a description of a lexical analyser into code implementing that
analyser.

WWW:    http://www.akumaproject.org/ (notes webpage is in progress)

PR:             ports/113124
Submitted by:   The Akuma Project
Original commit
Saturday, 2 Jun 2007
15:37 gabor search for other commits by this committer
Remove expired ports:

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.
Original commit
Friday, 1 Jun 2007
20:43 ahze search for other commits by this committer
- Retire gstreamer 0.8.0
Original commit
Tuesday, 29 May 2007
16:15 miwi search for other commits by this committer
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
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>)
Original commit
02:46 clsung search for other commits by this committer
Add p5-ShipIt 0.50, software release tool.

PR:             ports/112376
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
01:59 clsung search for other commits by this committer
Add p5-Devel-ebug 0.48, a simple, extensible Perl debugger.

PR:             ports/112352
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 28 May 2007
16:09 gabor search for other commits by this committer
Remove expired ports:

2007-05-24 devel/ruby-inline: New versions only available in rubygems. Use
devel/rubygem-inline instead.
2007-05-15 devel/tkref: is seriously outdated, take a look at
http://www.tcl.tk/doc/ for TCL/TK documentation
Original commit
Sunday, 27 May 2007
21:50 miwi search for other commits by this committer
Crow is a modern GUI builder for the GTK+ toolkit. It is an advanced
IDE-embeddable RAD tool designed to fulfill the needs of desktop programmers
who want to create multi-platform GTK+ based applications with minimal
GUI coding. Crow is full-featured yet lightweight: its tree-based Property
Explorer solves many GUI constructing tasks in a versatile manner without
additional popup dialogs. The project is targeted to develop a tool that
is coherent and productive for experienced GTK+ users as well as simple
and accessible for newcomers.

WWW: http://crow-designer.sourceforge.net/

PR:             ports/112618
Submitted by:   Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Original commit
21:49 miwi search for other commits by this committer
GuiLoader is a high-performance and compact GuiXml loader library.
This library allows GTK+ applications to create GUI widgets and
objects at run-time from GuiXml resource files. GuiLoader is
written in the C language as a GObject subclass and has
a trivial language-independent API. GuiLoader was designed to be
easily wrapped for any language that has GTK+ bindings.

WWW: http://crow-designer.sourceforge.net/

PR:             ports/112618
Submitted by:   Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Original commit
21:47 miwi search for other commits by this committer
GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
layer that simplifies development of GuiLoader based applications written
in the C++ language by introducing exception safety, binding GTK+ objects
defined in GuiXml to C++ variables and type-safe dynamic connection to signals.

WWW: http://crow-designer.sourceforge.net/

PR:             ports/112618
Submitted by:   Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Original commit
13:36 lth search for other commits by this committer
Add p5-Test-Assertions 1.054, a simple set of building blocks for both
unit and runtime testing.
Original commit
13:29 lth search for other commits by this committer
Add p5-Log-Trace 1.070, provides a unified approach to tracing.
Original commit
13:16 skv search for other commits by this committer
Upgrade Bugzilla to 3.0; repocopy 2.x branch to devel/bugzilla2
Original commit
09:56 oliver search for other commits by this committer
remove devel/wfut - it is obsolete
Original commit
Friday, 25 May 2007
08:55 lbr search for other commits by this committer
XS performance enhancers for Class::C3.
Original commit
07:12 clsung search for other commits by this committer
Method::Alias is designed to be used as a pragma, to which you provide a
set of pairs of method names. Only very minimal checking is done, if you
wish to create infinite loops or what have you, you are more than
welcome to shoot yourself in the foot.

# Add a single method alias
    use Method::Alias 'foo' => 'bar';

# Add several method aliases
    use Method::Alias 'a' => 'b',
    'c' => 'd',
    'e' => 'f';

WWW: http://search.cpan.org/dist/Method-Alias
Original commit
02:24 linimon search for other commits by this committer
Finish removing devel/make to pacify portsmon.

Pointy hat to:  shaun
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 4 May 2007
00:48 clsung search for other commits by this committer
Add p5-CLASS 1.00, alias for __PACKAGE__.

PR:             ports/112306
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Tuesday, 1 May 2007
19:39 miwi search for other commits by this committer
This package adds an element to the PEAR::HTML_QuickForm package to dynamically
create an HTML input text element that at every keypressed javascript event,
returns a list of options in a dynamic dropdown select box
(live dropdown select). This element use AJAX (Communication from JavaScript
to your browser without reloading the page).
This type of livesearch is useful when you have a form with a dropdown list
with a large number of row.

WWW: http://pear.php.net/package/HTML_QuickForm_Livesearch/
Original commit
11:16 miwi search for other commits by this committer
lhs2TeX is a preprocessor to generate LaTeX code from literate Haskell
sources. It is released under the GPL.

WWW: http://www.informatik.uni-bonn.de/~loeh/lhs2tex/

PR:             ports/112096
Submitted by:   mainland at apeiron.net
Original commit
Monday, 30 Apr 2007
13:02 mm search for other commits by this committer
New port: devel/libcfg
Library for command line and configuration file parsing

Approved by:    garga (mentor)
Original commit
Friday, 27 Apr 2007
15:38 flz search for other commits by this committer
Add libgalago 0.5.2, Galago desktop presence library.
Original commit
Thursday, 26 Apr 2007
20:40 lth search for other commits by this committer
Add p5-Test-JSON 0.02, test JSON data.
Original commit
20:03 miwi search for other commits by this committer
File::Util provides a comprehensive toolbox of utilities to automate
all kinds of common tasks on file / directories. Its purpose is to do
so in the most portable manner possible so that users of this module
won't have to worry about whether their programs will work on other
OSes and machines.

WWW: http://www.cpan.org/

PR:             ports/112130
Submitted by:   Jeff Hung <jeffhung@mail2000.com.tw>
Original commit
20:00 miwi search for other commits by this committer
Exception::Handler

Exception::Handler helps to report exceptions with formatted text
call-stack.

WWW: http://www.cpan.org/

PR:             ports/112129
Submitted by:   Jeff Hung <jeffhung@mail2000.com.tw>
Original commit
19:58 miwi search for other commits by this committer
Class::OOorNO

Class::OOorNO helps your module handle the input for its subroutines
whether called in object-oriented style (as object methods or class
methods with the arrow syntax ->), or in functional programming style
(as subroutines imported to the caller's namespace via Exporter).

WWW: http://www.cpan.org/

PR:             ports/112128
Submitted by:   Jeff Hung <jeffhung@mail2000.com.tw>
Original commit
02:21 ijliao search for other commits by this committer
add libarena 0.3.1
Custom Memory Allocator Interface
Original commit
Wednesday, 25 Apr 2007
07:50 clsung search for other commits by this committer
Add p5-CPAN-SQLite 0.1, search CPAN using a SQLite database.

PR:             ports/107723
Submitted by:   Christopher Boumenot <boumenot at gmail.com>
Original commit
Monday, 23 Apr 2007
17:22 bsam search for other commits by this committer
Eric is a full featured Python and Ruby editor and IDE, written in python.

It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.

This is a port of eric4 (based on Qt4, development version).

WWW: http://www.die-offenbachs.de/detlev/eric.html
Original commit
14:55 mm search for other commits by this committer
New port: devel/tclthread
Tcl Thread extension, script-level access to Tcl threading capabilities.

Approved by:    garga (mentor)
Original commit
04:55 dryice search for other commits by this committer
New port myghtyutils. This is the set of utility classes used by Myghty
templating. And now used by Mako and Pylons.

Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 22 Apr 2007
14:23 clsung search for other commits by this committer
ZenTest provides 4 different tools and 1 library: zentest, unit_diff,
autotest, multiruby, and Test::Rails.

ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit.

unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.

autotest is a continous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.

multiruby runs anything you want on multiple versions of ruby.

Test::Rails helps you build industrial-strength Rails code.

WWW: http://zentest.rubyforge.org/
Original commit
10:04 tobez search for other commits by this committer
Add devel/p5-Class-Closure 0.21, a module that implements encapsulated,
declarative classes in Perl.
Original commit
Saturday, 21 Apr 2007
14:04 sat search for other commits by this committer
Add port devel/egypt:

Egypt is a simple tool for creating call graphs of C programs. Egypt
neither analyzes source code nor lays out graphs. Instead, it leaves
the source code analysis to GCC and the graph layout to Graphviz, both
of which are better at their respective jobs than egypt itself could
ever hope to be. Egypt is simply a very small Perl script that glues
these existing tools together.

WWW: http://www.gson.org/egypt/
Author: Andreas Gustafsson <gson@gson.org>
Original commit
Friday, 20 Apr 2007
12:18 miwi search for other commits by this committer
FlexJSON is a lightweight library to serialize objects out in Javascript Object
Notation (JSON). The library serializes only immediately available fields by
default, although it's fairly easy to add additional data such as collections
through code or annotations.

WWW: http://flexjson.sourceforge.net/

PR:             ports/111934
Submitted by:   Nemo Liu <nemoliu at gmail.com>
Original commit
Tuesday, 17 Apr 2007
18:48 miwi search for other commits by this committer
The Swiftcore Analogger implements a fast asynchronous logging system
for Ruby programs as well as client library for sending logging messages
to the Analogger process.

Analogger will accept logs from multiple sources and can have multiple
logging destinations. Currently, logging to a file, to STDOUT, or to
STDERR is supported. A future revision may support logging to a
database destination, as well.

WWW: http://analogger.swiftcore.org

PR:             ports/111633
Submitted by:   Alexander Logvinov <ports at logvinov.com>
Original commit
Sunday, 15 Apr 2007
18:59 miwi search for other commits by this committer
C/C++ preprocessor expands macros and processes '#if', '#include' and
some other directives.

MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui.  MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.  It supports multiple
standards: K&R, ISO C90, ISO C99, and ISO C++98.

Though mcpp could be built as a replacement of GCC's resident
proprocessor or as a subroutine called from some other main program,
this package installs only a stand-alone program named 'mcpp' which
behaves independent from GCC.

WWW: http://mcpp.sourceforge.net/

- Kiyoshi Matsui <kmatsui@t3.rim.or.jp>

PR:             ports/111588
Submitted by:   Kiyoshi Matsui <kmatsui at t3.rim.or.jp>
Original commit
18:57 miwi search for other commits by this committer
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.

WWW: http://rubyforge.org/projects/eventmachine

PR:             ports/111095
Submitted by:   Alexander Logvinov <ports at logvinov.com>
Original commit
09:46 rafan search for other commits by this committer
Add p5-Devel-Required 0.07, automatic update of required modules
documentation.

PR:             ports/111589
Submitted by:   chinsan
Original commit
Saturday, 14 Apr 2007
18:09 lwhsu search for other commits by this committer
- Remove archaic ports

2007-03-28 devel/crossgo32: Has expired, archaic port
devel/crossgo32-djgpp2: Archaic port
devel/crossgo32-djgpp2-pdcurses: Archaic port

Approved by:    clsung (mentor)
Original commit
Friday, 13 Apr 2007
16:42 nivit search for other commits by this committer
Cog transforms files in a very simple way: it finds chunks of Python code
embedded in them, executes the Python code, and inserts its output back into
the original file. The file can contain whatever text you like around the
Python code. It will usually be source code.

Author: Ned Batchelder
WWW: http://www.nedbatchelder.com/code/cog/index.html

PR:             ports/111046
Submitted by:   Alex Pesternikov <apesternikov at page2rss.com>
Original commit
07:36 clsung search for other commits by this committer
ParseTree is a C extension (using RubyInline) that extracts
the parse tree for an entire class or a specific method and
returns it as a s-expression (aka sexp) using ruby's arrays,
strings, symbols, and integers.

WWW: http://rubyforge.org/projects/parsetree/
Original commit
Tuesday, 10 Apr 2007
22:32 bsam search for other commits by this committer
QCT - Qt/PyQt based commit tool

Primary goals:

  1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now)
  2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion)
  3. Good keyboard navigation, keep the typical work-flow simple

Author: Steve Borho <steve@borho.org>
WWW: http://qct.sourceforge.net/
Original commit
08:12 lth search for other commits by this committer
Add p5-Test-Group 0.07, group together related tests in a test suite.
Original commit
07:17 lth search for other commits by this committer
Add p5-Test-YAML-Valid 0.03, test for valid YAML.
Original commit
07:02 lth search for other commits by this committer
Add p5-Test-XML-Valid 0.04, validate XML and XHTML.
Original commit
Monday, 9 Apr 2007
09:58 knu search for other commits by this committer
Add svn_load_dirs, a Perl script to load directories into a Subversion
repository.
Original commit
02:50 ijliao search for other commits by this committer
add eventxx 0.4
A C++ wrapper for libevent
Original commit
Friday, 6 Apr 2007
08:21 lbr search for other commits by this committer
New port: devel/p5-Task-Weaken, Ensure that a platform has weaken support
Original commit
Thursday, 5 Apr 2007
15:41 tobez search for other commits by this committer
Add devel/p5-Data-GUID 0.043, a Perl module to generate globally unique
identifiers.
Original commit
09:40 oliver search for other commits by this committer
add libwfut - WorldForge update library
Original commit
Wednesday, 4 Apr 2007
11:23 tobez search for other commits by this committer
Add devel/p5-File-CreationTime 2.03, a Perl module that keeps track of
creation times on filesystems that don't normally provide such
information.
Original commit
11:12 tobez search for other commits by this committer
Add devel/p5-File-Attributes-Recursive 0.02, a variant of
p5-File-Attributes that inherits file attributes from parent
directories.
Original commit
08:57 clsung search for other commits by this committer
Add p5-threads-shared 1.08, perl extension for sharing data structures
between threads.

PR:             ports/110474
Submitted by:   Ruben van Staveren
Original commit
Tuesday, 3 Apr 2007
14:26 tobez search for other commits by this committer
Add devel/p5-File-Attributes 0.04, a Perl module that lets you assign
attributes to files.
Original commit
14:08 tobez search for other commits by this committer
Add devel/p5-Best 0.11.

Often there are several possible providers of some functionality your
program needs, but you don't know which is available at the run site.
For example, one of the modules may be implemented with XS, or not in
the core Perl distribution and thus not necessarily installed.

Best.pm attempts to load modules from a list, stopping at the first
successful load and failing only if no alternative was found.
Original commit
13:59 tobez search for other commits by this committer
Add devel/p5-Directory-Scratch 0.12, a Perl module that provides an
easy-to-use self-cleaning scratch space.
Original commit
13:38 tobez search for other commits by this committer
Add devel/p5-Algorithm-IncludeExclude 0.01, a Perl module to build and
evaluate include/exclude lists.
Original commit
Thursday, 29 Mar 2007
11:31 sat search for other commits by this committer
Add port devel/stfl:

STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby.
Since the API is only 14 simple function calls big and there are
already generic SWIG bindings it is very easy to port STFL to
additional scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages fiddling
around with the GUI and can concentrate on the more interesting
programming tasks.

WWW: http://www.clifford.at/stfl/
Author: Clifford Wolf <clifford@clifford.at>
Original commit
Wednesday, 28 Mar 2007
07:45 miwi search for other commits by this committer
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.

Each of the following Google services provides a Google data API:

    * Base
    * Blogger
    * Calendar
    * Picasa Web Albums
    * Spreadsheets
    * Google Apps Provisioning
    * Code Search
    * Notebook

The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.

WWW:    http://code.google.com/p/gdata-python-client/

PR:             ports/110958
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
Original commit
Tuesday, 27 Mar 2007
15:47 miwi search for other commits by this committer
ez_xml is a XML template generator that compiles a XML template file into a
Python module. Programmers feed data to a template module to generate a
respective XML document. ez_xml provides concise functions, no complex
flow-control instructions.

WWW:    https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml

PR:             ports/110927
Submitted by:   Thinker K.F. Li <thinker at branda.to>
Original commit

Number of commits found: 11334 (showing only 100 on this page)

[First Page]  «  89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99  »  [Last Page]