| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
development (and avoid duplicating effort) by providing a common framework to
deal with server communications.
PR: ports/77064
Submitted by: Jan Rochel <jannisan@t-online.de>
Notes:
svn path=/head/; revision=128428
|
|
|
|
|
|
|
|
|
|
|
|
| |
multiplayer online games and forms one of the WorldForge
(http://www.worldforge.org) core libraries.It is intended to be used as a
terrain library on both the client, and the server.
PR: ports/77085
Submitted by: Jan Rochel <jannisan@t-online.de>
Notes:
svn path=/head/; revision=128422
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD nuances.
PR: ports/77094
Submitted by: Ben Woolley <ports@tautology.org>
Notes:
svn path=/head/; revision=128099
|
|
|
|
| |
Notes:
svn path=/head/; revision=128081
|
|
|
|
|
|
|
|
| |
generate XS code to import C header
constants.
Notes:
svn path=/head/; revision=127977
|
|
|
|
|
|
|
|
| |
PR: ports/77019
Submitted by: Alex Kapranoff <kappa AT rambler dash co dot ru>
Notes:
svn path=/head/; revision=127943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=127880
|
|
|
|
|
|
|
| |
from Perforce diffs and changelists.
Notes:
svn path=/head/; revision=127588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=127507
|
|
|
|
|
|
|
|
| |
PR: ports/73489
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Notes:
svn path=/head/; revision=127276
|
|
|
|
|
|
|
|
| |
PR: ports/73488
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Notes:
svn path=/head/; revision=127273
|
|
|
|
|
|
|
|
| |
PR: ports/73486
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Notes:
svn path=/head/; revision=127271
|
|
|
|
| |
Notes:
svn path=/head/; revision=127230
|
|
|
|
|
|
|
|
| |
PR: ports/73513
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
Notes:
svn path=/head/; revision=127016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=127002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=126808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=126806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=126621
|
|
|
|
|
|
|
|
|
|
| |
functionnalities and interfaces of log4j.
PR: ports/76287
Submitted by: Thaddeus Covert <tcovert+ports@sahuagin.net>
Notes:
svn path=/head/; revision=126582
|
|
|
|
|
|
|
|
|
|
| |
mock object techniques easier.
PR: ports/76246
Submitted by: Piet Delport <pjd@satori.za.net>
Notes:
svn path=/head/; revision=126533
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=126517
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=126123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=125925
|
|
|
|
|
|
|
| |
system.
Notes:
svn path=/head/; revision=125910
|
|
|
|
| |
Notes:
svn path=/head/; revision=125849
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=125544
|
|
|
|
|
|
|
|
|
|
| |
in Perl 5.
PR: ports/73485
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot idv dot tw>
Notes:
svn path=/head/; revision=125401
|
|
|
|
|
|
|
|
| |
PR: 69422
Submitted by: David JULIEN
Notes:
svn path=/head/; revision=125387
|
|
|
|
|
|
|
| |
and XS/C modules.
Notes:
svn path=/head/; revision=125278
|
|
|
|
|
|
|
| |
testing.
Notes:
svn path=/head/; revision=125273
|
|
|
|
|
|
|
| |
multiplexeded IO Reactor.
Notes:
svn path=/head/; revision=125155
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=125059
|
|
|
|
| |
Notes:
svn path=/head/; revision=124834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=124740
|
|
|
|
|
|
|
| |
by yours truly.
Notes:
svn path=/head/; revision=124727
|
|
|
|
| |
Notes:
svn path=/head/; revision=124583
|
|
|
|
|
|
|
|
|
| |
and add them in Makefiles at devel/Makefile and lang/Makefile
Reported by: kris
Notes:
svn path=/head/; revision=124480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=124168
|
|
|
|
| |
Notes:
svn path=/head/; revision=124155
|
|
|
|
|
|
|
|
| |
PR: ports/75093
Submitted by: Sergei Gnezdov <sergeiga(at)yahoo.com>
Notes:
svn path=/head/; revision=124100
|
|
|
|
|
|
|
| |
modules information/loading at runtime.
Notes:
svn path=/head/; revision=124090
|
|
|
|
| |
Notes:
svn path=/head/; revision=124080
|
|
|
|
|
|
|
| |
Perl.
Notes:
svn path=/head/; revision=124078
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=123921
|
|
|
|
|
|
|
|
|
|
| |
columns or rows.
PR: ports/72706
Submitted by: Tillman Hodgson <tillman@seekingfire.com>
Notes:
svn path=/head/; revision=123918
|
|
|
|
| |
Notes:
svn path=/head/; revision=123818
|
|
|
|
|
|
|
|
| |
PR: 69425
Submitted by: Sebastian Schulze Struchtrup <sebstruch@gmx.de>
Notes:
svn path=/head/; revision=123581
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=123567
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=123511
|
|
|
|
|
|
|
| |
system without unnecessary re-merges
Notes:
svn path=/head/; revision=123426
|