aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* update to 2.0.2oliver2011-03-073-5/+4
|
* - Chase libextractor shlib raisepav2011-03-071-2/+2
| | | | | Reported by: pointyhat Pointy hat to: vd
* - Fix library linking in libevent.pc [1]mm2011-03-074-0/+37
| | | | | | | | - Add compatibility include to libevent.pc [2] PR: ports/155315 [1], ports/155293 [2] Submitted by: Jeremy Messenger <mezz@FreeBSD.org> [1] Suggested by: swell.k@gmail.com [2]
* Add jenkins 1.399, open-source continuous integration server.lwhsu2011-03-065-0/+137
| | | | | This port is mostly copied and modified from www/hudson, and many thanks to dougb for the rc script.
* Add LATEST_LINK (gps-ide) to avoid conflicts with net-mgmt/gpslme2011-03-061-0/+2
| | | | Approved by: maintainer
* - Update to 5.8 snapshot 20110305rafan2011-03-062-242/+7
|
* - Update to 5.8rafan2011-03-064-6/+178
|
* - Chase libftdi updatedhn2011-03-056-5/+4
| | | | | - Bump PORTREVISION - Remove MD5 checksum
* - Update to 0.18dhn2011-03-054-10/+8
| | | | | PR: ports/155121 Submitted by: maintainer
* - Add WWW: line to pkg-descrnivit2011-03-053-6/+4
| | | | | | | | - Fix CONFLICTS value in Makefile - Remove MD5 checksum from distinfo PR: ports/154729 Submitted by: sunpoet
* IT IS SECURITY UPDATE!lev2011-03-054-6/+8
| | | | | | | (1) Update to 1.5.16. (2) Disable mod_dav_svn building when it is disabled, but apache2 is installed PR: [2] ports/154223
* - Bump PORTREVISION to force rebuild after python update.miwi2011-03-052-1/+2
|
* - Update to 1.79culot2011-03-052-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* Update to version 0.26az2011-03-052-6/+5
|
* - Update to 0.22az2011-03-052-4/+4
| | | | | PR: ports/155284 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* Correct the spelling of "datarootdir" so that dmake can find its 'startup.mk'.obrien2011-03-051-1/+2
|
* Update to 1.4.6.kwm2011-03-052-3/+3
|
* - Fix plistlwhsu2011-03-051-0/+3
| | | | Submitted by: miwi & erwin
* - allow to build only with python25-26miwi2011-03-041-1/+1
|
* Test::EOL lets you check the presence of windows line endings in yourmiwi2011-03-045-0/+41
| | | | | | | | | perl code. It report its results in standard Test::Simple fashion. WWW: http://search.cpan.org/dist/Test-EOL/ PR: ports/154853 Submitted by: milki at rescomp.berkeley.edu
* Pika is a pure-Python implementation of the AMQP 0-9-1 protocolclsung2011-03-044-0/+31
| | | | | | | | that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers. WWW: http://tonyg.github.com/pika/
* - upgrade to 20110301190432bapt2011-03-042-3/+3
|
* This library is a generic swappable back-end for JSON handling.clsung2011-03-044-0/+49
| | | | | | | | | Lots of Ruby libraries utilize JSON parsing in some form, and everyone has their favorite JSON library. In order to best support multiple JSON parsers and libraries, multi_json is a general-purpose swappable JSON backend library. WWW: http://rdoc.info/projects/intridea/multi_json
* - Update to 6.2miwi2011-03-042-4/+4
| | | | | PR: 154805 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
* - add missed devel/p5-versionaz2011-03-041-1/+2
|
* - Update to 1.6.12miwi2011-03-045-44/+15
| | | | | PR: ports/154614 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
* - Use new CPAN macrosunpoet2011-03-041-2/+3
| | | | - Tab twiddle
* - Update to 2.25miwi2011-03-043-10/+7
| | | | | | PR: 154878 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer
* - Update to 3.0.5wen2011-03-042-3/+3
|
* Update to 3.0.6skv2011-03-043-4/+8
| | | | Changes: http://otrs.org/releases/3.0.6/
* Update to 0.3624skv2011-03-042-10/+12
| | | | Changes: http://cpansearch.perl.org/src/DAGOLDEN/Module-Build-0.3624/Changes
* Add p5-Perl-OSType 1.002, map Perl operating system names to genericskv2011-03-045-0/+38
| | | | types.
* Patch the search path for ocaml-findlib to find more packages.johans2011-03-041-0/+4
| | | | | PR: ports/155153 Submitted by: Jaap Boender <jaapb@kerguelen.org>
* - Update MASTER_SITES and DISTNAME to new preferred locationjohans2011-03-043-29/+30
| | | | | | | | | - Replace PORTDOCS by PORTEXAMPLES for examples - Tarball was renamed and re-rolled, but sources and installed files did not change PR: ports/155156 Submitted by: Jaap Boender <jaapb@kerguelen.org>
* - Update to 0.2.6sylvio2011-03-042-5/+5
| | | | | PR: ports/155207 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer)
* Hashie is available as a RubyGem which extend Hashes and make them more useful.clsung2011-03-034-0/+35
| | | | | | | | | | | | | * Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended * Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. * Hashie::Trash: a Dash that allows you to translate keys on initialization. * Hashie::Clash: allows you to easily construct complex hashes using method notation chaining. WWW: http://github.com/intridea/hashie
* Update to 3.7.3.kwm2011-03-034-12/+40
| | | | | | This fixes a crasher when using the glade3 application [1] Reported by: George Mitchell <george@m5p.com>
* - Update to 5.8sylvio2011-03-033-15/+3
|
* Welcome XFCE 4.8 to the portstree!oliver2011-03-034-10/+21
| | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
* Add a more reliable mirrors for fc4 and f10 linux emulation ports.ehaupt2011-03-0311-2/+11
| | | | | Triggered by: distilator Reviewed by: netchild (emulation)
* - Update to 2.020wen2011-03-032-6/+17
| | | | | | | | | | | - Added explicit depends on p5-Data-Dumper p5-Devel-ArgNames is now an optional dependency Changes: http://cpansearch.perl.org/src/FREW/Data-Dumper-Concise-2.020/Changes PR: ports/154794 Submitted by: milki <milki@rescomp.berkeley.edu> Approved by: maintainer(timeout, >14 days)
* - Update to 0.24clsung2011-03-032-4/+4
|
* - Update to 0.7.0clsung2011-03-032-4/+3
|
* - Update to 3.21.0clsung2011-03-032-3/+3
|
* - Update to 0.9.2clsung2011-03-032-4/+3
| | | | | | PR: ports/153488 Submitted by: "Mikhail T." <michael_AT_fun-box dot ru> Approved by: maintainer
* - Update to 2.6.3nivit2011-03-034-3/+65
| | | | - Add files/patch-setup.py
* - Respect PREFIX for libdirmm2011-03-031-1/+1
| | | | | PR: ports/155202 Submitted by: swell.k@gmail.com
* Add p5-CPAN-Meta-YAML 0.003, read and write a subset of YAML for CPANskv2011-03-035-0/+37
| | | | Meta files.
* Update to 4.8.7.kwm2011-03-023-25/+40
| | | | Submitted by: beat
* - Add missing default value to rc.d script (pcscd)sunpoet2011-03-024-12/+22
| | | | | | | | | | - Respect PORTDOCS and PORTEXAMPLES - Pet portlint - Bump PORTREVISION for rc.d script change PR: ports/155189 Submitted by: sunpoet (myself) Approved by: arved (maintainer)
* - Update MASTER_SITESehaupt2011-03-022-3/+1
| | | | | | - Remove MD5 sums while here Discussed with: netchild (emulation)
* - Update to 1.78culot2011-03-022-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Update to 2.03wen2011-03-023-19/+4
| | | | | PR: ports/155172 Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer)
* The GNAT Programming Studio (GPS) is a cutting-edge Free Software IDE thatwen2011-03-0210-0/+852
| | | | | | | | | | | | | | | | | | | | | | | | | streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplying source navigation and highlighting fundamental ideas in the program. Features Tools * Developer-friendly * Language-sensitive editor * Multi-language * Version control * Multi-platform * Graphical debugger * Modern GUI * Automatic code fixing * Multiple document interface * Graphs (call, dependencies, entities) * Customizable * Application builder * Extensible tool integration * Visual file comparison * Free Software * Source code reformatting * Automatic body file generation * intelligent source code navigation * Project Explorer * Project Wizard WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gps/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
* - Update to 2.09.06dhn2011-03-022-5/+5
|
* - Update to 3211sylvio2011-03-022-3/+3
| | | | | PR: ports/155101 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer)
* Remove invalid master site.roberto2011-03-011-2/+1
| | | | | Found by: http://people.freebsd.org/~ehaupt/distilator/roberto@FreeBSD.org.html
* Update to 1.1.sobomax2011-03-012-4/+3
| | | | | PR: 155103 Submitted by: Jimmy Olgeni
* Mark BROKEN on HEAD after the addition of log2 to libmerwin2011-03-011-0/+4
|
* GPRbuild is an advanced software tool designed to help automate thewen2011-03-015-0/+243
| | | | | | | | | | | | | | | | | | | construction of multi-language systems. It removes the complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well suited for compiled languages. GPRbuild-AUX is a customized version of GPRbuild that exists solely for the use with the GNAT AUX compiler, and not with the FSF or GPL versions of the GNAT compiler. Homepage: www.dragonlace.net WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
* Optionfy Avahi. default to on. [1]kwm2011-03-012-19/+17
| | | | | | | | libgnomekeyring lives in its own port these days. Remove 2 6.x checks. PR: ports/153327 [1] Submitted by: "" <moonshade@pnhz.kz>
* - Update to 1.9.2miwi2011-03-012-6/+4
|
* - Update to 1.8.4wen2011-03-012-4/+3
|
* - Update to 0.0.12awen2011-03-013-96/+15
| | | | | | PR: ports/154311 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer(timeout, >30 days)
* Upgrade to 2.0.vanilla2011-03-013-6/+6
|
* - Update to 1.24wen2011-03-012-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/DROLSKY/Moose-1.24/Changes
* Update to 4.0.7.kwm2011-03-014-202/+240
| | | | | | | | | Gwenhywfar now contains GUI support instead of AqBanking (GTK and QT4 enabled by default). Add LICENSE (LGPL21) PR: ports/154840 Submitted by: maintainer
* Move these ports to the new CPAN macro. Just for the test.az2011-02-282-1/+2
|
* Fix build with clang due to incorrect asm usage.kwm2011-02-281-0/+11
| | | | | | PR: ports/154394 Submitted by: kwm@ Approved by: maintainer timeout (mva@) (28 days)
* Deprecate all non-default Fedora based linux_base respectively linux-fx-*netchild2011-02-286-0/+18
| | | | | | | | | ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate).
* Allow the use of non-default compilers such as clang.ehaupt2011-02-285-21/+31
| | | | | PR: 155008 Submitted by: avilla
* BSDBuild is a simple, self-contained and portable build system derived from thebapt2011-02-285-0/+188
| | | | | | | | | | traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but without BSD make extensions (it uses standard Bourne script fragments instead), so the build system is portable to most operating systems and make flavors. Because BSDBuild is implemented as a library, makefiles are edited directly and never need to be "regenerated". WWW: http://hypertriton.com/bsdbuild/
* Update to 0.8.13.kwm2011-02-283-4/+4
|
* Update to 0.6.1.kwm2011-02-282-5/+5
| | | | Make sure we got a recent enough version of gobject-introspection.
* - Update to 4.1.6gahr2011-02-283-11/+11
| | | | | | | Changes: * fixed permission of shared memory, now world readable if not umasked - Shorten lines in pkg-descr to stay within the 80 col limit - Add USE_LDCONFIG
* - Update to 1.00rafan2011-02-282-4/+4
|
* Add libplist 1.3, a library to handle Apple Property List format.avilla2011-02-285-0/+97
|
* Remove BROKEN: USE_XORG properly.olgeni2011-02-281-3/+1
|
* Remove:miwi2011-02-285-39/+0
| | | | | | | www/py-turbodjango www/py-turbosetup textproc/py-csv devel/py-uuid
* - Bump PORTREVISION after www/py-turbogears updatemiwi2011-02-281-2/+2
| | | | all these ports builds now with python27 \o/
* Update to 0.32lth2011-02-272-3/+3
|
* - Update to 1.0008miwi2011-02-272-5/+11
| | | | | PR: 155046 Submitted by: milki <milki@rescomp.berkeley.edu>
* - Update to 0.98miwi2011-02-272-5/+4
| | | | | PR: 154987 Submitted by: milki <milki@rescomp.berkeley.edu>
* - Update to 1.7miwi2011-02-273-11/+17
| | | | | PR: 154910 Submitted by: Yuri <yuri@tsoft.com> (maintainer)
* - Update to 0.55.0mva2011-02-273-3/+6
|
* - Update to 3.4mva2011-02-272-4/+3
|
* - Reassign ports to heaptabthorpe2011-02-277-7/+7
| | | | Submitted by: alepulver
* List changes for CPAN modules.kuriyama2011-02-275-0/+44
| | | | WWW: http://search.cpan.org/dist/cpan-listchanges/
* CPAN Testers report objectswills2011-02-275-0/+55
| | | | WWW: http://search.cpan.org/dist/CPAN-Testers-Report/
* Update to 0.32.1rene2011-02-272-7/+7
| | | | Changelog: http://argouml.tigris.org/servlets/NewsItemView?newsItemID=2454
* Metabase transport for Test::Reporterswills2011-02-275-0/+45
| | | | WWW: http://search.cpan.org/dist/Test-Reporter-Transport-Metabase/
* Client that submits to Metabase serversswills2011-02-275-0/+40
| | | | WWW: http://search.cpan.org/dist/Metabase-Client-Simple/
* Update to 0.23skv2011-02-273-4/+4
|
* Metabase Facts and accompanying classesswills2011-02-275-0/+76
| | | | WWW: http://search.cpan.org/dist/Metabase-Fact/
* Update to 1.10skv2011-02-273-10/+7
| | | | Changes: http://cpansearch.perl.org/src/DOLMEN/POE-Component-Logger-1.10/Changes
* Turnkey CPAN Testers smokingswills2011-02-275-0/+39
| | | | WWW: http://search.cpan.org/dist/CPAN-Reporter-Smoker/
* Update to 2.15skv2011-02-272-4/+3
| | | | Changes: http://cpansearch.perl.org/src/RGARCIA/base-2.15/Changes
* Adds CPAN Testers reporting to CPAN.pmswills2011-02-275-0/+54
| | | | WWW: http://search.cpan.org/dist/CPAN-Reporter/
* Portable API to set the terminal titlebarswills2011-02-275-0/+32
| | | | WWW: http://search.cpan.org/dist/Term-Title/
* Structured data retreival of perl -V outputswills2011-02-275-0/+39
| | | | WWW: http://search.cpan.org/dist/Config-Perl-V/
* - Use slightly more reliable URLswills2011-02-271-1/+1
|
* Set autoflush from the command lineswills2011-02-275-0/+37
| | | | WWW: http://search.cpan.org/~dagolden/Devel-Autoflush/
* Fix dependency for MODPERL2 option.skv2011-02-271-1/+1
|
* Add option MODPERL2 (enabled by default).skv2011-02-271-1/+9
|
* - Reset maintainer (mail adress bounce Remote-MTA: X-Unix; mirapointmiwi2011-02-261-1/+1
| | | | Diagnostic-Code: smtp; 550 5.1.1 User unknown )
* Data::Page::NoTotalEntries is a generic pager object, so it's verykuriyama2011-02-265-0/+43
| | | | | | | similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods. WWW: http://search.cpan.org/dist/Data-Page-NoTotalEntries/
* Fix fetch issue, but note distfile now on backpan so..az2011-02-262-2/+1
| | | | Reported by: miwi@
* Module::Metadata - Gather package and POD information from perl modulekuriyama2011-02-265-0/+34
| | | | | | files. WWW: http://search.cpan.org/dist/Module-Metadata/
* - Update to 0.20.2miwi2011-02-262-14/+5
|
* - Update to 1.2.2miwi2011-02-262-4/+4
|
* - Update to 1.3.11miwi2011-02-262-4/+4
|
* - Update to 1.3.1miwi2011-02-262-4/+3
|
* - Update to 2011blwhsu2011-02-262-4/+4
|
* Upgrade to r126497 and in particulr pick up r126226 which fixes stackbrooks2011-02-263-4/+4
| | | | alignment.
* Update WWW: line.brooks2011-02-262-2/+2
| | | | | PR: ports/155016 Submitted by: mandree
* - Please welcome Xorg 7.5.1miwi2011-02-2613-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457
* Update to 0.1.4. [1]kwm2011-02-262-9/+0
| | | | | | | Gir files now shipped with babl. So no need anymore for a seperate port. PR: ports/154430 [1] Submitted by: gahr@
* This module provides a number of list utility functions, all of whichkuriyama2011-02-255-0/+39
| | | | | | | | | | | | take an initial code block to control their behaviour. They are variations on similar core perl or List::Util functions of similar names, but which use the block to control their behaviour. For example, the core Perl function sort takes a list of values and returns them, sorted into order by their string value. The sort_by function sorts them according to the string value returned by the extra function, when given each value. WWW: http://search.cpan.org/dist/List-UtilsBy/
* - Upgrade to 1.008004.kuriyama2011-02-253-46/+15
|
* Update gnulib to latest stable releasejohans2011-02-252-3/+3
|
* Update apache-ant to 1.8.2 bugfix release.ale2011-02-253-6/+6
| | | | | | PR: ports/154187 Submitted by: ale Approved by: portmgr (pav)
* - Clean up PYTHON_REL >= 230 < 240miwi2011-02-253-7/+1
|
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+miwi2011-02-252-12/+1
|
* - Part 1 of python24 removalmiwi2011-02-255-211/+0
| | | | | | | | | | | - Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python since python25 Remove: textproc/py-expat devel/py-ctypes security/py-hashlib www/py-wsgiref
* - Get rid (RUN|BUILD) PYEXPAT since py25 is default in pythonmiwi2011-02-252-4/+0
|
* - Get rid (RUN|BUILD) PYCTYPES since py25 is default in pythonmiwi2011-02-253-5/+1
|
* - Move from py24 over to py25 or abovemiwi2011-02-2582-98/+98
| | | | - Drop md5 support
* This module is an extremely light-weight, high-performance Moosewen2011-02-255-0/+60
| | | | | | | | | | | replacement. It also avoids depending on any XS modules to allow simple deployments. The name Moo is based on the idea that it provides almost -but not quite- two thirds of Moose. Unlike Mouse this module does not aim at full Moose compatibility. See "INCOMPATIBILITIES" for more details. WWW: http://search.cpan.org/dist/Moo/
* Update to libtool 2.4ade2011-02-254-40/+22
| | | | Tested by: pav (multiple -exp runs)
* - Upgrade to 0.16.kuriyama2011-02-252-4/+4
|
* - Upgrade to 1.2001.kuriyama2011-02-252-3/+4
|
* - Upgrade to 0.07.kuriyama2011-02-252-4/+4
|
* - Update to 1.4.1wen2011-02-253-35/+59
|
* strictures turns on indirect checking only when it thinks it's runningwen2011-02-255-0/+33
| | | | | | | | in a compilation (or pod coverage) test - though if this causes undesired behaviour this can be overriden by setting the PERL_STRICTURES_EXTRA environment variable. WWW: http://search.cpan.org/dist/strictures/
* - Upgrade to 0.39.kuriyama2011-02-252-7/+6
|
* - Upgrade to 0.00019.kuriyama2011-02-252-4/+5
|
* - Upgrade to 0.11.kuriyama2011-02-252-4/+4
|
* - Add a new flag PEAR_CATSRCmiwi2011-02-253-3/+8
| | | | | | | | | | | - While here remove MD5 support Since several months ago, I have seen a lot of FreeBSD maintainers removing the CATEGORY flag from their ports. The problem with that is the packages won?t be installed at the right location anymore. This patch resolves that problem. Thanks to: ale/wen Tested via: exp-run
* Chase after net/openldap24-server update.delphij2011-02-2521-13/+21
| | | | Reminded by: miwi
* - Update to 2.8.4miwi2011-02-256-28/+24
| | | | | Tested via: exp-run Approved by: kde@ implicit
* - Update to 4.2.2.araujo2011-02-253-10/+7
|
* Remove expired ports:rene2011-02-2515-336/+0
| | | | | 2011-02-23 devel/pmake: does not build on any supported version of FreeBSD 2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
* Upgrade to LLVM and Clang r126079 to match the version in HEAD.brooks2011-02-254-15/+30
| | | | | Add support to the LLVM makefile to set SVN_REV externally to make upgrading to a specific version easier.
* Fix dependency on libnfc.1.romain2011-02-241-1/+2
|
* Update to 0.3.1.romain2011-02-233-4/+22
|
* Update to 1.4.2.romain2011-02-233-4/+4
|
* - Add perl as a RUN dependency since llvm-config is a perl scriptgarga2011-02-232-4/+4
| | | | | | | | - Bump PORTREVISION PR: ports/154964 Submitted by: garga@ Approved by: brooks@ (maintainer)
* - Update to 1.4.1wen2011-02-233-12/+29
|
* - Update to 2.09.05dhn2011-02-232-5/+5
|
* - Update to 0.86culot2011-02-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-Maketext-Lexicon/Changes
* Fix a coredump when tagging a releasearved2011-02-222-1/+15
| | | | | | PR: 153874 Submitted by: Dan Mahoney <dmahoney@isc.org> Approved by: maintainer timeout
* Libevent version 2.xmm2011-02-226-0/+161
| | | | | | | | | | | | | | | | | | | | | The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications. WWW: http://www.monkey.org/~provos/libevent/
* - Remove unnecessary patch for configure.inmm2011-02-222-31/+0
| | | | - Remove dependency on USE_AUTOTOOLS
* - Fix USE_AUTOTOOLSmm2011-02-222-1/+7
|
* Import changes from upstream git repository.mm2011-02-227-1/+175
| | | | | | | Includes fixes for the following Bug IDs: #3028594 - evutil.c fcntl() uses long for F_SETFL #3048812 - Signal socketpair blocking #3107877 - evdns can issue duplicate tx ids
* - Update to 3.10.2wen2011-02-224-6/+6
|
* - Update 2.4.1clsung2011-02-222-4/+3
|
* - Update to 4.5.0clsung2011-02-222-5/+3
|
* - Update to 3.0.7clsung2011-02-222-6/+4
|
* - Update to 1.234wen2011-02-222-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/DDUMONT/Config-Model-1.234/ChangeLog
* - Update to 3.20.0clsung2011-02-222-3/+3
|
* - Update to 1.5.6clsung2011-02-222-7/+5
| | | | - unbreak the port
* - Update to 1.5.1clsung2011-02-224-7/+6
|
* Remove expired ports:rene2011-02-2214-3070/+0
| | | | | | | 2011-02-20 devel/root: Port does not build on supported versions of FreeBSD 2011-02-20 net/ztelnet: unfetchable / Does not compile with GCC 4.2 2011-02-20 print/kaspaliste: Does not compile with GCC 4.2 2011-02-20 sysutils/perf: Does not build on supported versions of FreeBSD
* - Update to 0.48clsung2011-02-212-4/+4
|
* - Update to 2.9.1clsung2011-02-212-4/+3
|
* - Update to 2.9.1clsung2011-02-212-5/+3
| | | | - depends on rake only (not rubygem-rubyforge anymore)
* - New ports: devel/ucommongahr2011-02-215-0/+80
| | | | | | GNU uCommon C++ is meant as a very light-weight C++ library. WWW: http://www.gnutelephony.org/index.php/GNU_uCommon_C%2B%2B
* Mark it as BROKEN on recent -current until i find a solution for thisgarga2011-02-211-1/+7
|
* - Update to 0.90clsung2011-02-212-3/+3
|
* - Update to 0.304culot2011-02-212-3/+4
| | | | Changes: http://search.cpan.org/dist/ExtUtils-Depends/Changes
* - Update to 1.5.2clsung2011-02-212-3/+3
|
* - Update to 1.5.1clsung2011-02-215-22/+22
| | | | | PR: ports/154665 Submitted by: wen
* - Update to 2.1.2clsung2011-02-212-4/+3
|
* - Update to 0.97wen2011-02-212-4/+4
| | | | ChangeLog: http://cpansearch.perl.org/src/ADAMK/File-HomeDir-0.97/Changes
* - update to 0.12leeym2011-02-212-7/+7
| | | | | | 0.12 Fri, 04 Feb 2010 10:39:00 +0000 * Bump namespace::clean dep to 0.20 to pull in the bugfix for Package::Stash::XS 0.19
* - Update to 1.3.1nivit2011-02-212-3/+3
|
* - Update to 1.77culot2011-02-202-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Update to 3.9.0clsung2011-02-202-3/+3
|
* - Update to 0.62.7wen2011-02-203-3/+4
|
* - Update to 0.2.1clsung2011-02-202-5/+3
|
* - upgrade to 0.007bapt2011-02-202-3/+6
| | | | | - add licenses - changes: http://search.cpan.org/src/LEONT/Const-Fast-0.007/Changes
* - Update to 0.6.3lwhsu2011-02-192-5/+3
|
* - Update to 2.23sunpoet2011-02-193-31/+29
| | | | | | | | | - Remove WRKSRC - Sort PLIST PR: ports/154464 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer (timeout, 16 days)
* - Update to 4.3gahr2011-02-183-4/+4
| | | | Release notes: http://developer.berlios.de/project/shownotes.php?release_id=18307
* - Update to 1.46clsung2011-02-182-4/+4
|
* String type constraints that match valid and relaxed JSON. For thewen2011-02-185-0/+43
| | | | | | | | | | meaning of 'relaxed,' see JSON::XS. All the heavy lifting in the background is also done by JSON::XS. WWW: http://search.cpan.org/dist/MooseX-Types-JSON/ PR: ports/154857 Submitted by: milki <milki@rescomp.berkeley.edu>
* - Update to 0.9.12wen2011-02-182-3/+3
|
* - Update to 1.0wen2011-02-183-8/+319
| | | | - Update my email to FreeBSD
* Fix compiler warning.vanilla2011-02-181-0/+1
| | | | | | PR: ports/154109 Submitted by: darth at vader.dk Feature safe: yes
* - Update maintainer addresssahil2011-02-182-2/+2
| | | | Requested by: maintainer (via freebsd-ports)
* - Update to 3.6.0wen2011-02-183-213/+216
| | | | | PR: ports/154349 Submitted by: Wen Heping (myself)
* - Update to 3.1.0wen2011-02-183-5/+22
| | | | | PR: ports/154347 Submitted by: wen@FreeBSD.org (myself)
* GNATPython is a python package to ease development of testsuites and/orwen2011-02-175-0/+85
| | | | | | | | | | build scripts in a portable way. It is an extension to Ada which exports GNAT.Expect.TTY and requires the GNAT AUX compiler. WWW: http://forge.open-do.org/projects/gnatpython PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
* - Add missing RUN_DEPENDSwen2011-02-171-0/+3
| | | | Reported by: maintainer
* - add p5-Mock-Quickclsung2011-02-175-0/+55
| | | | | | | | | | | | | | | | | Mock-Object provides a declarative mocking interface that results in a very concise, but clear syntax. There are seperate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also quickly create an anonymous class, optionally inhereting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to overriding methods in existing classes. This tool also allows for the restoration of the original class methods. Best of all this is a localized tool, when your control object falls out of scope the original class is restored. WWW: http://search.cpan.org/dist/Mock-Quick/
* Test::NoTabs scans your project/distribution for any perl files (scripts,wen2011-02-175-0/+37
| | | | | | | | | modules, etc) for the presence of tabs. WWW: http://search.cpan.org/dist/Test-NoTabs/ PR: ports/154835 Submitted by: milki <milki@rescomp.berkeley.edu>
* Pod::Coverage::TrustPod is a Pod::Coverage subclass (actually, a subclass ofwen2011-02-175-0/+45
| | | | | | | | | | Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted. WWW: http://search.cpan.org/dist/Pod-Coverage-TrustPod/ PR: ports/154832 Submitted by: milki <milki@rescomp.berkeley.edu>
* - Updated to 0.5.4glarkin2011-02-172-4/+4
| | | | | | | Changes: https://launchpad.net/bzr-git/trunk/0.5.4 PR: ports/154660 Submitted by: "C-S" <c-s@c-s.li> (maintainer)
* Fix build against ros-1.2.5rene2011-02-171-0/+14
| | | | Submitted by: pointyhat via pav
* - Update to 1.1.1wen2011-02-162-4/+5
| | | | | | | - Add LICENSE PR: ports/154820 Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
* ExtUtils::LibBuilder is a tool to build C libraries.wen2011-02-165-0/+31
| | | | WWW: http://search.cpan.org/dist/ExtUtils-LibBuilder/
* - Update to 1.233az2011-02-163-6/+7
| | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog
* Reassign ports to the pool, thanks for your service, we hope to see youtabthorpe2011-02-164-5/+5
| | | | back.
* - Update to 0.23swills2011-02-164-77/+8
| | | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/MooseX-ClassAttribute-0.23/Changes - Remove stray file "pkg-PM"
* - Update to 3.0620clsung2011-02-163-8/+11
|
* - Update to 1.0b1wen2011-02-162-4/+3
|
* Remove p5-Test-Exception from TEST_DEPENDS.az2011-02-161-1/+1
| | | | | PR: ports/154808 Submitted by: milki@rescomp.berkeley.edu
* Add missed Package::DeprecationManager in order to runaz2011-02-161-2/+5
| | | | | PR: ports/154807 Submitted by: brooks@
* - fix typo on COMMENTchinsan2011-02-162-2/+1
| | | | | | | | - remove obsoleted checksum algorithm PR: ports/154804 Submitted by: me Approved by: maintainer
* - Update to 2.0b4lwhsu2011-02-154-3/+6
|
* - update to 0.8.3clsung2011-02-154-16/+21
| | | | | | | | - buildbot now goes to Google Code - New releases are no longer uploaded to SourceForge PR: ports/154778 Submitted by: kwm
* - update to 0.8.3p1.clsung2011-02-154-21/+55
| | | | | | | | - buildbot now goes to Google Code - New releases are no longer uploaded to SourceForge PR: ports/154778 Submitted by: kwm
* - Update to 1.23clsung2011-02-152-3/+3
| | | | Changes: fix bad MANIFEST
* Initial import of umlgraph 5.4kevlo2011-02-155-0/+60
| | | | | UMLGraph allows the declarative specification and drawing of UML class and sequence diagrams.
* - Update to 1.8.2wen2011-02-153-6/+6
|
* - Update to 0.9.3wen2011-02-152-4/+3
|
* - Update to 0.85sunpoet2011-02-152-8/+7
| | | | | | | - Sort MAN3 - Pet portlint Changes: http://search.cpan.org/dist/Locale-Maketext-Lexicon/Changes
* - Update to 1.76culot2011-02-152-3/+5
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Update to 1.10.12miwi2011-02-152-4/+3
|
* Update to 1.7.4.1.wxs2011-02-143-13/+28
| | | | | | Changelogs: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.1.txt
* Update to 1.57lth2011-02-142-6/+3
| | | | | PR: ports/154508 Submitted by: swills
* Update to 0.30lth2011-02-142-10/+8
|
* Update to 0.09.tobez2011-02-143-7/+9
| | | | Changes: http://search.cpan.org/dist/MooseX-Aliases/Changes
* Update to 0.70.tobez2011-02-142-3/+3
| | | | Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES
* - Update to 4.3wen2011-02-143-48/+49
|
* - Update to 0.74sunpoet2011-02-142-5/+4
| | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/rpm-build-perl/Changes
* The Battle.net client library.miwi2011-02-146-0/+96
| | | | | | | WWW: https://code.google.com/p/ghostplusplus/ PR: ports/154764 Submitted by: ports@c0decafe.net
* The StormLib library is a pack of modules, written in C++,miwi2011-02-147-0/+108
| | | | | | | | | which are able to read and also to write files from/to the MPQ archives. WWW: https://code.google.com/p/ghostplusplus/ PR: ports/154763 Submitted by: ports@c0decafe.net
* - Update to 1.1.0miwi2011-02-142-5/+7
| | | | | PR: 154746 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
* TortoiseHg is a Windows shell extension and a series ofmiwi2011-02-145-0/+323
| | | | | | | | | | | | applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms. WWW: http://tortoisehg.bitbucket.org/ PR: ports/154659 Submitted by: arrowdodger <6yearold at gmail.com>
* - Update to 1.22clsung2011-02-142-3/+3
|
* - Update to 1.2.5rene2011-02-1428-68/+188
| | | | | - Remove patch integrated upstream - New patches to use GNU make which supports the -l parameter, sent upstream
* Update to 1.1.7.romain2011-02-133-3/+5
|
* Ninja is yet another build system. It takes as input the interdependenciesmiwi2011-02-136-0/+100
| | | | | | | | | | | | | | | | of files (typically source code and output executables) and orchestrates building them, quickly. Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from my work on the Chromium browser project, which has over 30,000 source files and whose other build systems (including one built from custom non-recursive Makefiles) can take ten seconds to start building after changing one file. Ninja is under a second. WWW: https://github.com/martine/ninja PR: ports/154603 Submitted by: Grzegorz Blach <magik at roorback.net>
* - Fix plistmiwi2011-02-131-0/+2
|
* - Update to 1.7.2wen2011-02-132-3/+3
|
* - Update to 0.9.11wen2011-02-132-4/+3
|
* - Update to 0.2.9miwi2011-02-132-3/+3
|
* - Update to 1.0.0miwi2011-02-132-4/+3
|
* - Update 0.1.6miwi2011-02-132-3/+3
|
* - Update to 0.46miwi2011-02-133-3/+4
| | | | | | PR: 154200 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: maintainer
* - Update to 0.9.3lwhsu2011-02-133-9/+8
| | | | | | PR: ports/154156 Submitted by: lwhsu Approved by: maintainer timeout
* - Update master_sitesmiwi2011-02-132-5/+2
| | | | | | | | - Remove md5 PR: 154486 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
* - Update to 0.8.1tota2011-02-122-3/+3
|
* - Update to 2.1.3lwhsu2011-02-122-5/+4
|
* - Update to 0.8.2clsung2011-02-124-14/+85
|
* - Update to 0.8.2clsung2011-02-123-16/+112
|
* - Update to 1.17wen2011-02-122-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/BOOK/Git-Repository-1.17/Changes
* - Update to 0.39culot2011-02-122-4/+3
| | | | Changes: http://search.cpan.org/dist/IO-Async/Changes