aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-liblzma
Commit message (Collapse)AuthorAgeFilesLines
* - Update to my new FreeBSD addressDavid Naylor2013-01-161-5/+2
| | | | | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor) Notes: svn path=/head/; revision=310522
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Update MASTER_SITES to take advantage of latest CHEESESHOP mirrors and add ↵Jason Helfman2011-12-211-1/+2
| | | | | | | | | | MASTER_SITE_SUBDIR Submitted by: jgh Approved by: David Naylor (maintainer via email) , crees (mentor) Notes: svn path=/head/; revision=287821
* - Fix build with python-2.7Wen Heping2011-06-082-2/+11
| | | | | | | | PR: ports/157300 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=275218
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Increment PORTREVISION after liblzma major version change in archivers/xz.Christian Weisgerber2010-11-091-1/+2
| | | | Notes: svn path=/head/; revision=264318
* - Update to 0.5.3Martin Wilke2010-06-272-5/+8
| | | | | | | | | PR: 148110 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257038
* The xz utils and lzma library have been imported into base, so makeChristian Weisgerber2010-05-211-2/+7
| | | | | | | the dependency on the archivers/xz port conditional on OSVERSION. Notes: svn path=/head/; revision=254738
* - Change maintainer's email addressWen Heping2009-10-161-2/+2
| | | | | | | | | PR: ports/139655 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: miwi(mentor) Notes: svn path=/head/; revision=242920
* lzmautils-devel -> xzChristian Weisgerber2009-09-211-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241875
* - Update to 0.5.2Beat Gaetzi2009-03-022-5/+5
| | | | | | | | | PR: ports/132224 Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=229363
* Python module implementing LZMA Utils' liblzma APIMartin Wilke2009-02-155-0/+58
PylibLZMA provides a python interface for the liblzma library to read and write data that has been compressed or can be decompressed by Lasse Collin's LZMA Utils. WWW: http://launchpad.net/pyliblzma PR: ports/129560 Submitted by: David Naylor <dragonsa at highveldmail.co.za> Notes: svn path=/head/; revision=228452