non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Friday, 28 Sep 2007
|
22:56 miwi
ruby2ruby provides a means of generating pure ruby code
easily from ParseTree's Sexps.
This makes making dynamic language processors
much easier in ruby than ever before.
WWW: http://rubyforge.org/projects/seattlerb/
WWW: http://seattlerb.rubyforge.org/ruby2ruby/
PR: ports/116711
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
|
Wednesday, 26 Sep 2007
|
20:57 skv
Add ruby-thrift 20070917, Ruby interface to thrift.
|
20:39 skv
Add p5-Thrift 0.1, perl interface to Thrift.
|
20:08 skv
Add thrift 20070917, framework for scalable cross-language services
development.
|
12:22 vanilla
Add libconfig 1.1.3, a simple library for manipulating structured
configuration files.
PR: ports/116655
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
|
Sunday, 23 Sep 2007
|
02:56 edwin
New port: devel/libnxt Lego Mindstorms NXT firmware management
Libnxt is a library and set of tools for managing Lego Mindstorms
NXT firmware via the Unix command line.
PR: ports/116398
Submitted by: Jason Bacon <jwbacon@tds.net>
|
Saturday, 22 Sep 2007
|
07:43 ale
Javolution is the Java solution for real-time and embedded systems.
Javolution real-time goals are simple: to make your application
faster and more time predictable!
That being accomplished through:
* High performance and time-deterministic (real-time)
util / lang / text / io / xml base classes.
* Context programming in order to achieve true separation of
concerns (logging, performance, etc).
* A testing framework addressing not only unit tests but also
performance and regression tests as well.
* Straightforward and low-level parallel computing capabilities
with ConcurrentContext.
* Struct and Union base classes for direct interfacing with native
applications (e.g. C/C++).
* World's fastest and first hard real-time XML
marshalling/unmarshalling facility.
* Simple yet flexible configuration management of your application.
WWW: http://javolution.org/
|
Thursday, 20 Sep 2007
|
03:17 clsung
There's a whole bunch of class builders out there. In fact, creating a
class builder seems to be something of a rite of passage (this is my
fifth, at least).
Unfortunately, most of the time I want a class builder I'm in a hurry
and sketching out lots of fairly simple data classes with fairly
simple structure, mostly just read-only accessors, and that's about it.
Often this is for code that won't end up on CPAN, so adding a small
dependency doesn't matter much. I just want to be able to define these
classes FAST.
By which I mean LESS typing than writing them by hand, not more. And I
don't need all those weird complex features that bloat out the code
and take over the whole way I build modules.
And so, I present yet another member of the Tiny family of modules,
Object::Tiny.
WWW: http://search.cpan.org/dist/Object-Tiny/
PR: ports/116101
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Wednesday, 19 Sep 2007
|
17:21 lme
mkimage adds a header to a kernel image with information and checksums for
the u-boot bootloader used in embedded systems.
WWW: http://www.denx.de/wiki/UBoot
PR: ports/116442
Submitted by: Markus NĂ¼nnerich <mn (at) bsdgroup.de>
Approved by: miwi (mentor)
|
Tuesday, 18 Sep 2007
|
15:55 miwi
2007-08-22 lang/fesi: Depends on obsolete version of jdk
2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded
into mono
2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later
versions and is no longer needed
2007-09-01 devel/hs-green-card: "Does not build with latest GHC"
2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions
|
07:03 acm
- The devel/fpc-fcl is not necessary anymore, it was separated to:
devel/fpc-fcl-base
devel/fpc-fcl-db
devel/fpc-fcl-fpcunit
devel/fpc-fcl-image
devel/fpc-fcl-net
devel/fpc-fcl-passrc
devel/fpc-fcl-registry
devel/fpc-fcl-web
devel/fpc-fcl-xml
|
06:25 acm
- New port: devel/fpc-fpmkunit
Free Pascal build system unit
|
06:06 acm
- The devel/fpc-fcl port was separated to:
devel/fpc-fcl-base
devel/fpc-fcl-db
devel/fpc-fcl-fpcunit
devel/fpc-fcl-image
devel/fpc-fcl-net
devel/fpc-fcl-passrc
devel/fpc-fcl-registry
devel/fpc-fcl-web
devel/fpc-fcl-xml
|
Thursday, 13 Sep 2007
|
21:47 miwi
Params::Coerce - Allows your classes to do coercion of parameters
WWW: http://search.cpan.org/dist/Params-Coerce/
PR: ports/116215
Submitted by: Cory R. King <coryking at mozimedia.com>
|
20:44 miwi
Track and report execution time for parts of code
WWW: http://search.cpan.org/dist/Devel-Timer/
PR: ports/116213
Submitted by: Cory R. King <coryking at mozimediacom>
|
20:10 miwi
Implements the TransformPath concept
WWW: http://search.cpan.org/dist/Digest-TransformPath/
PR: ports/116214
Submitted by: Cory R. King <coryking at mozimedia.com>
|
20:05 oliver
adding libmowgli which will be used in future versions of multimedia/audacious
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a suppliment
to GLib (to add additional functions (dictionaries, hashes), or replace
some of the slow GLib list manipulation functions), or stand alone. It
also provides a powerful hook system and convenient logging for your code,
as well as a high performance block allocator.
|
17:45 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtScript module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
Submitted by: Danny Pansters <danny at ricin.com> via privat mail
|
Tuesday, 11 Sep 2007
|
19:06 tmclaugh
Remove port now that devel/cedet defaults to emacs22 and fix INDEX
Approved by: portmgr (erwin)
|
17:49 alepulver
This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.
WWW: http://mercurial.creo.hu/repos/libublio
|
Monday, 10 Sep 2007
|
09:14 ade
Clean up after gnu-auto* removal
|
Sunday, 9 Sep 2007
|
08:43 edwin
New port: devel/qprog Cross-platform software for the DIY line of PIC
programmers
QProg is an OS X, Windows, and *nix/X11 compatible software
interface to the popular DIY line of PIC programmers sold
by Kitsrus and is intended to be a cross-platform replacement
for the software provided with the DIY kits.
WWW: http://bfoz.net/projects/qprog/
-Brandon Fosdick
bfoz@bfoz.net
PR: ports/114811
Submitted by: Brandon Fosdick <bfoz@bfoz.net>
|
06:34 edwin
New port: devel/subcommander Qt based multiplatform subversion client, diff &
merge tool
The goal of the Subcommander project is to build an easy
to use, cross platform (Win32, Unix, MacOSX) subversion
GUI client (subcommander) including a visual diff and merge
tool (submerge).
WWW: http://subcommander.tigris.org/
PR: ports/114905
Submitted by: sutra <zhoushuqun@gmail.com>
|
05:55 edwin
[NEW PORT] devel/cunit: An automated unit testing framework for C
CUnit is a lightweight system for writing, administering,
and running unit tests in C. It provides C programmers a
basic testing functionality with a flexible variety of user
interfaces. CUnit is built as a static library which is
linked with the user's testing code. It uses a simple
framework for building test structures, and provides a rich
set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests
and reporting results.
WWW: http://cunit.sourceforge.net/
PR: ports/114934
Submitted by: Stefan Pauly <stefan@fh-mainz.de>
|
Saturday, 8 Sep 2007
|
08:20 clsung
Gearman::Client::Async - Asynchronous client module for Gearman for
Danga::Socket applications
WWW: http://search.cpan.org/dist/Gearman-Client-Async/
PR: ports/116052
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
08:17 clsung
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.
This is the server daemon component. The bridge between workers (clients who
can do work) and callers (clients who want work done). You should run several
of these, at least two, for both load balancing and high availability.
WWW: http://search.cpan.org/dist/Gearman-Server/
PR: ports/116050
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
05:22 edwin
[NEW PORT]: devel/rudeconfig - configuration library
Add new port devel/rudeconfig. This includes a library
written in C++ for handling configuration files.
Main web site is http://www.rudeserver.com/config/.
PR: ports/114382
Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
|
Friday, 7 Sep 2007
|
15:11 miwi
pty is a tool to help debug console programs which take the terminal out of
canonical mode, by allowing the program being debugged and the debugger to run
on separate terminal devices.
To use pty, the programmer changes to the terminal device where he or she
wishes to interact with the program to be debugged, and at the shell
prompt, runs pty with no arguments. Pty will print out the filename of the
slave side of the pseudo-terminal it has opened. Inside the debugger,
running in another terminal device, one then redirects the program to be
debugged's IO to the slave (tty command of gdb). When you are finished
using pty, you must manually kill it. When pty starts it prints out its
pid.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
PR: ports/116179
Submitted by: James Bailie <jimmy at mammothcheese.ca>
|
12:01 edwin
New port: devel/ml-doc
ML-Doc is a system for documenting the interfaces of SML
libraries. It can produce both HTML and LaTeX output.
http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html
PR: ports/115932:
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
03:55 edwin
[NEW PORT] net/zeroinstall-injector: 0install injector
A running process is created by combining many different
libraries (and other components). In the Zero Install world,
we have all versions of each library available at all times.
The problem then is how to choose which versions to use.
The injector solves this problem by selecting components
to meet a program's requirements, according to a policy you
give it. The injector finds out which versions are available,
and downloads and runs the ones you choose.
WWW: http://www.0install.net
PR: ports/114006
Submitted by: Dylan Cochran <a134qaed@gmail.com>
|
03:39 edwin
New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS command
Cvs Object oriented interface to the CVS command
WWW: http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm
PR: ports/114114
Submitted by: Philip Drapeau <pdrapeau@advanis.ca>
|
00:30 miwi
Legoctl is a library and program for communicating with Lego
Mindstorms robotic controllers. It is used to upload programs,
check status, run programs, etc. It is an alternative to linxt,
but written entirely in C. It is meant to be used in conjunction with
NBC/NXC or some other programming language for Lego robotics.
WWW: http://personalpages.tds.net/~jwbacon/Ports
PR: ports/116036
Submitted by: Jason Bacon <jwbacon at tds.net>
|
Thursday, 6 Sep 2007
|
12:11 edwin
[new port] devel/ta-lib
The ta-lib provides common functions for the technical analysis of
financial market data. Widely used by trading software developers
working with Excel, .NET, Java, Perl, Python or C/C++.
More than 130 technical analysis indicators such as ADX, MACD, RSI,
Stochastic, Bollinger Bands. Includes candlestick pattern recognition.
Optional abstract API allowing your code to adapt automatically when new
functions are added!
WWW: http://ta-lib.org/
PR: ports/114812
Submitted by: Balwinder S Dheeman <bdheeman@hotmail.com>
|
Friday, 31 Aug 2007
|
09:46 ijliao
add datadraw 3.0.8
A feature rich persistent database generator
|
07:51 skv
Add p5-Devel-Leak-Object 0.90, detect leaks of objects.
|
Thursday, 30 Aug 2007
|
15:16 vd
Add new port devel/py-boto: Python interface to Amazon Web Services
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:
* Simple Storage Service (S3)
* Simple Queue Service (SQS)
* Elastic Compute Cloud (EC2)
* Mechanical Turk
WWW: http://code.google.com/p/boto
PR: ports/115761
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
|
11:55 sat
Add port devel/gettext-msghack:
Msghack can be used to alter gettext .po files in ways no sane mind
would think about. It is a reimplementation of the original msghack
in Python.
Author: Trond Eivind Glomsroed <teg@redhat.com>
|
Tuesday, 28 Aug 2007
|
09:53 miwi
synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation. It eliminates the
need for tweening, preventing the need to hand-draw each frame. synfig
features spatial and temporal resolution independence (sharp and smooth
at any resolution or framerate), high dynamic range images, and a
flexible plugin system.
This package contains the renderer used to convert synfig .sif files to
raster images, videos and other formats. Layer types include geometric,
gradient, filter, distortion, transformation, fractal and others. Output
targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
libavcodec (AVI), imagemagick (MIFF), yuv420p and others.
WWW: http://www.synfig.com/
PR: ports/114045
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
|
09:44 miwi
ETL is a multi-platform class and template library designed to add
new datatypes and functions which combine well with the existing
types and functions from the C++ Standard Template Library (STL).
WWW: http://www.synfig.com/
PR: ports/114045
Submitted by: Yinghong Liu <relaxbsd at gmail.com>
|
Monday, 27 Aug 2007
|
06:46 clsung
Devel::EvalContext - Save lexicals and hints between calls to eval
WWW: http://search.cpan.org/dist/Devel-EvalContext/
|
03:54 clsung
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.
WWW: http://search.cpan.org/dist/Data-Alias/
|
02:24 clsung
This defines the policy for file I/O with modules such as
File::Slurp::WithinPolicy. The purpose is to allow systems administrators to
define locations and restrictions for applications' file I/O and give app
developers a policy to follow. Note that the module doesn't ENFORCE the
policy - application developers can choose to ignore it
(and systems administrators can choose not to install their applications
if they do!).
You may control which policy gets applied by creating a File::Policy::Config
module with an IMPLEMENTATION constant. You may write your own policy as a
module within the File::Policy:: namespace.
By default (if no File::Policy::Config is present), the File::Policy::Default
policy gets applied which doesn't impose any restrictions and provides
reasonable default locations for temporary and log files.
WWW: http://search.cpan.org/dist/File-Policy/
|
01:50 clsung
This module can be used to test that you're logging the right
thing with Log::Log4perl. It checks that we get what, and only
what, we expect logged by your code.
WWW: http://search.cpan.org/dist/Test-Log4perl/
|
Thursday, 23 Aug 2007
|
14:44 miwi
The bbcode extension is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed one pass parsing, callback
system and tag position restriction.
WWW: http://pecl.php.net/package/bbcode/
PR: ports/115238
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
07:23 ijliao
add p5-Sort-Key-Top 0.01
Select and sort top n elements
|
Wednesday, 22 Aug 2007
|
15:59 flz
Add devel/compiz-bcop, a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly from the xml
metadata file. It is used for most of the Compiz Fusion plugins.
PR: ports/115704
Submitted by: Robert Noland <rnoland@2hip.net>
|
Tuesday, 21 Aug 2007
|
08:57 miwi
This module collects common validation routines to make input validation,
and untainting easier and more readable. Most of the functions are not
much shorter than their direct perl equivalent, but their names make it
clear what you're trying to test for.
WWW: http://search.cpan.org/~sonnen/Data-Validate-0.08/
PR: ports/115328
Submitted by: Steven Kreuzer <skreuzer at exit2shell.com>
|
08:53 miwi
Remove from portstree port life under textproc.
|
08:44 miwi
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This makes
it easy to integrate coding-standards enforcement into the build process.
WWW: http://search.cpan.org/dist/Test-Perl-Critic/
PR: ports/115291
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
07:45 az
Syncmail is a CVS notification tool which can provide a diff for every
change to a CVS repository, mailed to specified email addresses.
This tool is useful for large communities to monitor activity,
and is used for Python and many other active projects.
PR: ports/115476
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
|
Sunday, 19 Aug 2007
|
09:26 miwi
2007-08-19 irc/riece-emacs20: emacs20 and related ports are obsolete; please use
a more recent version
2007-08-19 news/gnus-emacs20: emacs20 and related ports are obsolete; please use
a more recent version
2007-08-19 editors/tamago-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 editors/psgml-mule: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/psgml-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/psgml-emacs19: emacs19 is obsolete; please use a more recent
version
2007-08-19 editors/leim20: emacs20 and related ports are obsolete; please use a
more recent version
2007-08-19 editors/iiimecf: emacs20 and related ports are obsolete; please use a
more recent version
2007-08-19 editors/gnuserv-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 devel/semantic-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
|
08:32 miwi
2007-08-19 databases/bbdb-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 databases/lsdb-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 deskutils/mhc-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 devel/elib-emacs19: emacs19 is obsolete; please use a more recent
version
2007-08-19 devel/elib-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 devel/pcl-cvs-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
|
Wednesday, 15 Aug 2007
|
02:59 clsung
Handling messages to users can be a hassle, certainly when the same module is
used for command-line and in a graphical interfaces, and has to cope with
internationalization at the same time; this set of modules tries to simplify
this. Log::Report combines gettext features with Log::Dispatch-like features.
However, you can also use this module to do only translations or only message
dispatching.
WWW: http://search.cpan.org/dist/Log-Report/
PR: ports/115504
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
|
Monday, 13 Aug 2007
|
14:31 ijliao
add srecord 1.36
A collection of powerful tools for manipulating EPROM load files
pass maintainership
|
Sunday, 12 Aug 2007
|
22:13 lbr
This will inject base classes to your module using the Class::C3 method
resolution order.
|
Saturday, 11 Aug 2007
|
18:58 leeym
- remove devel/upnp104, which is obsoleted by devel/upnp
|
Wednesday, 8 Aug 2007
|
06:36 clsung
An SVN::Dump object represents a Subversion dump.
This module follow the semantics used in the reference
document:
* A dump is a collection of records (SVN::Dump::Record objects).
* A record is composed of a set of headers (a SVN::Dump::Headers
object), a set of properties (a SVN::Dump::Property object) and
an optional bloc of text (a SVN::Dump::Text object).
* Some special records (delete records with a Node-kind header)
recursively contain included records.
WWW: http://search.cpan.org/dist/SVN-Dump/
|
Sunday, 5 Aug 2007
|
21:03 miwi
Classes that represent and manipulate fractions (x = a/b).
The Math_FractionOp static class contains definitions for:
- basic arithmetic operations
- comparing fractions
- greatest common divisor (gcd) and least common multiple (lcm)
of two integers
- simplifying (reducing) and getting the reciprocal of a fraction
- converting a float to fraction.
WWW: http://pear.php.net/package/Math_Fraction/
|
21:02 miwi
PHP_Parser is a source code analysis tool based around a real Parser
generated by PHP_ParserGenerator. The parser uses the same EBNF source
that PHP uses to parse itself, modified for Lemon parser format,
and it therefore as robust as PHP itself.
WWW: http://pear.php.net/package/PHP_Parser/
|
21:01 miwi
Translate a grammar file in the lemon parser generator format
into a PHP 5-based parser
WWW: http://pear.php.net/package/PHP_ParserGenerator/
|
08:20 miwi
- Update to 2.15.5
- Connect to build
PR: 114757
Submitted by: Josh Paetzel <josh@tcbug.org>
|
Saturday, 4 Aug 2007
|
09:04 nobutaka
Add elib-emacs21, collection of useful routines for Emacs lisp programs.
|
Thursday, 2 Aug 2007
|
15:04 vanilla
Add spdict, it's a library of dictionary algorithms.
|
Tuesday, 31 Jul 2007
|
19:19 az
Thread::Pool::Simple provides a simple thread-pool implementaion without
external dependencies outside core modules.
Jobs can be submitted to and handled by multi-threaded `workers' managed
by the pool.
|
Saturday, 28 Jul 2007
|
18:05 chinsan
Add p5-Perl6-Rules, this module implements a close simulation of the Perl 6
rule and grammar constructs, translating them back to Perl 5 regexes via a
source filter. (And hence suffers from all the usual limitations of a source
filter, including the ability to translate complex code spectacularly wrongly).
Approved by: rafan (mentor, implicit)
|
17:35 chinsan
Add p5-Perl6-Say, Implements a close simulation of the say function in Perl
6, which acts like print but automatically appends a newline.
Approved by: rafan (mentor, implicit)
|
13:09 chinsan
Add p5-Perl6-Builtins,
Several of the builtins in Perl 6 have different
(i.e. more useful, less confusing) behaviours than their Perl 5 counterparts.
This module provides Perl 5 versions of those builtins.
Approved by: rafan (memtor, implicit)
|
12:27 chinsan
Add p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what the
Perl 6 symbol export mechanism will look like.
Approved by: rafan (mentor, implicit)
|
09:54 lwhsu
Add libhid 0.2.16, a user-space HID access library written in C.
PR: ports/114627
Submitted by: ntarmos at ceid.upatras.gr
|
06:33 ade
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
|
Friday, 27 Jul 2007
|
14:47 miwi
ruby-prof is a fast code profiler for Ruby. Its features include:
* Speed - it is a C extension and therefore many times faster than the standard
Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard Ruby profiler
* Graph profiles - similar to GProf, these show how long a method runs, which
methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
* Reports - can generate both text and cross-referenced html reports
* Output - can output to standard out or to a file
WWW: http://rubyforge.org/projects/ruby-prof/
PR: ports/114957
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
|
09:16 miwi
Command line interface (CLI) for ruby-debug-base.
WWW: http://rubyforge.org/projects/ruby-debug
PR: ports/114954
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
|
09:15 miwi
Faster implementation of the standard debug.rb using
a native extension with a new hook Ruby C API.
WWW: http://rubyforge.org/projects/ruby-debug
PR: ports/114954
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
|
Thursday, 26 Jul 2007
|
19:26 arved
Add soapui, a Java application for testing web services over HTTP
|
Wednesday, 25 Jul 2007
|
22:56 bsam
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).
WWW: http://www.die-offenbachs.de/detlev/eric.html
|
22:44 bsam
Those ports will be added soon to the ports tree with more adequate names.
There is no history for those porst, so no repocopy.
. french/fr-py-qt4-eric4
. german/de-py-qt4-eric4
. russian/ru-py-qt4-eric4
. devel/py-qt4-eric4
|
06:09 clsung
Facets is a large collection of core extension methods and module
additions for the Ruby programming language. The core extensions
are unique by virtue of thier atomicity. Methods are stored in their
own files, allowing for highly granular control of requirements.
The modules include a variety of useful classes, mixins and
microframeworks, from the Functor to a full-blown SI Units system.
WWW: http://Facets.RubyForge.org/
PR: ports/114877
Submitted by: Yarema <yds at CoolRat.org>
|
Monday, 23 Jul 2007
|
02:36 clsung
Add p5-JQuery 1.06, interface to Jquery, a language based on Javascript.
PR: ports/114575
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Saturday, 21 Jul 2007
|
23:22 pav
- Remove expired port: has been decommissioned and is no longer developed
|
Friday, 20 Jul 2007
|
21:48 aaron
Adding port devel/p5-Google-Checkout, a Perl interface to the Google Checkout
service.
|
Wednesday, 18 Jul 2007
|
16:24 erwin
Add p5-Perl6-Junction, a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.
|
Monday, 16 Jul 2007
|
10:12 lofi
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
|
Saturday, 14 Jul 2007
|
17:03 rafan
elfrc is a utility that is able to compile resources (files) to object
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>
|
Friday, 13 Jul 2007
|
18:04 sat
- Update hachoir suite:
- 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]
|
Wednesday, 11 Jul 2007
|
12:04 garga
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
|
Tuesday, 10 Jul 2007
|
17:09 miwi
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>
|
07:20 sat
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>
|
Monday, 9 Jul 2007
|
17:09 miwi
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>
|
06:47 clsung
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/
|
Saturday, 7 Jul 2007
|
22:54 skv
Add p5-Test-TAP-HTMLMatrix 0.09, creates colorful matrix of
Test::Harness test run results.
|
22:44 skv
Add p5-Test-TAP-Model 0.09, accessible result collector for
Test::Harness::Straps runs.
|
09:18 dryice
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
|
00:14 miwi
Utilities for Astronomical Calculations
WWW: http://search.cpan.org/dist/DateTime-Util-Astro/
PR: ports/113855
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
Tuesday, 3 Jul 2007
|
21:45 pav
Connect libopensync022
|
Sunday, 1 Jul 2007
|
05:55 ijliao
add p5-AnyData 0.10
Easy access to data in many formats
|
Friday, 29 Jun 2007
|
18:50 miwi
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>
|
Thursday, 28 Jun 2007
|
17:44 bsam
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/
|
Wednesday, 27 Jun 2007
|
13:51 lbr
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.
|
Monday, 25 Jun 2007
|
18:14 miwi
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>
|
Sunday, 24 Jun 2007
|
08:06 stas
- Add devel/cross-gdb port.
GNU gdb for cross-target application development.
WWW: http://sourceware.org/gdb/
|
Number of commits found: 11319 (showing only 100 on this page) |