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
non port: devel/Makefile

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

[First Page]  «  108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118  »  [Last Page]

Thursday, 3 Feb 2005
01:57 clsung search for other commits by this committer
- Perl module that make Arrays as objects with set operations

PR:             ports/77019
Submitted by:   Alex Kapranoff <kappa AT rambler dash co dot ru>
Original commit
Wednesday, 2 Feb 2005
01:32 hq search for other commits by this committer
Log4sh is a logging framework for shell scripts that works similar to
the other wonderful logging products available from the Apache Software
Foundataion (eg. log4j, log4perl). Although not as powerful as the
others, it can make the task of adding advanced logging to shell scripts
easier. It has much more power than just using simple "echo" commands
throughout. In addition, it can be configured from a properties file so
that scripts in a production environment do not need to be altered to
change the amount of logging they produce.

WWW:    http://forestent.com/products/log4sh/

PR:             76982
Submitted by:   David Thiel <lx@redundancy.redundancy.org>
Original commit
Saturday, 29 Jan 2005
03:20 bms search for other commits by this committer
New port, p4genpatch, automatically generates patch(1)-compatible diffs
from Perforce diffs and changelists.
Original commit
Thursday, 27 Jan 2005
23:03 pav search for other commits by this committer
System_Command is a command line execution interface.

Running functions from the command line can be risky if the proper precautions
are not taken to escape the shell arguments and reaping the exit status
properly. This class provides a formal interface to both, so that you can run a
system command as comfortably as you would run a php function, with full pear
error handling as results on failure. It is important to note that this class,
unlike other implementations, distinguishes between output to stderr and output
to stdout. It also reports the exit status of the command. So in every sense of
the word, it gives php shell capabilities.

PR:             ports/76749
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
Tuesday, 25 Jan 2005
07:31 clsung search for other commits by this committer
- Perl module for accounting SVK repository

PR:             ports/73489
Submitted by:   Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Original commit
07:00 clsung search for other commits by this committer
- This Perl module generate accounting statistic for general logs

PR:             ports/73488
Submitted by:   Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Original commit
06:45 clsung search for other commits by this committer
- This module implements the Perl 6 'form' built-in.

PR:             ports/73486
Submitted by:   Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Original commit
Monday, 24 Jan 2005
22:48 pav search for other commits by this committer
- Move devel/bugbuddy2 to devel/bugbuddy
Original commit
Friday, 21 Jan 2005
15:20 sem search for other commits by this committer
Mknod is an interface to the mknod(2) system call.

PR:             ports/73513
Submitted by:   Sean Farley <sean-freebsd(at)farley.org>
Original commit
11:34 edwin search for other commits by this committer
New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation

The PEAR::HTML_Page2 package provides a simple interface for generating an
XHTML compliant page:
  * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and
    XHTML Basic 1.0 plus preliminary support for XHTML 2.0
  * namespace support
  * global language declaration for the document
  * line ending styles
  * full META tag support
  * support for stylesheet declaration in the head section
  * support for script declaration in the head section
  * support for linked stylesheets and scripts
  * full support for header link tags
  * body can be a string, object with toHtml or toString methods or an array
    (can be combined)

Ideas for use:
  * Use to validate the output of a class for XHTML compliance
  * Quick prototyping using PEAR packages is now a breeze.

PR:             ports/76532
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
Wednesday, 19 Jan 2005
10:31 edwin search for other commits by this committer
New port: devel/pear-PHP_Beautifier PEAR beautifier for PHP

        This program reformat and beautify PHP source code files
        automatically.

        The program is Open Source and distributed under the terms
        of PHP Licence. It is written in PHP 5 and has a command
        line tool.

PR:             ports/76196
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
10:28 edwin search for other commits by this committer
New port: devel/pear-Structures_DataGrid - a PEAR data structure package

        This package offers a toolkit to render out a datagrid in
        HTML format as well as many other formats such as an XML
        Document, an Excel Spreadsheet, an XUL Document and more.
        It also offers paging and sorting functionality to limit
        the data that is presented and processed. This concept is
        based on the .NET Framework DataGrid control and works very
        well with database and XML result sets.

PR:             ports/76165
Submitted by:   Nick Hilliard <nick@foobar.org>
Original commit
Sunday, 16 Jan 2005
21:26 hq search for other commits by this committer
JSAP: the Java-based Simple Argument Parser

