Add vcdgear,

a utility that converts from .cue/.bin to .mpg, intended for use with
VCDs.  Binary only for now but source will be available some time
in the future.
This commit is contained in:
Chris Piazza 2000-01-06 08:46:08 +00:00
parent fb5af37acd
commit aa47b8020c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24471
11 changed files with 71 additions and 0 deletions

View file

@ -138,6 +138,7 @@
SUBDIR += togl
SUBDIR += txtmerge
SUBDIR += urt
SUBDIR += vcdgear
SUBDIR += vcg
SUBDIR += whirlgif
SUBDIR += wmgrabimage

29
graphics/vcdgear/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: vcdgear
# Version required: 1.4
# Date created: 06 January 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= vcdgear_FreeBSD
PKGNAME= vcdgear-1.4
CATEGORIES= graphics
MASTER_SITES= http://www.vcdgear.org/files/
EXTRACT_SUFX= .gz
MAINTAINER= cpiazza@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
BROKEN= 'Only an ELF binary is distributed'
.endif
NO_BUILD= true
WRKSRC= ${WRKDIR}
EXTRACT_AFTER_ARGS= > ${WRKSRC}/vcdgear
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vcdgear ${PREFIX}/bin
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
MD5 (vcdgear_FreeBSD.gz) = ac59bf13067cd394db1ed88b5ea3b045

View file

@ -0,0 +1 @@
A tool to convert VCDs from cue/bin format to mpeg

View file

@ -0,0 +1,3 @@
A tool to convert VCDs from cue/bin format to mpeg
WWW: http://www.vcdgear.org/

View file

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

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: vcdgear
# Version required: 1.4
# Date created: 06 January 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= vcdgear_FreeBSD
PKGNAME= vcdgear-1.4
CATEGORIES= graphics
MASTER_SITES= http://www.vcdgear.org/files/
EXTRACT_SUFX= .gz
MAINTAINER= cpiazza@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
BROKEN= 'Only an ELF binary is distributed'
.endif
NO_BUILD= true
WRKSRC= ${WRKDIR}
EXTRACT_AFTER_ARGS= > ${WRKSRC}/vcdgear
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vcdgear ${PREFIX}/bin
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
MD5 (vcdgear_FreeBSD.gz) = ac59bf13067cd394db1ed88b5ea3b045

View file

@ -0,0 +1 @@
A tool to convert VCDs from cue/bin format to mpeg

View file

@ -0,0 +1,3 @@
A tool to convert VCDs from cue/bin format to mpeg
WWW: http://www.vcdgear.org/

View file

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