View | Details | Raw Unified | Return to bug 257174
Collapse All | Expand All

(-)b/audio/vgmtools/Makefile (+27 lines)
Added Link Here
1
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
2
3
PORTNAME=	vgmtools
4
DISTVERSION=	g20220718
5
CATEGORIES=	audio
6
7
MAINTAINER=	beyert@cs.ucr.edu
8
COMMENT=	Tools for vgm/vgz files
9
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=	cmake compiler
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	vgmrips
17
GH_TAGNAME=	af83a85
18
19
STRIP=
20
21
.include <bsd.port.pre.mk>
22
23
TOOLS=	$$(cd ${CONFIGURE_WRKSRC}/CMakeFiles && ${LS} -1 -d *.dir | \
24
	${AWK} -F'.dir' '{ if ($$1 != "opt_oki" && $$1 != "optdac" && \
25
		$$1 != "optvgm32") { print $$1 } }')
26
27
.include <bsd.port.post.mk>
(-)b/audio/vgmtools/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1658305388
2
SHA256 (vgmrips-vgmtools-g20220718-af83a85_GH0.tar.gz) = 35cbbfb584dc0c6ac946b4fcb17bcb3a129cd53444a594fe45c6c26f5f648bd6
3
SIZE (vgmrips-vgmtools-g20220718-af83a85_GH0.tar.gz) = 308473
(-)b/audio/vgmtools/pkg-descr (+7 lines)
Added Link Here
1
The official and always up-to-date tools for all VGM (Video Game
2
Music) files. VGM is an audio file format for multiple video game
3
platforms, such as Sega Master System, Game Gear, Mega Drive/Genesis,
4
MSX, Neo Geo, IBM PC AT (Adlib/SoundBlaster), and has expanded to a
5
variety of arcade system boards since its release.
6
7
WWW: https://github.com/vgmrips/vgmtools
(-)b/audio/vgmtools/pkg-plist (-1 / +26 lines)
Added Link Here
0
- 
1
bin/dro2vgm
2
bin/imf2vgm
3
bin/opl_23
4
bin/optvgm
5
bin/optvgmrf
6
bin/raw2vgm
7
bin/vgm2txt
8
bin/vgm_cmp
9
bin/vgm_cnt
10
bin/vgm_dbc
11
bin/vgm_dso
12
bin/vgm_facc
13
bin/vgm_mono
14
bin/vgm_ndlz
15
bin/vgm_ptch
16
bin/vgm_smp1
17
bin/vgm_sptd
18
bin/vgm_spts
19
bin/vgm_sro
20
bin/vgm_stat
21
bin/vgm_tag
22
bin/vgm_trim
23
bin/vgm_tt
24
bin/vgm_vol
25
bin/vgmlpfnd
26
bin/vgmmerge

Return to bug 257174