JSAP parses your command line and instantiates objects of types you specify
based upon that command line. If you configure JSAP to expect an Integer on the
command line, and the user does not provide a String that can be converted to
an Integer, JSAP will alert your program to the fact that there was a problem
with the command line. If JSAP indicates that your command line was
successfully parsed, you are guaranteed an Integer when you request that
parameter's value from your program. There's a pretty big (and growing) list of
return types supported by JSAP.

WWW:    http://http://www.martiansoftware.com/jsap/index.html
Original commit
13:47 pav search for other commits by this committer
Log4cxx is a port to C++ of the Log4j project.  The goal is have the same
functionnalities and interfaces of log4j.

PR:             ports/76287
Submitted by:   Thaddeus Covert <tcovert+ports@sahuagin.net>
Original commit
01:09 pav search for other commits by this committer
Inspired by the Java jMock library, pMock makes the writing of unit tests using
mock object techniques easier.

PR:             ports/76246
Submitted by:   Piet Delport <pjd@satori.za.net>
Original commit
Saturday, 15 Jan 2005
20:03 pav search for other commits by this committer
cgprof generates colored graphs for profiled executables using gcc and gprof.
cgprof helps to have a better understanding of program structure and execution.
It makes hot spots identification visual and intuitive. It is a shell script
using gnu awk, that should run on any Unix like system.

PR:             ports/75173
Submitted by:   Adam McLaurin <adam.freebsd@fastmail.fm>
Original commit
Tuesday, 11 Jan 2005
10:48 edwin search for other commits by this committer
New port: devel/pear-FSM PEAR Finite State Machine

        The FSM package provides a simple class that implements a
        Finite State Machine.

PR:             ports/76043
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
Sunday, 9 Jan 2005
05:02 edwin search for other commits by this committer
New port: devel/pear-HTML_Template_Flexy An extremely powerful
Tokenizer driven Template engine

    HTML_Template_Flexy started it's life as a simplification of
    HTML_Template_Xipe, however in Version 0.2, It became one of
    the first template engine to use a real Lexer, rather than
    regex'es, making it possible to do things like ASP.net or Cold
    Fusion tags.

PR:             ports/75818
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
02:38 kuriyama search for other commits by this committer
Add rapidsvn, Cross-platform GUI front-end for the Subversion revision
system.
Original commit
Saturday, 8 Jan 2005
17:46 olgeni search for other commits by this committer
Add dialyzer, a static analysis tool for Erlang/OTP applications.
Original commit
Thursday, 30 Dec 2004
18:41 sumikawa search for other commits by this committer
gonzui is a source code search engine for accelerating open source
software development. In the open source software development,
programmers frequently refer to source codes written by others. Our
goal is to help programmers develop programs effectively by creating a
source code search engine that covers vast quantities of open source
codes available on the Internet.

WWW: http://namazu.org/~satoru/gonzui/
Original commit
Wednesday, 29 Dec 2004
01:35 clsung search for other commits by this committer
- This module prototypes the Perl 6 'exported' and 'exportable' traits
  in Perl 5.

PR:             ports/73485
Submitted by:   Yuan-Chung Hsiao <ychsiao AT ychsiao dot idv dot tw>
Original commit
Tuesday, 28 Dec 2004
22:38 thierry search for other commits by this committer
Add ocaml-equeue 2.0.1, the Equeue library for OCaml.

PR:             69422
Submitted by:   David JULIEN
Original commit
Monday, 27 Dec 2004
17:18 lth search for other commits by this committer
Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocesses
and XS/C modules.
Original commit
14:50 lth search for other commits by this committer
Add p5-Test-MockModule 0.04, override subroutines in a module for unit
testing.
Original commit
Saturday, 25 Dec 2004
19:51 knu search for other commits by this committer
Add ruby-io-reactor, a Ruby module that implements an asynchronous
multiplexeded IO Reactor.
Original commit
Friday, 24 Dec 2004
12:23 sem search for other commits by this committer
- Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now

PR:             ports/75377
Submitted by:   Simon Barner <barner(at)gmx.de> (maintainer)
Original commit
Wednesday, 22 Dec 2004
15:59 olgeni search for other commits by this committer
Remove syntax_tools: it is now included in lang/erlang.
Original commit
Tuesday, 21 Dec 2004
23:12 edwin search for other commits by this committer
[New Port] SimpleTest 1.0RC1, PHP unit testing framework\

    Unit testing, mock objects and web testing framework for PHP
    built around test cases. If you know JUnit or some of the PHPUnit
    clones this will need no explanation. It also adds JWebUnit
    style testing including cookies, authentication and form handling

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

