aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggableThomas Abthorpe2009-01-264-0/+71
| | | | | | | | | | | | | | | | | | | Adapters. Currently available are: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, authentication, cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers. WWW: http://pear.php.net/package/HTTP_Request2/ PR: ports/130293 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226916
* This is a Perl interface to the MusicBrainz API.Philip M. Gollucci2009-01-265-0/+96
| | | | | | | | | | WWW: http://search.cpan.org/dist/WebService-MusicBrainz/ PR: ports/ports/130758 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=226915
* Captcha::reCAPTCHA::Mailhide - A Perl implementation ofPhilip M. Gollucci2009-01-265-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | the reCAPTCHA Mailhide API reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who complete the captcha to assist in the digitization of books. reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly. http://recaptcha.net/learnmore.html WWW: http://search.cpan.org/~andya/Captcha-reCAPTCHA-Mailhide-0.93/ PR: ports/ports/130275 Submitted by: gerard Notes: svn path=/head/; revision=226914
* - Updated to 0.34Greg Larkin2009-01-263-6/+8
| | | | | | | | | | - Added some new required dependencies PR: ports/130985 Submitted by: Gea-Suan Lin <gslin at gslin dot org> Notes: svn path=/head/; revision=226913
* - Update to 1.4.1Philip M. Gollucci2009-01-263-7/+12
| | | | | | | - SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports) Notes: svn path=/head/; revision=226912
* Fix a bug triggered on amd64 by Cristiano Rolim.Thierry Thomas2009-01-262-1/+12
| | | | | | | Submitted by: Cristiano Rolim <cristianorolim (at) hotmail<dot>com> Notes: svn path=/head/; revision=226911
* Depend on hald when starting up so that we have a better chance of findingJoe Marcus Clarke2009-01-262-2/+2
| | | | | | | all necessary input devices. Notes: svn path=/head/; revision=226910
* Take another stab at fixing mouse support in X. This approach eliminatesJoe Marcus Clarke2009-01-269-24/+556
| | | | | | | | | | the constant polling to find a mouse device owner, and instead uses a kevent/polling model. Testing has shown this to work in all cases. Tested by: rnoland Notes: svn path=/head/; revision=226909
* Upgrade to 1.3.3.Thierry Thomas2009-01-267-14/+50
| | | | Notes: svn path=/head/; revision=226908
* Upgrade to 1.3.3 and use gfortran43.Thierry Thomas2009-01-266-128/+114
| | | | | | | | Changelog at <http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-news081127-en-601064.html> Notes: svn path=/head/; revision=226907
* Upgrade to 0.12.0.Thierry Thomas2009-01-264-6/+12
| | | | Notes: svn path=/head/; revision=226906
* Upgrade to 1.0.8.Thierry Thomas2009-01-263-5/+5
| | | | Notes: svn path=/head/; revision=226905
* - Update to 2.5.0Philip M. Gollucci2009-01-262-4/+4
| | | | | | | | PR: ports/130999 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer) Notes: svn path=/head/; revision=226904
* - update to 20090104 versionPhilip M. Gollucci2009-01-265-495/+15
| | | | | | | | | | - generate fonts.dir, fonts.scale files at build phase PR: ports/130981 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=226903
* - Update to 0.8.2-2Philip M. Gollucci2009-01-264-21/+47
| | | | | | | | PR: ports/130946 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=226902
* Upgrade to 4.9.3.Thierry Thomas2009-01-262-4/+4
| | | | | | | Changelog at <http://bouml.sourceforge.net/historic.html> Notes: svn path=/head/; revision=226901
* A configuration system allowing for either file or LDAP backed storage. APhilip M. Gollucci2009-01-265-0/+41
| | | | | | | | | | | | | utility is included as well, 'zcrunner'. It can be used to configure actions and run files using them. WWW: http://search.cpan.org/dist/ZConf-Runner PR: ports/ports/130566 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Notes: svn path=/head/; revision=226900
* This module implements various functions needed for making a ZConf backed mailPhilip M. Gollucci2009-01-269-0/+107
| | | | | | | | | | | | | | | | cleint. It also currently includes two small utilities, listed below. zcmailcompose - Composes a mail message and sends it using the specified account. zcgetmail - A getmail replacement using ZConf::Mail. WWW: http://search.cpan.org/dist/ZConf-Mail/ PR: ports/ports/130564 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Notes: svn path=/head/; revision=226899
* Normally if a part of a pipe fails, depending on the location, it won'tPhilip M. Gollucci2009-01-265-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | be detected. This breaks down a command involving pipes and runs each command seperately. It uses open3 to run each chunk of the pipe. use IO::MultiPipe; my $pipes = IO::MultiPipe->new(); #This sets the pipe that will be run. $pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/'); if ($pipes->{error}){ print "Error!\n"; } #'123-ABCxyz' through the command set above. my $returned=$pipes->run('123-ABCxyz'); WWW: http://search.cpan.org/~vvelox/IO-MultiPipe/ PR: ports/ports/130563 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Notes: svn path=/head/; revision=226898
* This is a perl wrapper to "jexec" with more feature.Philip M. Gollucci2009-01-264-0/+61
| | | | | | | | | | | | | | | | | | | Script takes system jail id, rc.conf order id, full hostname of jail or rc.conf name of jail. If no command for jail is given - run default ('bash' or other). No additional software or tools like "jailer" are needed. WWW: http://legh.ru/jx/ - Dmiry Shulgachik legh@legh.ru PR: ports/ports/130148 Submitted by: Dmitry Shulgachik <legh at legh.ru> Notes: svn path=/head/; revision=226897
* - Add liblinebreak 1.0Rong-En Fan2009-01-265-0/+36
| | | | | | | | | | | | | | | Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example. WWW: http://vimgadgets.sourceforge.net/liblinebreak/ PR: ports/130949 Submitted by: Yuri Pankov <yuri.pankov at gmail.com> Notes: svn path=/head/; revision=226896
* Add "regression-test" make target.Sergey Skvortsov2009-01-265-15/+25
| | | | Notes: svn path=/head/; revision=226895
* - Fix plistGabor Kovesdan2009-01-262-0/+9
| | | | | | | Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=226894
* Algorithm-Munkres is a perl extension for Munkres' solution toPhilippe Audeoud2009-01-265-0/+38
| | | | | | | | | | | | | | | classical Assignment problem for square and rectangular matrices This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square matrix by padding necessary zeros. WWW: http://search.cpan.org/dist/Algorithm-Munkres/ PR: ports/131010 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226893
* - Update to 6.0.3Sergei Kolobov2009-01-262-7/+8
| | | | | | | | | - Use author's website as a primary MASTER_SITE - Use MASTER_SITE_LOCAL/sergei as a backup - Take back maintainership of this port Notes: svn path=/head/; revision=226892
* Remove implicit dependency on x11/xorg-libraries.Hiroki Sato2009-01-262-4/+14
| | | | | | | Spotted by: motoyuki Notes: svn path=/head/; revision=226891
* upgrade to 2.14.0Ying-Chieh Liao2009-01-264-10/+20
| | | | Notes: svn path=/head/; revision=226890
* Maintainer says lang/ypsilon doesn't require libglut, so backout lastFlorent Thoumie2009-01-261-2/+1
| | | | | | | | | change. Reported by: maintainer Notes: svn path=/head/; revision=226889
* Update to 1.0.8Emanuel Haupt2009-01-262-4/+4
| | | | Notes: svn path=/head/; revision=226888
* p5-Geo-EOP is a perl module to process earth observationPhilippe Audeoud2009-01-265-0/+72
| | | | | | | | | | | | products meta-data. WWW: http://search.cpan.org/dist/Geo-EOP/ PR: ports/130908 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226887
* Fix the PLIST_SUBs for @comment's so that plist creation will succeedDoug Barton2009-01-261-18/+18
| | | | Notes: svn path=/head/; revision=226886
* - Update to 0.8.1.1Martin Matuska2009-01-263-4/+16
| | | | | | | | PR: ports/130616 Submitted by: garga@FreeBSD.org Notes: svn path=/head/; revision=226885
* - Update to 0.13Philippe Audeoud2009-01-263-5/+7
| | | | | | | | PR: ports/130890 Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer) Notes: svn path=/head/; revision=226884
* - Update to 0.90Philippe Audeoud2009-01-262-4/+4
| | | | | | | | PR: ports/130892 Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer) Notes: svn path=/head/; revision=226883
* - Update to 0.10Philippe Audeoud2009-01-262-4/+4
| | | | | | | | PR: ports/130883 Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer) Notes: svn path=/head/; revision=226882
* - Update to 0.18.3Nicola Vitale2009-01-262-5/+5
| | | | Notes: svn path=/head/; revision=226881
* - Update to 0.5.2Nicola Vitale2009-01-264-8/+8
| | | | Notes: svn path=/head/; revision=226880
* Update to 1.4.22.2.Maxim Sobolev2009-01-266-15/+15
| | | | Notes: svn path=/head/; revision=226879
* Unbreak packaging.Maxim Sobolev2009-01-262-3/+9
| | | | Notes: svn path=/head/; revision=226878
* Forced commit to note repocopyPhilip M. Gollucci2009-01-261-1/+1
| | | | | | | | | sysutils/heartbeat -> sysutils/heartbeat2 Repocopy by: marcus Notes: svn path=/head/; revision=226877
* Fix breakage on 6.x system.Jun Kuriyama2009-01-262-2/+10
| | | | Notes: svn path=/head/; revision=226876
* - Update to 0.5.0Rong-En Fan2009-01-262-7/+6
| | | | Notes: svn path=/head/; revision=226875
* - Update to 2.4.6Beech Rintoul2009-01-262-5/+5
| | | | | | | | PR: ports/130991 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) Notes: svn path=/head/; revision=226874
* Forced commit to note that the without-proxy build failure was...Peter Pentchev2009-01-260-0/+0
| | | | | | | Reported by: Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=226873
* Apply a band-aid to fix the build without proxy support.Peter Pentchev2009-01-262-0/+54
| | | | | | | Note that some of the tests shall fail for the present. Notes: svn path=/head/; revision=226872
* - Update to version 2.5Beech Rintoul2009-01-262-4/+4
| | | | | | | | PR: ports/130989 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Notes: svn path=/head/; revision=226871
* - Mark BROKEN: does not compilePav Lucistnik2009-01-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226870
* - Mark BROKEN: unfetchablePav Lucistnik2009-01-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226869
* - Update mail/dbmail23 port to the latest version 2.3.5Beech Rintoul2009-01-2610-44/+194
| | | | | | | | PR: ports/130983 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=226867
* Assign maintainership to submitter of last PR.Mark Linimon2009-01-252-2/+2
| | | | Notes: svn path=/head/; revision=226866