| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Submitted by: ak, beat
Reported by: delphij
Notes:
svn path=/head/; revision=331913
|
|
|
|
| |
Notes:
svn path=/head/; revision=331903
|
|
|
|
| |
Notes:
svn path=/head/; revision=331896
|
|
|
|
| |
Notes:
svn path=/head/; revision=331895
|
|
|
|
|
|
|
| |
- Document security issue in mod_pagespeed
Notes:
svn path=/head/; revision=331887
|
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Sort TEST_DEPENDS and PLIST
Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
Notes:
svn path=/head/; revision=331884
|
|
|
|
| |
Notes:
svn path=/head/; revision=331872
|
|
|
|
|
|
|
| |
Obtained from: Project git repository
Notes:
svn path=/head/; revision=331871
|
|
|
|
|
|
|
|
|
|
| |
Bugs fixed
Fixed Python 2.6 compability issued in checkinst.py.
Registered more MS AD attributes with plugin class Binary.
Exception ldap.STRONG_AUTH_REQUIRED is ignored when reading rootDSE.
Notes:
svn path=/head/; revision=331865
|
|
|
|
| |
Notes:
svn path=/head/; revision=331863
|
|
|
|
|
|
|
|
|
| |
TheMovieDB.org APIv3 interface
WWW: https://pypi.python.org/pypi/tmdb3/
Notes:
svn path=/head/; revision=331861
|
|
|
|
| |
Notes:
svn path=/head/; revision=331828
|
|
|
|
|
|
|
| |
- use OPTIONS_DEFINE
Notes:
svn path=/head/; revision=331810
|
|
|
|
|
|
|
| |
- partitial adopt new ${opt}_ notation
Notes:
svn path=/head/; revision=331790
|
|
|
|
|
|
|
| |
- partitial adopt new ${opt}_ notation
Notes:
svn path=/head/; revision=331788
|
|
|
|
|
|
|
| |
- Avoid conflict with www/rubygem-rack
Notes:
svn path=/head/; revision=331783
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://wordpress.org/news/2013/10/basie/
PR: ports/183326
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Notes:
svn path=/head/; revision=331769
|
|
|
|
| |
Notes:
svn path=/head/; revision=331751
|
|
|
|
|
|
|
| |
- Remove ruby18 conditional part
Notes:
svn path=/head/; revision=331745
|
|
|
|
| |
Notes:
svn path=/head/; revision=331721
|
|
|
|
| |
Notes:
svn path=/head/; revision=331719
|
|
|
|
|
|
|
|
|
|
| |
- Confirm with STAGE.
PR: ports/182188
Submitted by: antoine
Notes:
svn path=/head/; revision=331703
|
|
|
|
|
|
|
|
|
|
| |
Handle default database creation in a better way.
Don't install yet another copy of the GPL3 license.
PORTREVISION bump for plist changes.
Drop maintainership.
Notes:
svn path=/head/; revision=331700
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Changes: http://search.cpan.org/dist/WebService-Linode/Changes
Notes:
svn path=/head/; revision=331694
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojolicious/Changes
Notes:
svn path=/head/; revision=331693
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=331688
|
|
|
|
|
|
|
|
| |
- Enable PYDISTUTILS_AUTOPLIST, remove pkg-plist accordingly
- Remove PYTHON_PY3K_PLIST_HACK (implied in AUTOPLIST)
Notes:
svn path=/head/; revision=331674
|
|
|
|
|
|
|
| |
Reported by: mva
Notes:
svn path=/head/; revision=331669
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.1.11
- Add framework-provided PY3K_PLIST_HACK
- Enable AUTOPLIST, remove pkg-plist accordingly
Changes:
https://github.com/praw-dev/praw/blob/v2.1.11/CHANGES.rst
Notes:
svn path=/head/; revision=331667
|
|
|
|
| |
Notes:
svn path=/head/; revision=331656
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 18.0
- Replace manual PY3K_PLIST fix with framework option
PR: ports/183309
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
Notes:
svn path=/head/; revision=331652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4.4
- Allow staging
PR: ports/183283
Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> (maintainer)
Notes:
svn path=/head/; revision=331621
|
|
|
|
|
|
|
|
|
|
|
| |
Many macros clash with the C11 variants, so I'm moving this over to a gcc build
for now.
PR: ports/182896 (with added fixes)
Approved by: maintainer
Notes:
svn path=/head/; revision=331609
|
|
|
|
| |
Notes:
svn path=/head/; revision=331601
|
|
|
|
|
|
|
| |
- Update to 1.1.146
Notes:
svn path=/head/; revision=331599
|
|
|
|
| |
Notes:
svn path=/head/; revision=331597
|
|
|
|
| |
Notes:
svn path=/head/; revision=331596
|
|
|
|
|
|
|
|
| |
PR: ports/183291
Submitted by: James Bailie <jimmy@mammothcheese.ca>
Notes:
svn path=/head/; revision=331592
|
|
|
|
|
|
|
|
|
| |
- Update maintainer section
Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce
Notes:
svn path=/head/; revision=331584
|
|
|
|
| |
Notes:
svn path=/head/; revision=331573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
templating engine for you, so you don't have to screw around in your own
application.rb when your Gemfile already clearly indicated what templating
engine you have installed. Hurrah.
WWW: http://github.com/indirect/haml-rails
PR: ports/183292
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331570
|
|
|
|
|
|
|
|
|
| |
- Remove last reference to ffmpeg-devel
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=331568
|
|
|
|
|
|
|
| |
Notified by: az
Notes:
svn path=/head/; revision=331567
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/gollum/gollum-lib
PR: ports/182773
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331552
|
|
|
|
|
|
|
|
|
|
| |
WWW: https://github.com/gitlabhq/grack
PR: ports/182767
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331548
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://ichord.github.com/jquery-atwho-rails
PR: ports/182762
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331543
|
|
|
|
|
|
|
|
| |
PR: ports/183087
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
Notes:
svn path=/head/; revision=331541
|
|
|
|
|
|
|
|
|
| |
- don't force gcc for i386 builds [1]
Submitted by: mi [1]
Notes:
svn path=/head/; revision=331532
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remote data sets, and infinite scrolling of results. This gem integrates
Select2 with Rails asset pipeline for easy of use.
WWW: https://github.com/argerim/select2-rails
PR: ports/182736
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331517
|