Port details |
- py-periscope Subtitles searching module
- 0.2.4_4 multimedia =2 0.2.4_4Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2011-07-26 03:04:12
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL3
- WWW:
- https://code.google.com/archive/p/periscope/
- Description:
- periscope is a subtitles searching module written in python that
tries to find a correct match for a given video file. The goal
behind periscope is that it will only return only correct subtitles
so that you can simply relax and enjoy your video without having
to double-check that the subtitles match your video before watching
it. This is done by using as much info as available from your file
and on the websites. Some websites allow you to use hash of the
files, the size/length of the video or the exact file name.
As a python module, periscope should be easily integrated in many
projects that allow plugins to be written in python. The fact that
the plugin is shared between all the applications means that separate
application and their plugin (file browser, video player, media
center application, ...) don't have to maintain the code to search,
parse and download subtitles and the user preference about languages.
The subtitles websites are handled as plugins.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}periscope>0:multimedia/py-periscope@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/multimedia/py-periscope/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/py-periscope
- pkg install py39-periscope
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-periscope listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-periscope
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (periscope/python-periscope_0.2.4.orig.tar.gz) = f5426ea136d329511c2d533750339c9871d5f89d59e083a2b3c1aa94d769d646
SIZE (periscope/python-periscope_0.2.4.orig.tar.gz) = 27510
SHA256 (periscope/periscope.desktop) = a69b20961bc9d87b7dbdc41377eabfdb4ebc7c28a0b208fe46ebc672525b4e85
SIZE (periscope/periscope.desktop) = 217
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-beautifulsoup>=4 : www/py-beautifulsoup@py39
- update-desktop-database : devel/desktop-file-utils
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-beautifulsoup>=4 : www/py-beautifulsoup@py39
- unrar : archivers/unrar
- update-desktop-database : devel/desktop-file-utils
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-periscope-0.2.4_4:
UNRAR=on: RAR decompression support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_py-periscope
- USES:
- desktop-file-utils python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.4_4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.4_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.4_4 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.2.4_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.4_4 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
0.2.4_4 24 Dec 2020 09:21:28 |
antoine |
soupsieve 2.0.1 is only compatible with python 3.6+ |
0.2.4_4 13 Apr 2019 19:16:49 |
bofh |
multimedia/py-periscope: Make compatile with PYTHON 3 |
0.2.4_3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.2.4_3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.2.4_3 26 Apr 2017 16:20:19 |
danfe |
- Now that as of r439454 UNRAR option description is in the standard pool,
remove its local definition (one might argue this one was specifically
about handling compressed subtitles, but the whole port is ``Subtitles
searching module'', so generic description fits just fine)
- Unbreak the port by pointing to archived distfile in Google Cloud Storage
and update WWW: line in the port description while I'm here |
0.2.4_3 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
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 |
0.2.4_3 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- 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 |
0.2.4_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2.4_3 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.2.4_3 21 Oct 2014 17:22:08 |
mva |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit) |
0.2.4_3 30 May 2014 05:31:21 |
sunpoet |
- Add LICENSE
- 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> |
0.2.4_2 14 Feb 2014 16:51:44 |
tabthorpe |
- Reassign lioux' ports to the heap
With hat: portmgr |
0.2.4_2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.2.4_2 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.2.4_2 05 Jun 2013 01:18:49 |
jgh |
- adoption of optionsNG
- while here convert to USES for py-periscope
Approved by: portmgr (bapt) |
0.2.4_2 11 Sep 2012 20:10:28 |
rm |
- correct py-beautifulsoup dependency. the current dependency will fail if
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) |
0.2.4_1 10 Sep 2012 19:31:40 |
beat |
- Unbreak port by changing dependency to www/py-beautifulsoup32
Submitted by: rm, nivit
With hat: portmgr |
0.2.4_1 10 Sep 2012 12:23:53 |
beat |
- Mark BROKEN: does not build
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 |
0.2.4_1 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.2.4_1 27 Aug 2011 02:39:08 |
lioux |
o Add option UNRAR to "Enable support for rar (.rar) compressed
subtitles" with default on
o Be explicit about the required python version: 2.6+
o Bump PORTREVISION |
0.2.4 26 Jul 2011 03:03:46 |
lioux |
New port py-periscope version 0.2.4: Subtitles searching module |