PR:             ports/72061
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Original commit
21:24 nik search for other commits by this committer
Add libtap, a C implementation of the Test Anything Protocol, written
by yours truly.
Original commit
Monday, 20 Dec 2004
12:20 erwin search for other commits by this committer
Hook up ptmalloc
Original commit
Sunday, 19 Dec 2004
11:26 maho search for other commits by this committer
Add MOVED section for devel/bison-devel and lang/gcc-ooo
and add them in Makefiles at devel/Makefile and lang/Makefile

Reported by:    kris
Original commit
Wednesday, 15 Dec 2004
22:57 edwin search for other commits by this committer
New port: devel/pear-HTML_QuickForm_SelectFilter Element for
PEAR::HTML_QuickForm that defines dynamic filters

        The PEAR::HTML_QuickForm_SelectFilter package adds an element
        to the PEAR::HTML_QuickForm package that is used to define
        dynamic filters on the client side for select elements.

PR:             ports/75123
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
20:59 lth search for other commits by this committer
Add p5-Cache 2.02, a Perl Cache interface.
Original commit
12:12 sem search for other commits by this committer
cut is a C Unit Testing Framework.

PR:             ports/75093
Submitted by:   Sergei Gnezdov <sergeiga(at)yahoo.com>
Original commit
10:10 tobez search for other commits by this committer
Add p5-Module-Load-Conditional, a Perl module for looking up other Perl
modules information/loading at runtime.
Original commit
07:51 tobez search for other commits by this committer
Add p5-Module-Load, a Perl module to load both modules and files.
Original commit
07:35 tobez search for other commits by this committer
Add p5-Params-Check, a generic input parsing/checking mechanism for
Perl.
Original commit
Monday, 13 Dec 2004
11:01 krion search for other commits by this committer
Add dits 1.0,

Dits is a tool for validating disk drivers, file systems, and lock
managers.  More than a simple exerciser, dits is able to verify that
no detectable data integrity errors have occurred.

PR:             ports/74953
Submitted by:   Greg Becker <greg@codeconcepts.com>
Original commit
10:40 vanilla search for other commits by this committer
Add p5-List-Group 1.3, perl module that allows you to group a list by
columns or rows.

PR:             ports/72706
Submitted by:   Tillman Hodgson <tillman@seekingfire.com>
Original commit
Sunday, 12 Dec 2004
16:42 ache search for other commits by this committer
tools to measure size of Perl OPs and [SAV]Vs
Original commit
Thursday, 9 Dec 2004
21:42 glewis search for other commits by this committer
. Remove devel/arch, it is an old version of devel/tla.

PR:             69425
Submitted by:   Sebastian Schulze Struchtrup <sebstruch@gmx.de>
Original commit
15:13 pav search for other commits by this committer
Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.

PR:             ports/74642
Submitted by:   Petri Totterman <petri.totterman@hmv.fi>
Original commit
Wednesday, 8 Dec 2004
23:52 pav search for other commits by this committer
Add libgiigic, a convenience library that works on top of libgii whereby gic
stands for 'General Input Configuration'.  It provides easy Descent/Forsaken
style input configuration.  It basically handles binding of keystrokes, mice
and valuators to program actions. For short, it allows to configure input
events with actions as you know from modern computer games.

PR:             ports/74822
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net>
Original commit
01:36 lioux search for other commits by this committer
New port codeville version 0.1.9: An "anarchic" control version
system without unnecessary re-merges
Original commit
Tuesday, 7 Dec 2004
14:15 perky search for other commits by this committer
Add port for py-urwid 0.8.4,
a curses-based user interface library for python.
Original commit
Thursday, 2 Dec 2004
21:43 thierry search for other commits by this committer
Forget to notice:

PR:             ports/74597
Submitted by:   myself
Repocopied by:  marcus.
Original commit
21:41 thierry search for other commits by this committer
Add the most recent version of cvsps.

It could be used by chora-2.0.
Original commit
00:21 edwin search for other commits by this committer
New port: devel/pear-HTML_Javascript Provides an interface for creating simple
JS scripts

        Provides two classes:
        HTML_Javascript for performing basic JS operations.
        HTML_Javascript_Convert for converting variables.
        Allow output data to a file, to the standart output(print), or return.

