summaryrefslogtreecommitdiff
path: root/archivers/libpar2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-19Clean up plistBaptiste Daroussin1-4/+0
Notes: svn path=/head/; revision=371222
2014-07-03Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.Adam Weinberger1-4/+0
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
2014-06-05- Switch to USES=libtool, drop .la filesDmitry Marakasov2-2/+3
Approved by: portmgr blanket Notes: svn path=/head/; revision=356634
2014-02-21Remove trailing whitespaces from category archiversEmanuel Haupt1-1/+1
Notes: svn path=/head/; revision=345392
2014-02-10According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt1-0/+2
OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
2014-01-03Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin1-1/+0
Notes: svn path=/head/; revision=338511
2013-11-17Update to 0.4Mark Felder3-12/+11
Support STAGE PR: ports/183569 Submitted by: Nicolas Raspail Approved by: swills (mentor) Notes: svn path=/head/; revision=334132
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
archivers) Notes: svn path=/head/; revision=327699
2013-09-04Fix build without libstdc++Baptiste Daroussin1-0/+5
Notes: svn path=/head/; revision=326277
2013-06-05- Update to 0.3 [1]William Grzybowski6-334/+7
- Remove USE_GCC (builds with clang) [1] - Add LICENSE (GPLv2) This is a new upstream, the original is dead. PR: ports/179029 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: culot (mentor), maintainer Notes: svn path=/head/; revision=319977
2013-05-27- Use gcc for now (does not compile with clang)William Grzybowski1-0/+1
Upstream seems inactive for about 7 years PR: ports/178989 Submitted by: wg (myself) Approved by: culot (mentor) Notes: svn path=/head/; revision=319229
2013-04-23Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=316355
2013-03-08* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast1-0/+1
are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
2013-02-17- Update patches required by nzbgetSteve Wills3-40/+106
PR: ports/175846 Submitted by: Mark Felder <feld@feld.me> Approved by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=312445
2012-12-18For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev1-3/+3
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
2012-11-23Convert to new options frameworkBaptiste Daroussin1-10/+8
PR: ports/173810 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Jeff Burchell <toxic@doobie.com> Feature safe: yes Notes: svn path=/head/; revision=307677
2011-11-09- Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke1-2/+0
Notes: svn path=/head/; revision=285379
2011-10-29- Fix build on FreeBSD 10Martin Wilke1-0/+2
Notes: svn path=/head/; revision=284671
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-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
2011-03-18- Get Rid MD5 supportMartin Wilke1-1/+0
With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
2010-12-29- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci1-1/+0
PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
2010-05-10- Includes two patchesMartin Wilke4-5/+247
* a bugfix that closes a memory leak triggered by corrupted PAR2 files. That fix is included in some linux vendors' libpar2 packages, and is well-tested. * The other adds additional functionality: a method to cancel a file repair in progress. This patch can be disabled through a config option. It is enabled by default because the only application in the ports tree that links against libpar2 is news/nzbget. Nzbget makes use of this functionality if it is available. PR: 146125 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) Notes: svn path=/head/; revision=254051
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-2/+1
starting with A Notes: svn path=/head/; revision=240066
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan1-1/+0
Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
2008-08-18Fix NOPORTDOCS related issuesEdwin Groothuis2-12/+12
Noticed by: ionbot Notes: svn path=/head/; revision=218744
2008-08-17[NEW PORT] archivers/libpar2 Reusable library for manipulating par2 filesEdwin Groothuis6-0/+103
Libpar2 is a library for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file. Par files are especially popular on Usenet. Libpar2 is extracted from par2cmdline, and distributed separately. WWW: http://parchive.sourceforge.net/ PR: ports/126578 Submitted by: Jeff Burchell <toxic@doobie.com> Notes: svn path=/head/; revision=218714