Commit graph

4716 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Dmitry Marakasov
5140e0245e - Fix LICENSE
- Add LICENSE_FILE
2016-09-22 15:14:36 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
John Marino
91b481df9c archivers/snappy-java: new fedora MASTER_SITE to unbreak 2016-09-20 15:19:52 +00:00
Tobias C. Berner
24df34c6e2 Convert archivers/quazip-qt5 into a slave port, and switch to cmake for archivers/quazip.
* Convert to slaveport, as they are very similar
* Switch to cmake in archviers/quazip

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7909
2016-09-18 20:21:01 +00:00
Adam Weinberger
b0c4fb44d4 Update to 5.40.
PR:		212351
Approved by:	maintainer timeout
2016-09-17 15:33:35 +00:00
Tobias C. Berner
f4b9941ac7 Update archivers/quazip and archivers/quazip-qt5 to 0.7.2
[The previous commit r22303 skipped archives/quazip]

* archivers/quazip
	Regenerate the qztest.pro patch for archivers/quazip
* archivers/quazip-qt5
	Drop the coinstallability patch as it is now part of the release
	Add upstreamed patch by rakuco@ to fix linking

Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7726
2016-09-17 09:31:15 +00:00
Tobias C. Berner
fd9319c3e8 Update archivers/quazip and archivers/quazip-qt5 to 0.7.2
* archivers/quazip
	Regenerate the qztest.pro patch for archivers/quazip
* archivers/quazip-qt5
	Drop the coinstallability patch as it is now part of the release
	Add upstreamed patch by rakuco@ to fix linking

Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7726
2016-09-17 09:21:42 +00:00
Vanilla I. Shu
3a0522db46 Update WWW.
PR:		212732
Submitted by:	shun.fbsd.pr@dropcut.net
2016-09-17 03:25:33 +00:00
Tobias C. Berner
cbd601b279 Take maintainership of archivers/quazip
> I was wondering if you were willing to push archivers/quazip onto kde@
Of course, assign the maintanership to kde@, please. :)

Approved by: nivit (previous maintainer), rakuco (mentor)
2016-09-16 10:05:42 +00:00
Antoine Brodin
2abc50fe38 Hook pecl-snappy to the build 2016-09-15 16:40:17 +00:00
Vanilla I. Shu
0928bdd97f remove extra WRKSRC.
Submitted by:	mat@
2016-09-15 12:51:34 +00:00
Vanilla I. Shu
139d2d284d 1: rename php5-snappy to pecl-snappy.
2: it's php7 compatible now.
3: switch to GITHUB.
2016-09-15 12:41:02 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Dmitry Marakasov
c64c608e12 - Update to 1.0.7
PR:		212161
Submitted by:	jjuanino@gmail.com (maintainer)
2016-09-11 15:14:29 +00:00
Emanuel Haupt
336e032f3c Mark NO_ARCH 2016-09-10 10:48:56 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Gabor Kovesdan
0a8496c6ac - Update to 5.4.0
- Add an option for SFX archive support [1]

PR:		209365 [1]
Submitted by:	Naram Oashat <cyberbotx@cyberbotx.com>
2016-09-08 19:57:01 +00:00
Dmitry Marakasov
15004661f2 - Add archives/py-python-lhafile
The interface is like zipfile extension included in regular
python distribution.

WWW: http://fengestad.no/python-lhafile/

PR:		211279
Submitted by:	cs@innolan.dk
2016-09-06 17:53:30 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
John Marino
54753798dc archivers/zstd: Upgrade version 0.8.1 => 1.0.0
The copyright of zstd has been transferred to Facebook as part of this
v1.0 release.  It also comes with a patent grant and a new public
streaming API (previously the API was in flux and only available on
static builds).
2016-09-02 14:33:10 +00:00
Mathieu Arnold
4940776700 Good example of how to not hook up tests.
Sponsored by:	Absolight
2016-09-01 14:14:30 +00:00
Dmitry Marakasov
3dd118dca5 - Fix LICENSE
- Add LICENSE_FILE
- Remove bogus USES=tar:bzip2
- Switch to USES=localbase
- Fix build with disabled NLS
- Whitespace fix

Approved by:	portmgr blanket
2016-09-01 13:43:24 +00:00
Dmitry Marakasov
125129cae4 - Pet portlint
- Cosmetic fixes
2016-09-01 13:40:11 +00:00
Torsten Zuehlsdorff
a6bc455d6d lang/php56: Update from 5.6.24 to 5.6.25
PR:           212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by:  pi (mentor)
2016-08-30 12:55:20 +00:00
John Marino
d983cc61fd archivers/zip-ada: Upgrade version 50_f1 => 51 2016-08-27 22:56:15 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Philippe Audeoud
e00413cbd8 - Update to 1.59 2016-08-23 10:23:45 +00:00
John Marino
ea76c80c9b archivers/paq: Fix when DOCS option is OFF
No revbump necessary as the port would always fail to build if DOCS
option was disabled.

PR:		208994
Submitted by:	Anton Sayetsky
2016-08-19 05:07:20 +00:00
John Marino
14f83625e5 archivers/zstd: Upgrade version 0.8.0 => 0.8.1 2016-08-18 20:20:43 +00:00
John Marino
bc6564ea7b archivers/zstd: Mark broken on FreeBSD 9
The base compiler on FreeBSD 9 doesn't have __builtin_bswap32 and
__builtin_bswap64 defined which causes a build failure.