PR:             ports/74584
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
Wednesday, 1 Dec 2004
08:33 edwin search for other commits by this committer
New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP

        The XML Transformer allows the binding of PHP functionality
        to XML tags to transform an XML document without the need
        for and the limitations of XSLT.

PR:             ports/74525
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
Tuesday, 30 Nov 2004
14:54 tobez search for other commits by this committer
Fix jude-community directory name in devel/Makefile.

PR:             74554
Submitted by:   Renato Botelho <renato ?at? galle ?.? com ?.? br>
Original commit
Sunday, 28 Nov 2004
22:40 wes search for other commits by this committer
Add phpBugTracker, a bug database designed to provide the features
of Bugzilla with better performance and maintainability.  phpBT is
(obviously) developed in PHP and uses the PEAR database library for
database independence; currently PostgreSQL and MySQL are supported.
Original commit
18:46 kwm search for other commits by this committer
Add liboil a library of simple functions that are optimized for various CPUs.
These functions are generally loops implementing simple algorithmes.

Grab maintainer-ship

PR:             74361
Submitted by:   ijliao
Approved by:    pav (mentor)
Original commit
13:04 hq search for other commits by this committer
- Update to 1.2.9
- Rename port as it is no longer port of the Jakarta project
- Dynamic plist

PR:             74468
Submitted by:   me
Original commit
Saturday, 27 Nov 2004
23:28 hq search for other commits by this committer
This is a community fork of the open source project OpenORB
(openorb.exolab.org). The goal of this initiative is to make the evolution of
the OpenORB project more transparent and to allow the community to take part in
making decisions about its future.

OpenORB provides a Java implementation of the OMG CORBA 2.4.2 specification.
Along with the ORB, the following OMG Services are provided:

  * Concurrency Control Service
  * Event Service
  * Interoperable Naming Service
  * Notification Service
  * Persistent State Service
  * Property Service
  * Time Service
  * Trading Service
  * Transaction Service

WWW:    http://openorb.sourceforge.net/
Original commit
12:09 sem search for other commits by this committer
New port: devel/p5-Test-LectroTest -- specification tests maker

