Commit graph

396006 commits

Author SHA1 Message Date
Thierry Thomas
9f0519ee4c Upgrade to 1.7.6.
Changelog at
<https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/1.7.6>.
2016-06-25 17:21:29 +00:00
Tijl Coosemans
ed79651ba0 Update to 1.9.0.
PR:		210575
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-06-25 16:23:13 +00:00
Tijl Coosemans
50ed08f39a - Update to 2.1.4.
- Let the socket backend print debug messages on the DEBUG channel.  The
  other channels affect the printer status message in lpstat(1) which can
  be confusing. [1]

PR:		203058 [1]
2016-06-25 15:41:38 +00:00
Kurt Jaeger
f579ba3c8b New port: databases/php70-redis
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

WWW: https://github.com/phpredis/phpredis

PR:		210552, 208016
Submitted by:	joshruehlig@gmail.com, townwear@gmail.com
2016-06-25 15:08:30 +00:00
Kurt Jaeger
5b38ed18fe mail/qmail: Add rc.d script for qmails queue management daemons
PR:		210223
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2016-06-25 14:44:04 +00:00
Adam Weinberger
5c62f72ebb Update to 2.01, and add NO_ARCH.
Changes: https://metacpan.org/source/NIGELM/Catalyst-Controller-HTML-FormFu-2.01/Changes
2016-06-25 14:11:51 +00:00
Adam Weinberger
2edeb222f4 Update to 2.03. Add p5-CGI to TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/HTML-FormFu
2016-06-25 14:05:04 +00:00
Adam Weinberger
c23014535d Update to 1.302033.
Changes: https://metacpan.org/changes/distribution/Test-Simple
2016-06-25 13:53:11 +00:00
Kurt Jaeger
8f2e535437 devel/cmake-doc: Fix pkg-plist
- %%DOCSDIR%%/html/_static/default.css
  was missing

PR:		210477
Submitted by:	Tobias C.Berner <tcberner@gmail.com> (kde)
2016-06-25 13:52:06 +00:00
Jimmy Olgeni
f8587c7662 Update devel/elixir-combine to version 0.9.1. 2016-06-25 12:47:39 +00:00
Jimmy Olgeni
6e4dd7c625 Update devel/erlang-gen_smtp to version 0.11.0. 2016-06-25 12:43:43 +00:00
Baptiste Daroussin
80871d0e41 Release 1.8.6
- Important fixes in the solver
- When conflicts are found, they are explicitly printed
- Reduce namecache contention a bit
- Temporary files created during extraction are now hidden
- Accept symlinks to directories when pkg is expecting a directory
2016-06-25 11:48:14 +00:00
Ollivier Robert
c18e71f49d Fix filename in distinfo.
PR:		210553
Submitted by:	t@tobik.me
2016-06-25 11:41:18 +00:00
Baptiste Daroussin
7394e77926 Update to 1.8.99.8
- Accept symlinks to directory when the package expects a directory
- Cleanup symlink checksuming code
- Fix a bug that results in bus error on very specific cases with lots of
  packages installed
2016-06-25 11:31:42 +00:00
Antoine Brodin
0a7ad9709c Fix packaging
Reported by:	pkg-fallout
2016-06-25 11:26:18 +00:00
Hajimu UMEMOTO
af3fd373da Add new port -- Yubico PIV tool
The Yubico PIV tool is used for interacting with the Privilege and
Identification Card (PIV) application on a YubiKey.

With it you may generate keys on the device, importing keys and
certificates, and create certificate requests, and other operations. A
shared library and a command-line tool is included.
2016-06-25 11:11:13 +00:00
Jimmy Olgeni
f49d189573 Update devel/erlang-jobs to version 0.5. 2016-06-25 10:16:38 +00:00
Dmitry Marakasov
a8245a4a01 - Switch to options helpers 2016-06-25 09:05:21 +00:00
Antoine Brodin
77b7623135 Hook doas to the build 2016-06-25 07:59:49 +00:00
John Marino
dd6f09efec benchmarks/himenobench: Follow up IFC removal
The IFC option removal was not complete.  Alter the pkg-plist
accordingly and bump.
2016-06-25 01:38:27 +00:00
Kris Moore
94d92a089b Diligent is unofficial cross-platform desktop client for Slack.
WWW: https://github.com/trueos/diligent
2016-06-25 00:18:29 +00:00
Vsevolod Stakhov
8783af45da - Fix build with base system clang
Submitted by:	Justin Viiret <justin.viiret at intel.com>
2016-06-25 00:04:55 +00:00
Brooks Davis
a3278c2d81 Update to a new snapshot with improved compressed capability support. 2016-06-24 23:18:12 +00:00
Ollivier Robert
1a4601bd17 Change PORTREVISION to something sensible as upstream did not change.
Reported by:	mat
2016-06-24 23:17:39 +00:00
Carlos J. Puga Medina
83b7a4a98a New port: misc/py-socli
Stack overflow command line client written in python. Using SoCLI you can
search and browse stack overflow without leaving the terminal.

WWW: https://pypi.python.org/pypi/socli/

Submitted by:	me
Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D6939
2016-06-24 23:04:24 +00:00
Carlos J. Puga Medina
49b8ca54bf New port: textproc/py-beautifulsoup4
Beautiful Soup is a Python library designed for quick turnaround projects like
screen-scraping.

Three features make it powerful:

Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. It doesn't take much code to write
an application.

Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't detect one.
Then you just have to specify the original encoding.

