mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add subtools 20051215, command-line tools for movie subtitles in
SubRipper format. PR: ports/91583 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
parent
5c68e5193a
commit
2d0ef2abc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153224
@ -171,6 +171,7 @@
|
||||
SUBDIR += streamdvd
|
||||
SUBDIR += subconv
|
||||
SUBDIR += subtitleripper
|
||||
SUBDIR += subtools
|
||||
SUBDIR += tcmplex-panteltje
|
||||
SUBDIR += tkxanim
|
||||
SUBDIR += tosvcd
|
||||
|
39
multimedia/subtools/Makefile
Normal file
39
multimedia/subtools/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: subtools
|
||||
# Date created: 10 January 2005
|
||||
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= subtools
|
||||
PORTVERSION= 20051215
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
||||
|
||||
MAINTAINER= infofarmer@gmail.com
|
||||
COMMENT= Command-line tools for movie subtitles in SubRipper format
|
||||
|
||||
PLIST_FILES= bin/laudio
|
||||
PORTDOCS= readme.txt
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
EXECS= srtshift srtrate
|
||||
|
||||
PORTDOCS= CHANGELOG.TXT LICENSE.TXT README.TXT TODO.TXT
|
||||
PLIST_FILES= ${EXECS:S/^/bin\//}
|
||||
|
||||
do-build:
|
||||
.for EXEC in ${EXECS}
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -D${EXEC:U} -o ${EXEC} ${PORTNAME}.c
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${EXECS:S/^/${WRKSRC}\//} ${PREFIX}/bin/
|
||||
.ifndef(NOPORTDOCS)
|
||||
${INSTALL} -d ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S/^/${WRKSRC}\//} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/subtools/distinfo
Normal file
3
multimedia/subtools/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (subtools-20051215alpha.tar.gz) = 4e9b88fb0074ff118f14f5882203391c
|
||||
SHA256 (subtools-20051215alpha.tar.gz) = 8d4dc8fc9ab4fb4e86c0758c199d7fefbcbcde8831dc873e95c7f5cff5b68ba7
|
||||
SIZE (subtools-20051215alpha.tar.gz) = 67063
|
10
multimedia/subtools/pkg-descr
Normal file
10
multimedia/subtools/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
subtools is a port of DivX Subtitles MiniTools, command-line
|
||||
tools for movie subtitles in SubRipper format (.srt files).
|
||||
"srtshift" can adjust the subtitles by shifting them to the
|
||||
beginning or to the end. "srtrate" does the same by changing
|
||||
the supposed frame rate.
|
||||
|
||||
It's in early stages of development (and have been there for
|
||||
a few years now), but it does its job well.
|
||||
|
||||
WWW: http://subtools.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user