PR:             ports/72306
Submitted by:   Alex Kapranoff <kappa(at)rambler-co.ru>
Original commit
08:02 linimon search for other commits by this committer
As previously announced, remove devel/ruby-flex_rb.  It has been marked
broken for several months with no sign of a fix.
Original commit
05:31 edwin search for other commits by this committer
New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML
tree

        PHP Based API creates a tree structure using a couple of
        small PHP classes. This can then be converted to javascript
        using the printMenu() method. The tree is dynamic in IE 4
        or higher, NN6/Mozilla and Opera 7, and maintains state
        (the collapsed/expanded status of the branches) by using
        cookies.  Other browsers display the tree fully expanded.
        Each node can have an optional link and icon. New API in
        1.1 with many changes (see CVS for changelog) and new
        features, of which most came from Chip Chapin
        (http://www.chipchapin.com).

PR:             ports/74376
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
05:28 edwin search for other commits by this committer
New port: devel/pear-Var_Dump Provides methods for dumping structured
information about a variable

        The Var_Dump class is a wrapper for the var_dump function.

        The var_dump function displays structured information about
        expressions that includes its type and value. Arrays are
        explored recursively with values indented to show structure.

        The Var_Dump class captures the output of the var_dump
        function, by using output control functions, and then uses
        external renderer classes for displaying the result in
        various graphical ways:

        * Simple text,
        * HTML/XHTML text,
        * HTML/XHTML table,
        * XML,
        * ...

PR:             ports/74329
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
05:22 edwin search for other commits by this committer
New port: devel/pear-PHP_Compat Provides missing functionality for older
versions of PHP

        PHP_Compat provides missing functionality in the form of
        Constants and Functions for older versions of PHP.

PR:             ports/71936 ports/74239
Submitted by:   Antônio Carlos Venâncio Júnior <antonio@php.net>
Original commit
Friday, 26 Nov 2004
00:58 sem search for other commits by this committer
[new port] devel/p5-Class-AutoClass

PR:             ports/74383
Submitted by:   Fernan Aguero <fernan(at)iib.unsam.edu.ar>
Original commit
00:46 sem search for other commits by this committer
[new port] devel/p5-Data-Stag

PR:             ports/74382
Submitted by:   Fernan Aguero <fernan(at)iib.unsam.edu.ar>
Original commit
Thursday, 25 Nov 2004
03:58 hq search for other commits by this committer
The Excalibur Configuration package contains extensions to the Avalon Framework
supporting configuration management.

This Excalibur component is now deprecated but is still required by some Java
packages.

WWW:    http://excalibur.apache.org/deprecation.html
Original commit
Wednesday, 24 Nov 2004
19:31 sem search for other commits by this committer
New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists

PR:             ports/72358
Submitted by:   Aaron Dalton <aaron(at)daltons.ca>
Original commit
19:21 sem search for other commits by this committer
New Port: devel/p5-Data-Table - Data type related to database tables,
spreadsheets, etc...

PR:             ports/73796
Submitted by:   Aaron Dalton <aaron(at)daltons.ca>
Original commit
10:15 sem search for other commits by this committer
New Port: devel/p5-Heap-Simple-XS - An XS implementation
     of the Heap::Simple interface

PR:             ports/73828
Submitted by:   Aaron Dalton <aaron(at)daltons.ca>
Original commit
10:13 sem search for other commits by this committer
New Port: devel/p5-Heap-Simple-Perl - A pure perl implementation
   of the Heap::Simple interface

PR:             ports/73827
Submitted by:   Aaron Dalton <aaron(at)daltons.ca>
Original commit
Tuesday, 23 Nov 2004
15:54 nork search for other commits by this committer
Add jude-community 1.4.3, A Java/UML Object-Oriented Design Tool.
o jude_take -> jude-community

PR:             ports/73702
Submitted by:   Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Repo copied by: marcus (portmgr)
Original commit
00:08 sem search for other commits by this committer
CORBA Notification Service for omniORB
Original commit
Monday, 22 Nov 2004
17:07 thierry search for other commits by this committer
Add pear-Console_Getargs 1.2.1, a command-line arguments parser.

PR:             74092
Submitted by:   Antônio Carlos Venâncio Júnior.
Original commit
Sunday, 21 Nov 2004
00:22 maho search for other commits by this committer
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages  complete with
  installation and removal scripts and  standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian,  HP-UX, IRIX, MacOS X,
  Red Hat, Slackware, Solaris, and  Tru64 UNIX formats.
o Provide a complete, cross-platform software  distribution solution for
  your applications.

WWW: http://www.easysw.com/epm/
Original commit
Saturday, 20 Nov 2004
11:50 lth search for other commits by this committer
Add p5-Test-Pod-Coverage 1.06, check for pod coverage in your
distribution.
Original commit
Friday, 19 Nov 2004
14:31 hq search for other commits by this committer
This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.

The package mainly consists of implementations of a few interfaces:

  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread

Plus some utilities and frameworks that build upon these.

This package was the precursor to java.util.concurrent.

WWW:   
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Original commit
14:00 tobez search for other commits by this committer
Add devel/p5-Commands-Guarded 0.01, deterministic guarded commands fro
Perl.
Original commit
Thursday, 18 Nov 2004
11:26 danfe search for other commits by this committer
Remove duplicate port (lang/sdcc is already there).

Approved by:    fjoe (mentor, implicit)
Original commit
10:36 danfe search for other commits by this committer
Add SDCC, freeware, retargettable, optimizing ANSI C compiler that targets the
Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs (support for Motorola
68HC08 as well as Microchip PIC16 and PIC18 series is in progress).

Approved by:                    fjoe (mentor, implicit)
Partially obtained from:        Debian (manpages)
Original commit
Sunday, 14 Nov 2004
12:49 skv search for other commits by this committer
Add p5-prefork 0.03,
optimize module loading across forking and
non-forking scenarios.
Original commit
Friday, 12 Nov 2004
18:42 pav search for other commits by this committer
Add pear-Pager, a data paging class. It takes an array of data as input and
page it according to various parameters. It also builds links within a
specified range, and allows complete customization of the output (it even works
with mod_rewrite).

PR:             ports/73831
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
Tuesday, 9 Nov 2004
13:43 skv search for other commits by this committer
Massive ports move to better categories.
Original commit
Sunday, 7 Nov 2004
13:50 bland search for other commits by this committer
Add guikachu 1.5.4pre2, resource editor for PalmOS(tm) systems.
Original commit
Thursday, 4 Nov 2004
10:15 skv search for other commits by this committer
Add p5-Getopt-Popt 0.01, perl interface to the popt(3) library.
Original commit
Wednesday, 3 Nov 2004
12:52 mat search for other commits by this committer
Add p5-Class-Accessor-Chained 0.01, make chained accessors.
Original commit
Tuesday, 2 Nov 2004
22:36 pav search for other commits by this committer
Add ocaml-extlib, a complete - yet small - standard library for the OCaml
programming langage

PR:             ports/73385
Submitted by:   Jun Mukai <mukai@jmuk.org>
Original commit
15:18 tobez search for other commits by this committer
Add p5-Carp-Clan 5.3, a perl module to report errors from perspective of
caller of a "clan" of modules.

This module is needed for a new version of p5-Bit-Vector.
Original commit
Saturday, 30 Oct 2004
08:42 clsung search for other commits by this committer
- perl extension that testing data structures for differences deeply.

PR:             ports/73237
Submitted by:   Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:    co-mentor (vanilla)
Original commit
Friday, 29 Oct 2004
03:11 clsung search for other commits by this committer
- perl extensions that hide and store warnings while running test scripts

PR:             ports/73235
Submitted by:   Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:    co-mentor (vanilla)
Original commit
Thursday, 28 Oct 2004
18:53 pav search for other commits by this committer
Add pear-HTML_Form, a simple HTML form generator. It supports all the
HTML form element types including file uploads, may return
or print the form, just individual form elements or the full
form in "table mode" with a fixed layout.

PR:             ports/73210
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
09:41 clsung search for other commits by this committer
- a perl module that
  finding the minimum and maximum of an array with at most
  3n/2 - 2 comparisons

Approved by:    co-mentor (vanilla)
Original commit
Monday, 25 Oct 2004
21:27 pav search for other commits by this committer
Add monodoc, a documentation browser for Mono and Mono libraries.

PR:             ports/70430
Submitted by:   Christopher Nehren <apeiron@comcast.net>
Original commit
11:23 mat search for other commits by this committer
Add p5-VCP-autrijus 0.9.20041020, a tool for copying files between
various SCM repositories.

PR:             ports/72477
Submitted by:   Rong-En Fan <rafan@infor.org>
Original commit
Saturday, 23 Oct 2004
10:52 clement search for other commits by this committer
- resurrect devel/ruby-flex_rb
Original commit
05:18 linimon search for other commits by this committer
As previously announced, remove devel/whups.  It does not work properly
with the updated version of one of its dependents.
Original commit
05:12 linimon search for other commits by this committer
As previously announced, remove ruby-gconf.  It has not installed
correctly in quite some time.
Original commit
05:04 linimon search for other commits by this committer
As previously announced, remove ruby-flex_rb.  It has not compile in
quite some time.
Original commit
Thursday, 21 Oct 2004
09:04 clsung search for other commits by this committer
- this module create Gantt charts to manage project scheduling

Approved by:    co-mentor (vanilla)
Original commit
Tuesday, 19 Oct 2004
16:50 clsung search for other commits by this committer
- Package management framework for the Ruby language

WWW: http://rubygems.rubyforge.org/wiki/wiki.pl

PR:             ports/72816
Submitted by:   Alexander Novitsky <alecn2002 AT yandex dot ru>
Approved by:    mentor (leeym)
Original commit
15:51 clsung search for other commits by this committer
- PerlIO layer for normalizing line endings
- required by svk 0.23

PR:             ports/72857
Submitted by:   Rong-En Fan <rafan AT infor dot org>
Approved by:    co-mentor (vanilla)
Original commit
13:08 skv search for other commits by this committer
Add p5-POE-Devel-Profiler 0.02, profiles POE programs.
Original commit
Monday, 18 Oct 2004
15:13 thierry search for other commits by this committer
Add pear-PHPUnit2 2.0.2, regression testing framework for unit tests.

PR:             71523
Submitted by:   Ant?nio Carlos Ven?ncio J?nior
Original commit Encoding Errors (not all of the commit message was ASCII)
Sunday, 17 Oct 2004
16:15 skv search for other commits by this committer
Add p5-POE-API-Hooks 1.0404, implement lightweight hooks into POE.
Original commit

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

[First Page]  «  108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118  »  [Last Page]