notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-liblzma Python binding for the LZMA compression library
0.5.3_4 archivers Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.3_4Version of this port present on the latest quarterly branch.
Maintainer: dbn@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf : devel/pkgconf
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. 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:
Expand this list (3 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pypi.python.org/packages/source/p/pyliblzma/
  3. https://pypi.python.org/packages/source/p/pyliblzma/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.3_4
30 Nov 2015 08:37:38
Revision:402654Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:401485Original commit files touched by this commit
marino search for other commits by this committer
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
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:371096Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports from accessibility/, archivers/ and astro/ to new
  USES=python

Approved by:	portmgr (implicit)
With hat:	python@
24 Apr 2014 20:11:02
Revision:352062Original commit files touched by this commit Refresh
dbn search for other commits by this committer
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
Revision:339572Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:336923Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:334231Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:327699Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Revision:316355Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
0.5.3_2
16 Jan 2013 20:15:07
Revision:310522Original commit files touched by this commit
dbn search for other commits by this committer
 - 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
Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
jgh search for other commits by this committer
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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
0.5.3_1
09 Nov 2010 18:58:25
Original commit files touched by this commit
naddy search for other commits by this committer
Increment PORTREVISION after liblzma major version change in archivers/xz.
0.5.3
27 Jun 2010 04:50:29
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
naddy search for other commits by this committer
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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
naddy search for other commits by this committer
lzmautils-devel -> xz

Feature safe:   yes
0.5.2
02 Mar 2009 19:56:51
Original commit files touched by this commit
beat search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 22