Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 16:42:44 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172889: [NEW PORT] multimedia/py-enzyme
Message-ID:  <5081e574.a638ec0a.6164.ffffe4d8@mx.google.com>
Resent-Message-ID: <201210192350.q9JNo0hx063381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172889
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/py-enzyme
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 23:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	Python module to parse metadata in video files.
	This module is required for the upcoming subliminal utility that I am going to submit.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-enzyme.patch begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-enzyme/Makefile
#	py-enzyme/distinfo
#	py-enzyme/pkg-descr
#
echo x - py-enzyme/Makefile
sed 's/^X//' >py-enzyme/Makefile << '3179e86f9342e361439a972aeeb0e27f'
X# Whom:					William Grzybowski <william88@gmail.com>
X
XPORTNAME=	enzyme
XPORTVERSION=	0.2
XCATEGORIES=	multimedia python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	william88@gmail.com
XCOMMENT=	Python module to parse metadata in video files
X
XLICENSE=	GPLv3
X
XUSE_PYTHON=	-2.7
XUSE_PYDISTUTILS=	easy_install
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X
X.include <bsd.port.mk>
3179e86f9342e361439a972aeeb0e27f
echo x - py-enzyme/distinfo
sed 's/^X//' >py-enzyme/distinfo << '0d71896482fed5a5e87407c790c98710'
XSHA256 (enzyme-0.2.tar.gz) = b84de5c8d19e4f807d49e31f39f04a594d65e3e5d379a6ee98e29be0bacac3ac
XSIZE (enzyme-0.2.tar.gz) = 70608
0d71896482fed5a5e87407c790c98710
echo x - py-enzyme/pkg-descr
sed 's/^X//' >py-enzyme/pkg-descr << 'a39876723aeec5b4985bd875b317f431'
XPython module to parse metadata in video files
X
XYou can parse any video file. If a parse error occurs, it will throw a
XParseError exception. To see what data has been parsed, you can print
Xthe object.
X
XWWW:	https://github.com/Diaoul/enzyme
a39876723aeec5b4985bd875b317f431
exit
--- py-enzyme.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5081e574.a638ec0a.6164.ffffe4d8>