pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/sub2srt Initial import of sub2srt 0.5.2, a sm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/828b2bd6d493
branches: trunk
changeset: 552547:828b2bd6d493
user: kefren <kefren%pkgsrc.org@localhost>
date: Mon Jan 05 20:02:44 2009 +0000
description:
Initial import of sub2srt 0.5.2, a small perl script that converts
.sub format (microdvd and subrip) to .srt (subviewer)
diffstat:
textproc/sub2srt/DESCR | 4 ++++
textproc/sub2srt/Makefile | 24 ++++++++++++++++++++++++
textproc/sub2srt/PLIST | 2 ++
textproc/sub2srt/distinfo | 5 +++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r b794e1a8652e -r 828b2bd6d493 textproc/sub2srt/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/sub2srt/DESCR Mon Jan 05 20:02:44 2009 +0000
@@ -0,0 +1,4 @@
+sub2srt is a simple tool to convert 2 common subtitle formats (microdvd
+and subrip - both are known as ".sub") to subviewer ".srt" format.
+
+This is the format ogmmerge accepts for multiplexing into ogm streams.
diff -r b794e1a8652e -r 828b2bd6d493 textproc/sub2srt/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/sub2srt/Makefile Mon Jan 05 20:02:44 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 20:02:44 kefren Exp $
+
+DISTNAME= sub2srt-0.5.2
+CATEGORIES= textproc
+MASTER_SITES= http://www.robelix.com/sub2srt/download/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.robelix.com/sub2srt/
+COMMENT= Simple tool to convert 2 common subtitle formats to subviewer format
+
+USE_TOOLS+= perl:run
+USE_LANGUAGES= # empty
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+REPLACE_PERL+= sub2srt
+INSTALLATION_DIRS= bin
+
+do-build: # nothing
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/sub2srt ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r b794e1a8652e -r 828b2bd6d493 textproc/sub2srt/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/sub2srt/PLIST Mon Jan 05 20:02:44 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/05 20:02:44 kefren Exp $
+bin/sub2srt
diff -r b794e1a8652e -r 828b2bd6d493 textproc/sub2srt/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/sub2srt/distinfo Mon Jan 05 20:02:44 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/05 20:02:44 kefren Exp $
+
+SHA1 (sub2srt-0.5.2.tar.gz) = aeb4462cefbbd2be2845e548877c5f4d579ebb22
+RMD160 (sub2srt-0.5.2.tar.gz) = 61beea24fbb44520f5ee54e58cebad23cdc416da
+Size (sub2srt-0.5.2.tar.gz) = 9994 bytes
Home |
Main Index |
Thread Index |
Old Index