aboutsummaryrefslogtreecommitdiff
path: root/archivers/xarchiver
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove redundant option descriptions that match the default onesTobias Kortkamp2021-03-071-1/+0
| | | | | | | | | (ignoring case) Reported by: danfe (for net/mosquitto), portscan Notes: svn path=/head/; revision=567577
* archivers/xarchiver: Fix build with DOCS disabled. The configure script is ↵Danilo Egea Gondolfo2020-10-152-1/+6
| | | | | | | | | | not properly handling the case when docs is not enabled. Regenerating the autotools files before building fixes the issue. PR: 249204 Reported by: Marko Cupac Notes: svn path=/head/; revision=552416
* - Update to 0.5.4.15Danilo Egea Gondolfo2020-08-318-93/+100
| | | | | | | | | | | | - Default GTK version to gtk3 to match the version used by xfce - Remove the GTK version from COMMENT - This version also fixes the build with clang11 Submitted by: woodsb02 Differential Revision: D25520 Notes: svn path=/head/; revision=547171
* - Unbreak (unfetchable). The distfile is different but the content is ↵Danilo Egea Gondolfo2019-11-102-7/+5
| | | | | | | | | exactly the same. Reported by: antoine Notes: svn path=/head/; revision=517207
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Fix plenty of check-sanity warnings:Baptiste Daroussin2019-10-101-1/+1
| | | | | | | | Add licenses Modernize using USES=gnome and USES=xorg Notes: svn path=/head/; revision=514226
* - Fix LICENSEDmitry Marakasov2016-09-011-5/+6
| | | | | | | | | | | | | - Add LICENSE_FILE - Remove bogus USES=tar:bzip2 - Switch to USES=localbase - Fix build with disabled NLS - Whitespace fix Approved by: portmgr blanket Notes: svn path=/head/; revision=421216
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-11/+11
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Update to 0.5.4.7Danilo Egea Gondolfo2016-07-212-5/+14
| | | | | | | - Add GTK options. Xarchiver changed to gtk3 by default, I'll keep gtk2 for now. Notes: svn path=/head/; revision=418894
* Github cleanup.Mathieu Arnold2016-06-012-3/+4
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=416242
* - Update to 0.5.4.6Danilo Egea Gondolfo2016-04-155-116/+64
| | | | | | | | | | | - Replace SourceForge host by GitHub - Rewrite files/patch-src_tar.c patch PR: 208748 Submitted by: olivierd Notes: svn path=/head/; revision=413322
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - 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
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-7/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Clean up plistBaptiste Daroussin2014-10-191-7/+0
| | | | Notes: svn path=/head/; revision=371222
* - Update from 0.5.3 to 0.5.4Danilo Egea Gondolfo2014-09-292-7/+7
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=369532
* Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.Adam Weinberger2014-07-031-10/+6
| | | | | | | | | | For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360446
* - fix sanity in CAT archiversOlli Hauer2014-06-011-2/+1
| | | | | | | | - USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE Notes: svn path=/head/; revision=356058
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Update to 0.5.3Olivier Duchateau2014-02-103-15/+9
| | | | Notes: svn path=/head/; revision=343670
* - Support stagingEmanuel Haupt2013-11-151-2/+6
| | | | | | | | - Add LICENSE - Fully support optionsng Notes: svn path=/head/; revision=333831
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Convert archivers from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-7/+3
| | | | | | | | | | While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig Notes: svn path=/head/; revision=325646
* Relieve Maxim Andreev's from port maintainership. Repeated timeouts on lua-lgi;Matthias Andree2013-08-061-1/+1
| | | | | | | no mail activity in three months. Notes: svn path=/head/; revision=324298
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Avoid warning of update-desktop-database command, when we deleteOlivier Duchateau2012-07-172-17/+19
| | | | | | | | | | | application (.desktop file). - Convert to new options framework PR: 163924 Approved by: miwi, rene (mentors), maintainer timeout (6 months) Notes: svn path=/head/; revision=301036
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update WWWMartin Wilke2010-03-081-1/+1
| | | | | | | | | PR: 143991 Submitted by: martinko <gamato@users.sf.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=250722
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.5.2Thomas Abthorpe2008-12-013-14/+4
| | | | | | | | | PR: ports/129237 Submitted by: tabthorpe Approved by: Andreev Maxim <andreevmaxim gmail.com> (maintainer) Notes: svn path=/head/; revision=223652
* - Update to 0.5.0Martin Wilke2008-11-233-11/+69
| | | | | | | | | PR: 128650 Submitted by: Bernhard Froehlich <decke@bluelife.at> Approved by: maintainer timeout Notes: svn path=/head/; revision=223271
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* Xarchiver is a Desktop Environment independent archiver frontend.Pietro Cerutti2008-03-274-0/+89
All common archive types are supported. RPM and ISO are handled without rpm or isodump executables. PR: 122149 Submitted by: Andreev Maxim <andreevmaxim@gmail.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=209971