Reported by:	pkg-fallout
2016-08-16 22:16:15 +00:00
Gerald Pfeifer
15c28ee45c Update to lzip version 1.18 which includes the following changes:
- New options -a and --trailing-error.
 - Decompression time has been reduced by 2%.
 - Removed decompression support for version 0 files.
 - Some bug fixes.
 - New chapter 'Trailing data' in the texinfo documentation.

Plus the following changes from version 1.17, which we missed:
 - New chapter 'Quality assurance' in the texinfo documentation.
 - Reorganization of the compression code.
2016-08-14 12:15:36 +00:00
Dirk Meyer
aabf7ad09e - drop maintainership cause of r419133 2016-08-11 19:34:51 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Emanuel Haupt
f28bddec00 Strip binary 2016-08-08 09:23:08 +00:00
Philippe Audeoud
2428d47de8 - Update to 0.23 2016-08-05 08:22:25 +00:00
Philippe Audeoud
af80369902 - Update to 1.58 2016-08-05 08:20:03 +00:00
John Marino
4d779794ee archivers/xarchive: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 03:36:50 +00:00
John Marino
1e62afdade archivers/file-roller: revisit r406930 (remove unzip)
Back in January, I was working under the idea that the ports unzip was
desired, but now it's clear that file-roller was just one of many ports
that had a redundant requirement on unzip.  Revert my January commit
and remove the requirement on unzip completely (it's provided by all
supported releases of FreeBSD).

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 03:34:40 +00:00
Vanilla I. Shu
1eeeba6d7c Change LICENSE to PHP301. 2016-08-04 02:52:18 +00:00
Vanilla I. Shu
b2efe69c05 Update to 1.6.5. 2016-08-04 02:48:19 +00:00
John Marino
f349a83e38 archivers/liborange: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 00:29:33 +00:00
John Marino
94573d4286 archivers/fpc-unzip: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).  This renders the ports
option UNZIP redendant as well, so just remove it completely and bump.
2016-08-04 00:19:19 +00:00
John Marino
2cddf18209 archivers/unfoo: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 00:15:50 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Philippe Audeoud
62cba01d49 - Update to 2.10 2016-08-03 09:13:18 +00:00
Pawel Pekala
776a6b8a6a Update to version 1.18.10 2016-08-01 17:28:50 +00:00
John Marino
95ca646c91 archivers/zstd: Upgrade version 0.7.4 => 0.8.0 2016-08-01 14:07:20 +00:00
John Marino
6de175fd41 add new port archivers/zstd
Zstd, short for Zstandard, is a real-time compression algorithm providing
high compression ratios.  It offers a very wide range of compression vs.
speed trade-offs while being backed by a very fast decoder.  It offers
a special mode for small data called "dictionary compression" and it can
create dictionaries from any sample set.  Zstd is BSD-licensed.

Using Izbench on the Silesia compression corpus, zstd ranked at the
top with a compression ratio of 2.877, a compression rate of 325 Mb/s,
and a decompression rate of 325.  Zlib followed at 2.730, 95 Mb/s (C)
and 360 Mb/s (D).  See WWW page for the full benchmark results.
2016-07-30 23:51:50 +00:00
Wen Heping
c1f26b406b - Update to 0.78
Changes: http://search.cpan.org/src/BINGOS/Archive-Extract-0.78/CHANGES
2016-07-30 04:35:26 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Danilo Egea Gondolfo
e0d1224068 - Update to 0.5.4.7
- Add GTK options. Xarchiver changed to gtk3 by default, I'll keep gtk2 for now.
2016-07-21 20:28:50 +00:00
Dmitry Marakasov
242e6f8584 - Add archivers/lhasa
Lhasa is a command line tool and library for parsing LHA archives.

Currently it is only possible to decompress archives. Compressing
LHA archives may be an enhancement for future versions. The aim is
to be compatible with as many different variants of the LHA file
format as possible, including LArc (.lzs) and PMarc (.pma).

The command line tool aims to be interface-compatible with Unix LHA
tool (command line syntax and output), for backwards compatibility
with tools that expect particular output.

WWW: http://fragglet.github.io/lhasa/

PR:		211177
Submitted by:	cs@innolan.dk
2016-07-20 19:56:26 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Kevin Lo
88d26fc2a6 Update to 1.6.4 2016-07-18 06:46:05 +00:00
Raphael Kubo da Costa
f8420dd1b4 Add patches for CVE-2016-2334 and CVE-2016-2335.
While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly
bumping PORTREVISION in archivers/p7zip-codec-rar.

PR:		211114
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2016Q3
Security:	a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49
Security:	d706a3a3-4a7c-11e6-97f7-5453ed2e2b49
2016-07-15 11:25:07 +00:00
Wen Heping
0232c8812b - Update to 1.0.6
PR:		211096
Submitted by:	jjuanino@gmail.com(maintainer)
2016-07-14 07:14:38 +00:00
Tobias C. Berner
d7040d6e29 archivers/quazip-qt5 uses the PLIST_SUB for QT_LIBDIR (=relative path to Qt's
libraries) by mistake. Correct this.

Reported by:	Ralf Nolden <nolden@kde.org>
Approved by:	rakuco (mentor)
2016-07-11 16:23:12 +00:00
Jan Beich
734eff6094 archivers/lua-lzlib: add new port
PR:		208514
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (based on)

Lua bindings to the ZLib compression library.

