summaryrefslogtreecommitdiff
path: root/devel/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eris, the WorldForge client entity library is designed to simplify clientPav Lucistnik2005-02-091-0/+1
| | | | | | | | | | | 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
* Mercator is a procedural terrain library. It is primarily aimed at terrain forPav Lucistnik2005-02-091-0/+1
| | | | | | | | | | | | 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
* Python module interface to the sendfile(2) syscall with full support for thePav Lucistnik2005-02-051-0/+1
| | | | | | | | | | FreeBSD nuances. PR: ports/77094 Submitted by: Ben Woolley <ports@tautology.org> Notes: svn path=/head/; revision=128099
* Add p5-Filesys-Virtual-Plain 0.05, a plain virtual filesystem.Lars Thegler2005-02-051-0/+1
| | | | Notes: svn path=/head/; revision=128081
* Add p5-ExtUtils-Constant 0.16,Sergey Skvortsov2005-02-031-0/+1
| | | | | | | | generate XS code to import C header constants. Notes: svn path=/head/; revision=127977
* - Perl module that make Arrays as objects with set operationsCheng-Lung Sung2005-02-031-0/+1
| | | | | | | | PR: ports/77019 Submitted by: Alex Kapranoff <kappa AT rambler dash co dot ru> Notes: svn path=/head/; revision=127943
* Log4sh is a logging framework for shell scripts that works similar toHerve Quiroz2005-02-021-0/+1
| | | | | | | | | | | | | | | | | | 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
* New port, p4genpatch, automatically generates patch(1)-compatible diffsBruce M Simpson2005-01-291-0/+1
| | | | | | | from Perforce diffs and changelists. Notes: svn path=/head/; revision=127588
* System_Command is a command line execution interface.Pav Lucistnik2005-01-271-0/+1
| | | | | | | | | | | | | | | | | 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
* - Perl module for accounting SVK repositoryCheng-Lung Sung2005-01-251-0/+1
| | | | | | | | PR: ports/73489 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org> Notes: svn path=/head/; revision=127276
* - This Perl module generate accounting statistic for general logsCheng-Lung Sung2005-01-251-0/+1
| | | | | | | | PR: ports/73488 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org> Notes: svn path=/head/; revision=127273
* - This module implements the Perl 6 'form' built-in.Cheng-Lung Sung2005-01-251-0/+1
| | | | | | | | PR: ports/73486 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org> Notes: svn path=/head/; revision=127271
* - Move devel/bugbuddy2 to devel/bugbuddyPav Lucistnik2005-01-241-1/+1
| | | | Notes: svn path=/head/; revision=127230
* Mknod is an interface to the mknod(2) system call.Sergey Matveychuk2005-01-211-0/+1
| | | | | | | | PR: ports/73513 Submitted by: Sean Farley <sean-freebsd(at)farley.org> Notes: svn path=/head/; revision=127016
* New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generationEdwin Groothuis2005-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* New port: devel/pear-PHP_Beautifier PEAR beautifier for PHPEdwin Groothuis2005-01-191-0/+1
| | | | | | | | | | | | | | | 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
* New port: devel/pear-Structures_DataGrid - a PEAR data structure packageEdwin Groothuis2005-01-191-0/+1
| | | | | | | | | | | | | | | | 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: the Java-based Simple Argument ParserHerve Quiroz2005-01-161-0/+1
| | | | | | | | | | | | | | | | 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
* Log4cxx is a port to C++ of the Log4j project. The goal is have the samePav Lucistnik2005-01-161-0/+1
| | | | | | | | | | functionnalities and interfaces of log4j. PR: ports/76287 Submitted by: Thaddeus Covert <tcovert+ports@sahuagin.net> Notes: svn path=/head/; revision=126582
* Inspired by the Java jMock library, pMock makes the writing of unit tests usingPav Lucistnik2005-01-161-0/+1
| | | | | | | | | | mock object techniques easier. PR: ports/76246 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=126533
* cgprof generates colored graphs for profiled executables using gcc and gprof.Pav Lucistnik2005-01-151-0/+1
| | | | | | | | | | | | 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
* New port: devel/pear-FSM PEAR Finite State MachineEdwin Groothuis2005-01-111-0/+1
| | | | | | | | | | | 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
* New port: devel/pear-HTML_Template_Flexy An extremely powerfulEdwin Groothuis2005-01-091-0/+1
| | | | | | | | | | | | | | | | 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
* Add rapidsvn, Cross-platform GUI front-end for the Subversion revisionJun Kuriyama2005-01-091-0/+1
| | | | | | | system. Notes: svn path=/head/; revision=125910
* Add dialyzer, a static analysis tool for Erlang/OTP applications.Jimmy Olgeni2005-01-081-0/+1
| | | | Notes: svn path=/head/; revision=125849
* gonzui is a source code search engine for accelerating open sourceMunechika SUMIKAWA2004-12-301-0/+1
| | | | | | | | | | | | | 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
* - This module prototypes the Perl 6 'exported' and 'exportable' traitsCheng-Lung Sung2004-12-291-0/+1
| | | | | | | | | | in Perl 5. PR: ports/73485 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot idv dot tw> Notes: svn path=/head/; revision=125401
* Add ocaml-equeue 2.0.1, the Equeue library for OCaml.Thierry Thomas2004-12-281-0/+1
| | | | | | | | PR: 69422 Submitted by: David JULIEN Notes: svn path=/head/; revision=125387
* Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocessesLars Thegler2004-12-271-0/+1
| | | | | | | and XS/C modules. Notes: svn path=/head/; revision=125278
* Add p5-Test-MockModule 0.04, override subroutines in a module for unitLars Thegler2004-12-271-0/+1
| | | | | | | testing. Notes: svn path=/head/; revision=125273
* Add ruby-io-reactor, a Ruby module that implements an asynchronousAkinori MUSHA2004-12-251-0/+1
| | | | | | | multiplexeded IO Reactor. Notes: svn path=/head/; revision=125155
* - Update devel/boost to 1.32.0Sergey Matveychuk2004-12-241-1/+1
| | | | | | | | | | | - 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
* Remove syntax_tools: it is now included in lang/erlang.Jimmy Olgeni2004-12-221-2/+0
| | | | Notes: svn path=/head/; revision=124834
* [New Port] SimpleTest 1.0RC1, PHP unit testing framework\Edwin Groothuis2004-12-211-0/+1
| | | | | | | | | | | | | | | 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
* Add libtap, a C implementation of the Test Anything Protocol, writtenNik Clayton2004-12-211-0/+1
| | | | | | | by yours truly. Notes: svn path=/head/; revision=124727
* Hook up ptmallocErwin Lansing2004-12-201-0/+1
| | | | Notes: svn path=/head/; revision=124583
* Add MOVED section for devel/bison-devel and lang/gcc-oooMaho Nakata2004-12-191-0/+1
| | | | | | | | | and add them in Makefiles at devel/Makefile and lang/Makefile Reported by: kris Notes: svn path=/head/; revision=124480
* New port: devel/pear-HTML_QuickForm_SelectFilter Element forEdwin Groothuis2004-12-151-0/+1
| | | | | | | | | | | | | | 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
* Add p5-Cache 2.02, a Perl Cache interface.Lars Thegler2004-12-151-0/+1
| | | | Notes: svn path=/head/; revision=124155
* cut is a C Unit Testing Framework.Sergey Matveychuk2004-12-151-0/+1
| | | | | | | | PR: ports/75093 Submitted by: Sergei Gnezdov <sergeiga(at)yahoo.com> Notes: svn path=/head/; revision=124100
* Add p5-Module-Load-Conditional, a Perl module for looking up other PerlAnton Berezin2004-12-151-0/+1
| | | | | | | modules information/loading at runtime. Notes: svn path=/head/; revision=124090
* Add p5-Module-Load, a Perl module to load both modules and files.Anton Berezin2004-12-151-0/+1
| | | | Notes: svn path=/head/; revision=124080
* Add p5-Params-Check, a generic input parsing/checking mechanism forAnton Berezin2004-12-151-0/+1
| | | | | | | Perl. Notes: svn path=/head/; revision=124078
* Add dits 1.0,Kirill Ponomarev2004-12-131-0/+1
| | | | | | | | | | | | 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
* Add p5-List-Group 1.3, perl module that allows you to group a list byVanilla I. Shu2004-12-131-0/+1
| | | | | | | | | | columns or rows. PR: ports/72706 Submitted by: Tillman Hodgson <tillman@seekingfire.com> Notes: svn path=/head/; revision=123918
* tools to measure size of Perl OPs and [SAV]VsAndrey A. Chernov2004-12-121-0/+1
| | | | Notes: svn path=/head/; revision=123818
* . Remove devel/arch, it is an old version of devel/tla.Greg Lewis2004-12-091-1/+0
| | | | | | | | PR: 69425 Submitted by: Sebastian Schulze Struchtrup <sebstruch@gmx.de> Notes: svn path=/head/; revision=123581
* Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,Pav Lucistnik2004-12-091-0/+1
| | | | | | | | | | | 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
* Add libgiigic, a convenience library that works on top of libgii whereby gicPav Lucistnik2004-12-081-0/+1
| | | | | | | | | | | | | 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
* New port codeville version 0.1.9: An "anarchic" control versionMario Sergio Fujikawa Ferreira2004-12-081-0/+1
| | | | | | | system without unnecessary re-merges Notes: svn path=/head/; revision=123426