aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the length of a config-entry to no longer mangle the whole menu.beech2011-10-013-4/+4
| | | | | | | - Fix several wrong patch-specifications. PR: ports/161120 Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* - Update to 0.96 (rc script improvements, documentation fixes)amdmi32011-10-012-3/+3
|
* - Fix build with lang/gcc45rene2011-10-013-11/+31
| | | | | | | - Add OPTIONS for clang / gcc45+ / debug build. Submitted by: George Liaskos Obtained from: Chromium Chruetertee repository r234
* - Update to 6.5tota2011-10-012-11/+10
|
* - Update to version 1.3.2 [1]pawel2011-10-012-4/+6
| | | | | | | | | - Add desktop entry file [2] PR: ports/160194 [1] Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> [1] myself [2] Approved by: maintainer, miwi, wen (mentors implicit)
* Update to version 1.2.0pawel2011-10-015-23/+40
| | | | | | PR: ports/160844 Submitted by: Aldis Berjoza <graudeejs@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Update to bzr revision 105951ashish2011-10-012-4/+4
|
* OCRFeeder is a document layout analysis and optical character recognitionpawel2011-10-016-0/+386
| | | | | | | | | | | | | | | | | | | | system. Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT. It features a complete GTK graphical user interface that allows the users to correct any unrecognized characters, defined or correct bounding boxes, set paragraph styles, clean the input images, import PDFs, save and load the project, export everything to multiple formats, etc. OCRFeeder was developed as the project of the Master's Thesis in Computer Science of Joaquim Rocha. WWW: http://live.gnome.org/OCRFeeder PR: ports/159549 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: miwi, wen (mentors implicit)
* Add py-sane 2.0, the Python binding for Sane.pawel2011-10-016-0/+72
| | | | | | PR: ports/159544 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: miwi, wen (mentors implicit)
* Update 2.6.2 --> 2.6.3.cy2011-10-012-3/+3
|
* Add restrictions for emulators/dgen-sdlrene2011-10-011-0/+2
|
* - Incorporate Quilt MZ80 patches for non-i386 and add legal notificationsrene2011-10-017-13/+91
| | | | | | | | | | | | - Update MASTER_SITES - Replace pkg-plist by PLIST_FILES - Only depend on devel/nasm when on i386 - Add WWW to pkg-descr - Bump PORTREVISION PR: ports/153437 Submitted by: Anonymous (swell.k) Approved by: maintainer
* Update to 3.1.2ehaupt2011-10-012-4/+3
|
* - Mark BROKEN: does not packagepav2011-10-011-0/+2
| | | | Reported by: pointyhat
* - Add missing dependsswills2011-10-011-1/+3
|
* Remove duplicate LICENSE line.crees2011-10-011-2/+0
| | | | | PR: ports/161153 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Remove dns/nsd2 at maintainer's request:dougb2011-10-019-181/+1
| | | | | | | | | | | | This version of nsd is end of life since 2007 and unsupported. See the details at http://nlnetlabs.nl/projects/nsd/nsd-v2.html. The current version also contains a vulnerability. It is much more sensible to move to a supported version (as available in the port dns/nsd). PR: ports/161122 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Unbreak on FreeBSD 7pav2011-10-011-0/+23
| | | | Submitted by: Alexander Pyhalov <alp@rsu.ru> (maintainer)
* - Update to 12.5dhn2011-10-012-3/+3
|
* Correct tomcat version represetations.delphij2011-10-011-3/+4
| | | | Pointed out by: Tim Zingelman <tez netbsd.org>
* Change the substitution delimiters to allow for CC to be redefinedadamw2011-10-011-1/+1
| | | | | | with a path. Approved by: garga (maintainer)
* - Updated to 0.1.1 [1]glarkin2011-10-018-11/+137
| | | | | | | - Cleaned up the pkg-descr PR: ports/161138 [1] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 0.63.02dhn2011-10-014-6/+6
|
* Update from 1.0.6 to 1.0.7.osa2011-10-012-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original http_mp4 and third-party http_mp4_h268 modules are incompatible, add note about. <ChangeLog> *) Change: now if total size of all ranges is greater than source response size, then nginx disables ranges and returns just the source response. *) Feature: the "max_ranges" directive. *) Feature: the module ngx_http_mp4_module. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: in Linux AIO combined with open_file_cache. *) Bugfix: open_file_cache did not update file info on retest if file was not atomically changed. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives. *) Bugfix: nginx could not be built on MacOSX 10.7. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives. *) Bugfix: request body might be processed incorrectly if client used pipelining. *) Bugfix: in the "request_body_in_single_buf" directive. *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives if SSL connection to backend was used. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as "down". *) Bugfix: a segmentation fault might occur during reconfiguration if ssl_session_cache was defined but not used in previous configuration. *) Bugfix: a segmentation fault might occur in a worker process if many backup servers were used in an upstream. </ChangeLog>
* - fix distinfo errorclsung2011-09-301-2/+2
|
* - Update to 2.4.1beat2011-09-306-52/+51
|
* Typo fix in a printed string.adamw2011-09-301-1/+1
| | | | Approved by: garga (maintainer)
* - Update to 7.0.1beat2011-09-306-335/+333
|
* - Update to 7.0.1beat2011-09-306-10/+32
| | | | | | | | - Fix system-wide plugin directory detection as Firefox 7 no longer uses run-mozilla.sh to start an therefore our patch to set MOZ_PLUGIN_PATH is useless. [1] Submitted by: poyopoyo AT puripuri.plala.or.jp [1]
* - Update to 2.9.2clsung2011-09-302-3/+3
|
* - Update to 0.4.5clsung2011-09-302-3/+3
|
* - Update to 0.6.5.9clsung2011-09-302-3/+3
|
* Fix version numbercs2011-09-301-0/+1
| | | | | Reported by: erwin@ Approved by: glarkin@ (mentor)
* - Fix rc.d script for databases/memcachedswills2011-09-302-19/+28
| | | | | PR: ports/161109 Submitted by: dougb
* - Update USE_XPI in the Mozilla -i18n ports as with the last update allbeat2011-09-308-9/+16
| | | | | | | Mozilla Linux ports have been updated to the latest version. - Bump PORTREVISION. Noticed by: ale@
* - Update to 4.85zi2011-09-302-8/+6
| | | | | | | - Remove temporary mirror PR: ports/161079 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Update to 2.1tdb2011-09-306-10/+12
| | | | | | | | | Changes: https://groups.google.com/d/topic/gitolite/CzL4g1vuqbY/discussion https://github.com/sitaramc/gitolite/compare/v2.0.3...v2.1 PR: ports/161147 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Update to 0.06culot2011-09-303-3/+5
| | | | | | Changes: http://search.cpan.org/dist/Test-Mock-LWP/Changes PR: ports/161124 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* - Update to 4.5culot2011-09-303-10/+34
| | | | | PR: ports/161149 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Update to 1.25 [1]culot2011-09-302-4/+6
| | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Reset PORTREVISION Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog PR: ports/161125 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* textproc/libtranslate has been fixed, so un-DEPRECATE these portsdougb2011-09-302-6/+0
|
* - Update to 0.7.0clsung2011-09-302-3/+3
|
* - Update to 0.15 [1]culot2011-09-302-3/+6
| | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/Tie-iCal/CHANGES PR: ports/161126 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* Remove optional dependencies and comments related to the removal ofdougb2011-09-303-11/+1
| | | | security/pgp6
* As previously advertised, delete ports that havedougb2011-09-30120-25524/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vulnerabilities listed in portaudit, and those that depend on them - part 1 math/mupad Relies on xpm, vulnerable since 2004-09-15 net-p2p/torrentflux Vulnerable since 2006-10-07 net/tptest Vulnerable since 2009-12-17 security/pgp6 Vulnerable since 2005-07-31 www/p5-RTx-RightsMatrix Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Shredder Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Statistics Only works with www/rt36, which is FORBIDDEN www/plone Vulnerable since 2011-02-10 www/pyblosxom Vulnerable since 2009-02-11 www/rt36 Vulnerable since 2009-12-09 www/zope-archetypes Depends on www/plone, which is FORBIDDEN www/zope-calendaring Depends on www/plone, which is FORBIDDEN www/zope-coreblog2 Depends on www/plone, which is FORBIDDEN www/zope-i18nlayer Depends on www/plone, which is FORBIDDEN www/zope-plonelanguagetool Depends on www/plone, which is FORBIDDEN www/zope-simpleblog Depends on www/plone, which is FORBIDDEN
* - s,net/py-zopeInterface,devel/py-zopeInterface,lwhsu2011-09-301-5/+5
| | | | | | | - Add missing py- prefixes - Whitespace cleanup Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* As previously advertised, remove ports that previously had beendougb2011-09-30143-3734/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
* - Update to 0.25 [1]culot2011-09-302-3/+6
| | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes PR: ports/161127 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* Update to 1.2.28kevlo2011-09-304-28/+48
|
* Update to 2.46kevlo2011-09-303-5/+4
|
* - Update to 3.18001clsung2011-09-303-4/+9
|
* - Update to 3.5.1lwhsu2011-09-302-3/+3
| | | | | PR: ports/161132 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 0.51clsung2011-09-302-3/+3
|
* - Update to 0.46clsung2011-09-302-3/+3
|
* - Update to 0.33clsung2011-09-302-3/+3
|
* - Update to 0.017clsung2011-09-302-3/+3
|
* amq-client is a fully-featured, low-level AMQP 0.9.1 client thatclsung2011-09-304-0/+35
| | | | | | | | | | | | runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby. It's sweet spot is in serving as foundation for higher-level, more opinionated AMQP libraries. It can be used directly by applications code when performance and access to advanced AMQP protocol features is more important that API convenience. WWW: https://github.com/ruby-amqp/amq-client
* - Updated to 1.11.11glarkin2011-09-303-5/+13
| | | | ChangeLog: http://framework.zend.com/changelog/1.11.11
* - Update to 0.44clsung2011-09-302-3/+6
|
* - Update WWWclsung2011-09-302-1/+3
| | | | | | | - add DIST_SUBDIR=zope PR: ports/160523 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
* Ports modules update at Friday 30 September 2011 at 00:09edwin2011-09-301-0/+2
| | | | Feature safe: yes
* - Add configtest command to rc scriptzi2011-09-301-1/+2
| | | | | | PR: ports/161111 Submitted by: Emil Smolenski <am@raisa.eu.org> Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
* Update to 5.2.9dougb2011-09-302-3/+3
| | | | | PR: ports/161135 Submitted by: maintainer
* - Added note about renamed Zope-related portsglarkin2011-09-301-0/+19
| | | | Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via email)
* - Hook py-zope.interface to the buildglarkin2011-09-301-0/+1
|
* - Chase py-zope.interface renameglarkin2011-09-301-1/+2
| | | | Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
* - Fixed entries for py-zope.testing and py-zope.interfaceglarkin2011-09-301-2/+2
|
* - Removed devel/py-zopeInterface after renameglarkin2011-09-306-177/+1
| | | | | PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interfaceglarkin2011-09-3016-22/+31
| | | | | PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Removed redundant DISTNAME (misapplied patch from PR)glarkin2011-09-301-1/+0
| | | | PR: ports/160846
* - Updated to 3.11.0 after devel/py-zope.interface upgradeglarkin2011-09-303-7/+10
| | | | | | | | - Fixed *_DEPENDS due to py-zope.interface rename PR: ports/160987 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: clsung (maintainer)
* - Updated to 3.8.0 after repocopyglarkin2011-09-304-10/+18
| | | | | | | | - Passed maintainership to submitter PR: ports/160988 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Neal Nelson <neal@nelson.name> (maintainer)
* - Mark BROKEN on FreeBSD/7: does not configurepav2011-09-301-1/+7
| | | | Reported by: pointyhat
* - Update to 0.83dhn2011-09-303-5/+4
|
* - Remove EXPIRATION_DATE as I'm working on an update to Lightning 1.0 beta5beat2011-09-301-1/+0
|
* - Change misc/xosd from BUILD_DEPENDS to LIB_DEPENDSlme2011-09-302-4/+4
| | | | | | | | - Bump PORTREVISION PR: ports/160923 Submitted by: jlaffaye Approved by: maintainer (me)
* - Add a patch that allows packet injection with capable wireless chipsets inlme2011-09-302-4/+16
| | | | | | | | AHDEMO mode - Bump PORTREVISION PR: ports/160564 Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
* Update to version 1.105.bsam2011-09-302-3/+3
| | | | | PR: ports/161098 Submitted by: olgeni
* Unbreak, when libsoup is needed, by switching to libsoup24. Use 4mi2011-09-304-10/+37
| | | | | | | | | | | | | | | year-old patch for that purpose, that's available on MASTER_SITE. While at it, apply some other patches sitting at the same location. Some others were already present in our own files/ -- add the link to the originals in those cases. Turn on MAKE_JOBS_SAFE. Bump PORTREVISION. The port needs a loving maintainer: services.xml file, for example, is rather outdated: the self-testing included breaks for most online translation services (for others the translation-results are slightly different from those recorded at 2005).
* - Update to 3.2.1beech2011-09-303-100/+225
| | | | | | PR: ports/161042 Submitted by: Barbara <barbara.xxx1975@libero.it> Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - security fixes for CVE-2011-2202, CVE-2011-1938, CVE-2011-1148,delphij2011-09-302-3/+28
| | | | | | | | | | | CVE-2011-0708, CVE-2011-1092, CVE-2011-0421 vulnerabilities - option BACKPORTS in port config for enable port patches (enabled by default) - bump PORTREVISION Submitted by: Svyatoslav Lempert <svyatoslav.lempert gmail.com> PR: ports/160805 Approved by: maintainer
* Unbreak on 9+ (utmpx).demon2011-09-293-4/+20
| | | | | | | Seems utmp.h include is not used. PR: 160934 Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de>
* Update to version 1.5.0.3pawel2011-09-292-3/+3
| | | | | | PR: ports/160977 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Update to 2.01culot2011-09-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Instruct portscout to ignore this port due to false positiveszi2011-09-291-3/+5
| | | | - Pacify portlint(1)
* - Update to 3.82culot2011-09-292-5/+8
| | | | | | - Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/Object-InsideOut/Changes
* - Update COMMENT and pkg-descrculot2011-09-292-2/+2
| | | | | | | - No PORTREVISION bump needed (no build change) PR: ports/161118 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 20110928culot2011-09-294-6/+6
| | | | | PR: ports/161075 Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer)
* - Update to 5.12clsung2011-09-294-23/+86
| | | | | PR: ports/158621 Noted by: Bruce Korb <bkorb_AT_gnu dot org>
* - Update to 1.7.2clsung2011-09-292-9/+8
| | | | - retain the maintainership since the dependency (ports) are mine
* - Update to 0.4.1clsung2011-09-292-3/+3
|
* - Update to 0.7.0clsung2011-09-292-4/+4
|
* - Update to 0.7.4clsung2011-09-292-3/+3
|
* - Update to 0.3.1clsung2011-09-292-3/+3
|
* - Update to 1.1.0clsung2011-09-292-3/+3
|
* Update to 1.3.10 release.ale2011-09-292-4/+5
| | | | | PR: ports/161092 Submitted by: Barbara <barbara.xxx1975@libero.it>
* - update to 0.8bapt2011-09-292-5/+3
| | | | - changes: bufferize xmlpath
* - Update to 3.03culot2011-09-292-4/+4
| | | | | | Changes: http://search.cpan.org/dist/Weather-Underground/Changes PR: ports/161068 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
* - Update to 5.04-007tota2011-09-292-3/+3
|
* Mark DEPRECATED in line with the broken lang/gccxml port (using onlygerald2011-09-291-0/+3
| | | | | | two weeks for this due to the longer lead on the former). Approved by: maintainer
* - update to 0.1.6bapt2011-09-292-5/+4
| | | | - changes: plug a memory leak in the cli and fix a segmentation fault
* - Update to 0.1725wen2011-09-292-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/KIMOTO/DBIx-Custom-0.1725/Changes
* - Fix buildpav2011-09-291-2/+3
| | | | Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
* - Remove dead mirror http://mirrors.geoexpat.com/wen2011-09-291-1/+1
|
* - Unbreak, update to 2.5lwhsu2011-09-295-38/+126
| | | | | | | - Pass maintainership to submitter PR: ports/159548 Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
* - Add p5-SVG-Parser 1.03sunpoet2011-09-295-0/+56
| | | | | | | | | | | | | | | | | SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output. SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function. A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatability. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX. WWW: http://search.cpan.org/dist/SVG-Parser/
* - Update to 0.55sunpoet2011-09-292-7/+7
| | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/CHANGES
* - Update to 0.41sunpoet2011-09-292-3/+4
| | | | Changes: http://search.cpan.org/dist/XML-Atom/Changes
* - Update to 1.112670sunpoet2011-09-292-6/+6
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Audio-MPD/Changes
* Ports modules update at Thursday 29 September 2011 at 00:09edwin2011-09-291-1/+8
| | | | Feature safe: yes
* Update to 1.1.3.jkim2011-09-292-3/+3
|
* - add updating entry for broken ports on -current with workaroundeadler2011-09-291-0/+13
| | | | | Reviewed by: dougb Approved by: bapt (mentor)
* - update to 0.8.6bapt2011-09-296-42/+45
| | | | | | | | | | - take maintainership [1] - add license - respect PREFIX - remove the broken on sparc64 seems to have been fixed upstream, but I have no way to test it - only provide the mkclean binary, no more the testing mkvtree Approved by: johnson.peter@gmail.com (previous maintainer)
* - deprecate security/p5-Digest-SHA256 and point people to Digest::SHA insteadeadler2011-09-291-0/+3
| | | | | Submitted by: brd Approved by: bapt (mentor)
* - Update to version 4.3.9pawel2011-09-293-19/+20
| | | | | | | | - Add LICENSE PR: ports/160852 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Fix plist issues and resortbeech2011-09-292-12/+28
| | | | | | - Bump portrevision Approved by: Thomas Hurst <tom@hur.st> (maintainer)
* Update to 0.0.13cs2011-09-292-3/+3
| | | | | | PR: ports/161060 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer) and @wen (co-mentor)
* Update to version 2.0.19pawel2011-09-292-3/+3
| | | | | | PR: ports/161073 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) Approved by: miwi, wen (mentors implicit)
* Update to version 3.6.5pawel2011-09-292-3/+3
| | | | | | PR: ports/161071 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Update to 0.63.01dhn2011-09-296-15/+34
|
* Update to version 1.4pawel2011-09-293-4/+3
| | | | | | PR: ports/161024 Submitted by: Martin Tournoij <martin@arp242.net> (maintainer) Approved by: miwi, wen (mentors implicit)
* avoid inconsistencies in internal symbol tablesbf2011-09-291-7/+11
| | | | | | and allow the test suite to be run after renaming by performing renaming before compilation via the preprocessor
* fix the objcopy renaming by adding a forgotten correctionbf2011-09-291-3/+3
| | | | | | | | to account for gfortran*'s default use of -funderscoring [1]; fix the check for math/atlas* shared libraries PR: 159129 [1] Submitted by: E. Shibusawa (slightly different patch) [1]
* Update my coordinates.makc2011-09-291-1/+1
|
* Update to 2.0makc2011-09-292-11/+56
| | | | | | | | Add options Add licence PR: ports/160761 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail.com>
* Add note about latest changes for www/nginx-devel, nginx-1.1.4 release.osa2011-09-291-0/+7
|
* Remove reference to UNZIP_CMD in install target -- missed in previous commit.crees2011-09-291-1/+0
| | | | Submitted by: Jason Helfman (maintainer)
* Update third-party http_redis module from 0.3.4 to 0.3.5.osa2011-09-292-6/+6
| | | | | | | | | | | | | | | | | | | | | | Update third-party http_gunzip_filter module from 0.3 to 0.4. Do not bump PORTREVISION because these third-party modules are disabled by default. <ChangeLog> Changes with http_redis 0.3.5 *) Feature: add test for not set $redis_db directive. *) Feature: keep-alive support merged from original memcached module 1.1.4. Changes with http_gunzip 0.4 *) Feature: support for nginx 1.1.4. </ChangeLog>
* Update from 1.1.3 to 1.1.4.osa2011-09-293-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove third-party upstream_keepalive module, in the base now. Update third-party http_redis module from 0.3.4 to 0.3.5. Update third-party http_gunzip_filter module from 0.3 to 0.4. Add patch for ngx_postgres module. Note: nginx-1.1.4 release introduces several API changes which may affect 3rd party modules. <ChangeLog> Changes with nginx 1.1.4 *) Feature: the ngx_http_upstream_keepalive module. *) Feature: the "proxy_http_version" directive. *) Feature: the "fastcgi_keep_conn" directive. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4 "co64" atom. Changes with http_redis 0.3.5 *) Feature: add test for not set $redis_db directive. *) Feature: keep-alive support merged from original memcached module 1.1.4. Changes with http_gunzip 0.4 *) Feature: support for nginx 1.1.4. </ChangeLog>
* - Check for affected FreeBSD versions inbeat2011-09-296-26/+26
| | | | | | | | | patch-xpcom__threads__nsThreadManager.cpp. - Restore r1.4 of patch-js-src-Makefile.in which was accidentally reverted with the last update. - Bump PORTREVISION. Submitted by: h h <aakuusta AT gmail.com>
* - Check for affected FreeBSD versions inbeat2011-09-293-6/+9
| | | | | | patch-mozilla__xpcom__threads__nsThreadManager.cpp. Submitted by: h h <aakuusta AT gmail.com>
* - Document mozilla -- multiple vulnerabilitiesbeat2011-09-281-0/+81
|
* mkvalidator is a simple command line tool to verify Matroska and WebM files forbapt2011-09-286-0/+69
| | | | | | | | spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line. http://www.matroska.org/downloads/mkvalidator.html
* - Update to 0.35sunpoet2011-09-282-3/+3
| | | | Changes: http://search.cpan.org/dist/Web-Scraper/Changes
* - Update to 1.41sunpoet2011-09-282-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
* - update to 5.0bapt2011-09-283-3/+4
|
* Add the radns users/groupsbapt2011-09-282-0/+2
|
* Router Advertisement DNS (radns)bapt2011-09-287-0/+141
| | | | | | | | | | | | radns is an IPv6 DNS server address autoconfiguration client. It listens for IPv6 Router Advertisements with the Recursive DNS Server (RDNSS) and the DNS Search List (DNSSL) options and stores the search list and address(es) in a file in the same syntax as resolv.conf(5). WWW: http://hack.org/mc/hacks/radns/ PR: ports/159626 Submitted by: Michael Cardell Widerkrantz <mc@hack.org>
* Fix double BUILD_DEPENDS macroaz2011-09-281-1/+1
| | | | | PR: ports/161093 Submitted by: Anes Muhametov <anes@anes.su>
* amq-protocol is an AMQP 0.9.1 serialization library for Ruby.clsung2011-09-284-0/+30
| | | | It is not an AMQP client: amq-protocol only handles serialization and deserialization.
* - Register textproc/libxslt as a LIB_DEPENDS, as it's needed at runtimegahr2011-09-281-1/+2
| | | | | | PR: 160672 Submitted by: Pietro Cerutti <gahr@FreeBSD.org> Approved by: maintainer (16 days timeout)
* - Update to 3.4.0clsung2011-09-284-18/+23
|
* eco is a publicly available R package that implements the Bayesianwen2011-09-284-0/+29
| | | | | | | | and likelihood methods proposed in Imai, Lu, and Strauss (2008) for ecological inference in $2 \times 2$ tables as well as the method of bounds introduced by Duncan and Davis (1953). WWW: http://imai.princeton.edu/software/eco.html
* Fix build error with clang.vanilla2011-09-281-3/+8
|
* Fix build error with clang.vanilla2011-09-281-0/+18
|
* Fix build error with clang.vanilla2011-09-282-0/+37
|
* - Remove graphics/pgperlsunpoet2011-09-286-93/+0
|
* - Move graphics/pgperl to graphics/p5-PGPLOTsunpoet2011-09-281-0/+1
|
* forgot to add a patch.maho2011-09-281-0/+12
|
* Build fix with gcc46 [1] and other small improvements [2].maho2011-09-285-88/+160
| | | | | PR: 160973 Submitted by: bf [1, 2], Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [1]
* - Change BUILD_DEPENDS from graphics/pgperl to graphics/p5-PGPLOTsunpoet2011-09-281-1/+1
|
* - Connect p5-PGPLOTsunpoet2011-09-281-1/+1
| | | | - Disconnect pgperl
* - Update PORTNAME and PKGNAMEPREFIXsunpoet2011-09-281-2/+2
| | | | - Remove DISTNAME which is the default value
* Update to 0.21.1cs2011-09-283-6/+43
| | | | Approved by: wen@ (co-mentor)
* - Update to 1.0.1.stephen2011-09-282-3/+3
|
* Add direct run dependency on databases/py-sqlite3dougb2011-09-281-1/+2
| | | | Submitted by: maintainer
* - Update to 2.11clsung2011-09-282-3/+4
|
* - Update to 2.4beat2011-09-283-273/+26
| | | | - Remove FORBIDDEN and EXPIRATION_DATE
* - Update to 2.4beat2011-09-2811-159/+82
| | | | Thanks to: flo@ for preparing the www/seamonkey update
* - unbreakclsung2011-09-281-3/+1
| | | | | PR: ports/159151 Submitted by: Pedro Giffuni <giffunip_AT_tutopia dot com>
* - Update to 3.1.15beat2011-09-285-112/+96
|
* Fix build error with clang.vanilla2011-09-282-0/+40
|
* - update to 3.8.1clsung2011-09-282-4/+7
| | | | | | | - add license (ZPL21) PR: ports/160984 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
* INDEX-6 -> INDEX-8dougb2011-09-281-1/+1
| | | | Submitted by: gjb
* - update master-site and www in pkg-descrclsung2011-09-282-2/+2
| | | | | | PR: ports/160697 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Reported by: Juergen Dankoweit <Juergen.Dankoweit at T-Online dot de> via ports@
* - Update to 0.8.4clsung2011-09-284-8/+32
| | | | | PR: ports/158051 Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com>
* - update to 2.0.1rc1clsung2011-09-283-17/+18
| | | | | | | | | | | | - use DISTVERSION instead PORTVERION to avoid bumping of PORTEPOCH in future updates - bump PORTEPOCH - ${MASTER_SITES_GOOGLE_CODE} -> GOOGLE_CODE - define RUN_DEPENDS exactly (portlint warning) - fix egginfo after switching to DISTVERSION - whitespace fixes in pkg-descr PR: ports/157964 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
* - fix WWWclsung2011-09-281-1/+1
| | | | PR: 160724
* Pipeline is an asset packaging library for Django, providing both CSSclsung2011-09-285-0/+185
| | | | | and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image embedding.
* - Force commit to state the repocopy from graphics/pgperl to ↵sunpoet2011-09-280-0/+0
| | | | | | | | graphics/p5-PGPLOT is complete PR: ports/160837 Submitted by: sunpoet (myself) Repocopied by: marcus (portmgr)
* Ports modules update at Wednesday 28 September 2011 at 00:09edwin2011-09-281-4/+9
| | | | Feature safe: yes
* Bump PORTREVISION to have the port rebuilt after the GDBM upgrade.mandree2011-09-281-0/+1
| | | | | | | This affects configurations using the PULSEAUDIO option only. Approved by: naddy@ (maintainer) PR: ports/161084
* - Update to 1.0.1.stephen2011-09-282-3/+3
|
* Update to 0.7.novel2011-09-283-19/+3
|
* - Update to 7.0beat2011-09-283-235/+14
| | | | - Remove DEPRECATED and EXPIRATION_DATE
* - Update to 7.0beat2011-09-284-172/+172
|
* - Chase Thunderbird update to 7.0beat2011-09-281-7/+7
|
* - Update to 7.0beat2011-09-2816-106/+56
| | | | | | - Fix whitspaces Thanks to: flo@ for preparing this update
* use altivec only in the -float case; simplify some conditionals;bf2011-09-281-21/+17
| | | | restrict sse2 to machines that support it; re-format a few lines
* Don't forget Asia/Hebron!edwin2011-09-281-0/+1
|
* Update to tzdata2011kedwin2011-09-282-3/+3
| | | | | | | | | - Gaza / West Bank goes back to standard time on 02 August 2011. - West Bank went bac kto DST on 30 August 2011. - Lots of changes in Minsk (GMT+3 without DST) and other Russian regions. A new timezone has been created for them, FET: Further-eastern European Time aka GMT+3. - Add Asian/Hebron to the zone.tab file.
* Omit LATEST_LINK to disambiguate this port from the original lang/gcc46.gerald2011-09-281-1/+0
| | | | Discussed with: erwin
* - Add run_depends math/octave-forge-mechanics.stephen2011-09-281-0/+5
| | | | - Bump port revision.
* - Unbreak, fix depobj, fix configurepav2011-09-281-5/+3
| | | | | PR: ports/160800 (partially) Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
* When the WITH_TCLTK option is turned on at config-time, use themi2011-09-281-15/+15
| | | | | | | | | | | bsd.tcl.mk API. Although this changes Tcl version from 8.4 to 8.5 for most Tcl-users, there is no PORTREVISION bump, because TCLTK option is off by default. While here, slightly rephrase the descriptions of the two SSL-options (GNUTLS vs. NSS). Approved by: maintainer
* Fix a linking problem on 9.0bf2011-09-282-2/+3
| | | | | Reported by: pav Approved by: N. Qashat (maintainer)
* - Pet portlint;thierry2011-09-283-8/+25
| | | | | | - Upgrade to 10.0.0 Changelog at: http://www.aquafold.com/d10/docs/
* - Remove www/linux-firefox-devel: This port is older then www/linux-firefoxbeat2011-09-287-475/+1
| | | | | for a long time now and Firefox 3.5 has been removed from the ports tree almost two months ago.
* - Update to 3.6.23beat2011-09-284-150/+150
|
* Deprecate; merged into Beaker, try www/py-beaker insteadcrees2011-09-281-0/+3
| | | | | PR: ports/161077 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Fix with atacam driver.crees2011-09-282-1/+75
| | | | | | PR: ports/161018 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Obtained from: https://sourceforge.net/apps/trac/smartmontools/ticket/198
* Deprecate; superseded by textproc/py-mako. Expires on 27/Octcrees2011-09-281-0/+3
| | | | | PR: ports/161078 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update Firefox to 7.0beat2011-09-2822-613/+412
| | | | Thanks to: flo@ for preparing the www/firefox update
* Fix build and fail if no app servers are selected.crees2011-09-281-4/+11
| | | | Submitted by: Jason Helfman (maintainer), eadler
* - Remove a couple of patched files unconditionally from WRKDIR beforeglarkin2011-09-282-2/+4
| | | | | | | | | installation. Depending on the installation type, one of them may not be present. - Bumped PORTREVISION Noticed by: Christoph Theis <theis@gmx.at> (maintainer) Pointyhat to: glarkin
* Bump PORTREVISION after ffmpeg update. (markad records the ffmpeg versionnox2011-09-281-1/+1
| | | | during build and complains if it doesn't match...)
* - Fix build on 7.4 [1]rene2011-09-282-3/+12
| | | | | | | | - Bump PORTREVISION for previous commits. PR: ports/160945 [1] Submitted by: Henk van Oers [henk.van.oers xs4all.nl] Obtained from: Chromium Chruetertee repository r231
* - Enable building Chromium with v8 from Ports installed.rene2011-09-284-14/+30
| | | | | | - Minor cleanups. Submitted by: George Liaskos
* - Remove boinc-milkyway port, it is no longer useful (too old), the projectpav2011-09-288-110/+1
| | | | is now providing official binaries inside the boinc infrastructure
* Fix build on 9 and 10.nox2011-09-282-8/+16
| | | | Submitted by: pointyhat via erwin
* Enable running Chromium with kern.ipc.shm_allow_removed=1 by using SysV IPCrene2011-09-2823-509/+96
| | | | | | PR: ports/157730 Submitted by: Vladimir I. Pushkar [vladimir.pushkar gmail.com] Obtained from: Chromium Chruetertee repository r227,r228,r229
* - Correct creation date.stephen2011-09-281-1/+1
|
* - New port: math/octave-forge-mechanics.stephen2011-09-285-0/+38
| | | | | | | | | | | The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is mechanics. Library with functions useful for numerical computation in classical mechanics.
* - Update to 0.96beech2011-09-283-13/+37
| | | | | | | | - Add license PR: ports/160752 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Approved by: Thomas Hurst <tom@hur.st> (maintainer) (with version update)
* - Upgrade to 0.16.kuriyama2011-09-272-7/+7
| | | | | PR: ports/160783 Submitted by: sunpoet
* Fix build on systems such as those less than 9.0 which do not havebrooks2011-09-271-0/+2
| | | | | utmpx.h. The previous commit had most of the work except for the OSVERSION driven patch application.
* - Update to 0.2.0sunpoet2011-09-273-5/+9
| | | | | | - Add BUILD_DEPENDS Changes: http://code.google.com/p/umph/wiki/Changes
* - Add p5-Umph-Prompt 0.1.0sunpoet2011-09-275-0/+34
| | | | | | Umph::Prompt is an interactive prompt module for umph and similar programs. WWW: http://code.google.com/p/umph/
* Update to 0.6.2bland2011-09-272-4/+6
| | | | PR: 161065
* - Update to version 20110927.stephen2011-09-271-1/+5
| | | | - Add run_depends to math/octave-forge-geometry.
* - New port math/octave-forge-geometrystephen2011-09-275-0/+39
| | | | | | | | | | | The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is geometry. Library for geometric computing extending MatGeom functions. Useful to create, transform, manipulate and display geometric primitives.
* - Updated to 1.3.12 [1]glarkin2011-09-276-14/+14
| | | | | | | | | ChangeLog: http://cakephp.org/changelogs/1.3.12 - Simultaneouly fixed missing distfile problem in version 1.3.11 [2] PR: ports/161030 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) [1] Reported by: pointyhat (via pav) [2]
* - Improve rc script so that it only checks mysql_proxy_backend_addressesswills2011-09-271-9/+13
| | | | | | | on startup - Various other rc cleanups Submitted by: dougb
* - Forced commit to note completion of repocopy from devel/py-zopeInterfaceglarkin2011-09-270-0/+0
| | | | | PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Update to 0.7.5mm2011-09-272-5/+3
|
* - Add a new port: net-im/mikuttertota2011-09-2711-0/+573
| | | | | | mikutter - A simple, powerful and moeful twitter client WWW: http://mikutter.hachune.net/
* - Update to 8.65culot2011-09-272-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: ports/161025 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* - Update to 0.4.0tota2011-09-272-6/+6
| | | | - Restrict USE_PYTHON range
* - Update to 0.4.1tota2011-09-273-5/+8
| | | | - Restrict USE_PYTHON range
* - Update to 2.0.3wen2011-09-273-7/+371
|
* - Update to 1.3wen2011-09-273-1029/+1271
|
* - update libmatroska to 1.3.0bapt2011-09-276-7/+8
| | | | - chase matroska library bump
* - Update to 2.6wen2011-09-274-8/+30
| | | | | | PR: ports/159786 Submitted by: Jake Smith <jake@avenue22.net> Approved by: maintainer(timeout, > 40 days)
* - update to 1.2.2bapt2011-09-272-4/+3
| | | | - remove LICENSE_FILE which is useless for konwn classic licenses
* - Update to 0.6wen2011-09-272-3/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/HOBBESTIG/Dancer-Plugin-Feed-0.6/Changes PR: ports/160924 Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
* - Update to 0.9.6wen2011-09-273-11/+22
| | | | | | | - Pet portlint PR: ports/160912 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
* Dynare is a software platform for handling a wide class ofwen2011-09-277-0/+123
| | | | | | | | | | economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. WWW: http://www.dynare.org PR: ports/160153 Submitted by: Fernando <fernando.apesteguia@gmail.com>
* Add support from FreeBSD 10.xerwin2011-09-271-2/+6
|
* - Fix the game trying to save rendered tracks into system directoryamdmi32011-09-273-0/+36
|
* - Update to 0.7.2amdmi32011-09-278-38/+44
| | | | | PR: 160830 Submitted by: David Demelier <demelier.david@gmail.com>
* - Switch from devel/love to devel/love5, as the game won't work with newer ↵amdmi32011-09-272-3/+3
| | | | versions of love
* - Preserve love 0.5-0 as devel/love5amdmi32011-09-273-2/+17
| | | | | | | - rename binary and docsdir to not conflict with devel/love - add patch to work with changed binary name - set LATEST_LINK - connect to build
* - Update to 3.5.0clsung2011-09-273-4/+6
|
* - Update to 0.18clsung2011-09-273-3/+4
|
* - Update to 1.7.1wen2011-09-273-10/+10
|
* - Update to 2.2.3wen2011-09-273-5/+36
|
* - Update to 4.0clsung2011-09-272-3/+3
|
* - Document remove of devel/py-zopetestingwen2011-09-271-0/+1
|
* - Update to 1.4.1clsung2011-09-272-3/+3
|
* - Update DEPENDS after repocopy devel/py-zopetesting to devel/py-zope.testingwen2011-09-271-2/+2
| | | | | PR: ports/160501 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 0.14.01clsung2011-09-272-3/+3
|
* - Update PORTNAMEwen2011-09-271-3/+1
| | | | Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer, via email)
* - Connect py-zope.testingwen2011-09-271-1/+1
|
* - Remove py-zopetesting, use py-zope.testing insteadwen2011-09-274-92/+0
|
* - Force repocopy commit devel/py-zopetesting to devel/py-zope.testingwen2011-09-270-0/+0
|
* - Update to 2.33clsung2011-09-272-3/+3
|
* - Update to 1.40clsung2011-09-272-3/+3
|
* - Update to 2.00clsung2011-09-272-3/+3
|
* Delete the old patch files, that I forgot to 'cvs delete' before.mi2011-09-271-15/+0
| | | | Adjust pointy hat.
* - Update to 1.0.0clsung2011-09-273-5/+30
|