Beautiful Soup sits on top of popular Python parsers like lxml and html5lib,
allowing you to try out different parsing strategies or trade speed for
flexibility.

WWW: https://www.crummy.com/software/BeautifulSoup/

Submitted by:	me
Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D6937
2016-06-24 23:02:44 +00:00
Mark Felder
59ef891779 Plugin implements SSO authentication method in Redmine.
Plugin allows transparent authentication of the User using his domain
account through Web-server module (for ex. mod_ntlm in Apache).

WWW: https://bitbucket.org/dkuk/single_auth
2016-06-24 21:27:50 +00:00
Mark Felder
8bef03f513 This is a plugin for including common libraries into Redmine.
WWW: https://bitbucket.org/dkuk/a_common_libs
2016-06-24 21:27:30 +00:00
Bernard Spil
6a8398dd65 security/py-certbot: Complete renaming from letsencrypt
- Rename relevant occurences in pkg-descr and pkg-message

PR:		210508
2016-06-24 21:21:08 +00:00
Ollivier Robert
33d3d55396 Missed the fact that ${ETCDIR} includes the port's name.
Submitted by:	@mordin_ on Twitter.
2016-06-24 21:00:07 +00:00
Ollivier Robert
d0474ec82b Update to commit 720db72 to fix a security issue.
Reported by:	Bryan Steele (@canadianbryan on Twitter)
2016-06-24 20:34:30 +00:00
Pawel Pekala
f5848234a1 IIPImage is an advanced high-performance feature-rich image
server system for web-based streamed viewing and zooming of
ultra high-resolution images with low processor and memory
requirements. The system can handle gigapixel size images as
well as advanced image features such as 8/16/32 bits per
channel, CIELAB colorimetric images and scientific imagery
such as multispectral images and digital elevation maps.

WWW: http://iipimage.sourceforge.net/

PR:		210437
Submitted by:	me@skylord.ru
2016-06-24 19:06:49 +00:00
Pawel Pekala
29c14f0267 Enable PYTHON option by default
PR:		210497
Submitted by:	maintainer
2016-06-24 18:51:21 +00:00
Dmitry Marakasov
65f5f937b0 - Update to 0.07
- While here, add NO_ARCH

PR:		210527
Submitted by:	freebsd-ports@t-b-o-h.net (maintainer)
2016-06-24 18:17:52 +00:00
Adam Weinberger
9259c5c7f5 Update to 2.106.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2016-06-24 18:16:42 +00:00
Adam Weinberger
26a7448051 Update to 0.38, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/Test-Moose-More
2016-06-24 18:12:45 +00:00
Kurt Jaeger
dd64fcf731 devel/qtcreator: fix crashes under certain circumstances
A regression was detected that causes crashes under certain conditions.
This is fixed by

https://codereview.qt-project.org/#/c/163443/

incorporated with this updated patchset.

PR:		210530
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
2016-06-24 18:05:02 +00:00
Dmitry Marakasov
560a804751 - Switch port to new GitHub home
- While here, add LICENSE

PR:		210428
Submitted by:	eimar.koort@gmail.com (maintainer)
2016-06-24 16:02:30 +00:00
Bryan Drewery
9e1cb40a53 Fix debugging that crept in 2016-06-24 15:54:07 +00:00
Bryan Drewery
5efb37b46b Fix debugging that crept in 2016-06-24 15:53:47 +00:00
Bryan Drewery
f456be1f91 - Update to 3.0-1677-g146fc3f
- Support 252 colors for job IDs
  - Ensure bmake is used for ports_env (fixes usage for 9.x)
  - Fix creating /nxb-bin in the root system
2016-06-24 15:51:06 +00:00
Bryan Drewery
0c105b1676 - Update to 3.1.14
- Fix creating /nxb-bin in the root system
2016-06-24 15:48:59 +00:00
Dmitry Marakasov
ca270e02a8 Fix build of slave port databases/luasql-firebird 2016-06-24 15:41:52 +00:00
Jan Beich
bb2dc31bc5 security/nss: update to 3.25
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.25_release_notes
2016-06-24 15:14:56 +00:00
Dmitry Marakasov
2e05572d39 - Switch to options helpers
- Cosmetic fixes
2016-06-24 15:14:47 +00:00
Dmitry Marakasov
c7b9ec0a14 - Update to 1.7
PR:		210006
Submitted by:	ybungalobill@gmail.com (maintainer)
2016-06-24 14:54:30 +00:00
Mark Felder
49f3a790f1 multimedia/plexmediaserver{-plexpass}: Update to 1.0.0
Changelog:	https://forums.plex.tv/discussion/comment/1203901#Comment_1203901
2016-06-24 14:44:05 +00:00
Dmitry Marakasov
04b07885a1 - Add graphics/dilay
Dilay is a 3D sculpting application that provides an intuitive workflow
using a number of powerful modeling tools. As each tool locally subdivides
the mesh where more details are required, Dilay allows artists to rapidly
create complex meshes.

WWW: http://abau.org/dilay

PR:		210369
Submitted by:	yuri@rawbw.com
2016-06-24 14:31:39 +00:00
Adam Weinberger
0a92ab1e3e Change the ETCDIR description to say "${PREFIX}" instead of
showing the actual prefix. Otherwise poudriere says it will
read from /nonexistent/etc.
2016-06-24 14:27:31 +00:00
Adam Weinberger
a534d44848 r417390 successfully hid 5gp-1.02 from portscout, but now it's finding
5gp-1.01. Change over to a numbers-and-dots regex instead.
2016-06-24 14:24:25 +00:00