Port details |
- py-liblzma Python binding for the LZMA compression library
- 0.5.3_4 archivers
=0 0.5.3_4Version of this port present on the latest quarterly branch.
- Maintainer: dbn@FreeBSD.org
- Port Added: 2009-02-15 20:10:18
- Last Update: 2015-11-30 08:37:38
- SVN Revision: 402654
- Also Listed In: python
- License: LGPL3
- WWW:
- http://launchpad.net/pyliblzma
- Description:
- Python module implementing LZMA Utils' liblzma API
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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}liblzma>0:archivers/py-liblzma@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-liblzma
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf : devel/pkgconf
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- pkgconfig python tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.3_4 30 Nov 2015 08:37:38 |
koobs |
archivers/py-liblzma: Rename to pylibzma, Modernize
- Rename to match upstream (PyPI) name: pylibzma
- Backport upstream issue/commit to fix build without pkg-config [1][2]
- Remove post-patch: target, no longer necessary
- Remove other setup.py overrides, back to upstream sources
- Add do-test target:
- Add LICENSE_FILE
- Add MOVED entry
While I'm here:
- Update sysutils/bsdploy dependency
[1] https://bugs.launchpad.net/pyliblzma/+bug/613837
[2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494
Reviewed by: sbz
Approved by: dbn (maintainer timeout, 15 days)
Differential Revision: D4161 |
0.5.3_4 13 Nov 2015 08:27:48 |
marino |
archivers/py-liblzma: Fix horrible malloc.h handling
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 |
0.5.3_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
0.5.3_4 18 Oct 2014 07:49:18 |
mva |
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python
Approved by: portmgr (implicit)
With hat: python@ |
24 Apr 2014 20:11:02
|
dbn |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port. |
0.5.3_4 13 Jan 2014 07:23:43 |
bapt |
archivers/xz is in base for all versions and has been removed from the ports
tree |
0.5.3_4 19 Dec 2013 15:17:00 |
dbn |
Move archivers/py-liblzma to using auto-plist.
- Add LICENSE (LGPL3)
- Bump PORTREVISION as some may reject license |
0.5.3_3 18 Nov 2013 18:08:27 |
dbn |
Add stage support and strip library for achivers/py-liblzma.
Bump PORTREVISION due to the stripped library (package content change). |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.5.3_2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.5.3_2 16 Jan 2013 20:15:07 |
dbn |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
0.5.3_2 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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) |
0.5.3_2 21 Dec 2011 19:34:14 |
jgh |
Update MASTER_SITES to take advantage of latest CHEESESHOP mirrors and add
MASTER_SITE_SUBDIR
Submitted by: jgh
Approved by: David Naylor (maintainer via email) , crees (mentor) |
0.5.3_2 08 Jun 2011 08:26:45 |
wen |
- Fix build with python-2.7
PR: ports/157300
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) |
0.5.3_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.5.3_1 09 Nov 2010 18:58:25 |
naddy |
Increment PORTREVISION after liblzma major version change in archivers/xz. |
0.5.3 27 Jun 2010 04:50:29 |
miwi |
- Update to 0.5.3
PR: 148110
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe: yes |
0.5.2_1 21 May 2010 16:23:47 |
naddy |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. |
0.5.2_1 16 Oct 2009 14:00:34 |
wen |
- Change maintainer's email address
PR: ports/139655
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: miwi(mentor) |
0.5.2_1 21 Sep 2009 14:27:37 |
naddy |
lzmautils-devel -> xz
Feature safe: yes |
0.5.2 02 Mar 2009 19:56:51 |
beat |
- Update to 0.5.2
PR: ports/132224
Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer)
Approved by: miwi (mentor) |
0.5.1 15 Feb 2009 20:09:41 |
miwi |
Python module implementing LZMA Utils' liblzma API
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> |