add subconv 0.2.1

Subconv converts DivX subtitles from one format to another
This commit is contained in:
Ying-Chieh Liao 2003-04-04 17:39:32 +00:00
parent 115fc2a190
commit 2550df5f02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78187
5 changed files with 30 additions and 0 deletions

View file

@ -75,6 +75,7 @@
SUBDIR += smpeg
SUBDIR += smpeg-xmms
SUBDIR += splitmpg
SUBDIR += subconv
SUBDIR += tkxanim
SUBDIR += tosvcd
SUBDIR += totem

View file

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: subconv
# Date created: Apr 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= subconv
PORTVERSION= 0.2.1
CATEGORIES= multimedia
MASTER_SITES= http://linux.bydg.org/~yogin/
MAINTAINER= ports@FreeBSD.org
COMMENT= Subconv converts DivX subtitles from one format to another
USE_PYTHON= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/subconv ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (subconv-0.2.1.tar.gz) = b1fc456f1d73cff467f539331f1b4406

View file

@ -0,0 +1,3 @@
Subconv converts DivX subtitles from one format to another (currently only
from srt/tmplayer/microdvd to tmplayer). It can also adjust subtitle delay
and split subtitles in a given time position.

View file

@ -0,0 +1 @@
bin/subconv