https://github.com/LuaDist/lzlib
2016-07-10 13:56:01 +00:00
Pawel Pekala
efa9203faa Update to version 1.18.9 2016-07-10 10:54:25 +00:00
Dmitry Marakasov
4eb3a2e4fc - Update to 1.0.5
PR:		210902
Submitted by:	jjuanino@gmail.com (maintainer)
2016-07-08 14:21:58 +00:00
Mathieu Arnold
7ba0ba7aae Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by:	Absolight
2016-07-07 14:08:02 +00:00
Steven Kreuzer
5383ae09db This is a reference C implementation of the LZFSE compressor introduced in the
Compression library with OS X 10.11 and iOS 9.

LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
Entropy coding. It targets similar compression rates at higher compression and
decompression speed compared to deflate using zlib.

WWW: https://github.com/lzfse/lzfse
2016-07-07 13:55:20 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Pawel Pekala
c3e9c6bb77 Update to version 1.18.8 2016-07-04 17:59:55 +00:00
Mathieu Arnold
04d330d94f Fix ports depending on security/(open|libre)ssl directly.
Sponsored by:	Absolight
2016-07-04 10:01:09 +00:00
Dmitry Marakasov
2b3042e033 - Switch to new test framework 2016-06-29 15:36:25 +00:00
Dmitry Marakasov
168bf1844b - Fix license
- Switch to USES=localbase
- Switch to ${TOUCH}

PR:		210637
Approved by:	naddy@FreeBSD.org (maintainer)
2016-06-29 15:27:31 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00
Sunpoet Po-Chuan Hsieh
8e9e8cb0f4 - Update to 0.4.0
Changes:	https://github.com/google/brotli/releases
2016-06-26 17:13:04 +00:00
Xin LI
dee94b34f0 Update to 1.5. 2016-06-26 08:43:26 +00:00
Xin LI
065abd0be0 Update to 1.8. 2016-06-26 07:46:09 +00:00
Mark Felder
df1487f8d3 archivers/libarchive: Update to 3.2.1
This release resolves several vulnerabilities.

PR:		210493
MFH:		2016Q2
Security:	CVE-2015-8934
Security:	CVE-2016-4300
Security:	CVE-2016-4301
Security:	CVE-2016-4302
2016-06-23 21:11:10 +00:00
Baptiste Daroussin
05422fd651 Prefer relative links to make packages more relocation friendly 2016-06-23 07:09:57 +00:00
Baptiste Daroussin
8c7c7c4c27 Mark as broken with OPENMP options 2016-06-18 18:42:44 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Xin LI
129ae3dda8 Update to 0.630. 2016-06-12 07:14:32 +00:00
Tilman Keskinoz
a36f9a701f Update to 2.8
PR:		210092
Submitted by:	maintainer
2016-06-09 14:49:44 +00:00
Christian Weisgerber
ad198c077a Work around a bug in FreeBSD 9 make(1).
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy

PR:		210100
Reported by:	vas@mpeks.tomsk.su
2016-06-09 11:13:10 +00:00
Christian Weisgerber
f71ba0c502 Do not attempt to rebuild tar.info after patching configure.
I can't reproduce this on 10.3, but have a report from 9.3.
Differences in make(1)?

Reported by:	Rob Levandowski <robl@macwhiz.com>
2016-06-05 18:58:11 +00:00
Christian Weisgerber
dca513e402 Update to 1.29. User-visible changes:
* New options: --verbatim-files-from, --no-verbatim-files-from
* --null option reads file names verbatim
* New options: --owner-map=FILE and --group-map=FILE
* New option --clamp-mtime
* Deprecated --preserve option removed
2016-06-03 19:24:53 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Dmitry Marakasov
ce065376cb - Update to 1.0.3
PR:		209796
Submitted by:	jjuanino@gmail.com (maintainer)
2016-05-28 19:51:51 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Ryan Steinmetz
f912e6bd8e - Reset MAINTAINERship due to fatal email bounces (no MX record, no A record), maintainer timeouts
Reported by:	portscout
2016-05-25 01:41:39 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Philippe Audeoud
ebde60656b - Update to 2.08 2016-05-23 09:07:13 +00:00
Danilo Egea Gondolfo
5bd7da43f1 - Update to 1.5 2016-05-21 01:43:11 +00:00
Alexey Dokuchaev
5f34c51343 Update to version 1.10, which features:
- unar(1) can now extract to stdout
  - Support for RAR version 5 archives
  - Handle opening archives with huge number of parts better
  - Bug fixes for zip64, NSIS, and Squeeze

Reported by:	portscout
2016-05-19 18:30:33 +00:00
Dmitry Marakasov
652069fa2d - Fix trailing whitespace in Makefiles
Approved by:	portmgr blanket
2016-05-19 10:57:35 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Thomas Zander
76ee0e63e2 Pass maintainership to submitter
PR:		209516
Submitted by:	martin@waschbuesch.de
2016-05-15 12:24:20 +00:00
Martin Matuska
1ca7a8cb8d Horde package update:
comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0
www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
2016-05-13 08:55:36 +00:00
Pawel Pekala
c2be2078d4 Update to version 1.18.7 2016-05-11 15:17:24 +00:00
Tilman Keskinoz
23882ad4e7 Update to 1.0.2
PR:		208857
Submitted by:	maintainer
2016-05-11 15:05:22 +00:00
Mathieu Arnold
a1abcd8e8c Patches don't have keywords expansion.
Sponsored by:	Absolight
2016-05-11 11:54:09 +00:00
Bernard Spil
27d5e0b3bc archivers/libarchive: Update to 2.3.0
- Update to version 2.3.0
  - Including RCE vulnerability fix
  - Version includes previously added patches

