aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This port is the port for the slave part of the BuildBot continuous ↵Cheng-Lung Sung2010-08-091-0/+1
| | | | | | | | | | integration system. PR: ports/148530 Submitted by: Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org> Notes: svn path=/head/; revision=258988
* This module allows you to manage a set of deprecations for one or moreMartin Wilke2010-08-091-0/+1
| | | | | | | | | | | | modules. WWW: http://search.cpan.org/dist/Package-DeprecationManager PR: ports/149325 Submitted by: Frederic Culot <frederic at culot.org> Notes: svn path=/head/; revision=258987
* A bridge that supports Glib's event loop from POE.Martin Wilke2010-08-091-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/POE-Loop-Glib/ PR: ports/149309 Submitted by: Jase Thew <freebsd at beardz.net> Notes: svn path=/head/; revision=258982
* Figure out the names of variables passed into subroutines.Martin Wilke2010-08-091-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/Devel-ArgNames/ PR: ports/149395 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=258980
* Test::Unit 2.x - Improved version of Test::Unit bundledMartin Wilke2010-08-091-0/+1
| | | | | | | | | | | | | | | in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (Test::Unit 2.x) will be improved actively. WWW: http://rubyforge.org/projects/test-unit/ PR: ports/149376 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=258970
* Drop devel/py_otp_interface in favor of devel/py-interface, whichJimmy Olgeni2010-08-061-1/+0
| | | | | | | has a better structure. Notes: svn path=/head/; revision=258846
* This module fetches the version of any other module.Dmitry Marakasov2010-08-051-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/Module-Version/ PR: 149165 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258824
* File::ShareDir::Install allows you to install read-only data files from aAndrej Zverev2010-08-051-0/+1
| | | | | | | | | | | | distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. It is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement of only installing the files you want; .svn and other source-control junk will be ignored. Notes: svn path=/head/; revision=258818
* The Parse::Template class evaluates Perl expressions placed withinBaptiste Daroussin2010-08-041-0/+1
| | | | | | | | | | | | | | | | | | a text. This class can be used as a code generator, or a generator of documents in various document formats (HTML, XML, RTF, etc.). Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module. WWW: http://search.cpan.org/dist/ParseTemplate/ PR: ports/149225 Submitted by: Frederic Culot <frederic at culot.org> Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258749
* Allows building executables simply from sbcl.Giuseppe Pilichi2010-08-031-0/+1
| | | | | | | | | | | | | | Also allows for ARGV so programs generated behave like normal unix programs. WWW: http://www.xach.com/lisp/buildapp/ PR: ports/145088 Submitted by: Duncan Paterson <dunkyp@gmail.com> Approved by: pgj (mentor) Notes: svn path=/head/; revision=258675
* Tpl is a library for serializing C data. The data is stored in itsBaptiste Daroussin2010-08-021-0/+1
| | | | | | | | | | | | | | natural binary form. The API is small and tries to stay "out of the way". Tpl can serialize many C data types, including structures. WWW: http://tpl.sourceforge.net/ PR: ports/149108 Submitted by: Frederic Culot <frederic at culot.org> Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258630
* - add google-styleguide 52Yen-Ming Lee2010-07-311-0/+1
| | | | | | | | | | | | | | This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. WWW: http://code.google.com/p/google-styleguide/ Notes: svn path=/head/; revision=258517
* - New port: devel/dcmtkPietro Cerutti2010-07-281-0/+1
| | | | | | | | | | | | DCMTK - DICOM Toolkit DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. DCMTK is is written in a mixture of ANSI C and C++. Notes: svn path=/head/; revision=258365
* hexcompare is a curses-based utility to compare and identify differences betweenSteven Kreuzer2010-07-261-0/+1
| | | | | | | | | | two binary files. These differences are then represented visually with an interactive block diagram. WWW: https://sourceforge.net/projects/hexcompare/ Notes: svn path=/head/; revision=258296
* Cutter is a xUnit family Unit Testing Framework for C and C++.Romain Tartière2010-07-241-0/+1
| | | | | | | | | | | | This is a list of features of Cutter: - easy to write tests; - outputs result with useful format for debugging; - tests are built as shared libraries. WWW: http://cutter.sourceforge.net/ Notes: svn path=/head/; revision=258135
* LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collectsRomain Tartière2010-07-241-0/+1
| | | | | | | | | | | gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure. WWW: http://ltp.sourceforge.net/coverage/lcov.php Notes: svn path=/head/; revision=258134
* Lamson is a modern Pythonic mail server built like a web application server.Tong LIU2010-07-161-0/+1
| | | | | | | | | | WWW: http://pypi.python.org/pypi/lamson/ PR: ports/148443 Submitted by: jessekempf at gmail.com Notes: svn path=/head/; revision=257844
* Add p5-File-Tail-Dir 0.10, tail all matching files in a given set ofLi-Wen Hsu2010-07-151-0/+1
| | | | | | | | | | directories. PR: ports/148632 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw> Notes: svn path=/head/; revision=257821
* Add p5-Log-Dispatch-File-Stamped 0.06, logging to date/time stampedLi-Wen Hsu2010-07-151-0/+1
| | | | | | | | | | files. PR: ports/148626 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw> Notes: svn path=/head/; revision=257801
* Add py-mock 0.6.0, mock unit tests for Python.Li-Wen Hsu2010-07-091-0/+1
| | | | | | | | PR: ports/148437 Submitted by: jessekempf at gmail.com Notes: svn path=/head/; revision=257570
* Add py-daemon 1.5.5, well-behaved daemon framework for Python.Li-Wen Hsu2010-07-091-0/+1
| | | | | | | | PR: ports/148441 Submitted by: jessekempf at gmail.com Notes: svn path=/head/; revision=257568
* Sys::Trace provides a way to programmatically run or trace a programWen Heping2010-07-091-0/+1
| | | | | | | | | | | | | | | | | and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss. WWW: http://search.cpan.org/dist/Sys-Trace/ PR: ports/148395 Submitted by: Ju Pengfei <jupengfei@gmail.com> Notes: svn path=/head/; revision=257543
* This is a C++ XML library, used for databases/cego and probablyMartin Wilke2010-07-011-0/+1
| | | | | | | | | | | | | | | other applications Many more details are available at: WWW: http://www.lemke-it.com/ PR: ports/147820 Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu> Feature safe: yes Notes: svn path=/head/; revision=257243
* This is a collection of basic c++ classes, used for devel/cego-xmlMartin Wilke2010-07-011-0/+1
| | | | | | | | | | | | | | | and databases/cego and probably other applications. Many more details are available at: WWW: http://www.lemke-it.com/ PR: ports/147819 Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu> Feature safe: yes Notes: svn path=/head/; revision=257242
* JIIC is a Java-based implementation for creating CD-ROM filesystemAlex Dupre2010-06-291-0/+1
| | | | | | | | | | | | images according to ISO 9660, also known as ECMA-119. It provides support for the El Torito, Joliet and Rock Ridge extensions. WWW: http://jiic.berlios.de/ Feature safe: yes Notes: svn path=/head/; revision=257135
* This project provides the Java-based implementation of theAlex Dupre2010-06-281-0/+1
| | | | | | | | | | | | | | | | | | | Simple API for Binary REpresentations (SABRE). The library defines observer-pattern interfaces for processing hierarchically structured, binary-oriented documents, comparable to the Simple API for XML (SAX). Processing can be modularized into a streaming pipeline composed of separate stages, enabling the parsing, transformation and serialization of large binary documents. UDFLib is a Java-based implementation for creating UDF filesystem images for DVDs according to ISO 13346, also known as ECMA-167. WWW: http://sabre-library.sourceforge.net/ Feature safe: yes Notes: svn path=/head/; revision=257104
* Fossil is an easy-to-use Distributed Source Control Management system (DSCM)Wen Heping2010-06-281-0/+1
| | | | | | | | | | | | | | | which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, built-in file browsing, a built-in tickets system, etc WWW: http://fossil-scm.org/ PR: ports/147867 Submitted by: Bapt <baptiste.daroussin@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=257089
* Add a new port: gypDaichi GOTO2010-06-261-0/+1
| | | | | | | | | gyp (Generate Your Projects) - a python based build tool Feature safe: yes Notes: svn path=/head/; revision=257004
* LuaFileSystem is a Lua library developed to complement theGiuseppe Pilichi2010-06-251-0/+1
| | | | | | | | | | | | | | | | | | set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. WWW: http://www.keplerproject.org/luafilesystem/index.html PR: ports/145154 Submitted by: Kelly Hays <kelly.hays@jkhfamily.org> Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256959
* A library for running shell pipelines using shell-like syntaxPhilippe Audeoud2010-06-251-0/+1
| | | | | | | | | | | WWW: http://pypi.python.org/pypi/iterpipes PR: ports/147976 Submitted by: Sofian Brabez <sbrabez at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=256941
* Loading this module will install the necessary magic to seamlesslySahil Tandon2010-06-231-0/+1
| | | | | | | | | | | | | | integrate Net::DBus into AnyEvent. It does this by quite brutally hacking Net::DBus::Reactor so that all dbus connections created after loading this module will automatically be managed by this module. WWW: http://search.cpan.org/dist/AnyEvent-DBus/ Approved by: wxs@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=256855
* Add devel/p5-Directory-Queue 0.5, which provides object orientedAnton Berezin2010-06-211-0/+1
| | | | | | | | | | | | interface to a directory based queue in Perl. It is supposedly more scalable than devel/p5-IPC-DirQueue, which provides a somewhat similar service. Feature safe: yes Notes: svn path=/head/; revision=256779
* Add swank-clojure, a server that allows SLIME (the Superior LispJimmy Olgeni2010-06-171-0/+1
| | | | | | | Interaction Mode for Emacs) to connect to Clojure projects. Notes: svn path=/head/; revision=256625
* New port: devel/buildPietro Cerutti2010-06-141-0/+1
| | | | | | | | | | Build is a massively-parallel software build system from CodeSynthesis implemented on top of GNU make. WWW: http://www.codesynthesis.com/projects/build/ Notes: svn path=/head/; revision=256512
* A simple universally unique ID generation library.Philip M. Gollucci2010-06-111-0/+1
| | | | | | | WWW: http://rubygems.org/gems/uuidtools Notes: svn path=/head/; revision=256406
* Some [hopefully] useful extensions to Ruby's String class. Stringex is madePhilip M. Gollucci2010-06-111-0/+1
| | | | | | | | | | | up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]. WWW: http://rubygems.org/gems/stringex Notes: svn path=/head/; revision=256405
* Routines for manipulating stashesPhilip M. Gollucci2010-06-091-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/Package-Stash Notes: svn path=/head/; revision=256165
* Efficient algorithms for vector arrays.Gabor Pali2010-06-071-0/+1
| | | | | | | WWW: http://code.haskell.org/~dolio/ Notes: svn path=/head/; revision=255985
* An efficient implementation of Int-indexed arrays (both mutable andGabor Pali2010-06-071-0/+1
| | | | | | | | | immutable), with a powerful loop fusion optimization framework. WWW: http://code.haskell.org/vector Notes: svn path=/head/; revision=255984
* Some classes for generalized boolean operations.Gabor Pali2010-06-071-0/+1
| | | | | | | WWW: http://hackage.haskell.org/package/Boolean Notes: svn path=/head/; revision=255980
* This package provides wrappers for primitive array operations fromGabor Pali2010-06-071-0/+1
| | | | | | | | | GHC.Prim. WWW: http://code.haskell.org/primitive Notes: svn path=/head/; revision=255979
* MongoEngine is an ORM-like layer on top of PyMongo. It allows you to defineMartin Wilke2010-06-061-0/+1
| | | | | | | | | | | | | schemas for documents and query collections using syntax inspired by the Django ORM. WWW: http://hmarr.com/mongoengine/ PR: ports/147465 Submitted by: Mirko Zinn <mail at derzinn.de> Notes: svn path=/head/; revision=255895
* File::Iterator wraps a simple iteration interface aroundMartin Wilke2010-06-051-0/+1
| | | | | | | | | | | | | | | | | the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left. WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm PR: ports/146658 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=255849
* This module allows you to read configuration data written in aMartin Wilke2010-06-051-0/+1
| | | | | | | | | | | | | | | | | | | human-readable and easily-editable text format and access it as a perl data structure. It also allows you to write configuration data from perl back to this format. The data format allows key/value pairs, comments, escaping of unprintable or problematic characters, sensible whitespace handling, support for Unicode data, nested sections, or blocks, of configuration data. WWW: http://search.cpan.org/dist/Config-Wrest/ PR: ports/147283 Submitted by: John Alden + Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=255793
* Hold Data Set To Calculate AverageMartin Wilke2010-06-051-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/Data-Average PR: ports/147285 Submitted by: Alexander Kriventsov <avk at vl.ru> Notes: svn path=/head/; revision=255789
* Nini is an uncommonly powerful .NET configuration library designed to helpRomain Tartière2010-06-051-0/+1
| | | | | | | | | | | | build highly configurable applications quickly. WWW: http://nini.sourceforge.net PR: ports/141442 Submitted by: Romain Tartiere <romain at blogreen.org> Notes: svn path=/head/; revision=255778
* This is a small mixed library of some usefulMartin Wilke2010-06-021-0/+1
| | | | | | | | | | | | | stuff for and extensions of Ruby that are not really good/big enough for a real library. WWW: http://github.com/flori/spruz PR: ports/147170 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=255548
* Correct the spelling of hs-test-framework-hunit.Mark Linimon2010-06-021-1/+1
| | | | | | | Pointy hat to: pgj Notes: svn path=/head/; revision=255527
* Bazaar Explorer is a desktop application for using the Bazaar Version ControlWen Heping2010-06-021-0/+1
| | | | | | | | | | | | | | | System. It provides a high level interface to all commonly used features, launching "applets" from the QBzr plug-in to provide most of the functionality. Alternatively, the applets from the bzr-gtk plug-in can be used if it is installed. WWW: https://launchpad.net/bzr-explorer PR: ports/147092 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=255502
* The GData .NET Client Library provides a library and source code that make itRomain Tartière2010-06-021-0/+1
| | | | | | | | | easy to access data through Google Data APIs (e.g. Contacts, Calendar). WWW: http://code.google.com/p/google-gdata/ Notes: svn path=/head/; revision=255484