aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleoffsetmodifier
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-03-19 01:44:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-03-19 01:44:56 +0000
commit9adabc1c852b515f389af049ecd69e072c704caf (patch)
treeb864a9d7c73b262f0a8f4e759124ef87450fde9d /multimedia/subtitleoffsetmodifier
parent2a20ae9b6f33016e3cd1ac812c9137051f9d3766 (diff)
downloadports-9adabc1c852b515f389af049ecd69e072c704caf.tar.gz
ports-9adabc1c852b515f389af049ecd69e072c704caf.zip
Script that allows to change the timestamp of a Subtitle file.
WWW: http://thomas.enix.org/SubtitleOffsetModificator Author: Thomas Petazzoni <thomas.petazzoni@enix.org>
Notes
Notes: svn path=/head/; revision=209338
Diffstat (limited to 'multimedia/subtitleoffsetmodifier')
-rw-r--r--multimedia/subtitleoffsetmodifier/Makefile28
-rw-r--r--multimedia/subtitleoffsetmodifier/distinfo3
-rw-r--r--multimedia/subtitleoffsetmodifier/pkg-descr4
3 files changed, 35 insertions, 0 deletions
diff --git a/multimedia/subtitleoffsetmodifier/Makefile b/multimedia/subtitleoffsetmodifier/Makefile
new file mode 100644
index 000000000000..3c5161f9bf23
--- /dev/null
+++ b/multimedia/subtitleoffsetmodifier/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: subtitleoffsetmodificator
+# Date created: 19 Marc 2008
+# Whom: Edwin Groothuis <edwin@mavetju.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= subtitleoffsetmodificator
+PORTVERSION= 0.1
+CATEGORIES= multimedia textproc converters
+MASTER_SITES= http://thomas.enix.org/pub/code/perl/
+DISTFILES= subtitle-offset-modificator.pl
+
+MAINTAINER= edwin@mavetju.org
+COMMENT= Subtitle offset modificator
+
+USE_PERL5-RUN= yes
+NO_BUILD= yes
+PLIST_FILES= bin/subtitle-offset-modificator
+
+do-extract:
+ ${MKDIR} ${WRKDIR}
+ ${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKDIR}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/subtitle-offset-modificator.pl ${PREFIX}/bin/subtitle-offset-modificator
+
+.include <bsd.port.mk>
diff --git a/multimedia/subtitleoffsetmodifier/distinfo b/multimedia/subtitleoffsetmodifier/distinfo
new file mode 100644
index 000000000000..114e745aed95
--- /dev/null
+++ b/multimedia/subtitleoffsetmodifier/distinfo
@@ -0,0 +1,3 @@
+MD5 (subtitle-offset-modificator.pl) = bf018500103bba2daebd29404ee04caf
+SHA256 (subtitle-offset-modificator.pl) = 0400ac1bb68b64390920256d82e6e10254ea7dc183527549589bdecbaa6e0bbe
+SIZE (subtitle-offset-modificator.pl) = 3614
diff --git a/multimedia/subtitleoffsetmodifier/pkg-descr b/multimedia/subtitleoffsetmodifier/pkg-descr
new file mode 100644
index 000000000000..19c69921ddf5
--- /dev/null
+++ b/multimedia/subtitleoffsetmodifier/pkg-descr
@@ -0,0 +1,4 @@
+Script that allows to change the timestamp of a Subtitle file.
+
+WWW: http://thomas.enix.org/SubtitleOffsetModificator
+Author: Thomas Petazzoni <thomas.petazzoni@enix.org>