aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Enable several vendor's modules to be in sync with vendor'sSergey A. Osokin2016-04-031-6/+8
| | | | | | | | | | original packages for some linux distros, please see http://nginx.org/en/linux_packages.html for detauls. Bump PORTREVISION. Notes: svn path=/head/; revision=412446
* Update to 6.57.Adam Weinberger2016-04-022-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mojolicious Notes: svn path=/head/; revision=412420
* During the exp-run in bug 208158, it was found that www/node givesDimitry Andric2016-04-023-0/+44
| | | | | | | | | | | | | | | | | | | | | | | errors with libc++ 3.8.0 [1]: /usr/include/c++/v1/map:837:5: error: static_assert failed "Allocator::value_type must be same type as value_type" static_assert((is_same<typename allocator_type::value_type, value_type>::value), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/v8/src/compiler/js-type-feedback.h:41:21: note: in instantiation of template class 'std::__1::map<unsigned int, v8::internal::TypeFeedbackId, std::__1::less<unsigned int>, v8::internal::zone_allocator<v8::internal::TypeFeedbackId> >' requested here TypeFeedbackIdMap type_feedback_id_map_; ^ This is because libc++ 3.8.0 has added these sanity checks for custom std::map allocators, which *must* be of the type std::pair<const Key, Value>. I fixed the few std::map instances in the node source by adding this to their allocator types. Approved by: linpct@gmail.com (maintainer) PR: 208270 MFH: 2016Q2 Notes: svn path=/head/; revision=412412
* Update to upstream version 3.5.16Thomas Zander2016-04-023-70/+3
| | | | | | | | PR: 208463 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=412410
* - Rename gemspec patch to patch-gemspecSunpoet Po-Chuan Hsieh2016-04-022-0/+0
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=412392
* - Add LICENSEDmitry Marakasov2016-04-011-4/+8
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=412366
* - Add LICENSEDmitry Marakasov2016-04-012-3/+8
| | | | | | | | | - Add NO_ARCH - Switch to options helpers - Regenerate patch and switch to patching an actual file instead of symlink to it Notes: svn path=/head/; revision=412358
* - Add LICENSE_FILEDmitry Marakasov2016-04-011-4/+7
| | | | | | | | | - Switch to options helpers - Don't install license file - Only use pkg-message which refers to documentation when docs are installed Notes: svn path=/head/; revision=412356
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011585-7432/+7432
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-0110-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Update to 0.5.0Sunpoet Po-Chuan Hsieh2016-04-015-3/+5
| | | | | | | | | - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=412334
* - Fix LICENSE_FILESunpoet Po-Chuan Hsieh2016-04-011-3/+3
| | | | | | | - Update RUN_DEPENDS: remove PORTSDIR Notes: svn path=/head/; revision=412333
* - Update to 5.1.0Sunpoet Po-Chuan Hsieh2016-04-012-6/+7
| | | | | | | | | | - Add LICENSE_FILE - Update RUN_DEPENDS: remove PORTSDIR Changes: http://unicorn.bogomips.org/NEWS.html Notes: svn path=/head/; revision=412332
* - Add LICENSESunpoet Po-Chuan Hsieh2016-04-011-2/+7
| | | | | | | | - Update *_DEPENDS: remove PORTSDIR - Add NO_ARCH Notes: svn path=/head/; revision=412328
* - Update to 0.13.2TAKATSU Tomonari2016-04-012-3/+3
| | | | Notes: svn path=/head/; revision=412319
* New port www/py-django-configurations 1.0Tom Judge2016-04-014-0/+30
| | | | | | | | | | | django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notion of Django's module based settings loading with well established object oriented programming patterns. WWW: https://github.com/jazzband/django-configurations Notes: svn path=/head/; revision=412312
* New port www/py-ua-parser 0.7.0Tom Judge2016-04-014-0/+26
| | | | | | | | | | A python implementation of the UA Parser (https://github.com/ua-parser, formerly https://github.com/tobie/ua-parser). WWW: https://github.com/ua-parser/uap-python Notes: svn path=/head/; revision=412308
* Remove expired ports:Rene Ladan2016-03-318-99/+0
| | | | | | | | | | | | | | | | | | | | | | | 2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead 2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port Notes: svn path=/head/; revision=412303
* New port www/py-django-templatetag-sugar 1.0Tom Judge2016-03-314-0/+26
| | | | | | | | | A library to make writing templatetags in Django sweet. WWW: https://github.com/alex/django-templatetag-sugar Notes: svn path=/head/; revision=412301
* www/firefox: chase r411854 on DragonFly after r412296Jan Beich2016-03-311-0/+1
| | | | Notes: svn path=/head/; revision=412300
* New port www/py-django-sudo 1.2.0Tom Judge2016-03-314-0/+31
| | | | | | | | | | | | | | django-sudo provides an extra layer of security for after a user is already logged in. Views can be decorated with @sudo_required, and then a user must re-enter their password to view that page. After verifying their password, that user has elevated permissions for the duration of SUDO_COOKIE_AGE. This duration is independent of the normal session duration allowing short elevated permission durations, but retain long user sessions. WWW: https://github.com/mattrobenolt/django-sudo Notes: svn path=/head/; revision=412299
* New port www/py-django-social-auth 0.7.28Tom Judge2016-03-314-0/+28
| | | | | | | | | | Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects. WWW: https://github.com/omab/django-social-auth Notes: svn path=/head/; revision=412294
* New port www/py-django-recaptcha 1.0.5Tom Judge2016-03-314-0/+26
| | | | | | | | | Django reCAPTCHA form field/widget integration app. WWW: https://github.com/praekelt/django-recaptcha Notes: svn path=/head/; revision=412291
* New port www/py-django-jsonfield 1.0.3Tom Judge2016-03-314-0/+29
| | | | | | | | | | django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. WWW: https://github.com/bradjasper/django-jsonfield Notes: svn path=/head/; revision=412290
* new port www/py-django-paging 0.2.5Tom Judge2016-03-314-0/+26
| | | | | | | | | A simple and efficient paginator for django. WWW: https://github.com/dcramer/django-paging Notes: svn path=/head/; revision=412288
* www/squid: cleanup, adding patchesKurt Jaeger2016-03-316-22/+119
| | | | | | | | | | | | | | | | | | | | | 1. Turn ON all options that don't require external dependencies. 2. Split SMB options to more items to make it possible to compile squid with samba36 and samba42.* 3. Set databases/p5-DBI as a dependency for SQL option and add note to pkg-message about perl DBD drivers.* 4. Add fix for PF+IPv6.** 5. Require SSL option if SSL_CRTD is on. 6. Small fixes. 7. Add all available patches from upstream. * thanks to Alonso Cardenas Marquez! ** thanks to Orlando Bassotto! PR: 208290 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=412287
* New port: www/gitlabKurt Jaeger2016-03-3114-0/+4359
| | | | | | | | | | | | GitLab is version control for your server. WWW: https://gitlab.com/ Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Reviewed by: Yonas Yanfa <yonas@fizk.net>, girgen, pgollucci, mmoll, miwi, xmj, swills, amdmi3, sunpoet Notes: svn path=/head/; revision=412280
* - Update to 0.11.0Sunpoet Po-Chuan Hsieh2016-03-312-8/+7
| | | | | | | | | - Update RUN_DEPENDS: remove PORTSDIR Changes: https://github.com/carrierwaveuploader/carrierwave/blob/0.11-stable/CHANGELOG.md Notes: svn path=/head/; revision=412263
* - Update to 2.0.3Sunpoet Po-Chuan Hsieh2016-03-312-3/+3
| | | | | | | Changes: https://github.com/fnando/browser/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=412262
* - Fix *_DEPENDS: JSON::PP is already in all supported Perl releasesSunpoet Po-Chuan Hsieh2016-03-311-12/+6
| | | | | | | | - Update TEST_DEPENDS: remove PORTSDIR - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=412248
* - Update to 1.2.23Sunpoet Po-Chuan Hsieh2016-03-312-5/+5
| | | | | | | | | - Update LIB_DEPENDS: remove PORTSDIR Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 Notes: svn path=/head/; revision=412239
* Cleanup dependencies on lang/p5-Scalar-List-Utils.Mathieu Arnold2016-03-313-8/+5
| | | | | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=412231
* Update flash plugin to 11.2r202.577.Tijl Coosemans2016-03-313-9/+9
| | | | Notes: svn path=/head/; revision=412216
* - Update to 2.3Wen Heping2016-03-312-3/+3
| | | | Notes: svn path=/head/; revision=412206
* - update to 3.093Lars Thegler2016-03-303-7/+10
| | | | | | | - distribute maintainership Notes: svn path=/head/; revision=412186
* - New port: www/sogo3-activesyncJose Alonso Cardenas Marquez2016-03-303-0/+19
| | | | | | | | | ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it. Notes: svn path=/head/; revision=412185
* - New port: www/sogo3Jose Alonso Cardenas Marquez2016-03-3015-0/+1924
| | | | | | | | | | SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. Notes: svn path=/head/; revision=412182
* - Reassign to the heap, on maintainer's requestFrederic Culot2016-03-301-1/+1
| | | | Notes: svn path=/head/; revision=412175
* - Update to 3.10Philippe Audeoud2016-03-302-3/+3
| | | | Notes: svn path=/head/; revision=412167
* Remove expired ports:Rene Ladan2016-03-308-133/+0
| | | | | | | | | | | | | 2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer have in ports 2016-03-26 www/py-django-pipeline14: This port depends upon expired www/py-django16 and have no consumers 2016-03-26 textproc/libwpd: Not used any more 2016-03-26 graphics/libwpg: Not used any more 2016-03-26 textproc/libwps02: Not used any more 2016-03-26 textproc/libabw00: Not used any more 2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported version of Cassandra Notes: svn path=/head/; revision=412155
* - Clarify LICENSEDmitry Marakasov2016-03-291-7/+5
| | | | | | | | | | | | - Add LICENSE_FILE - Switch to USES=tar:tbz2 - Switch to USES=localbase - Usilence installation Approved by: portmgr blanket Notes: svn path=/head/; revision=412138
* Update chromium to 49.0.2623.110Christoph Moench-Tegeder2016-03-2982-653/+883
| | | | | | | | | | | Approved by: miwi (mentor), rene (mentor) MFH: 2016Q1 Security: 5c288f68-c7ca-4c0d-b7dc-1ec6295200b3 Security: f85fa236-e2a6-412e-b5c7-c42120892de5 Security: 8be8ca39-ae70-4422-bf1a-d8fae6911c5e Notes: svn path=/head/; revision=412135
* - Update to 4.4.1Dmitry Marakasov2016-03-292-5/+8
| | | | | | | | | PR: 208379 Submitted by: bradleythughes@fastmail.fm Approved by: linpct@gmail.com (maintainer) Notes: svn path=/head/; revision=412132
* Update Firebug to 2.0.15Barbara Guida2016-03-293-3/+4
| | | | Notes: svn path=/head/; revision=412131
* - Update to 5.9.1Dmitry Marakasov2016-03-292-3/+3
| | | | | | | | | PR: 208376 Submitted by: bradleythughes@fastmail.fm Approved by: linpct@gmail.com (maintainer) Notes: svn path=/head/; revision=412130
* Update www/erlang-hackney to version 1.6.0.Jimmy Olgeni2016-03-293-15/+8
| | | | Notes: svn path=/head/; revision=412117
* - Update to 5.6.3Dmitry Marakasov2016-03-294-27/+6
| | | | | | | | | | - While here, add NO_ARCH and fix LICENSE PR: 208100 Submitted by: jochen@jochen-neumeister.de Notes: svn path=/head/; revision=412089
* - Update to 2.1.6Dmitry Marakasov2016-03-292-4/+3
| | | | | | | | PR: 208099 Submitted by: jochen@jochen-neumeister.de Notes: svn path=/head/; revision=412079
* www/rubygem-task_list: change dependeny to rubygem-html-pipeline1Steve Wills2016-03-281-1/+1
| | | | | | | | PR: 207802 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> Notes: svn path=/head/; revision=412046
* New port: www/plexwatchwebKurt Jaeger2016-03-285-0/+137
| | | | | | | | | | | | A web front-end for plexWatch WWW: https://github.com/ecleese/plexWatchWeb PR: 208337 Submitted by: ultima <ultima1252@gmail.com> Notes: svn path=/head/; revision=412030