add subconv 0.2.1
Subconv converts DivX subtitles from one format to another
This commit is contained in:
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
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += smpeg
|
||||
SUBDIR += smpeg-xmms
|
||||
SUBDIR += splitmpg
|
||||
SUBDIR += subconv
|
||||
SUBDIR += tkxanim
|
||||
SUBDIR += tosvcd
|
||||
SUBDIR += totem
|
||||
|
|
24
multimedia/subconv/Makefile
Normal file
24
multimedia/subconv/Makefile
Normal 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>
|
1
multimedia/subconv/distinfo
Normal file
1
multimedia/subconv/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (subconv-0.2.1.tar.gz) = b1fc456f1d73cff467f539331f1b4406
|
3
multimedia/subconv/pkg-descr
Normal file
3
multimedia/subconv/pkg-descr
Normal 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.
|
1
multimedia/subconv/pkg-plist
Normal file
1
multimedia/subconv/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/subconv
|
Loading…
Reference in a new issue