aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-0827-96/+43
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-08121-831/+1174
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Remove MD5 lineAlex Kozlov2013-03-081-1/+0
| | | | Notes: svn path=/head/; revision=313616
* - Rename options: DOCS -> HTMLDOCS, LATEX -> PDFDOCS, DOXYWIZARD -> QT4Max Brazhnikov2013-03-071-20/+22
| | | | | | | | | | - Disable all options by default PR: ports/176725 Approved by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=313602
* - Fix all new cases of 'No newline at end of file' in the ports treeAlex Kozlov2013-03-071-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=313597
* - Re-enable color output during the building phaseNicola Vitale2013-03-071-2/+1
| | | | | | | Suggested by: makc Notes: svn path=/head/; revision=313589
* Update to 0.52.Anton Berezin2013-03-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Inline/Changes Notes: svn path=/head/; revision=313582
* Update to 0.99(.)02.Anton Berezin2013-03-072-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/version/Changes Notes: svn path=/head/; revision=313579
* - Take maintainershipBryan Drewery2013-03-071-2/+2
| | | | | | | | | - Remove indefinite article from COMMENT Approved by: ehaupt@ (maintainer, via email) Notes: svn path=/head/; revision=313577
* - Fix typoMax Brazhnikov2013-03-071-1/+1
| | | | | | | Submitted by: ak via irc Notes: svn path=/head/; revision=313576
* Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum ↵Baptiste Daroussin2013-03-072-5/+6
| | | | | | | | | | problem PR: ports/176707 Submitted by: John Marino <draco@marino.st>, miwi, bdrewery Notes: svn path=/head/; revision=313575
* Import pecl-zendoptimizerplus to replace ZendOptimizer. It supports all PHPAlex Dupre2013-03-076-104/+0
| | | | | | | | | | | | | | | releases we have in ports tree. The Zend Optimizer+ provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few bytecode optimization patterns that make code execution faster. WWW: https://github.com/zend-dev/ZendOptimizerPlus Notes: svn path=/head/; revision=313570
* - add patch to fix build with devel/py-dateutil 2.1Ruslan Makhmatkhanov2013-03-073-7/+22
| | | | | | | | | | | | - sort pkg-plist a bit - tab -> space change in pkg-descr:WWW PR: 176699 Submitted by: rm (myself) Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) Notes: svn path=/head/; revision=313564
* update math/R to 2.15.3, and adjust dependent portsBrendan Fabeny2013-03-0718-13/+18
| | | | Notes: svn path=/head/; revision=313562
* update to the Oxygen releaseBrendan Fabeny2013-03-073-100/+132
| | | | Notes: svn path=/head/; revision=313561
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-076-21/+9
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Unbreak libgsf-gnome by making sure the PLIST_FILES line only applies to libgsfKoop Mast2013-03-061-1/+1
| | | | | | | | | itself. Reported by: build runs (by miwi) Notes: svn path=/head/; revision=313549
* - Update to 0.27.0Marcus von Appen2013-03-062-3/+3
| | | | Notes: svn path=/head/; revision=313546
* - Update to 0.24.2Marcus von Appen2013-03-062-3/+3
| | | | Notes: svn path=/head/; revision=313545
* - fix PLIST entries for the 0.59.0 updateMarcus von Appen2013-03-061-0/+6
| | | | Notes: svn path=/head/; revision=313544
* - Update to 0.59.0Marcus von Appen2013-03-062-3/+3
| | | | Notes: svn path=/head/; revision=313542
* Adios, setuptools.Ruslan Makhmatkhanov2013-03-066-94/+0
| | | | Notes: svn path=/head/; revision=313533
* McCabe complexity checker for Python.Felippe de Meirelles Motta2013-03-065-0/+36
| | | | | | | | | | | | This module provides a plugin for flake8, the Python code checker. WWW: https://github.com/flintwork/mccabe PR: ports/176641 Submitted by: William Grzybowski <william88@gmail.com> Notes: svn path=/head/; revision=313532
* - Update to 0.39.Felippe de Meirelles Motta2013-03-063-125/+143
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/176630 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=313530
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-065-26/+9
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* Remove expired, unmaintained ports:Rene Ladan2013-03-065-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month Notes: svn path=/head/; revision=313519
* Update to 1.03.Anton Berezin2013-03-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Parallel-ForkManager/Changes Notes: svn path=/head/; revision=313514
* Update to 3.08(00).Anton Berezin2013-03-063-10/+5
| | | | | | | Changes: http://search.cpan.org/dist/Object-Simple/Changes Notes: svn path=/head/; revision=313513
* - add missing dependency to fix build on pointyhatRuslan Makhmatkhanov2013-03-062-7/+4
| | | | | | | | | | | | - trim Makefile header - add a note about why the USE_ZOPE is commented there - tab -> space change in pkg-descr:WWW - bump PORTREVISION because of dependency list change Reported by: pointyhat (po.miwibox) Notes: svn path=/head/; revision=313511
* Update to 1.004.Anton Berezin2013-03-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/File-pushd/Changes Notes: svn path=/head/; revision=313510
* Install the nccstrip2.py script it is used by the nccld program.Koop Mast2013-03-061-8/+8
| | | | | | | | | | | Add python runtime depend. [1] While here, update makefile header, convert NOPORTDOCS -> DOCS. Submitted by: "Hans Petter Selasky" <hps@bitfrost.no> [1] Notes: svn path=/head/; revision=313508
* Update to 0.98.Anton Berezin2013-03-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Notes: svn path=/head/; revision=313507
* - remove no more used dateutil and twisted dependenciesRuslan Makhmatkhanov2013-03-061-12/+6
| | | | | | | | | | | | - trim Makefile header - eliminate PYTHON_SITELIBDIR usage in depends - limit python version to 2.x only (print/except) - bump PORTREVISION because of dependency change Approved by: wen (maintainer, by mail) Notes: svn path=/head/; revision=313500
* - Update to 1.1Frederic Culot2013-03-054-4/+14
| | | | | | | | | Changes: https://github.com/robotframework/RIDE/wiki/Release-notes#wiki-ride-1-1 PR: ports/176616 Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) Notes: svn path=/head/; revision=313477
* update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustBrendan Fabeny2013-03-053-23/+23
| | | | | | | | | | dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch) Notes: svn path=/head/; revision=313476
* New port: Pure Ruby one-shot and periodic timersRyan Steinmetz2013-03-054-0/+22
| | | | | | | WWW: https://rubygems.org/gems/timers Notes: svn path=/head/; revision=313473
* Provides a userspace interpretation of the opcodes generated by the ZendPawel Pekala2013-03-055-0/+240
| | | | | | | | | | | | | | | engine compiler built into PHP. This extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe. WWW: http://pecl.php.net/package/parsekit PR: ports/175337 Submitted by: Sébastien Santoro <dereckson@gmail.com> Notes: svn path=/head/; revision=313461
* - Convert to OptionsNGMartin Wilke2013-03-051-10/+5
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Update to 0.08Frederic Culot2013-03-052-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=313453
* - Update to 1.4.4Sofian Brabez2013-03-052-3/+3
| | | | Notes: svn path=/head/; revision=313452
* - Update to 1.1.7Sofian Brabez2013-03-052-10/+8
| | | | | | | - Convert to new option framework Notes: svn path=/head/; revision=313451
* - update to 2.5.2Ruslan Makhmatkhanov2013-03-052-3/+3
| | | | Notes: svn path=/head/; revision=313449
* Update to 0.25.Anton Berezin2013-03-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DateTime-Format-Flexible/Changes Notes: svn path=/head/; revision=313445
* - replace deprecated devel/py-setuptools with devel/py-distributeRuslan Makhmatkhanov2013-03-051-2/+2
| | | | | | | | | | | | | - change explicit dependency for the ports, that don't utilize USE_DISTUTILS feature - add UPDATING entry PR: 176142 Submitted by: rm (myself) Approved by: portmgr (miwi) Tested by: exp-run by miwi Notes: svn path=/head/; revision=313439
* - update to 1.0.3Jason Helfman2013-03-053-39/+3
| | | | | | | | | - patch merged upstream Changes: http://libvirt.org/news.html Notes: svn path=/head/; revision=313438
* - update to 0.6.35Ruslan Makhmatkhanov2013-03-053-3/+8
| | | | | | | | | - add regression tests - add distribute.pth symlink to make setuptools namespace available on live systems (that had not distribute entry in easy_install.pth previously) Notes: svn path=/head/; revision=313436
* fix portdocsJohan van Selst2013-03-041-0/+3
| | | | Notes: svn path=/head/; revision=313426
* - Update ocaml-pcre to 7.0.2Johan van Selst2013-03-044-52/+8
| | | | | | | | - Remove patch that is no longer necessary - Cleanup Makefile Notes: svn path=/head/; revision=313424
* Bump after boost updatePawel Pekala2013-03-041-6/+3
| | | | | | | | | PR: ports/176016 Submitted by: Chris Dukes <chris.dukes.aix@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=313422
* - Update to version 1.6.2 [1]Pawel Pekala2013-03-042-3/+5
| | | | | | | | | | - Package links to devel/libpciaccess if available PR: ports/176637 [1] Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Notes: svn path=/head/; revision=313415