1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add drg2sbg 1.2.11, convert propiatary .drg file format into SBaGen

format.
This commit is contained in:
Emanuel Haupt 2010-07-17 14:53:07 +00:00
parent ba65021668
commit 2ca8119dce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257889
4 changed files with 29 additions and 0 deletions

View File

@ -17,6 +17,7 @@
SUBDIR += cocot
SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += drg2sbg
SUBDIR += dumpasn1
SUBDIR += ecore-txt
SUBDIR += enca

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: drg2sbg
# Date created: 17 Jul 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= drg2sbg
PORTVERSION= 1.2.11
CATEGORIES= converters audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert propiatary .drg file format into SBaGen format
GNU_CONFIGURE= yes
USE_SSL= yes
PLIST_FILES= bin/drg2sbg
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (drg2sbg-1.2.11.tar.gz) = ddd976e6147a568c4d207f10855d45f1
SHA256 (drg2sbg-1.2.11.tar.gz) = 456295139d06e9fe73aca2145f80ca48414f794999eaa6eb68fe470ec2c4e3c6
SIZE (drg2sbg-1.2.11.tar.gz) = 87796

View File

@ -0,0 +1,4 @@
This program converts the .drg propiatary file format into the open source
SBaGen format.
WWW: http://code.google.com/p/drg2sbg/