Import cbmconvert 2.0.5, file converters for Commodore format files.

This commit is contained in:
tv 1999-05-22 18:09:12 +00:00
parent 2d7d086734
commit 0b30018c12
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 18:09:12 tv Exp $
DISTNAME= cbmconvert-2.0.5
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/converters/unix/
MAINTAINER= packages@netbsd.org
#HOMEPAGE= http://www.cs.cmu.edu/~dsladic/vice/vice.html
ALL_TARGET= unix
# override in Makefile
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
do-install:
.for file in cbmconvert disk2zip zip2disk
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cbmconvert
.for file in README README.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cbmconvert/
.endfor
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/05/22 18:09:12 tv Exp $
MD5 (cbmconvert-2.0.5.tar.gz) = 98d473bd13cf1de4778bcaa28c52bfb0

View file

@ -0,0 +1 @@
Converts files to and from various C64/C128/CBM formats.

View file

@ -0,0 +1,5 @@
There are many archiving programs for the Commodore 64, all of which
are incompatible with archiving programs on other systems. This
cbmconvert utility tries to address this problem. It extracts files
from most known file formats and writes them to several different
formats, including some formats used by some Commodore 64 emulators.

View file

@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/22 18:09:13 tv Exp $
bin/cbmconvert
bin/disk2zip
bin/zip2disk
share/doc/cbmconvert/README
share/doc/cbmconvert/README.html
@dirrm share/doc/cbmconvert