lib765 is an emulation of the uPD765a (aka Intel 8272)

Floppy Disc Controller (FDC) as used in Amstrad computers
such as the PCW, CPC and Spectrum +3. At  present it is not
a ``full'' 765; features not used in the PCW BIOS (such as:
DMA, multisector reads/writes, multitrack mode) are either
left unimplemented  or incomplete.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
This commit is contained in:
grange 2002-12-16 14:28:54 +00:00
parent 1fb9c230b1
commit fb1635291e
5 changed files with 51 additions and 0 deletions

30
devel/lib765/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/16 14:28:54 grange Exp $
COMMENT= "library for the floppy controller emulation"
DISTNAME= lib765-0.3.0
CATEGORIES= devel
HOMEPAGE= http://www.seasip.demon.co.uk/Unix/LibDsk/
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/
LIB_DEPENDS= dsk.2::devel/libdsk
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lib765
${INSTALL_DATA} ${WRKSRC}/doc/765.txt ${PREFIX}/share/doc/lib765
.include <bsd.port.mk>

3
devel/lib765/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (lib765-0.3.0.tar.gz) = 073f39c39d0bab3e04ae3325ef3e2423
RMD160 (lib765-0.3.0.tar.gz) = 128d04ff8bc946c9f3153ca3f75d40e5693c55b5
SHA1 (lib765-0.3.0.tar.gz) = 64795fca98d798b0ac7c2dd84fd61fe3225344d6

8
devel/lib765/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
lib765 is an emulation of the uPD765a (aka Intel 8272)
Floppy Disc Controller (FDC) as used in Amstrad computers
such as the PCW, CPC and Spectrum +3. At present it is not
a ``full'' 765; features not used in the PCW BIOS (such as:
DMA, multisector reads/writes, multitrack mode) are either
left unimplemented or incomplete.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/12/16 14:28:54 grange Exp $
lib/lib765.so.3.0
DYNLIBDIR(%D/lib)

7
devel/lib765/pkg/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/16 14:28:54 grange Exp $
include/765.h
lib/lib765.a
lib/lib765.la
share/doc/lib765/765.txt
%%SHARED%%
@dirrm share/doc/lib765