Port details |
- p5-Subtitles Perl5 backend for fix subtitles timing
- 1.04_1 multimedia =2 1.04_1Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2005-12-29 08:28:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Subtitles
- Description:
- Movie files can be viewed with subtitles, which are currently
very popular as text files. Subtitles provides means for
simple loading, re-timing, and storing these subtitle files.
A command-line tool subs for the same purpose and using Subtitles
interface is included in the distribution.
The module supports srt, sub, smi subtitle formats.
Time values are floats, in seconds with millisecond precision.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Subtitles>0:multimedia/p5-Subtitles
- To install the port:
- cd /usr/ports/multimedia/p5-Subtitles/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/p5-Subtitles
- pkg install p5-Subtitles
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Subtitles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Subtitles-1.04.tar.gz) = 987e2d05575da7e372de3cc1e154ac8b5d722da83ff9c094fa3d960772b62f17
SIZE (Subtitles-1.04.tar.gz) = 16655
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_p5-Subtitles
- USES:
- perl5
- 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 |
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) |
1.04_1 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 ) |
1.04_1 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 ) |
1.04_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.04_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.04_1 17 Jun 2017 10:02:37 |
sunpoet |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Remove MAN1
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
With hat: perl |
1.04_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.04_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.04_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.04 08 Apr 2014 07:20:38 |
bapt |
Support stage |
1.04 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.04 15 Sep 2013 14:54:36 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.04 04 Jun 2012 06:42:29 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (osa via IRC) |
1.04 16 Feb 2012 05:24:26 |
osa |
Update from 1.03 to 1.04.
Notice from: miwi |
1.03 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.03 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
1.03 20 May 2010 15:02:36 |
osa |
Update from 1.02 to 1.03.
Notice from: miwi |
1.02 16 Mar 2009 08:59:09 |
osa |
Update from 1.00 to 1.02. |
1.00 15 Feb 2008 13:34:49 |
osa |
Update from 0.09 to 1.0.
Use CPAN macro.
Submitted by: Felippe de Meirelles Motta aka lippemail at gmail dot com
PR: 120672 |
0.09 08 Sep 2007 01:01:47 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.09 20 Jun 2007 11:48:17 |
osa |
Update to 0.09. |
0.08_2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.08_2 20 Feb 2006 20:50:22 |
fenner |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
0.08_2 10 Jan 2006 08:34:10 |
osa |
Fix configure error by use perl5.8.
Bump PORTREVISION.
Notice from: pointyhat via kris |
0.08_1 29 Dec 2005 13:54:08 |
osa |
Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.
Bump PORTREVISION.
Goggleeyed by: tobez
Pointy hat to: osa |
0.08 29 Dec 2005 08:26:54 |
osa |
Add new port: p5-Subtitles. |