lib765 and libdsk were only used by emulators/fuse and the latest

version doesn't use them anymore. so no need to keep these unmaintained
ports.
This commit is contained in:
grange 2009-01-07 18:17:19 +00:00
parent 5548f17447
commit 4b4aae87fe
11 changed files with 1 additions and 118 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.659 2009/01/05 18:14:47 jasper Exp $
# $OpenBSD: Makefile,v 1.660 2009/01/07 18:17:19 grange Exp $
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
SUBDIR += ElectricFence
@ -124,7 +124,6 @@
SUBDIR += json-glib
SUBDIR += kdbg
SUBDIR += lam
SUBDIR += lib765
SUBDIR += libIDL
SUBDIR += libJudy
SUBDIR += libassetml
@ -137,7 +136,6 @@
SUBDIR += libconfuse
SUBDIR += libdaemon
SUBDIR += libdockapp
SUBDIR += libdsk
SUBDIR += libdvdplay
SUBDIR += libdvdread
SUBDIR += libelf

View File

@ -1,32 +0,0 @@
# $OpenBSD: Makefile,v 1.9 2007/09/16 02:53:00 merdely Exp $
COMMENT= library for the floppy controller emulation
DISTNAME= lib765-0.3.1.1
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += 765 3.1 # .3.1
CATEGORIES= devel
HOMEPAGE= http://www.seasip.demon.co.uk/Unix/LibDsk/
# 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
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lib765
${INSTALL_DATA} ${WRKSRC}/doc/765.txt ${PREFIX}/share/doc/lib765
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (lib765-0.3.1.1.tar.gz) = HUSCfdnfacYAFMnt4Alhgg==
RMD160 (lib765-0.3.1.1.tar.gz) = sSpZaTnqu4pE9ajXIwaaNNtRjdQ=
SHA1 (lib765-0.3.1.1.tar.gz) = jxnRxS2I3K1FWd9J+/3sWMsMo5o=
SHA256 (lib765-0.3.1.1.tar.gz) = rZ7x/pEdoDuPVV9zsrBhk32YfPXqnS5RH9X8RaAWv84=
SIZE (lib765-0.3.1.1.tar.gz) = 138249

View File

@ -1,6 +0,0 @@
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.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/01/02 18:15:53 bernd Exp $
@lib lib/lib765.so.${LIB765_VERSION}

View File

@ -1,7 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 19:38:13 espie Exp $
include/765.h
lib/lib765.a
lib/lib765.la
share/doc/lib765/
share/doc/lib765/765.txt
%%SHARED%%

View File

@ -1,37 +0,0 @@
# $OpenBSD: Makefile,v 1.13 2008/01/04 17:48:34 espie Exp $
COMMENT= library for accessing disks and disk image files
DISTNAME= libdsk-1.0.0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += dsk 2.2 # .2.2
CATEGORIES= devel
HOMEPAGE= http://www.seasip.demon.co.uk/Unix/LibDsk/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/
LIB_DEPENDS= bz2.>=10::archivers/bzip2
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libdsk
${INSTALL_DATA} ${WRKSRC}/doc/libdsk.txt ${PREFIX}/share/doc/libdsk
${INSTALL_DATA} ${WRKSRC}/doc/libdsk.pdf ${PREFIX}/share/doc/libdsk
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (libdsk-1.0.0.tar.gz) = R7DkkDNNsTzHFdVhpyLBTg==
RMD160 (libdsk-1.0.0.tar.gz) = 76GpE7XznUgErI/dHrkxzMAc/7I=
SHA1 (libdsk-1.0.0.tar.gz) = 3mKI6i1yyu+59yUx8xGTiJTd1l0=
SHA256 (libdsk-1.0.0.tar.gz) = f1fn2lbZ5YTHEW5YTVU09kGfTf9+R2x7eNeBvn3TB2g=
SIZE (libdsk-1.0.0.tar.gz) = 379074

View File

@ -1,3 +0,0 @@
libdsk is a library intended to give transparent access to
floppy drives and to the disk image files used by emulators
to represent floppy drives.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/01/02 18:15:53 bernd Exp $
@lib lib/libdsk.so.${LIBdsk_VERSION}

View File

@ -1,16 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/08/09 13:28:31 espie Exp $
bin/dskform
bin/dskid
bin/dsktrans
bin/md3serial
include/libdsk.h
lib/libdsk.a
lib/libdsk.la
@man man/man1/dskform.1
@man man/man1/dskid.1
@man man/man1/dsktrans.1
@man man/man1/md3serial.1
share/doc/libdsk/
share/doc/libdsk/libdsk.pdf
share/doc/libdsk/libdsk.txt
%%SHARED%%