aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.35.0Frederic Culot2013-09-092-3/+3
| | | | | | | | | Changes: http://code.google.com/p/selenium/source/browse/py/CHANGES PR: ports/181925 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=326809
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-09-091-3/+4
| | | | | | | | - Remove IPV6 from OPTIONS_DEFAULT - Convert to new perl5 framework Notes: svn path=/head/; revision=326798
* Update to 4.34.Anton Berezin2013-09-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojolicious/Changes Notes: svn path=/head/; revision=326781
* Add a ton of patches needed to get the port building with libc++.Raphael Kubo da Costa2013-09-092-0/+1075
| | | | | | | | | | | | | | | | One of them is a patch I got into Qt some time ago, but patch-libcxx is a collection of commits to WebKit itself (and a few changes of mine) that never got downstream Qt's copy of WebKit. Some good soul with free time should work on porting qtwebkit-23 [1], which contains a much more up-to-date WebKit checkout. [1] https://blogs.kde.org/2013/07/17/qtwebkit-232-and-qtwebkit-qt-51 PR: ports/181932 Notes: svn path=/head/; revision=326777
* Update to 0.82.Anton Berezin2013-09-083-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/Squatting/Changes Notes: svn path=/head/; revision=326764
* Update to 0.38.Anton Berezin2013-09-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTML-TagCloud/CHANGES Notes: svn path=/head/; revision=326763
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-8/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326730
* Update to 4.33.Anton Berezin2013-09-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojolicious/Changes Notes: svn path=/head/; revision=326700
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-072-2/+2
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-072-2/+2
| | | | Notes: svn path=/head/; revision=326670
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* - Update to 13.1.0Sunpoet Po-Chuan Hsieh2013-09-073-16/+18
| | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/web/topfiles/NEWS Notes: svn path=/head/; revision=326653
* www/uzbl: missing pkgconfig dependencyWilliam Grzybowski2013-09-071-15/+13
| | | | | | | | | | | | | | | | - Add missing pkgconfig [1] - Trim Makefile header [1] - USES gmake pygtk2 - Convert lib depends to new syntax - Python 2.5 is no longer supported - Add DOCS option - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/181910 [1] Submitted by: Klaus Aehlig <aehlig linta.de> (maintainer) Notes: svn path=/head/; revision=326643
* - Update to 3.04Lars Thegler2013-09-072-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Trim Makefile headers Changes: 2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04 ======================================================== Dave Cross <dave@dave.org.uk> (17): * Finish removing all references to SnipURL.pm. * Bump to version 2.05 for release. * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution). * Bumped version number. Removed shorl files from MANIFEST. * Added Config::Auto to list of dependencies (it's used by the shorten program). Bumped version for release. * Default to using a service that we currently support. * Added MYMETA.yml to MANIFEST.SKIP. * Be far more intelligent about the code that allows the user to choose which service to use. * Bump version number for release. * Better examples of using bin/shorten * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP error response. * Added documentation. * Added META.json to MANIFEST. * Licensing clean-up. * Removed prototypes (and the ampersands in the tests that circumvented them) * Bump version number for release. * Moved Pod tests into xt. (Pod coverage currently fails on some files. See https://rt.cpan.org/Ticket/Display.html?id=87634 for details.) Dave Cross <dave@angel.mag-sol.com> (1): * Removed support for NotLong and OneShortLink (separate distributions to follow soon). Bumper to version 2.06. Dave Cross <dave@dacross.(none)> (1): * Removed version number so it's picked up from lib/WWW/Shorten.pm yappo <yappo@shibuya.pl> (1): * shorl.com was change the request method ( POST to GET ) Notes: svn path=/head/; revision=326640
* www/django-tables2: Table/data-grid framework for DjangoWilliam Grzybowski2013-09-075-0/+143
| | | | | | | | | | | | | | django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting, does for HTML tables what django.forms does for HTML forms. WWW: https://github.com/bradleyayers/django-tables2/ PR: ports/181899 Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> (maintainer) Notes: svn path=/head/; revision=326638
* Update from 4.0.14 to 4.0.16:Sergey A. Osokin2013-09-078-18/+20
| | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Also, convert to perl framework nginx ports. Notes: svn path=/head/; revision=326622
* - Update to 3.47.26Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=326618
* - Update to 0.12Sunpoet Po-Chuan Hsieh2013-09-072-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/Changes Notes: svn path=/head/; revision=326607
* - Fix *_DEPENDSSunpoet Po-Chuan Hsieh2013-09-072-6/+8
| | | | | | | | - Bump PORTREVISION for dependency change - Sort PLIST Notes: svn path=/head/; revision=326606
* - Update to 0.61Sunpoet Po-Chuan Hsieh2013-09-072-6/+7
| | | | | | | | | | - Remove perl from extract dependency - Cleanup Makefile Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=326605
* - Update to 1.38Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Devel/Changes Notes: svn path=/head/; revision=326604
* - Update to 0.19Sunpoet Po-Chuan Hsieh2013-09-072-10/+4
| | | | | | | | | - Fix *_DEPENDS: many of them are test-only dependencies Changes: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID/Changes Notes: svn path=/head/; revision=326603
* - Update to 1.11Sunpoet Po-Chuan Hsieh2013-09-073-7/+4
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes Notes: svn path=/head/; revision=326602
* - Update to 5.90042Sunpoet Po-Chuan Hsieh2013-09-072-6/+5
| | | | | | | | | - Fix *_DEPENDS: p5-Class-Data-Inheritable is not a test-only dependency Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Notes: svn path=/head/; revision=326601
* - Update to 0.619Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=326600
* - Update to 1.15Sunpoet Po-Chuan Hsieh2013-09-072-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojolicious-Plugin-Mongodb/Changes Notes: svn path=/head/; revision=326599
* - Connect mediawiki121 and mark mediawiki120 NO_LATEST_LINK=yesWen Heping2013-09-072-0/+2
| | | | Notes: svn path=/head/; revision=326591
* - Update to 1.21.2Wen Heping2013-09-072-4/+4
| | | | Notes: svn path=/head/; revision=326579
* - Adjust CONFLICTS to welcome mediawiki-1.21Wen Heping2013-09-072-2/+2
| | | | Notes: svn path=/head/; revision=326578
* - Copy mediawiki120 --> mediawiki121Wen Heping2013-09-074-0/+98
| | | | Notes: svn path=/head/; revision=326577
* - Update to 1.20.7Wen Heping2013-09-072-3/+3
| | | | Notes: svn path=/head/; revision=326568
* - Update to 1.19.8Wen Heping2013-09-072-3/+3
| | | | Notes: svn path=/head/; revision=326567
* - Update to 1.2.0.4TAKATSU Tomonari2013-09-062-4/+6
| | | | | | | - Add LICENSE section Notes: svn path=/head/; revision=326561
* Update to 4.32.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojolicious/Changes Notes: svn path=/head/; revision=326559
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+1
| | | | Notes: svn path=/head/; revision=326556
* Update to 1.61.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Notes: svn path=/head/; revision=326550
* Fix build with clangBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326529
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326494
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326491
* Update to 0.10023.Anton Berezin2013-09-063-6/+6
| | | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes Notes: svn path=/head/; revision=326483
* - revert r326430, as this fix broke buildJason Helfman2013-09-061-2/+2
| | | | | | | | Reported by: qat Approved by: maintainer (danilogondolfo@gmail.com, implicit) Notes: svn path=/head/; revision=326471
* - drop maintainershipRuslan Makhmatkhanov2013-09-061-3/+2
| | | | | | | | | | - convert USE_GMAKE to USES, while here PR: 181857 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=326461
* - Remove unnecessary and conflictant dependencyFelippe de Meirelles Motta2013-09-051-5/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=326455
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-052-4/+4
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* www/qupzilla: update to 1.4.4William Grzybowski2013-09-053-5/+5
| | | | | | | | | | | - Update to 1.4.4 [1] - Convert lib depends to new syntax PR: ports/181835 Submitted by: Javad Kouhi <javad.kouhi gmail.com> (maintainer) Notes: svn path=/head/; revision=326443
* - Deprecate and reassign to the heap at maintainer's requestThomas Abthorpe2013-09-051-6/+5
| | | | Notes: svn path=/head/; revision=326437
* - Deprecate the port at maintainer's requestThomas Abthorpe2013-09-051-0/+2
| | | | Notes: svn path=/head/; revision=326434
* - Fix CONFIGURE_ARGSSunpoet Po-Chuan Hsieh2013-09-051-2/+2
| | | | Notes: svn path=/head/; revision=326430
* - Reassign to the heap due to maintainer mail bouncesThomas Abthorpe2013-09-051-8/+2
| | | | Notes: svn path=/head/; revision=326425
* www/py-flexget: update to 1.1.105William Grzybowski2013-09-053-3/+6
| | | | | | | - Update to 1.1.105 Notes: svn path=/head/; revision=326403