Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+14
View File
@@ -0,0 +1,14 @@
LibDsk is a library intended to give transparent access to floppy
drives and to the "disc image files" used by emulators to represent
floppy drives. It currently supports the following disc image
formats:
- Raw "dd if=foo of=bar" images;
- Raw images in logical filesystem order;
- CPCEMU-format .DSK images (normal and extended);
- CFI-format disc images, as produced by FDCOPY.COM;
- ApriDisk-format disc images;
- NanoWasp-format disc images, used by the eponymous emulator;
- Yaze 'ydsk' disc images, created by the 'yaze' emulators;
- Disc images created by Teledisk and CopyQM (read only);
- The floppy drive under Linux.
+17
View File
@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2014/09/01 20:52:28 shattered Exp $
#
DISTNAME= libdsk-1.3.5
CATEGORIES= sysutils
MASTER_SITES= http://www.seasip.info/Unix/LibDsk/
MAINTAINER= shattered@NetBSD.org
HOMEPAGE= http://www.seasip.info/Unix/LibDsk/
COMMENT= Library for accessing floppy discs and disc image files
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
+20
View File
@@ -0,0 +1,20 @@
@comment $NetBSD: PLIST,v 1.1 2014/09/01 20:52:28 shattered Exp $
bin/apriboot
bin/dskdump
bin/dskform
bin/dskid
bin/dskscan
bin/dsktrans
bin/dskutil
bin/md3serial
include/libdsk.h
lib/libdsk.la
man/man1/apriboot.1
man/man1/dskdump.1
man/man1/dskform.1
man/man1/dskid.1
man/man1/dskscan.1
man/man1/dsktrans.1
man/man1/dskutil.1
man/man1/md3serial.1
man/man5/libdskrc.5
+6
View File
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/09/10 12:14:57 joerg Exp $
SHA1 (libdsk-1.3.5.tar.gz) = 5529428b30b6ae6e40c21e1c46b464ac4c40cccc
RMD160 (libdsk-1.3.5.tar.gz) = 24e6637d5b8899840005358ec6227ab97010d8ca
Size (libdsk-1.3.5.tar.gz) = 1072802 bytes
SHA1 (patch-lib_Makefile.in) = e6123124cbe6a883692b317066fe92948b327712
@@ -0,0 +1,13 @@
$NetBSD: patch-lib_Makefile.in,v 1.1 2014/09/10 12:14:57 joerg Exp $
--- lib/Makefile.in.orig 2014-09-09 13:56:48.000000000 +0000
+++ lib/Makefile.in
@@ -718,7 +718,7 @@ $(HEADERPRE)_%.h: $(CLASSDPRE)/%
$(srcdir)/dskjni.c: $(JARHEADERS)
install-exec-local:
- $(mkinstalldirs) $(libdir)
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(DESTDIR)/$(libdir); fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.