Security:	CVE-2016-1541
Approved by:	feld (mentor, ports-secteam)
MFH:		2016Q2
2016-05-09 15:48:43 +00:00
John Marino
87dca51be2 archivers/zip-ada: set portscout to ignore 50_f1
Zip-ada moved to version 50_f1 using a PORTREVISION bump and portscout
doesn't know how to deal with it.  Just ignore the version to clear the
false positive.
2016-05-09 09:12:27 +00:00
Sunpoet Po-Chuan Hsieh
a29f1c198a - Update to 0.0945
Changes:	http://search.cpan.org/dist/Archive-Any/Changes
2016-05-05 00:00:43 +00:00
Pawel Pekala
e23997f33b Update to version 1.18.6 2016-05-04 19:14:41 +00:00
John Marino
d0c4d21a83 Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
2016-04-30 06:44:27 +00:00
Sunpoet Po-Chuan Hsieh
dee2cde2a0 - Update to 0.11
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Archive-Any-Lite/Changes
2016-04-29 22:42:25 +00:00
John Marino
2ab9c5bf08 archivers/zip-ada: Delta upgrade to version 50
A "f1" version of version 50 was released, so keep the same
version number but change tarball and bump portrevision.
2016-04-29 20:03:19 +00:00
Sunpoet Po-Chuan Hsieh
b48e37c133 - Update to 0.2.3
- Add LICENSE
- Add NO_ARCH

Changes:	https://github.com/Quintus/ruby-xz/blob/master/HISTORY.rdoc
2016-04-28 19:05:17 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Johan van Selst
a454ddcb70 Update to gzip 1.8 (bugfix release)
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
2016-04-27 12:20:19 +00:00
Johan van Selst
17aefcd4a9 Update to gzip 1.7
http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html
Remove local patch for --rsyncable, which is now included upstream
2016-04-26 20:18:07 +00:00
Steve Wills
75bf23b0c7 archivers/ruby-lha: convert to USES=shebangfix 2016-04-23 16:29:35 +00:00
Steve Wills
2491d1d69d archivers/rubygem-ruby-xz: create port
These are simple Ruby bindings for the liblzma library
(http://tukaani.org/xz/), which is best known for the extreme compression
ratio. Since FFI is used to implement the bindings, no compilation is needed
and they should work with JRuby as well.

WWW: http://quintus.github.io/ruby-xz
2016-04-23 15:08:18 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
John Marino
bd08bd323d archivers/libunrar4 is not jobs safe
It attempts to link unrar library before all the object files are created.
I've seen this twice now.
2016-04-17 07:15:46 +00:00
Antoine Brodin
2ecf1bc766 - Remove obsolete ${PORTSDIR} from DEPENDS
- Remove inapproriate NO_PACKAGE
2016-04-16 17:56:03 +00:00
Raphael Kubo da Costa
163a58aafc New port: archivers/py-borgbackup.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.

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

Note: NO_PACKAGE=yes had to be set because this port only works with Python 3
and depends on other Python ports which are currently only built with Python
2.7 by default. Discussed in the freebsd-python mailing list:
https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010144.html

PR:		207715
Submitted by:	José García Juanino <jjuanino@gmail.com>
2016-04-16 17:43:11 +00:00
Kurt Jaeger
3bc720dfd2 New port: archivers/py-rjsmin
rJSmin is a javascript minifier written in python. The minifier is based
on the semantics of jsmin.c by Douglas Crockford. The module is a
re-implementation aiming for speed, so it can be used at runtime
(rather than during a preprocessing step). Usually it produces the same
results as the original jsmin.c.

WWW: https://github.com/ndparker/rjsmin

PR:		208834
Submitted by:	Ultima1252@gmail.com
2016-04-16 17:31:35 +00:00
Kurt Jaeger
8250aa377a New port: archivers/py-rcssmin
This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a
preprocessing step). RCSSmin does syntactical compression only (removing
spaces, comments and possibly semicolons). It does not provide semantic
compression (like removing empty blocks, collapsing redundant properties
etc). It does, however, support various CSS hacks (by keeping them
working as intended).

WWW: https://github.com/ndparker/rcssmin

PR:		208833
Submitted by:	Ultima1252@gmail.com
2016-04-16 17:27:05 +00:00
Danilo Egea Gondolfo
104745ee9d - Update to 0.5.4.6
- Replace SourceForge host by GitHub
- Rewrite files/patch-src_tar.c patch

