aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Not parallal make safe.Cy Schubert2013-11-271-0/+1
| | | | Notes: svn path=/head/; revision=335000
* - update to 3.3.2Ruslan Makhmatkhanov2013-11-273-13/+26
| | | | | | | | | | | | | | | | | | | | | | | - add staging support - update USE_PYTHON value - drop BDB from options list, there is no such option (portlint warning) changelog: 3.3.2 is primarily a bugfix release, with only very limited new features added. - Tracks were sometimes selected incorrectly when searching a playlist - Sometimes the main window wouldn't appear when minimizing to the system tray - More tags supported for MP4/M4A/FLAC/OGG files - Locale bugs when executing --help - Updated Windows installer dependency download versions - Fixed plugins: librivox PR: 183843 Submitted by: rm (myself) Approved by: jsa (maintainer, by mail) Notes: svn path=/head/; revision=334999
* - use STAGEDIRDirk Meyer2013-11-271-14/+3
| | | | Notes: svn path=/head/; revision=334998
* - use STAGEDIRDirk Meyer2013-11-273-24/+25
| | | | Notes: svn path=/head/; revision=334997
* - use STAGEDIRDirk Meyer2013-11-272-8/+10
| | | | | | | - use option EXAMPLES Notes: svn path=/head/; revision=334996
* - update to 2.0Dirk Meyer2013-11-274-17/+18
| | | | Notes: svn path=/head/; revision=334995
* - Update from 4.5 to 4.5.1Danilo Egea Gondolfo2013-11-273-304/+329
| | | | | | | | | | | | | - Add stage support - Use options helpers (while here) - Improve COMMENT PR: ports/184314 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer) Notes: svn path=/head/; revision=334994
* - Add stage supportDanilo Egea Gondolfo2013-11-272-11/+28
| | | | | | | | | | | | | | | - Add one additional site in MASTER_SITES - Add LICENSE - Convert USE_GMAKE to USES (while here) - Remove the indefinite article from COMMENT PR: ports/184317 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> Notes: svn path=/head/; revision=334993
* - Update to new LIB_DEPENDS format as should have been done in previous commitSteve Wills2013-11-271-3/+3
| | | | | | | Reported by: Gerald Pfeifer <gerald@pfeifer.com> Notes: svn path=/head/; revision=334992
* Change PORTNAME from gcc to gcc49 to match the actual name of thisGerald Pfeifer2013-11-272-6/+5
| | | | | | | | | | port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131124 snapshot of GCC 4.9.0. Notes: svn path=/head/; revision=334991
* - Remove unneeded variablesSteve Wills2013-11-271-4/+0
| | | | | | | - Mark JOBS safe Notes: svn path=/head/; revision=334990
* Fix CONFLICTSMatthew Seaman2013-11-271-1/+1
| | | | Notes: svn path=/head/; revision=334989
* Add conflict with newly committed www/rt42 port.Matthew Seaman2013-11-271-1/+1
| | | | Notes: svn path=/head/; revision=334988
* RT is a battle-tested issue tracking system which thousands ofMatthew Seaman2013-11-2711-0/+2539
| | | | | | | | | | | | organizations use for bug tracking, help desk ticketing, customer service, workflow processes, change management, network operations, youth counselling and even more. Organizations around the world have been running smoothly thanks to RT for over 10 years. WWW: http://www.bestpractical.com/rt/ Notes: svn path=/head/; revision=334987
* Test::Email - Test Email Contents.Matthew Seaman2013-11-275-0/+40
| | | | | | | WWW: http://search.cpan.org/dist/Test-Email/ Notes: svn path=/head/; revision=334986
* Set::Tiny is a thin wrapper around regular Perl hashes to performMatthew Seaman2013-11-275-0/+34
| | | | | | | | | | often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. WWW: http://search.cpan.org/dist/Set-Tiny/ Notes: svn path=/head/; revision=334985
* Plack::Middleware::Test::StashWarnings is a Plack middleware componentMatthew Seaman2013-11-275-0/+41
| | | | | | | | | | to record warnings generated by your application so that you can test them to make sure your application complains about the right things. WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/ Notes: svn path=/head/; revision=334984
* Symbol::Global::Name takes a reference and optional package name. ItMatthew Seaman2013-11-275-0/+37
| | | | | | | | | | | returns the name of the referenced variable as long as it's in the package or sub-package and it's a global variable. Returned name is prefixed with type sigil, eg. '$', '@', '%', '&' or '*'. WWW: http://search.cpan.org/dist/Symbol-Global-Name/ Notes: svn path=/head/; revision=334983
* Sometimes you want roles. You're not sure about Moose, Mouse, Moo andMatthew Seaman2013-11-275-0/+47
| | | | | | | | | | | | | | | | | | | what was that damned Squirrel thing anyway? Then there's Class::Trait, but it has a funky syntax and the maintainer's deprecated it in favor of Moose::Role and you really don't care that it handles overloading, instance application or has a workaround for the SUPER:: bug. You think a meta-object protocol sounds nifty, but you don't understand it. Maybe you're not sure you want the syntactic sugar for object declaration. Maybe you've convinced your colleagues that roles are a good idea but they're leery of dragging in Moose (your author has had this happen more than once and heard of others making the same complaint). Sometimes you just want good old-fashioned roles which let you separate class responsibility from code reuse. WWW: http://search.cpan.org/dist/Role-Basic/ Notes: svn path=/head/; revision=334982
* Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixedMatthew Seaman2013-11-265-0/+42
| | | | | | | | | | | | | with Resent- (eg Resent-From) headers. Mentioned headers are structured and contain lists of addresses. Most of the time you want to parse such field from start to end keeping everything even if it's an invalid input. WWW: http://search.cpan.org/dist/Email-Address-List/ Notes: svn path=/head/; revision=334981
* (no commit message)Matthew Seaman2013-11-265-0/+41
| | | | Notes: svn path=/head/; revision=334980
* Update to new release candidate #4.Matthias Andree2013-11-262-3/+3
| | | | | | | | | | Upstream changes: - Add missing malloc() return-code check. - Do immediate RA when a prefix goes from old->current. - Fixes to various compiler warnings. Notes: svn path=/head/; revision=334979
* - Update to 1.1Rusmir Dusko2013-11-2612-29/+28
| | | | | | | | | | | - Change CATEGORIES deskutils to emulators - Adjust patches - Change pkg-message Approved by: pawel (mentor) Notes: svn path=/head/; revision=334978
* Unbreak build with global unset NLS.Koop Mast2013-11-262-2/+2
| | | | Notes: svn path=/head/; revision=334977
* - Upgrade to 1.0.4;Thierry Thomas2013-11-263-12/+9
| | | | | | | | | | | - Stagify; - let the port use a specific python version (A). Submitted by: mva (A) Notes: svn path=/head/; revision=334976
* Stageify.Koop Mast2013-11-262-2/+6
| | | | Notes: svn path=/head/; revision=334975
* devel/ace: update to 6.2.3William Grzybowski2013-11-262-3/+3
| | | | | | | | PR: ports/184230 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334974
* - Change maintainer email to @FreeBSD.orgRusmir Dusko2013-11-261-11/+9
| | | | | | | | | - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334973
* Update to 9.1.7.Koop Mast2013-11-266-39/+4
| | | | | | | | | | | | Stagify, abuse stage dir and plist to only install files we want to install. So we don't have to do complex do-install anymore, yay. For the WITH_GALLIUM option we don't need llvm at run-time. Obtained from: xorg-dev repo Notes: svn path=/head/; revision=334972
* devel/rudiments: update to 0.44.1William Grzybowski2013-11-264-8/+10
| | | | | | | | | | | - Update to 0.44.1 [1] - Bump dependent ports revision PR: ports/184228 [1] Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334971
* games/xspacewarp: fix build on currentWilliam Grzybowski2013-11-261-3/+10
| | | | | | | | PR: ports/184227 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334970
* Update GNU Chess to 6.1.1Johan van Selst2013-11-262-3/+3
| | | | Notes: svn path=/head/; revision=334969
* print/xmbibtex: fix build on currentWilliam Grzybowski2013-11-263-10/+49
| | | | | | | | PR: ports/184226 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334968
* - Update to 0.25Grzegorz Blach2013-11-262-16/+13
| | | | | | | - Support staging Notes: svn path=/head/; revision=334967
* editors/leo: update to 4.11William Grzybowski2013-11-264-211/+928
| | | | | | | | | | | | - Update to 4.11 - Allow staging - USES shebangfix PR: ports/184225 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334966
* Unbreak WITH_NEW_XORG patch stage.Koop Mast2013-11-261-1/+1
| | | | Notes: svn path=/head/; revision=334965
* - Update to 1.0.4Rusmir Dusko2013-11-264-36/+44
| | | | | | | | | | | | | | | | - Change Makefile header - Remove master sites, use GitHub=yes - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR - Add DOCS Option - Change REINPLACE_CMD - Change pkg-message Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334964
* You play Bouncy the Hungry Rabbit.Rusmir Dusko2013-11-266-0/+234
| | | | | | | | | | | | | | | | | | You're in a garden with yummy veggies and a farmer who's not keen on you eating them. You can hide (and move around) under the ground. Bouncy was written so it could be enjoyed by my daughter, who is about to turn 3, and by older gamers. Hence it's not a violent game and "easy" is really, really easy, and "hard" is challenging. WWW: http://pyweek.org/e/bouncy/ PR: ports/171224 Submitted by: nemysis (self) Approved by: wg (mentor) Notes: svn path=/head/; revision=334963
* - Update to 0.9.1Sunpoet Po-Chuan Hsieh2013-11-262-3/+3
| | | | | | | Changes: https://github.com/grosser/parallel/commits/master Notes: svn path=/head/; revision=334962
* Update htmlxref.cnf to latest versionJohan van Selst2013-11-262-5/+4
| | | | Notes: svn path=/head/; revision=334961
* science/gromacs: Update to version 4.6.4William Grzybowski2013-11-263-42/+111
| | | | | | | | | | | - Update to version 4.6.4 - Allow staging PR: ports/184224 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334960
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-11-261-0/+2
| | | | | | | | | dependency Approved by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=334959
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-11-261-0/+1
| | | | | | | | | dependency Approved by: decke@ (maintainer) Notes: svn path=/head/; revision=334958
* First errata:Baptiste Daroussin2013-11-264-0/+126
| | | | | | | | | | | - Fix pkg rquery always printing index like lines [1] - Fix pkg -vv suggestion so it print something actually usable [2] Reported by: gjb [1] Reported by: ohauer [2] Notes: svn path=/head/; revision=334957
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-11-261-1/+2
| | | | | | | | | dependency Approved by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=334956
* x11/roxterm: fix build on currentWilliam Grzybowski2013-11-262-32/+27
| | | | | | | | | | | - Fix build on current (respect CC) - Allow staging PR: ports/184223 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334955
* sysutils/eiciel: update to 0.9.8.2William Grzybowski2013-11-263-31/+13
| | | | | | | | | | | | - Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334954
* - Update SWI Prolog to 6.6.0Johan van Selst2013-11-263-104/+106
| | | | | | | - Enable stage support Notes: svn path=/head/; revision=334953
* - QMAKE_PRO is deprecatedMax Brazhnikov2013-11-261-3/+3
| | | | Notes: svn path=/head/; revision=334952
* - Add missing USE_QT4 components to fix build after my previous commitMax Brazhnikov2013-11-261-1/+2
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=334951