1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

381279 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fe86998b54 - Update to 0.15
Changes:	http://search.cpan.org/dist/URI-Query/ChangeLog
2015-11-20 09:13:01 +00:00
Sunpoet Po-Chuan Hsieh
4bf7d4cf37 - Update to 1.4.14
- Add LICENSE
- Silence patch message
- Strip shared library
- Sort PLIST

Changes:	http://ludovic.rousseau.free.fr/softwares/pcsc-perl/Changelog
2015-11-20 09:12:57 +00:00
Sunpoet Po-Chuan Hsieh
dc569fcbfe - Update to 1.027
Changes:	http://search.cpan.org/dist/PAR-Packer/Changes
2015-11-20 09:12:52 +00:00
Sunpoet Po-Chuan Hsieh
93a6be9b37 - Update to 2.023002
Changes:	http://search.cpan.org/dist/List-Objects-WithUtils/Changes
2015-11-20 09:12:48 +00:00
Sunpoet Po-Chuan Hsieh
337ec4d172 - Update to 3.1.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-20 09:12:44 +00:00
Sunpoet Po-Chuan Hsieh
76086685a1 - Update to 0.7.79
Changes:	http://mediaarea.net/MediaInfo/ChangeLog
2015-11-20 09:12:40 +00:00
Sunpoet Po-Chuan Hsieh
0c31567300 - Update to 0.7.79
Changes:	http://mediaarea.net/MediaInfo/ChangeLog
2015-11-20 09:12:36 +00:00
Sunpoet Po-Chuan Hsieh
c3e7ca6a23 - Update to 0.7.79 (0.4.32) 2015-11-20 09:12:32 +00:00
Sunpoet Po-Chuan Hsieh
9dc19060b4 - Add LICENSE_FILE 2015-11-20 09:12:28 +00:00
Sunpoet Po-Chuan Hsieh
2b8bf87508 - Update to 2.4.0
- Add LICENSE_FILE
- Add SPEEX and THEORA options

Changes:	http://www.icecast.org/news/libshout-release-2_4_0/
2015-11-20 09:12:24 +00:00
Sunpoet Po-Chuan Hsieh
544c0ed7d7 - Update to 7.4.922
Changes:	https://github.com/vim/vim/commits/master
2015-11-20 09:12:20 +00:00
Sunpoet Po-Chuan Hsieh
1faec3f16c - Update distinfo (missing in r401990)
Approved by:	portmgr (blanket)
2015-11-20 09:03:43 +00:00
Muhammad Moinur Rahman
b4ff79df6a [NEW] textproc/py3-chardet: Universal encoding detector for Python 3
- Python3 specific version for textproc/py-chardet

Character encoding auto-detection in Python.

WWW: https://github.com/chardet/chardet/
2015-11-20 08:20:02 +00:00
Bernard Spil
e1f412acc5 security/py-letsencrypt: Update to version 20151114
- Update py-letsencrypt and py-acme (to v0.0.0dev20151114)
  - Add regression test target for py-acme

Changes:

  - Turn off old/insecure challenge types[1]

[1]: https://community.letsencrypt.org/t/turning-off-old-insecure-challenge-types/3825

