mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -138,6 +138,7 @@
|
||||||
SUBDIR += togl
|
SUBDIR += togl
|
||||||
SUBDIR += txtmerge
|
SUBDIR += txtmerge
|
||||||
SUBDIR += urt
|
SUBDIR += urt
|
||||||
|
SUBDIR += vcdgear
|
||||||
SUBDIR += vcg
|
SUBDIR += vcg
|
||||||
SUBDIR += whirlgif
|
SUBDIR += whirlgif
|
||||||
SUBDIR += wmgrabimage
|
SUBDIR += wmgrabimage
|
||||||
|
|
29
graphics/vcdgear/Makefile
Normal file
29
graphics/vcdgear/Makefile
Normal 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>
|
1
graphics/vcdgear/distinfo
Normal file
1
graphics/vcdgear/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (vcdgear_FreeBSD.gz) = ac59bf13067cd394db1ed88b5ea3b045
|
1
graphics/vcdgear/pkg-comment
Normal file
1
graphics/vcdgear/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A tool to convert VCDs from cue/bin format to mpeg
|
3
graphics/vcdgear/pkg-descr
Normal file
3
graphics/vcdgear/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A tool to convert VCDs from cue/bin format to mpeg
|
||||||
|
|
||||||
|
WWW: http://www.vcdgear.org/
|
1
graphics/vcdgear/pkg-plist
Normal file
1
graphics/vcdgear/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/vcdgear
|
29
multimedia/vcdgear/Makefile
Normal file
29
multimedia/vcdgear/Makefile
Normal 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>
|
1
multimedia/vcdgear/distinfo
Normal file
1
multimedia/vcdgear/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (vcdgear_FreeBSD.gz) = ac59bf13067cd394db1ed88b5ea3b045
|
1
multimedia/vcdgear/pkg-comment
Normal file
1
multimedia/vcdgear/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A tool to convert VCDs from cue/bin format to mpeg
|
3
multimedia/vcdgear/pkg-descr
Normal file
3
multimedia/vcdgear/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A tool to convert VCDs from cue/bin format to mpeg
|
||||||
|
|
||||||
|
WWW: http://www.vcdgear.org/
|
1
multimedia/vcdgear/pkg-plist
Normal file
1
multimedia/vcdgear/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/vcdgear
|
Loading…
Add table
Reference in a new issue