Index: head/emulators/libdsk/Makefile =================================================================== --- head/emulators/libdsk/Makefile (revision 477949) +++ head/emulators/libdsk/Makefile (revision 477950) @@ -1,18 +1,28 @@ # Created by: pixel # $FreeBSD$ PORTNAME= libdsk -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= emulators devel -MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ \ - http://www.hugbox.org/software/ports/ +MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ MAINTAINER= pixel@hugbox.org COMMENT= Enables access to disks and disk images; also via serial line +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/COPYING + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS + +PORTDOCS= apridisk.html cfi.html libdsk.pdf libdsk.txt \ + libdskrc.sample protocol.txt README TODO + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/libdsk/distinfo =================================================================== --- head/emulators/libdsk/distinfo (revision 477949) +++ head/emulators/libdsk/distinfo (revision 477950) @@ -1,2 +1,3 @@ -SHA256 (libdsk-1.2.1.tar.gz) = 73dccf8d2d8a291ca9ea74414bee71e848e7bbf816fe82bfc599d4f54936f832 -SIZE (libdsk-1.2.1.tar.gz) = 815146 +TIMESTAMP = 1533395710 +SHA256 (libdsk-1.4.2.tar.gz) = 71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a +SIZE (libdsk-1.4.2.tar.gz) = 1083103 Index: head/emulators/libdsk/pkg-descr =================================================================== --- head/emulators/libdsk/pkg-descr (revision 477949) +++ head/emulators/libdsk/pkg-descr (revision 477950) @@ -1,22 +1,22 @@ LIBDSK is a library for accessing disks and disk image files. It is intended for use in: * Allows CPMTOOLS use of emulator .DSK images. * Emulator tools - converting between real floppy disks and disk images, as CPCTRANS / PCWTRANS do under DOS. * Floppy controller emulation backend * Data transfer from/to real CP/M systems via serial line. LIBDSK has drivers for: Raw files (including /dev/fdn), .DSK files (CPCEMU, JOYCE and other Sinclair/Amstrad emulators), MYZ80 hard drive image, NanoWasp floppy image, .CFI (Compressed Floppy Image, as created by FDCOPY.COM under DOS), Linux floppy drive (supports CPC System and Data formats, which the standard "Raw file" driver does not), Windows 3.x/95/98/ME/NT/2000 floppy drive, DOS floppy drive (via the PC BIOS), CopyQM files (read-only), TeleDisk files (read-only), APRIDISK image files, rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image. -WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/ +WWW: http://www.seasip.info/Unix/LibDsk/index.html Index: head/emulators/libdsk/pkg-plist =================================================================== --- head/emulators/libdsk/pkg-plist (revision 477949) +++ head/emulators/libdsk/pkg-plist (revision 477950) @@ -1,22 +1,22 @@ bin/apriboot bin/dskdump bin/dskform bin/dskid bin/dskscan bin/dsktrans bin/dskutil bin/md3serial include/libdsk.h lib/libdsk.a lib/libdsk.so lib/libdsk.so.3 -lib/libdsk.so.3.2.3 +lib/libdsk.so.3.3.13 man/man1/apriboot.1.gz man/man1/dskdump.1.gz man/man1/dskform.1.gz man/man1/dskid.1.gz man/man1/dskscan.1.gz man/man1/dsktrans.1.gz man/man1/dskutil.1.gz man/man1/md3serial.1.gz man/man5/libdskrc.5.gz