aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-periscope
Commit message (Collapse)AuthorAgeFilesLines
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371331
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-302-24/+11
| | | | | | | | | | | | | | | | | | - Use USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST - Remove USE_GNOME=desktopfileutils - Convert to new options helper - Support STAGEDIR - Bump PORTREVISION for package change - Pass maintainership to submitter - While I'm here: - Fix post-install: DESKTOPDIR is already in BSD.local.dist - Simplify Makefile PR: ports/190255 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=355776
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=344281
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - adoption of optionsNGJason Helfman2013-06-052-10/+8
| | | | | | | | | - while here convert to USES for py-periscope Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319944
* - correct py-beautifulsoup dependency. the current dependency will fail ifRuslan Makhmatkhanov2012-09-111-2/+2
| | | | | | | | | | | user already head www/py-beautifulsoup (4.x) installed, while the port needs an exactly 3.2.x version. - bump PORTREVISION because of dependency change Approved by: portmgr (beat) Notes: svn path=/head/; revision=304121
* - Unbreak port by changing dependency to www/py-beautifulsoup32Beat Gaetzi2012-09-101-3/+1
| | | | | | | | Submitted by: rm, nivit With hat: portmgr Notes: svn path=/head/; revision=304058
* - Mark BROKEN: does not buildBeat Gaetzi2012-09-101-0/+2
| | | | | | | | | | | | | | | | | | | File "setup.py", line 2, in <module> from periscope import version File "periscope/__init__.py", line 1, in <module> from periscope import * File "periscope/periscope.py", line 38, in <module> import plugins File "periscope/plugins/__init__.py", line 20, in <module> from Subtitulos import Subtitulos File "periscope/plugins/Subtitulos.py", line 20, in <module> from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup Reported by: pointyhat Notes: svn path=/head/; revision=304030
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* o Add option UNRAR to "Enable support for rar (.rar) compressedMario Sergio Fujikawa Ferreira2011-08-271-2/+12
| | | | | | | | | subtitles" with default on o Be explicit about the required python version: 2.6+ o Bump PORTREVISION Notes: svn path=/head/; revision=280559
* New port py-periscope version 0.2.4: Subtitles searching moduleMario Sergio Fujikawa Ferreira2011-07-264-0/+68
Notes: svn path=/head/; revision=278346