- Remove NetBSD support, its completely bitrotted
- Suggest to set DEVELOPER=yes in /etc/make.conf if committer flag specified in command line
- Fix WARN: Makefile: [11]: possible direct use of command "libtool" found...
- Small fixes:
* 'WWW: UR:' -> 'WWW: URL'
* @option_helpers -> remove leading '_' use _$m instead
* fix a few 'undefined variable' warnings
- Make MAN{X} checks NO_STAGE only (consolidate/simplify check)
- Make some checks in checkplist NO_STAGE only
- Convert PERL_CONFIGURE check to USE_PERL5=configure
- Make "use .if ${PORT_OPTIONS:MDOCS} to wrap installation of files into
$localbase/share/doc" warning NO_STAGE only
- Add special case for global options(DOCS/EXAMPLES/NLS/IPV6) in
OPTIONS_DEFINE, but not in PORT_OPTIONS:M$i
- Check for relative path (/../) in *DEPENDS
- Remove MASTER_SITES that don't resolve or returns 5xx
- Remove LINTSKIP check that was commented since 1997
PR: 186639
Submitted by: ak
- Take maintainership
- Remove DEPRECATED, EXPIRATION_DATE
- Add LICENSE information
- Depend on LLVM port
- Remove GDBM option
Special thanks to Steve Wills for help with testing the port
GPLv3 with GCC Runtime Library Exception (for the runtime).
Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [1]
Submitted by: miwi [1]
Discussed with: antoine [1]
nghttp2 - HTTP/2.0 C Library
This is an experimental implementation of Hypertext Transfer Protocol version
2.0.
WWW: http://tatsuhiro-t.github.io/nghttp2/
- While I'm here:
- Use DISTVERSION
- Pet portlint:
- Use DISTNAME and EXTRACT_SUFX instead of DISTFILES
- Use PLIST_FILES instead of PLIST
Composer is a tool for dependency management in PHP. It allows you to declare
the dependent libraries your project needs and it will install them in your
project for you.
WWW: http://getcomposer.org/
PR: ports/186972
Submitted by: Gea-Suan Lin <gslin@gslin.org>
- While I'm here, add IGNORE_WITH_PHP
apn is a PHP extension to introduce simple yet powerful interface for sending
push notifications to iOS and OS X devices from within your PHP code.
WWW: http://libcapn.org/php-apn/
PR: ports/186938
Submitted by: Gasol Wu <gasol.wu@gmail.com>
libcapn is a C Library to interact with the Apple Push Notification Service
using simple and intuitive API. With the library you can easily send push
notifications to iOS and Mac OS X devices.
WWW: http://libcapn.org/
PR: ports/186936
Submitted by: Gasol Wu <gasol.wu@gmail.com>
- While I'm here:
- Use PYDISTUTILS_AUTOPLIST and PLIST_FILES instead of PLIST
- Use USE_PYDISTUTILS=yes
- Support STAGEDIR
Changes: https://github.com/mitmproxy/mitmproxy/blob/master/CHANGELOG
PR: ports/186935
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
cryptography is a package designed to expose cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy.
cryptography includes both high level recipes, and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests
and key derivation functions.
WWW: http://github.com/pyca/cryptography/