Bug 129560 - New port: archivers/py-liblzma - Python binding for using LZMA compression
Summary: New port: archivers/py-liblzma - Python binding for using LZMA compression
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 20:20 UTC by David Naylor
Modified: 2009-02-15 20:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.62 KB, text/plain)
2008-12-10 20:20 UTC, David Naylor
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2008-12-10 20:20:03 UTC
This is a python binding for liblzma.  This binding implements a more natural and native interface (similar to that of bz2 and gzip).  Most importantly this binding includes a LZMAFile class (very useful).  

NOTE: This is not the latest version of the library since that depends on a version of lzmautils-devel that has not been released.

PENDING on port/129557

Regards

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-10 20:20:17 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-10 20:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-12-10 22:17:33 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-12-25 18:54:57 UTC
State Changed
From-To: open->feedback

build failed, 

could you please take a look? 
http://i386.miwibox.org/index.php?action=describe_port&id=2026 
http://amd64.miwibox.org/index.php?action=describe_port&id=2057
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-01-07 23:16:28 UTC
State Changed
From-To: feedback->closed

feedback timeout. if you want to get this port in the portstree please 
followup this pr. Thanks
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-02-15 20:09:52 UTC
miwi        2009-02-15 20:09:41 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/py-liblzma Makefile distinfo pkg-descr pkg-plist 
    archivers/py-liblzma/files patch-setup.py 
  Log:
  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>
  
  Revision  Changes    Path
  1.217     +1 -0      ports/archivers/Makefile
  1.1       +25 -0     ports/archivers/py-liblzma/Makefile (new)
  1.1       +3 -0      ports/archivers/py-liblzma/distinfo (new)
  1.1       +19 -0     ports/archivers/py-liblzma/files/patch-setup.py (new)
  1.1       +7 -0      ports/archivers/py-liblzma/pkg-descr (new)
  1.1       +4 -0      ports/archivers/py-liblzma/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2009-02-15 20:10:03 UTC
State Changed
From-To: closed->open

got a new patch.
Comment 8 Martin Wilke freebsd_committer freebsd_triage 2009-02-15 20:10:19 UTC
State Changed
From-To: open->closed

New port added. Thanks!