Bug 206306 - [NEW PORT] archivers/py-rarfile: Python module for RAR archive reading
Summary: [NEW PORT] archivers/py-rarfile: Python module for RAR archive reading
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL: https://github.com/markokr/rarfile
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-01-16 10:13 UTC by Kevin Golding
Modified: 2016-01-16 19:24 UTC (History)
1 user (show)

See Also:


Attachments
Shar of new port archivers/py-rarfile (1.49 KB, text/plain)
2016-01-16 10:13 UTC, Kevin Golding
no flags Details
Poudriere build log: i386 10.2-RELEASE (13.78 KB, text/plain)
2016-01-16 10:14 UTC, Kevin Golding
no flags Details
Poudriere build log: amd64 10.2RELEASE (13.15 KB, text/plain)
2016-01-16 10:15 UTC, Kevin Golding
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Golding 2016-01-16 10:13:47 UTC
Created attachment 165655 [details]
Shar of new port archivers/py-rarfile

Python module for RAR archive reading
Comment 1 Kevin Golding 2016-01-16 10:14:34 UTC
Created attachment 165656 [details]
Poudriere build log: i386 10.2-RELEASE
Comment 2 Kevin Golding 2016-01-16 10:15:06 UTC
Created attachment 165657 [details]
Poudriere build log: amd64 10.2RELEASE
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-16 15:29:06 UTC
Tip: New ports get Summary: [NEW PORT] category/port: ${COMMENT} :)

Minor review items:

* Add LICENSE_FILE if one exists in ${WRKSRC}
* USES:python:2.7+ is technically equivalent to USES:python, but I don't mind the extra explicitness.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-01-16 19:24:41 UTC
A commit references this bug:

Author: miwi
Date: Sat Jan 16 19:24:32 UTC 2016
New revision: 406269
URL: https://svnweb.freebsd.org/changeset/ports/406269

Log:
  This is Python module for RAR archive reading. The interface is made
  as zipfile like as possible.

  WWW: https://github.com/markokr/rarfile

  PR:		206306
  Submitted by:	Kevin Golding <ports@caomhin.org>

Changes:
  head/archivers/Makefile
  head/archivers/py-rarfile/
  head/archivers/py-rarfile/Makefile
  head/archivers/py-rarfile/distinfo
  head/archivers/py-rarfile/pkg-descr