Reviewed by:	koobs (mentor), Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Approved by:	koobs (mentor, maintainer), Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
DifferentialRevision:	https://reviews.freebsd.org/D4162
2015-11-20 08:16:19 +00:00
Alexey Dokuchaev
976b3538bd - Unbreak the build on PowerPC by using modern GCC version
- Do not use += to set initial CONFIGURE_ARGS value
- Convert to option helpers and new test framework (TEST_TARGET)
- Remove extra patch that prevented installation of the example files
  (it is not needed in the post-staging era: running `make package
  OPTIONS_UNSET=EXAMPLES -DBATCH' will produce package without the
  exampes by default, requiring no special hacks)
- Wrap one overly long line by optimizing away one of the STRIP_CMD's
2015-11-20 08:02:26 +00:00
Olli Hauer
0962fbef57 - update to version 7.00
Changelog:
Nmap 7.00 [2015-11-19]

o This is the most important release since Nmap 6.00 back in May 2012!
  For a list of the most significant improvements and new features,
  see the announcement at: https://nmap.org/7

o [NSE] Added 6 NSE scripts from 6 authors, bringing the total up to 515!
  They are all listed at https://nmap.org/nsedoc/, and the summaries are below
  (authors are listed in brackets):

  + targets-xml extracts target addresses from previous Nmap XML results files.
    [Daniel Miller]

  + [GH#232] ssl-dh-params checks for problems with weak, non-safe, and
    export-grade Diffie-Hellman parameters in TLS handshakes. This includes the
    LOGJAM vulnerability (CVE-2015-4000). [Jacob Gajek]

  + nje-node-brute does brute-forcing of z/OS JES Network Job Entry node names.
    [Soldier of Fortran]

  + ip-https-discover detectings support for Microsoft's IP over HTTPS
    tunneling protocol. [Niklaus Schiess]

  + [GH#165] broadcast-sonicwall-discover detects and extracts information from
    SonicWall firewalls. [Raphael Hoegger]

  + [GH#38] http-vuln-cve2014-8877 checks for and optionally exploits a
    vulnerability in CM Download Manager plugin for Wordpress. [Mariusz Ziulek]

o [Ncat] [GH#151] [GH#142] New option --no-shutdown prevents Ncat from shutting
  down when it reads EOF on stdin. This is the same as traditional netcat's
  "-d" option. [Adam Saponara]

o [NSE] [GH#229] Improve parsing in http.lua for multiple Set-Cookie headers in
  a single response.  [nnposter]
2015-11-20 06:32:38 +00:00
Muhammad Moinur Rahman
924511e397 [NEW] devel/py3-jsonschema: JSON Schema validation for Python
- Python3 specific version for devel/py-jsonschema

jsonschema is an implementation of JSON Schema for Python

 - Full support for Draft 3 and Draft 4 of the schema.
 - Lazy validation that can iteratively report all validation errors.
 - Small and extensible
 - Programmatic querying of which properties or items failed validation.

WWW: http://github.com/Julian/jsonschema
2015-11-20 06:29:19 +00:00
Adam Weinberger
2576e158ad Add devel/p5-Data-Serializer-Sereal, the glue for using Sereal
in Data::Serializer.
2015-11-20 04:31:47 +00:00
Jason Unovitch
c862bdb809 security/pecl-crypto: update 0.1.1 -> 0.2.1
- Update PORTVERSION and distinfo for the new release (0.2.1)
- USES: tar:tgz instead of EXTRACT_SUFX
- Regenerate patch while here (portlint)

Changes:
| 0.2.1
* Fixed C89 compatibility issue in Base64
| 0.2.0
* Support for PHP 7
* Added Crypto stream BIO wrapper
* Improved error handling
* Added an integer overflow checking
* Removed Algorithm class and AlogirithmException class
* Introduced a MAC class as a subclass of Hash and parent of HMAC and CMAC
* Added MACException class subclassing HashException
* Fixed HMAC and CMAC implementation and added key param to constructor
* Fixed and tested CCM mode
* Added new error code for failed tag verification (TAG_VERIFY_FAILED)
* Add setTagLength Cipher method replacing length param in getTag
* Removed Rand::egd
* Created a complete API documentation

PR:		204668
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2015-11-20 03:55:34 +00:00
Sergey A. Osokin
c2776ba097 Upgrade third-party njs module from 8e72a0b to e7ea1a7. 2015-11-20 02:28:20 +00:00
Muhammad Moinur Rahman
a776c14915 [NEW] devel/py3-vcversioner: Use version control tags to discover version
- Python3 specific version of devel/py-vcversioner

You can write a setup.py with no version information specified, and
vcversioner will find a recent, properly-formatted VCS tag and extract a
version from it.

WWW: https://github.com/habnabit/vcversioner
2015-11-20 00:45:07 +00:00
Jan Beich
a178b8850d Document recent Mozilla vulnerabilities 2015-11-20 00:39:40 +00:00
Jan Beich
a356bf5bac gecko: catch up with 2015-11-03 release train
- Update NSPR to 4.10.10 [1]
- Update NSS to 3.20.1 [2]
- Update Firefox ESR and libxul to 38.4.0
- Update Firefox to 42.0 [2]
- Update SeaMonkey to 2.39

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-10-Release-td346822.html
Changes:	https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20.1_release_notes
Changes:	https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
Changes:	http://www.seamonkey-project.org/news#2015-11-08
PR:		204277 [1], 204332 [2], 203099
Submitted by:	swills, Christoph Moench-Tegeder
MFH:		2015Q4
Security:	9d04936c-75f1-4a2c-9ade-4c1708be5df9
2015-11-20 00:38:40 +00:00
Muhammad Moinur Rahman
cf4f066d23 [NEW] textproc/py3-MarkupSafe: Implements XML/HTML/XHTML Markup safe string
- Python3 version for textproc/py-MarkupSafe

py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
safe string.

WWW: https://pypi.python.org/pypi/MarkupSafe/
2015-11-20 00:10:53 +00:00
Muhammad Moinur Rahman
8c47338ff0 [NEW] devel/py3-Jinja2: Fast and easy to use stand-alone template engine
- Python3 version of devel/py-Jinja2

Jinja is a sandboxed template engine written in pure Python licensed
under the BSD license. It provides a Django-like non-XML syntax and
compiles templates into executable python code. It's basically a
combination of Django templates and python code.

WWW: http://jinja.pocoo.org/
2015-11-19 23:56:36 +00:00
Greg Lehey
926f06b171 Take MAINTAINER
Approved by:	vd@

Upgrade to 2015.0.0

Approved by:	edwin@ (mentor)

MFC after:	2 weeks
2015-11-19 23:47:28 +00:00
Tom Judge
2444e2e56a New port for Elasticsearch 2.0.0 which is not fully backwards compt with 1.X.
Changes: https://www.elastic.co/downloads/past-releases/elasticsearch-2-0-0
2015-11-19 21:50:18 +00:00
Mark Felder
a51004caee We should fetch distfiles over HTTPS 2015-11-19 21:34:06 +00:00
Gerald Pfeifer
d49f1eb4da Update to the 20151115 development snapshot of GCC 6. 2015-11-19 21:24:27 +00:00
Dmitry Marakasov
2529355273 - Update to 0.8.7 2015-11-19 21:09:48 +00:00
Dmitry Marakasov
bb2dcea4df - Simplify
- Fix compiler requirements
- Fix build on mips, mips64
2015-11-19 20:57:43 +00:00
Dmitry Marakasov
c9e8102d01 - Add desktop file
Submitted by:	lightside@gmx.com
2015-11-19 20:56:37 +00:00
Dmitry Marakasov
71fdc6bd49 - Add LICENSE_FILE
- Switch to options helpers
2015-11-19 20:49:31 +00:00
Dmitry Marakasov
a8bc5a2728 - Add LICENSE
- Add NO_ARCH
- Switch to NO_WRKDUBDIR
- Simplify installation
2015-11-19 20:49:28 +00:00
Dmitry Marakasov
99ea2a4b7e - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-11-19 20:49:21 +00:00
Dmitry Marakasov
714de698bb - Add LICENSE_FILE
- Switch to options helpers
2015-11-19 20:49:11 +00:00
Dmitry Marakasov
6d3e6bbdaa - Add LICENSE_FILE
- Switch to options helpers
2015-11-19 20:49:01 +00:00
Dmitry Marakasov
1e5e8ade3f - Add LICENSE
- Switch to options helpers
2015-11-19 20:48:24 +00:00
Dmitry Marakasov
cd8d962e14 - Switch to options helpers
- Simplify installation
2015-11-19 20:48:21 +00:00
Dmitry Marakasov
a16fc12461 - Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
2015-11-19 20:48:13 +00:00
Bruce A. Mah
b8ad5bbefe Update benchmarks/iperf3 to 3.1.1. Also update WWW.
Sponsored by:	 ESnet
2015-11-19 20:45:41 +00:00
Jung-uk Kim
3623e74701 The old URL for jtreg disappeared.
Noticed by:	ohauer
MFH:		2015Q4
2015-11-19 20:34:20 +00:00
Ruslan Makhmatkhanov
ba777286a4 biology/platon: fix fetching
Add working mirror.
Also update file size in distinfo - checksum is not changed
and I dunno why. But with old file size it warns that expected
size was different.

PR:		204491
Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>
2015-11-19 20:13:00 +00:00
Ruslan Makhmatkhanov
2f9e0ad0c5 math/py-networkx: update to 1.10
- update to 1.10
- add YAML option (on by default)
- remove gratuitous word from option descriptions
- USE_PYTHON=concurrent instead of setting EXAMPLESDIR
- alphabetize USE_PYTHON
- discard pkg-message given all options are enabled by default

While here limit python version to 2.x, because it's dependencies
graphics/py-graphviz and math/py-matplotlib failed to configure
with python3.

PR:		204594
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2015-11-19 18:36:58 +00:00
Alexey Dokuchaev
3c54e182a1 - Switch to DISTVERSION to avoid hard-coded value in MASTER_SITES
- Similarly, avoid hardcoding the port name in DISTNAME
- Wrap one overly long line when installing programs
2015-11-19 17:23:57 +00:00
Michael Moll
8dac5328fb graphics/rubygem-chunky_png: update to 1.3.5 and reset maintainer
PR:		204039
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de> (earlier version)
Approved by:	maintainer (timeout)
2015-11-19 16:40:22 +00:00
Jimmy Olgeni
16fc027b02 Upgrade textproc/elixir-ex_doc to version 0.11.0. 2015-11-19 16:34:00 +00:00
William Grzybowski
194d38abaf sysutils/py-freenas.cli: update to 10.2a6 2015-11-19 16:25:19 +00:00
Alexey Dokuchaev
ff1d116f2d Flush a short queue of minor non-functional changes sitting it my tree:
- Escape literal dot properly in sed(1) code (for REINPLACE_CMD)
- Spell "C-string" correctly in COMMENT and add a missing newline
- Use NULL for pointer in C code (original snippet was for C++ and Bjarne
  prefers to avoid macros, per his C++ Style and Technique FAQ)
2015-11-19 16:16:46 +00:00
Dmitry Sivachenko
e86d582cf9 Update to version 1.1.2.
PR:		204495
Submitted by:	kevin.bowling@kev009.com
2015-11-19 15:21:15 +00:00