PR:		208748
Submitted by:	olivierd
2016-04-15 02:05:27 +00:00
John Marino
9fc9734d75 archivers/zip-ada: Upgrade version 49 => 50 2016-04-10 15:59:12 +00:00
Sunpoet Po-Chuan Hsieh
40ab51197f - Update to 5.31 (5.3.11) 2016-04-08 16:27:37 +00:00
Sunpoet Po-Chuan Hsieh
4f41d140ea - Update to 1.57
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2016-04-02 08:33:40 +00:00
Sunpoet Po-Chuan Hsieh
470df3250d - Update to 0.0944
- Use real PORTVERSION
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Archive-Any/Changes
2016-04-02 08:33:35 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Brad Davis
290a1bb28a Update to 5.3.0
PR:		207228
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	bdrewery (mentor, implicit)
2016-03-31 15:48:03 +00:00
Dmitry Marakasov
2e65f68b71 - Update to 1.6
PR:		208287
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-03-25 13:32:49 +00:00
Martin Matuska
75bb4aa2d7 Horde package update:
comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8
devel/pear-Horde_Alarm 2.2.6 -> 2.2.7
www/pear-Horde_Browser 2.0.11 -> 2.0.12
devel/pear-Horde_Cache 2.5.2 -> 2.5.3
archivers/pear-Horde_Compress 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.22.6 -> 2.23.0
security/pear-Horde_Crypt 2.7.0 -> 2.7.2
devel/pear-Horde_Date 2.2.0 -> 2.3.0
devel/pear-Horde_Exception 2.0.7 -> 2.0.8
www/pear-Horde_Form 2.0.12 -> 2.0.13
security/pear-Horde_Group 2.1.0 -> 2.1.1
devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4
graphics/pear-Horde_Image 2.3.4 -> 2.3.5
mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6
devel/pear-Horde_Itip 2.1.1 -> 2.1.2
textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3
devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7
mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3
mail/pear-Horde_Mapi 1.0.6 -> 1.0.8
mail/pear-Horde_Mime 2.9.3 -> 2.9.4
mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3
devel/pear-Horde_Nls 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.6 -> 2.1.7
devel/pear-Horde_Prefs 2.7.5 -> 2.7.6
net/pear-Horde_Rpc 2.1.6 -> 2.1.7
security/pear-Horde_Share 2.0.8 -> 2.0.10
mail/pear-Horde_Smtp 1.9.2 -> 1.9.3
net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4
devel/pear-Horde_Timezone 1.0.10 -> 1.0.11
devel/pear-Horde_Token 2.0.8 -> 2.0.9
sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2
www/horde-ansel 3.0.3 -> 3.0.4
ftp/horde-gollem 3.0.7 -> 3.0.8
www/horde-base 5.2.9 -> 5.2.10
mail/horde-imp 6.2.12 -> 6.2.13
mail/horde-ingo 3.2.8 -> 3.2.9
deskutils/horde-kronolith 4.2.15 -> 4.2.16
deskutils/horde-mnemo 4.2.9 -> 4.2.10
deskutils/horde-nag 4.2.7 -> 4.2.8
www/horde-trean 1.1.4 -> 1.1.5
mail/horde-turba 4.2.12 -> 4.2.13
mail/horde-webmail 5.2.12 -> 5.2.13
deskutils/horde-groupware 5.2.12 -> 5.2.13
www/horde-wicked 2.0.4 -> 2.0.5
2016-03-24 07:39:22 +00:00
Jose Alonso Cardenas Marquez
a6877cf70d - Update to 6.0.0 2016-03-17 20:27:25 +00:00
Raphael Kubo da Costa
cfb1fe0ede Update to 15.14. 2016-03-14 11:41:38 +00:00
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Kurt Jaeger
d4053317e6 archivers/snappy-java: force correct maven, submitter becomes maintainer
PR:		204666
Submitted by:	Mark Dixon <mark@tranquillussoftware.co.uk>
Approved by:	Radum Kolar <hsn@sendmail.cz> (maintainer)
2016-03-11 06:19:26 +00:00
Jan Beich
ba1bc35848 archivers/brotli, devel/libbrotli: fix buffer overflow
Obtained from:	upstream
Security:	1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH:		2016Q1
2016-03-08 21:15:16 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Sunpoet Po-Chuan Hsieh
0b535ecba0 - Update to 1.2.0
Changes:	https://github.com/rubyzip/rubyzip/releases
2016-03-06 06:26:15 +00:00
Pawel Pekala
8d8201cd5e Mistkenly some positions in pkg-plist were created as directories
instead of empty files. Fix this and use @sample keyword for they
removal management in place of install/deinstall scripts.

PR:		207527
Reported by:	amdmi3
2016-03-04 17:04:51 +00:00
Raphael Kubo da Costa
21e079d96a Add another mirror and pass maintainership to submitter.
PR:		206686
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2016-02-28 21:10:22 +00:00
Raphael Kubo da Costa
6c4a4a6b21 Update to 1.1.2.
Release notes: http://www.nih.at/libzip/NEWS.html

PR:		207441
Approved by:	makc (maintainer)
2016-02-25 10:03:17 +00:00
Martin Wilke
1c1487813e - Ignore php70 2016-02-18 15:08:25 +00:00
Martin Wilke
5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00
Raphael Kubo da Costa
ad6b0f53de Update to 1.1.1.
2016-02-07: Released libzip 1.1.1
- Build fixes for Linux
- Fix some warnings reported by PVS-Studio

2016-01-28: Released libzip 1.1
- ziptool(1): command line tool to modify zip archives
- Speedups for archives with many entries
- Coverity fixes
- Better APK support
- Support for running tests on Windows
- More build fixes for Windows
- Portability fixes
- Documentation improvements

PR:		207250
Approved by:	makc (maintainer)
2016-02-17 13:58:46 +00:00
Mathieu Arnold
0f8e46f050 Fix dupplicate package names.
With hat:	portmgr
Sponsored by:	Absolight
2016-02-15 16:04:16 +00:00
Martin Wilke
e630e52bb5 Welcome php 7.0.3
Changelog:
    http://php.net/ChangeLog-7.php#7.0.0
    http://php.net/ChangeLog-7.php#7.0.1
    http://php.net/ChangeLog-7.php#7.0.2
    http://php.net/ChangeLog-7.php#7.0.3

