aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 6.6.0-2.Thierry Thomas2013-03-194-224/+177
| | | | Notes: svn path=/head/; revision=314687
* Upgrading Code_Aster to 10.8.0-3.Thierry Thomas2013-03-196-100/+73
| | | | Notes: svn path=/head/; revision=314686
* - Update to 1.0.25.Felippe de Meirelles Motta2013-03-197-474/+600
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/176327 Submitted by: William Grzybowski <william88@gmail.com> Approved by: Mikhail T. <mi@aldan.algebra.com> Notes: svn path=/head/; revision=314685
* Jaildaemon provides services for a fixed command-line interface betweenChris Rees2013-03-194-0/+31
| | | | | | | | | | | | FreeBSD jails and their host system WWW: http://erdgeist.org/arts/software/jaildaemon/ PR: ports/176918 Submitted by: Dirk Engling <erdgeist@erdgeist.org> Notes: svn path=/head/; revision=314684
* A small library for keeping your version up-to-date easily & everywhere.Felippe de Meirelles Motta2013-03-194-0/+35
| | | | | | | | | | | | | | | | | | | The pain of having to update your setup.py, your Sphinx conf.py, your __init__.py & everything else on every release of your Python package sucks. By putting your version number in a top-level VERSION file & using this library, you can cut duplication & tedious manual work without having to lean on crazy import hacks. Inspired by crazy discussion with George Hickman (ghickman) at PyCon 2013. WWW: https://github.com/toastdriven/rose PR: ports/177110 Submitted by: William Grzybowski <william88@gmail.com> Notes: svn path=/head/; revision=314683
* Various bugfixesRomain Tartière2013-03-196-4/+231
| | | | | | | | | | | | | | | | While these fixes should have been applied upstream, and new tarballs are available, I am quite out of time ATM so after having successfully tested these changes, push them to FreeBSD and provide appropriate kudos to appropriate People. Updating to more recent lang/mono is in the pipeline, and should reach the ports tree soon. PR: ports/176030 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> Notes: svn path=/head/; revision=314682
* Fix the removal date of www/nspluginwrapper-devel.Jung-uk Kim2013-03-191-1/+1
| | | | Notes: svn path=/head/; revision=314681
* Remove obsolete www/nspluginwrapper-devel.Jung-uk Kim2013-03-1910-185/+1
| | | | Notes: svn path=/head/; revision=314680
* Update syslog_support patch with module-specific changes.Sergey A. Osokin2013-03-192-121/+636
| | | | | | | Original patch: https://raw.github.com/yaoweibin/nginx_syslog_patch/master/syslog_1.3.14.patch Notes: svn path=/head/; revision=314679
* - update to 3.2.0.10Ruslan Makhmatkhanov2013-03-192-4/+3
| | | | | | | | | | This release fixes runtime since youtube html frontend had changed. Submitted by: rm (myself) Approved by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer, via mail) Notes: svn path=/head/; revision=314678
* Update syslog_support patch with module-specific changes.Sergey A. Osokin2013-03-192-120/+626
| | | | | | | Original patch: https://raw.github.com/yaoweibin/nginx_syslog_patch/master/syslog_1.2.7.patch Notes: svn path=/head/; revision=314677
* - Update to version 1.6Pawel Pekala2013-03-193-23/+17
| | | | | | | | - Cleanup deps - Respect CXXFLAGS during build Notes: svn path=/head/; revision=314676
* Update third-party module rtmp from 0.9.8 to 0.9.11.Sergey A. Osokin2013-03-194-8/+8
| | | | Notes: svn path=/head/; revision=314675
* - update to 2.7Baptiste Daroussin2013-03-195-15/+70
| | | | | | | | | Make patch for colours in volume output actually works. Add a patch for colours on low remaining battery Add a patch for colours on high CPU temperature Notes: svn path=/head/; revision=314674
* When the same version of GCC is present as a port and in base, preferGerald Pfeifer2013-03-191-4/+2
| | | | | | | | | the former. Improve consistency of the code in on place. Notes: svn path=/head/; revision=314673
* Update third-party cache_purge module from 2.0 to 2.1.Sergey A. Osokin2013-03-194-6/+6
| | | | Notes: svn path=/head/; revision=314672
* - Add fix for crashes when cutting. [1]Juergen Lock2013-03-192-6/+63
| | | | | | | | | | - Convert Makefile header. - Bump PORTREVISION. Reported by: gb+ML-2011@derbrauer.homelinux.net (Gerhard Brauer) [1] Notes: svn path=/head/; revision=314671
* - Update cmake to 2.8.10.2Max Brazhnikov2013-03-194-25/+35
| | | | | | | | | | | - Trim Makefile header - Drop indefinite article from COMMENT Obtained from: area51 Tested by: exp-run (bapt) Notes: svn path=/head/; revision=314670
* - Update cmake to 2.8.10.2Max Brazhnikov2013-03-198-86/+72
| | | | | | | | | | | - Trim Makefile header - Drop indefinite article from COMMENT Obtained from: area51 Tested by: exp-run (bapt) Notes: svn path=/head/; revision=314669
* Convert USE_CMAKE to USES macro:Max Brazhnikov2013-03-194-107/+145
| | | | | | | | | | | Usage: USES= cmake or USES= cmake:ARGS Valid ARGS: outsource (perform an out-of-source build) Tested by: exp-run (bapt) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314668
* Update to 4.9 release.Alex Dupre2013-03-192-10/+8
| | | | Notes: svn path=/head/; revision=314667
* audio/aften and comms/usrp:Max Brazhnikov2013-03-193-34/+13
| | | | | | | | | | | | | | - Cleanup cmake usage games/deng: - Convert to USE_CMAKE - Convert to new options framework and remove autodetection for openal option - Trip header Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314666
* Add an error check on if cairo is installed without GLIB (GObject) support.Jeremy Messenger2013-03-191-0/+6
| | | | | | | Reported by: Larry Baird <lab@gta.com> Notes: svn path=/head/; revision=314665
* - Update to 4.5.1Baptiste Daroussin2013-03-192-3/+3
| | | | Notes: svn path=/head/; revision=314664
* - Fix MASTER_SITESThomas Abthorpe2013-03-191-6/+2
| | | | | | | | | - Trim header while I am here Submitted by: maintainer via private email Notes: svn path=/head/; revision=314663
* - Remove the gobject enable flag in the global since there is an option toJeremy Messenger2013-03-191-4/+3
| | | | | | | | disable it. - gnomehack -> USES=pathfix Notes: svn path=/head/; revision=314662
* - Reassign to the heap due to mail bouncesThomas Abthorpe2013-03-191-6/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=314661
* - Assign to the heap due to mail bouncesThomas Abthorpe2013-03-191-6/+2
| | | | | | | | | - Trim header while I am here With hat: portmgr Notes: svn path=/head/; revision=314660
* Add R module that provides collection of some tests commonly used forAlexey Dokuchaev2013-03-194-0/+33
| | | | | | | | | identifying outliers. http://cran.r-project.org/web/packages/outliers/ Notes: svn path=/head/; revision=314659
* Add gtksourceview3 and gtksourceviewmm3 macros to USE_GNOME.Koop Mast2013-03-191-2/+10
| | | | | | | Obtained from: gnome team repo Notes: svn path=/head/; revision=314658
* Add gtksourceview 3 ports.Koop Mast2013-03-191-0/+3
| | | | Notes: svn path=/head/; revision=314657
* Add gtksourceviewmm3 3.2.0Koop Mast2013-03-194-0/+89
| | | | | | | | | Gtk+ 3 C++ bindings for gtksourceview3. Obtained from: gnome team repo Notes: svn path=/head/; revision=314656
* Add gtksourceview 3.4.2.Koop Mast2013-03-197-0/+356
| | | | | | | | | | GtkSourceView is a text widget for Gtk+-3 that provides syntax highlighting and other features typically expected in a source code editor. Obtained from: gnome team repo Notes: svn path=/head/; revision=314655
* - Reassign to the heap at maintainer's requestThomas Abthorpe2013-03-194-24/+8
| | | | | | | - Trim header while I am here Notes: svn path=/head/; revision=314654
* Update to 3.6.0.Koop Mast2013-03-193-7/+44
| | | | | | | | | Use USES=pathfix instead of gnomehack. Obtained from: gnome team repo Notes: svn path=/head/; revision=314653
* Update to 2.28.4Koop Mast2013-03-193-14/+10
| | | | | | | Obtained from: gnome team repo Notes: svn path=/head/; revision=314652
* Convert to USE_CMAKE and while I'm here:Max Brazhnikov2013-03-195-231/+134
| | | | | | | | | | | | - drop depedence on gmake - remove hand crafted install target and scripts - use DESKTOP_ENTRIES - adjust plist according to the changes Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314651
* - No need to set CMAKE_INSTALL_PREFIX and CMAKE_BUILD_TYPE, already done in ↵Max Brazhnikov2013-03-192-15/+4
| | | | | | | | | | | bsd.cmake.mk - Trim header while I'm here Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314650
* - Update to 0.32Frederic Culot2013-03-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Path-Class/Changes Notes: svn path=/head/; revision=314649
* Update 2.062 --> 2.063Cy Schubert2013-03-192-3/+3
| | | | Notes: svn path=/head/; revision=314648
* - Update to 0.5.12Max Brazhnikov2013-03-198-151/+129
| | | | | | | | | | | - Convert to new option framework - Pass maintainership to submitter PR: ports/176598 Submitted by: Kai Wang <kaiwang27@gmail.com> Notes: svn path=/head/; revision=314647
* - Update to 1.0Frederic Culot2013-03-192-3/+3
| | | | | | | | PR: ports/177095 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) Notes: svn path=/head/; revision=314646
* s/USES/USE_GNOME/Eitan Adler2013-03-191-1/+1
| | | | Notes: svn path=/head/; revision=314645
* Add libunique3, this is the gtk+3 version of x11-toolkits/unique.Koop Mast2013-03-195-0/+63
| | | | | | | | | Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Notes: svn path=/head/; revision=314644
* - fix '(' '}' typoOlli Hauer2013-03-192-3/+3
| | | | | | | - fix OPTION keyword US -> USB (sysutils/nut22) Notes: svn path=/head/; revision=314643
* - remove empty files and directoriesRuslan Makhmatkhanov2013-03-191-0/+0
| | | | Notes: svn path=/head/; revision=314642
* - fix pkg-plistOlli Hauer2013-03-191-1/+0
| | | | | | | | PR: 176759 Submitted by: Daniel Hagerty <hag@linnaean.org> Notes: svn path=/head/; revision=314641
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-19218-220/+219
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* typo fix.Vanilla I. Shu2013-03-191-1/+1
| | | | Notes: svn path=/head/; revision=314639
* - Add note about deinstalling old version of net/freerdp before build a new oneDima Panov2013-03-191-0/+7
| | | | Notes: svn path=/head/; revision=314638