Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 00:24:00 -0800 (PST)
From:      infofarmer@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91583: New port: deskutils/subtools
Message-ID:  <43c36f20.67ac3056.54aa.43b3@mx.gmail.com>
Resent-Message-ID: <200601100830.k0A8U3cp076931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91583
>Category:       ports
>Synopsis:       New port: deskutils/subtools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 10 08:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Dec 31 02:36:56 MSK 2005 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Command-line tools for movie subtitles in SubRipper format
	
>How-To-Repeat:
	
>Fix:

	

--- subtools.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	subtools
#	subtools/Makefile
#	subtools/distinfo
#	subtools/pkg-descr
#
echo c - subtools
mkdir -p subtools > /dev/null 2>&1
echo x - subtools/Makefile
sed 's/^X//' >subtools/Makefile << 'END-of-subtools/Makefile'
X# New ports collection makefile for:	subtools
X# Date created:		10 January 2005
X# Whom:			Andrew Pantyukhin <infofarmer@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	subtools
XPORTVERSION=	20051215
XCATEGORIES?=	deskutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	${PORTNAME}-${PORTVERSION}alpha
X
XMAINTAINER=	infofarmer@gmail.com
XCOMMENT=	Command-line tools for movie subtitles in SubRipper format
X
XPLIST_FILES=	bin/laudio
XPORTDOCS=	readme.txt
X
XWRKSRC=		${WRKDIR}/${PORTNAME}/src
XEXECS=		srtshift srtrate
X
XPORTDOCS=	CHANGELOG.TXT LICENSE.TXT README.TXT TODO.TXT
XPLIST_FILES=	${EXECS:S/^/bin\//}
X
Xdo-build:
X.for EXEC in ${EXECS}
X	cd ${WRKSRC} && ${CC} ${CFLAGS} -D${EXEC:U} -o ${EXEC} ${PORTNAME}.c
X.endfor
X
Xdo-install:
X	${INSTALL_PROGRAM} ${EXECS:S/^/${WRKSRC}\//} ${PREFIX}/bin/
X.ifndef(NOPORTDOCS)
X	${INSTALL} -d ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S/^/${WRKSRC}\//} ${DOCSDIR}/
X.endif
X
X.include <bsd.port.mk>
END-of-subtools/Makefile
echo x - subtools/distinfo
sed 's/^X//' >subtools/distinfo << 'END-of-subtools/distinfo'
XMD5 (subtools-20051215alpha.tar.gz) = 4e9b88fb0074ff118f14f5882203391c
XSHA256 (subtools-20051215alpha.tar.gz) = 8d4dc8fc9ab4fb4e86c0758c199d7fefbcbcde8831dc873e95c7f5cff5b68ba7
XSIZE (subtools-20051215alpha.tar.gz) = 67063
END-of-subtools/distinfo
echo x - subtools/pkg-descr
sed 's/^X//' >subtools/pkg-descr << 'END-of-subtools/pkg-descr'
Xsubtools is a port of DivX Subtitles MiniTools, command-line
Xtools for movie subtitles in SubRipper format (.srt files).
X"srtshift" can adjust the subtitles by shifting them to the
Xbeginning or to the end. "srtrate" does the same by changing
Xthe supposed frame rate.
X
XIt's in early stages of development (and have been there for
Xa few years now), but it does its job well.
X
XWWW: http://subtools.sourceforge.net/
END-of-subtools/pkg-descr
exit
--- subtools.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43c36f20.67ac3056.54aa.43b3>