aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* - Take MaintainershipMartin Wilke2015-11-263-3/+3
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402450
* - Take MaintainershipMartin Wilke2015-11-262-2/+2
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402439
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-201-7/+12
| | | | | | | | | | - Strip shared library - Convert to new options target helper - Cosmetic change - Bump PORTREVISION for package change Notes: svn path=/head/; revision=402059
* archivers/upx: Expand patch to support malloc.h-less DFJohn Marino2015-11-131-3/+12
| | | | Notes: svn path=/head/; revision=401494
* archivers/py-liblzma: Fix horrible malloc.h handlingJohn Marino2015-11-131-0/+16
| | | | | | | | | | | | | | The source was including <stdlib.h>, then checking if system is FreeBSD (among a long list of system) in order to include <stdlib.h> again instead of <malloc.h>, never minding that "opting-in" for a standard. Just patch out the whole macro mess, it's not needed and it fixes the build on a malloc.h-less DragonFly Approved by: just fix it Notes: svn path=/head/; revision=401485
* - Clarify LICENSEDmitry Marakasov2015-11-111-1/+4
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=401252
* - Switch to options helpersDmitry Marakasov2015-11-101-0/+4
| | | | Notes: svn path=/head/; revision=401207
* - Add LICENSEDmitry Marakasov2015-11-091-4/+9
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=401170
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-053-5/+5
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-041-1/+2
| | | | | | | - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin Notes: svn path=/head/; revision=400790
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-041-0/+1
| | | | Notes: svn path=/head/; revision=400789
* - Remove BROKEN from archivers/hlextractDanilo Egea Gondolfo2015-10-301-5/+1
| | | | | | | | | The checksum was mismatching because the zip file named hllib244.zip is actually the hllib 2.45 now (and it's failing to build). I've uploaded the original file to my local directory until it be fixed. Notes: svn path=/head/; revision=400538
* Fix path.Dmitry Sivachenko2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400230
* Update to version 2.22.Dmitry Sivachenko2015-10-272-4/+6
| | | | | | | | PR: 204053 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> Notes: svn path=/head/; revision=400229
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-10-252-0/+4
| | | | Notes: svn path=/head/; revision=400160
* archivers/zopfli: update to 1.0.1Jan Beich2015-10-242-4/+4
| | | | | | | Changes: https://github.com/google/zopfli/compare/6ff3ba2...zopfli-1.0.1 Notes: svn path=/head/; revision=400122
* Mark as broken: does not fetchBaptiste Daroussin2015-10-231-0/+1
| | | | Notes: svn path=/head/; revision=400031
* - Add LICENSE_FILEDmitry Marakasov2015-10-141-0/+1
| | | | Notes: svn path=/head/; revision=399313
* Use the new test framework in my ports, if applicable.Christian Weisgerber2015-10-132-9/+5
| | | | | | | While here, also strip more libraries. Notes: svn path=/head/; revision=399214
* - Reset MAINTAINER due to fatal bounceRyan Steinmetz2015-10-111-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=399087
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* - cleanupDirk Meyer2015-10-081-2/+1
| | | | Notes: svn path=/head/; revision=398805
* - Silence patchingDmitry Marakasov2015-10-062-4/+4
| | | | | | | - Fix WWW: Notes: svn path=/head/; revision=398721
* Reassign some of my ports to the Collective.Adam Weinberger2015-10-051-1/+1
| | | | Notes: svn path=/head/; revision=398654
* Add USES=alias to 4 ports (Aids DragonFly support)John Marino2015-10-051-0/+1
| | | | Notes: svn path=/head/; revision=398641
* Update PHP ports to versions 5.5.30 and 5.6.14.Alex Dupre2015-10-051-1/+0
| | | | | | | | PR: 203541 Submitted by: Jason Unovitch Notes: svn path=/head/; revision=398632
* - Fix build on 9.xSunpoet Po-Chuan Hsieh2015-10-042-1/+880
| | | | | | | | | | | - Remove unnecessary USE_CXXSTD - Bump PORTREVISION for package change Obtained from: https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399 MFH: 2015Q4 Notes: svn path=/head/; revision=398593
* - Add brotli 0.2.0Sunpoet Po-Chuan Hsieh2015-10-014-0/+41
| | | | | | | | | | | | | | | | 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. The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli WWW: https://github.com/google/brotli Notes: svn path=/head/; revision=398287
* 1: Upgrade to 1.05.Vanilla I. Shu2015-10-013-8/+11
| | | | | | | | | 2: change MASTER_SITES. 3: strip binary. 4: add LICENSE & LICENSE_FILE. Notes: svn path=/head/; revision=398245
* archivers/snappy: fix buildSteve Wills2015-09-301-1/+1
| | | | | | | | | PR: 203451 Reported by: Dusan Vejnovic <freebsd@dussan.org> Approved by: vanilla (maintianer) Notes: svn path=/head/; revision=398217
* Change WWW to current site.Vanilla I. Shu2015-09-301-1/+1
| | | | Notes: svn path=/head/; revision=398200
* 1: Upgrade to 1.1.3.Vanilla I. Shu2015-09-303-7/+10
| | | | | | | 2: switch to GITHUB. Notes: svn path=/head/; revision=398199
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Notes: svn path=/head/; revision=398078
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Notes: svn path=/head/; revision=398077
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Notes: svn path=/head/; revision=398076
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes Notes: svn path=/head/; revision=398075
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Notes: svn path=/head/; revision=398074
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Notes: svn path=/head/; revision=398073
* - Update to 2.069Sunpoet Po-Chuan Hsieh2015-09-282-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Notes: svn path=/head/; revision=398072
* - Switch to options helpersDmitry Marakasov2015-09-251-7/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397815
* - Update to 1.53Sunpoet Po-Chuan Hsieh2015-09-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=397728
* - Update to 1.51Sunpoet Po-Chuan Hsieh2015-09-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=397567
* Update to version 1.18.3Pawel Pekala2015-09-222-3/+3
| | | | Notes: svn path=/head/; revision=397555
* - Update to 5.30 Beta 4 (5.3.4)Sunpoet Po-Chuan Hsieh2015-09-205-11/+10
| | | | | | | - Pet portlint: fix diff header of patch files Notes: svn path=/head/; revision=397407
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* Build fix for FreeBSD 9. Define variable, since the old make throwsChristian Weisgerber2015-09-191-0/+10
| | | | | | | | | | | | | | | | | Error expanding embedded variable. for this valid construct: FOO = BAR = $(FOO$(BAZ)) all: $(BAR) The bug is fixed in bmake. Reported by: pkg-fallout Notes: svn path=/head/; revision=397339
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-194-36/+36
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* Update to 2.12, but retain local fix for CVE-2015-1197.Christian Weisgerber2015-09-1713-188/+73
| | | | Notes: svn path=/head/; revision=397203
* - Replace '--touch' option with '-m'Danilo Egea Gondolfo2015-09-174-2/+167
| | | | | | | | | | | | | | | | | - Fix '--use-compress-program' usage with bsdtar where needed - Improve LZMA detection - Add missing dependency to zipinfo (required to view contents of ZIP archives) - Add ARJ and LZO options - Sort USES while here - Add RAR option PR: 203103 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> MFH: 2015Q3 Notes: svn path=/head/; revision=397093