I'd like to thanks:
  Kurt Jaeger
  Matthias Breddin
  Rainer Duffner
  Victor van Vlaardingen
  Torsten Zuehlsdorff
  Franco Fichtner
  and all helpers and testers from ports@.
2016-02-15 14:34:26 +00:00
Rene Ladan
d5ce1f73bc Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
2016-02-14 19:21:31 +00:00
Alex Kozlov
d3fead365b - Take maintainership 2016-02-12 17:21:49 +00:00
Rene Ladan
09c4e126aa archivers/star: revive port
- update MASTER_SITES
- modernize (staging, USES, manual pages, @sample)
- add license information (CDDL + GPLv2)
- regenerate patches (no content changes)
- pass maintainer to submitter

While here:
- add USE_GCC=any to allow build on FreeBSD 10+

PR:		188974
Submitted by:	Chris Hutchinson (portmaster@BSDforge.com)
2016-02-11 16:22:41 +00:00
Alex Kozlov
667ae54134 - Update port description
- Tidy up patches
2016-02-09 22:46:58 +00:00
Alex Kozlov
129fa2d098 - Simplify port
- Add license
- Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1]

Proded by:	koobs [1]
2016-02-09 20:06:21 +00:00
Koop Mast
71d5deb1f4 Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
2016-02-07 19:43:56 +00:00
Martin Matuska
817ca149ff Horde package update:
comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1
www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8
devel/pear-Horde_Data 2.1.3 -> 2.1.4
devel/pear-Horde_Date 2.1.1 -> 2.2.0
devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5
databases/pear-Horde_Db 2.3.0 -> 2.3.1
devel/pear-Horde_Exception 2.0.6 -> 2.0.7
www/pear-Horde_Feed 2.0.3 -> 2.0.4
www/pear-Horde_Form 2.0.11 -> 2.0.12
security/pear-Horde_Group 2.0.5 -> 2.1.0
databases/pear-Horde_HashTable 1.2.3 -> 1.2.4
devel/pear-Horde_History 2.3.5 -> 2.3.6
www/pear-Horde_Http 2.1.5 -> 2.1.6
devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3
dns/pear-Horde_Idna 1.0.3 -> 1.0.4
graphics/pear-Horde_Image 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5
devel/pear-Horde_Injector 2.0.4 -> 2.0.5
devel/pear-Horde_Itip 2.1.0 -> 2.1.1
mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3
devel/pear-Horde_Lock 2.1.1 -> 2.1.2
sysutils/pear-Horde_Log 2.1.2 -> 2.1.3
devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6
mail/pear-Horde_Mail 2.6.2 -> 2.6.3
mail/pear-Horde_Mapi 1.0.5 -> 1.0.6
mail/pear-Horde_Mime 2.9.2 -> 2.9.3
mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2
devel/pear-Horde_Notification 2.0.3 -> 2.0.4
archivers/pear-Horde_Pack 1.0.5 -> 1.0.6
textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7
devel/pear-Horde_Prefs 2.7.4 -> 2.7.5
devel/pear-Horde_Rdo 2.0.4 -> 2.0.5
www/pear-Horde_Routes 2.0.4 -> 2.0.5
net/pear-Horde_Rpc 2.1.5 -> 2.1.6
security/pear-Horde_Secret 2.0.5 -> 2.0.6
devel/pear-Horde_Serialize 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7
security/pear-Horde_Share 2.0.7 -> 2.0.8
mail/pear-Horde_Smtp 1.9.1 -> 1.9.2
net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0
textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3
devel/pear-Horde_Stream 1.6.2 -> 1.6.3
devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4
devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3
devel/pear-Horde_Support 2.1.4 -> 2.1.5
comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6
www/pear-Horde_Template 2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2
textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3
textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3
devel/pear-Horde_Timezone 1.0.9 -> 1.0.10
devel/pear-Horde_Token 2.0.7 -> 2.0.8
devel/pear-Horde_Translation 2.2.0 -> 2.2.1
net/pear-Horde_Url 2.2.4 -> 2.2.5
devel/pear-Horde_Util 2.5.6 -> 2.5.7
sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1
devel/pear-Horde_View 2.0.5 -> 2.0.6
textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4
textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3
ftp/horde-gollem 3.0.6 -> 3.0.7
www/horde-base 5.2.8 -> 5.2.9
mail/horde-imp 6.2.11 -> 6.2.12
mail/horde-ingo 3.2.7 -> 3.2.8
deskutils/horde-kronolith 4.2.11 -> 4.2.12
deskutils/horde-mnemo 4.2.8 -> 4.2.9
deskutils/horde-nag 4.2.6 -> 4.2.7
devel/horde-timeobjects 2.1.0 -> 2.1.1
www/horde-trean 1.1.3 -> 1.1.4
mail/horde-turba 4.2.11 -> 4.2.12
mail/horde-webmail 5.2.11 -> 5.2.12
devel/horde-whups 3.0.5 -> 3.0.6
2016-02-02 22:56:26 +00:00
Ruslan Makhmatkhanov
1d86d24911 Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree

