aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r505507Steve Wills2019-06-303-6/+6
| | | | | | | | | | | | | archivers/bzip2: update to 1.0.7 PR: 238854 Submitted by: jharris@widomaker.com (maintainer) Security: 4b6cb45d-881e-447a-a4e0-c97a954ea758 Approved by: ports-secteam (implicit) Notes: svn path=/branches/2019Q2/; revision=505509
* MFH: r498036Antoine Brodin2019-04-061-1/+4
| | | | | | | | | | - Mark broken on FreeBSD 12+ (does not build with openssl 1.1) - Document incompatibility with python 3.7+ Approved by: portmgr blanket Notes: svn path=/branches/2019Q2/; revision=498060
* MFH: r497708Antoine Brodin2019-04-031-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497709
* archivers/R-cran-zip: updated to version 2.0.1David Naylor2019-03-313-7/+9
| | | | | | | | | | | | | | | - removed PORTREVISION due to version bump - add new test dependencies: - devel/R-cran-R6 - devel/R-cran-covr - devel/R-cran-testthat - update website URL to align with CRAN package - no changelog provided Generated by: portcran (0.1.9) Notes: svn path=/head/; revision=497435
* Mark almost all Haskell ports for expiration by mid AprilTobias C. Berner2019-03-304-0/+12
| | | | | | | | | | | | | | | Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244 Notes: svn path=/head/; revision=497311
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* Unbreak the build against Clang 7 and above by removing offending flagAlexey Dokuchaev2019-03-272-13/+22
| | | | | | | | | and macro definition (-fgnu-runtime and -DGNU_RUNTIME=1, respectively). PR: 230627 Notes: svn path=/head/; revision=496942
* archivers/py-xopen: Upgrade to 0.5.0Jason W. Bacon2019-03-242-6/+14
| | | | | | | Add do-test target Notes: svn path=/head/; revision=496774
* Update to 0.34Sunpoet Po-Chuan Hsieh2019-03-242-6/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/Archive-Tar-Wrapper Notes: svn path=/head/; revision=496728
* Update to 0.6.12Antoine Brodin2019-03-212-4/+4
| | | | Notes: svn path=/head/; revision=496440
* Deprecate Go library portsTobias Kortkamp2019-03-201-0/+3
| | | | | | | | | | | | | | | Many of them are out of date now and there are few reasons to have them in the tree [1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html PR: 236502 Reviewed by: dg@syrec.org Approved by: portmgr (mat), jlaffaye, wen, olgeni Differential Revision: https://reviews.freebsd.org/D19568 Notes: svn path=/head/; revision=496313
* [NEW PORT] archivers/php-brotli: PHP Extension for BrotliTobias C. Berner2019-03-184-0/+42
| | | | | | | | | | | | | | | | | | | Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. This is the Brotli Extension for PHP WWW: https://github.com/kjdev/php-ext-brotli PR: 236610 Submitted by: Daniel Shafer <daniel@shafer.cc> Differential_Revision: https://reviews.freebsd.org/D19619 Notes: svn path=/head/; revision=496204
* archivers/quazip: remove flavors (Qt4 deprecation)Tobias C. Berner2019-03-161-18/+4
| | | | Notes: svn path=/head/; revision=495949
* Update to 1.5.2.Raphael Kubo da Costa2019-03-162-5/+5
| | | | | | | Announcement: https://libzip.org/news/release-1.5.2.html Notes: svn path=/head/; revision=495897
* Update KDE Frameworks to 5.56.Tobias C. Berner2019-03-151-3/+3
| | | | | | | | | | | The changelog can be found here: https://kde.org/announcements/kde-frameworks-5.56.0.php PR: 236415 Exp-run by: antoine Notes: svn path=/head/; revision=495765
* Remove patch that was only supposed to fix the build on FreeBSD <= 10.3.Raphael Kubo da Costa2019-03-101-11/+0
| | | | Notes: svn path=/head/; revision=495295
* Turn on RAR option by default only on x86 in archivers/ark.Adriaan de Groot2019-03-093-8/+15
| | | | | | | | | | | | | | | This makes it possible to build on non-x86 with default options. Support for rar archives is via external executables, so there is no change in the port's compiled artifacts. Thanks linimon@ for the functional part of the change. While here, polish up descriptions and links and bits and bobs. PR: 236240 Submitted by: linimon Notes: svn path=/head/; revision=495211
* Backport patch to fix creation of .tar archives when ZTD support is enabled.Raphael Kubo da Costa2019-03-092-1/+27
| | | | | | | | | | | As the patch says, when ZSTD support is present creating a regular .tar archive will end up creating a zstd file instead. In my tests, this prevented adding/remove entries from the archive at all. MFH: 2019Q1 Notes: svn path=/head/; revision=495197
* Add USES=shared-mime-infoRaphael Kubo da Costa2019-03-091-1/+2
| | | | | | | | | | | Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime type to support zstd-compressed files (the mimetype was only added to shared-mime-info starting with version 1.11, which we don't ship yet). We need to make sure update-mime-database is run, otherwise Ark will still fail to recognize those archives. Notes: svn path=/head/; revision=495180
* Update KDE Applications to 18.12.3Tobias C. Berner2019-03-071-3/+3
| | | | Notes: svn path=/head/; revision=494980
* - Update to 6.7.0Jose Alonso Cardenas Marquez2019-03-074-15/+10
| | | | | | | - Remove files/pealauncher.in Notes: svn path=/head/; revision=494882
* archivers/py-zstandard: Update 0.10.2 -> 0.11.0Yuri Victorovich2019-03-032-5/+4
| | | | | | | | | 0.11.0 doesn't break for me => remove BROKEN Reported by: portscout Notes: svn path=/head/; revision=494470
* Update to 0.6.11Antoine Brodin2019-03-012-4/+4
| | | | Notes: svn path=/head/; revision=494255
* - Take maintainershipSunpoet Po-Chuan Hsieh2019-02-281-3/+4
| | | | Notes: svn path=/head/; revision=494199
* Pet portlint.Mark Linimon2019-02-281-1/+1
| | | | Notes: svn path=/head/; revision=494126
* Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 monthsSunpoet Po-Chuan Hsieh2019-02-272-17/+19
| | | | Notes: svn path=/head/; revision=494095
* Update to 5.70Sunpoet Po-Chuan Hsieh2019-02-273-10/+10
| | | | | | | | | | - Update MASTER_SITES - Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 months - Update pkg-descr - Update WWW Notes: svn path=/head/; revision=494094
* Update to 5.7.0Sunpoet Po-Chuan Hsieh2019-02-273-19/+26
| | | | | | | | | | | | - Update MASTER_SITES - Use x64 binary for amd64 - Update pkg-descr - Update WWW Changes: https://rarlab.com/rarnew.htm Notes: svn path=/head/; revision=494093
* Update to 1.32 for some bug and testsuite fixes.Christian Weisgerber2019-02-255-56/+4
| | | | Notes: svn path=/head/; revision=493902
* archivers/zip-ada: archivers/zip-ada: Update to 55.Alexandre C. Guimarães2019-02-183-56/+25
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19223 Notes: svn path=/head/; revision=493319
* Remove bin/brotli to avoid CONFLICTS with archivers/brotliSunpoet Po-Chuan Hsieh2019-02-171-4/+1
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=493200
* Fix compilation when TARGET_ARCH is setOlivier Cochard2019-02-141-0/+2
| | | | | | | | PR: 225377 Approved by: Martin Waschbüsch (maintainer) Notes: svn path=/head/; revision=492921
* Update KDE Frameworks to 5.55.0Tobias C. Berner2019-02-122-4/+3
| | | | | | | | | | | Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine Notes: svn path=/head/; revision=492794
* archivers/urbackup-client: upgrade to 2.3.4 and cleanupSteve Wills2019-02-123-10/+9
| | | | | | | | PR: 235440 Submitted by: freebsd@coombscloud.com (maintainer) Notes: svn path=/head/; revision=492780
* Update to 2.2.2Jochen Neumeister2019-02-122-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492776
* Update KDE Applications to 18.12.2Tobias C. Berner2019-02-082-4/+3
| | | | | | | | [1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 Notes: svn path=/head/; revision=492409
* Change RUN_DEPENDS from py-msgpack to py-msgpack05Sunpoet Po-Chuan Hsieh2019-02-041-1/+2
| | | | | | | | | | - Bump PORTREVISION for dependency change remko@ notified me that there is runtime issue with msgpack 0.6.1. And upstream has added version check to the repository that will terminate for unsupported msgpack. Notes: svn path=/head/; revision=492174
* Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump the LLVM revision used for GNUstep to 7, the minimum to support the new ABI. * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD doesn't seem able to link Objective-C things). * Turn off some annoying debug logs in GNUstep back, which generate several messages per second when you move the mouse. These should never have been enabled in a release build anyway. * Downgrade Cenon to 4.0.2. This was the last version to actually work with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep can't parse). * Update gorm to git head. The current release doesn't work with the new Objective-C ABI, but -head has the patches to fix it. * Update PikoPixel and add it to the gnustep-app meta-package. * Update the three core GNUstep packages to the latest release. * Update gnumail and pantomime to the latest release and fix a linking error with the new ABI. * Update GNUstep FTP to the latest version. Reviewed by: bapt (previous version) Notes: svn path=/head/; revision=492056
* archivers/urbackup-server: update 2.2.11 -> 2.3.7Kurt Jaeger2019-02-033-8/+24
| | | | | | | | | | | | | | - Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup - Adds a note to UPDATING about the foregoing path change - Uses sqlite3, lua, and lmdb from ports tree, rather than embedded - Enables support for mounting of VHD files via fuse PR: 235432 Submitted by: freebsd@coombscloud.com (maintainer) Relnotes: https://www.urbackup.org/server_changelog.html Notes: svn path=/head/; revision=492028
* Update to lzip version 1.21. This includes the following changes:Gerald Pfeifer2019-01-272-4/+4
| | | | | | | | | - Improved detection of corrupt headers. - Some more error handling. - Improved descriptions of the -0, ..., -9, -m and -s command-line options. Notes: svn path=/head/; revision=491373
* archivers/dpkg: Update to 1.19.4Tobias C. Berner2019-01-263-8/+9
| | | | | | | | PR: 235167 Submitted by: Nathan <ndowens@yahoo.com> (maintainer) Notes: svn path=/head/; revision=491244
* Update to 0.8Sunpoet Po-Chuan Hsieh2019-01-252-9/+10
| | | | | | | | | - Update LICENSE Changes: https://github.com/halostatue/minitar/blob/master/History.md Notes: svn path=/head/; revision=491188
* Update to 0.8Sunpoet Po-Chuan Hsieh2019-01-252-9/+10
| | | | | | | | | | - Update LICENSE - Take maintainership Changes: https://github.com/halostatue/minitar/blob/master/History.md Notes: svn path=/head/; revision=491187
* archivers/py-bup: update to 0.29.2Tobias C. Berner2019-01-242-5/+6
| | | | | | | | PR: 235160 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=491112
* Clenup xfce ports:Guido Falsi2019-01-223-50/+61
| | | | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip Notes: svn path=/head/; revision=490953
* - Update `archivers/gzip' to version 1.10Alexey Dokuchaev2019-01-223-18/+8
| | | | | | | | | - Switch to smaller .tar.xz distfile - Drop custom DOC_FILES variable in favor of PORTDOCS - Use option-helper target for installing docfiles Notes: svn path=/head/; revision=490932
* This port links to cryptopp, which is compiled with GCC 8 on GCC-basedMark Linimon2019-01-221-1/+1
| | | | | | | | | | | architectures, thus it also needs USES=compiler:c++11-lang. PR: 234966 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=490930
* Mark BROKEN: fails to buildAntoine Brodin2019-01-191-0/+1
| | | | | | | | | c-ext/constants.c:80:51: error: use of undeclared identifier 'ZSTD_SEARCHLENGTH_MIN' Reported by: pkg-fallout Notes: svn path=/head/; revision=490708
* archivers/py-borgbackup: update to 1.1.8Steve Wills2019-01-172-4/+4
| | | | | | | | PR: 235025 Submitted by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=490607
* Update `archivers/libdeflate' to version 1.2.Alexey Dokuchaev2019-01-173-20/+16
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490540