From owner-freebsd-python@FreeBSD.ORG Tue Dec 25 17:20:01 2012 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F5BD441 for ; Tue, 25 Dec 2012 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 32E098FC0C for ; Tue, 25 Dec 2012 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPHK10M094697 for ; Tue, 25 Dec 2012 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBPHK1iB094696; Tue, 25 Dec 2012 17:20:01 GMT (envelope-from gnats) Date: Tue, 25 Dec 2012 17:20:01 GMT Message-Id: <201212251720.qBPHK1iB094696@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/172909: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 17:20:01 -0000 The following reply was made to PR ports/172909; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172909: commit references a PR Date: Tue, 25 Dec 2012 17:19:21 +0000 (UTC) Author: mva Date: Tue Dec 25 17:19:12 2012 New Revision: 309490 URL: http://svnweb.freebsd.org/changeset/ports/309490 Log: Subliminal is a python library to search and download subtitles. It uses video hashes and the powerful guessit library that extracts informations from filenames or filepaths to ensure you have the best subtitles. It also relies on enzyme to detect embedded subtitles and avoid duplicates. WWW: http://subliminal.readthedocs.org/en/latest/index.html PR: ports/172909 Submitted by: William Grzybowski Added: head/multimedia/py-subliminal/ head/multimedia/py-subliminal/Makefile (contents, props changed) head/multimedia/py-subliminal/distinfo (contents, props changed) head/multimedia/py-subliminal/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Tue Dec 25 17:12:30 2012 (r309489) +++ head/multimedia/Makefile Tue Dec 25 17:19:12 2012 (r309490) @@ -274,6 +274,7 @@ SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata + SUBDIR += py-subliminal SUBDIR += py-mlt SUBDIR += py-openlp SUBDIR += py-periscope Added: head/multimedia/py-subliminal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-subliminal/Makefile Tue Dec 25 17:19:12 2012 (r309490) @@ -0,0 +1,32 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= subliminal +PORTVERSION= 0.6.2 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= william88@gmail.com +COMMENT= Subliminal is a python library to search and download subtitles + +LICENSE= LGPL3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}enzyme>0:${PORTSDIR}/multimedia/py-enzyme \ + ${PYTHON_PKGNAMEPREFIX}guessit>0:${PORTSDIR}/multimedia/py-guessit \ + ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib + +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% bin/subliminal + +.include + +.if ${PYTHON_REL} < 270 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>=1.1:${PORTSDIR}/devel/py-argparse +.endif + +.include Added: head/multimedia/py-subliminal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-subliminal/distinfo Tue Dec 25 17:19:12 2012 (r309490) @@ -0,0 +1,2 @@ +SHA256 (subliminal-0.6.2.tar.gz) = 7bfd89fc74f6d7c4c9b3f15e4401e5c3c8aedfbda39817275c47fb68fac69776 +SIZE (subliminal-0.6.2.tar.gz) = 61209 Added: head/multimedia/py-subliminal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-subliminal/pkg-descr Tue Dec 25 17:19:12 2012 (r309490) @@ -0,0 +1,8 @@ +Subliminal is a python library to search and download subtitles. + +It uses video hashes and the powerful guessit library that extracts +informations from filenames or filepaths to ensure you have the best +subtitles. It also relies on enzyme to detect embedded subtitles and avoid +duplicates. + +WWW: http://subliminal.readthedocs.org/en/latest/index.html _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"