With hat:   python
2016-02-02 20:01:44 +00:00
Mark Felder
923667c2a4 archivers/snappy-java: Allow JAVA_VERSIONS 1.7+
This prevents duplicate java versions from being installed if a port
requires a newer jdk and snappy-java.

PR:		206240
Approved by:	maintainer timeout
2016-02-02 01:36:45 +00:00
John Marino
67839a72e6 archivers/hpack.non-usa.only: USES+=ncurses, respect LDFLAGS 2016-02-01 19:58:29 +00:00
Antoine Brodin
380594e013 Hook py3-libarchive-c to the build 2016-01-31 08:35:09 +00:00
Kubilay Kocak
4119b6af1b archivers/py3-libarchive-c: Add Python 3.x version of port
Add a Python 3.x sub-port of py-libarchive-c, in order for a port of the
Debian diffoscope project to be created, which is Python 3 only. This
(py3-*) hack^W workaround ensures a py3x-* package can be created by
default.

 - Allow USES to be overriden in base port accordingly

While I'm here

 - Enable NO_ARCH

Requested by:	emaste, bapt (for diffoscope, reproducible builds)
2016-01-31 08:21:49 +00:00
John Marino
06a526b303 archivers/dpkg: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 00:30:39 +00:00
Kubilay Kocak
b802b166a4 [NEW] archivers/py-libarchive-c: Python interface to libarchive
A Python interface to libarchive. It uses the standard ctypes module to
dynamically load and access the C library.

WWW: https://github.com/Changaco/python-libarchive-c

Requested by:	emaste, bapt (for diffoscope / reproducible builds)
2016-01-30 11:24:29 +00:00
Kubilay Kocak
e18075a23d devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6
- Rename to py-msgpack-python, accordingly:
  - Add MOVED entry
  - Update devel/Makefile
  - Update dependent ports
  - Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship

PR:		205733
Submitted by:	Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by:	zont (maintainer)
2016-01-28 03:12:23 +00:00
Jose Alonso Cardenas Marquez
8bc437ca96 - Clean up 2016-01-27 19:04:16 +00:00
Jose Alonso Cardenas Marquez
937663bbb6 - Update to 5.9.1
- Fix build with FPC 3.0.0
2016-01-27 19:02:32 +00:00
Koop Mast
310fc7eeb7 Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
  for prime time.
* Fix loading of a number of applets. We rename a number of applets
  but didn't change the "config" files the "add applet to panel" dialog
  uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]

