mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
archivers/unadf: Update to 0.9.0
ChangeLog: https://github.com/lclevy/ADFlib/blob/v0.9.0/ChangeLog
This commit is contained in:
parent
0753e59b2d
commit
a2cf4eaaff
@ -1,7 +1,6 @@
|
||||
PORTNAME= unadf
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.9.0
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
@ -11,16 +10,20 @@ WWW= http://lclevy.free.fr/adflib/unadf.html
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf cpe libtool pathfix pkgconfig
|
||||
TEST_DEPENDS= bash>0:shells/bash
|
||||
|
||||
USES= autoreconf cpe libtool pathfix pkgconfig shebangfix
|
||||
CPE_VENDOR= unadf_project
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lclevy
|
||||
GH_PROJECT= ADFlib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= examples/tests/test_examples_basic.sh
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/adflib
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1687865942
|
||||
SHA256 (lclevy-ADFlib-v0.8.0_GH0.tar.gz) = fa78b6cd1139985c16702b3e64614f5721aa63bb0a060969a92c2e8fc52dd3ed
|
||||
SIZE (lclevy-ADFlib-v0.8.0_GH0.tar.gz) = 1714265
|
||||
TIMESTAMP = 1715931431
|
||||
SHA256 (lclevy-ADFlib-v0.9.0_GH0.tar.gz) = 4fab44c4887a5016e2a42ec6fa29b6c2c9e5f9adf63fd1652cc4091fb964d54c
|
||||
SIZE (lclevy-ADFlib-v0.9.0_GH0.tar.gz) = 2262331
|
||||
|
@ -1,12 +1,19 @@
|
||||
bin/adf_bitmap
|
||||
bin/adf_floppy_create
|
||||
bin/adf_floppy_format
|
||||
bin/adf_format
|
||||
bin/adf_salvage
|
||||
bin/adf_show_metadata
|
||||
bin/unadf
|
||||
include/adf/adf_bitm.h
|
||||
include/adf/adf_blk.h
|
||||
include/adf/adf_blk_hd.h
|
||||
include/adf/adf_cache.h
|
||||
include/adf/adf_dev.h
|
||||
include/adf/adf_dev_dump.h
|
||||
include/adf/adf_dev_driver.h
|
||||
include/adf/adf_dev_driver_dump.h
|
||||
include/adf/adf_dev_driver_nativ.h
|
||||
include/adf/adf_dev_driver_ramdisk.h
|
||||
include/adf/adf_dev_drivers.h
|
||||
include/adf/adf_dev_flop.h
|
||||
include/adf/adf_dev_hd.h
|
||||
include/adf/adf_dir.h
|
||||
@ -15,29 +22,19 @@ include/adf/adf_err.h
|
||||
include/adf/adf_file.h
|
||||
include/adf/adf_file_block.h
|
||||
include/adf/adf_file_util.h
|
||||
include/adf/adf_link.h
|
||||
include/adf/adf_nativ.h
|
||||
include/adf/adf_prefix.h
|
||||
include/adf/adf_raw.h
|
||||
include/adf/adf_salv.h
|
||||
include/adf/adf_str.h
|
||||
include/adf/adf_types.h
|
||||
include/adf/adf_util.h
|
||||
include/adf/adf_version.h
|
||||
include/adf/adf_vol.h
|
||||
include/adf/adflib.h
|
||||
include/adf/debug_util.h
|
||||
include/adf/defendian.h
|
||||
include/adf/hd_blk.h
|
||||
include/adf/prefix.h
|
||||
lib/libadf.a
|
||||
lib/libadf.so
|
||||
lib/libadf.so.1
|
||||
lib/libadf.so.1.0.0
|
||||
lib/libadf.so.2
|
||||
lib/libadf.so.2.0.0
|
||||
libdata/pkgconfig/adflib.pc
|
||||
share/man/man1/adf_floppy_create.1.gz
|
||||
share/man/man1/adf_floppy_format.1.gz
|
||||
share/man/man1/adf_show_metadata.1.gz
|
||||
share/man/man1/unadf.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/API.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
@ -57,3 +54,9 @@ share/man/man1/unadf.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api_salv.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api_volume.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/version0.7.9d_gary.txt
|
||||
share/man/man1/adf_bitmap.1.gz
|
||||
share/man/man1/adf_floppy_create.1.gz
|
||||
share/man/man1/adf_format.1.gz
|
||||
share/man/man1/adf_salvage.1.gz
|
||||
share/man/man1/adf_show_metadata.1.gz
|
||||
share/man/man1/unadf.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user