PR:		205391 [1], 200349 [2]
Obtained from:	GNOME devel repo
2016-01-25 12:31:21 +00:00
Rene Ladan
31ab0265e1 Remove expired port:
2016-01-23 archivers/jzip.org: Abandoned, outdated (no updates since 2003)
2016-01-24 12:06:17 +00:00
Johan van Selst
c590f0bad9 Bump versions to chase Nettle shared library update 2016-01-23 21:14:18 +00:00
John Marino
d1058fafe6 archivers/file_roller: Fix ambiguous RUN_DEPENDS
file_roller requires the ports version of unzip (I'm assuming based on
makefile's specifications).  However, since the full path to unzip
was not specified, the base unzip satifies the requirement which results
in the archivers/unzip package not being registered as a run dependency.

Enforce the requirement by specifying "zipinfo" instead.  It is a unique
name which ensures archivers/unzip is always registered as a dependency,
thus guaranteeing the ports unzip will be available for file roller.
This requires a bump because all existing packages have a bad registry.

Reported by:	fernandel on forums
Approved by:	just fix it
2016-01-22 13:19:37 +00:00
Pawel Pekala
9995b6a4e9 - Improve options descriptions
- Switch to USES=localbase
- Use options helpers
2016-01-20 20:50:25 +00:00
Jason Unovitch
46aae99570 archivers/libarchive: apply patches for multiple security vulnerablities
- Add patch for denial of service via unspecified vectors [1]
- Add patch for directory traveral via absolute paths [2]
- Add patch for crash/infinite loop on malformed CPIO archives (base r282932) [3]

PR:		200176 [3]
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout (glewis, 8 months)
Obtained from:	https://github.com/libarchive/libarchive
		Commits 2253154 [1], 5935715 [2], 3865cf2, e6c9668, 24f5de6 [3]
Security:	CVE-2013-0211 [1]
Security:	CVE-2015-2304 [2]
Security:	https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html
MFH:		2016Q1
2016-01-18 23:51:27 +00:00
Sunpoet Po-Chuan Hsieh
2edf022673 - Update to 0.8.0
- Add NO_ARCH

Changes:	https://github.com/javanthropus/archive-zip/blob/master/NEWS.md
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:13:05 +00:00
Sunpoet Po-Chuan Hsieh
9b22d7be24 - Add py-warctools 4.9.0
Command line tools and libraries for handling and manipulating ISO 28500
WARC files and their HTTP contents.

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

PR:		205739
Submitted by:	phk
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:12:46 +00:00
Martin Wilke
87e98d1e8c This is Python module for RAR archive reading. The interface is made
as zipfile like as possible.

WWW: https://github.com/markokr/rarfile

PR:		206306
Submitted by:	Kevin Golding <ports@caomhin.org>
2016-01-16 19:24:31 +00:00
Kevin Lo
e1c37db5df Correct permission.
Sponsored by:	PortsCamp Taiwan
2016-01-16 07:05:41 +00:00
Alexey Dokuchaev
34d65e7749 - Base GCC cannot compile this port ("cc: XADTest2.m: Objective-C compiler
not installed on this system"); luckily, Clang is available on all recent
  Tier-1 FreeBSD versions, so use it where it is not the default compiler
  yet (prior to 1000024, e.g. on 9.x)
- Make the port more robust by allowing to build if LOCALBASE != /usr/local

Reported by:	pkg-fallout
2016-01-13 13:07:55 +00:00
Dmitry Marakasov
38e17ebac9 - Unbreak fetch
- Update WWW
- Pass maintainership to submitter
- Update license

PR:		206162
Submitted by:	portmaster@bsdforge.com
2016-01-13 12:33:45 +00:00
Sunpoet Po-Chuan Hsieh
6d00183489 - Update to 1.56
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2016-01-12 21:37:50 +00:00
Sunpoet Po-Chuan Hsieh
5408c4270c - Update to 0.3.0
Changes:	https://github.com/google/brotli/releases
2016-01-12 21:37:09 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00
Dmitry Sivachenko
353f8764e9 Update to version 2.24. 2016-01-12 08:41:16 +00:00
Alexey Dokuchaev
c1556b0c25 Quickly fix a stupid typo made in previous commit. 2016-01-07 19:03:36 +00:00
Alexey Dokuchaev
eee7686522 - Add a port of The Unarchiver, GNUstep-based unpacker for a vast variety
of file formats, both old and new
- Use external wavpack library instead of the bundled one, so that if it
  has a security vulnerability, the port would not have to be recompiled

WWW: http://unarchiver.c3.cx/commandline
2016-01-07 19:01:34 +00:00
Dmitry Marakasov
f1d6818c98 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-01-07 14:44:08 +00:00
Dmitry Marakasov
983088abc6 - Clarify LICENSE
- Switch to options helpers
2016-01-07 14:43:55 +00:00
Dmitry Marakasov
9c9e62e27c - Switch to options helpers 2016-01-07 14:43:47 +00:00
Dmitry Marakasov
404692ba70 - Switch to USES=localbase
- Switch to options helpers
2016-01-07 14:43:24 +00:00
Emanuel Haupt
dc7e952bb3 Fix multiple vulnerabilities.
PR:		204413 (based on)
Notified by:	venture37@geeklan.co.uk
Security:	CVE-2015-7696, CVE-2015-7697
MFH:		2016Q1
2016-01-05 13:08:34 +00:00
Sunpoet Po-Chuan Hsieh
46f885361d - Add LICENSE_FILE 2016-01-01 06:35:45 +00:00
Martin Wilke
e32ad52a0f Bz2file is a Python library for reading and writing bzip2-compressed files.
It contains a drop-in replacement for the file interface in the standard
library's bz2 module, including features from the latest development version
of CPython that are not available in older releases.

WWW: https://github.com/nvawda/bz2file/

PR:		205641
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-31 03:28:02 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Raphael Kubo da Costa
4f127de519 Add archivers/quazip-qt5.
This is the Qt5 version of archivers/quazip. From pkg-descr:

  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
  can be used to access ZIP archives. It uses the Qt toolkit.

  WWW: http://quazip.sourceforge.net/

This port was worked on by me and Tobias Berner <tcberner@gmail.com>.
2015-12-28 18:06:09 +00:00
Pawel Pekala
022355534d Update to version 1.18.4
Fixes security CVE-2015-0860

PR:		205599
Submitted by:	rakuco
MFH:		2015Q4
2015-12-25 17:43:33 +00:00
Alex Kozlov
c72df716d4 - Print usage if there are no arguments and stdin is terminal
- Fix grammar in pkg-descr
2015-12-23 10:57:49 +00:00
Alex Kozlov
750a3a58be - Deprecate and set expiration date to 2016-01-23: Abandoned, outdated (no updates since 2003) 2015-12-23 10:50:00 +00:00
Sunpoet Po-Chuan Hsieh
ccc94daf04 - Add snzip 1.0.2
- While I'm here:
  - Add LICENSE_FILE
  - Add OPTIONS_DEFINE

Snzip is one of command line tools using snappy. This supports five types of
file formats:
  framing-format,
  old framing-format,
  SNZ format,
  snappy-java format
  and snappy-in-java format.
The default format is framing-format.

WWW: https://github.com/kubo/snzip

PR:		205511
Submitted by:	<mizhka@gmail.com>
2015-12-22 17:11:40 +00:00
John Marino
c6d6643908 archivers/peazip: Make less broken, then mark BROKEN
This port stopped building when FPC was updated to 3.0.0.  After fixing the
units, it tries to build but fails with:

list_utils.pas(982,32) Error: (3069) Call by var for arg no. 1 has to match
  exactly: Got "UTF8String" expected "AnsiString"

Trying the latest version 5.9.0 also fails.
2015-12-21 19:09:49 +00:00
Sunpoet Po-Chuan Hsieh
08b9ea21b0 - Strip shared library
- Bump PORTREVISION for package change
2015-12-21 18:34:39 +00:00
Sunpoet Po-Chuan Hsieh
ae0265d98b - Strip shared library
- Bump PORTREVISION for package change
2015-12-21 18:34:35 +00:00
Alex Kozlov
e751b13654 - Convert rpm2cpio to shell script around bsdtar 2015-12-17 23:19:36 +00:00
Jung-uk Kim
b8fdc38bee Fix build and remove an unused REINPLACE_ARGS variable. 2015-12-17 20:14:49 +00:00