git: a2cf4eaaff48 - main - archivers/unadf: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 09:49:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2cf4eaaff4820c4abc5eb823e433eb4ed6d56c4 commit a2cf4eaaff4820c4abc5eb823e433eb4ed6d56c4 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-05-17 08:01:18 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-05-17 09:49:22 +0000 archivers/unadf: Update to 0.9.0 ChangeLog: https://github.com/lclevy/ADFlib/blob/v0.9.0/ChangeLog --- archivers/unadf/Makefile | 11 +++++++---- archivers/unadf/distinfo | 6 +++--- archivers/unadf/pkg-plist | 33 ++++++++++++++++++--------------- 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 1544918b4f91..48a5b077d0c2 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -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 diff --git a/archivers/unadf/distinfo b/archivers/unadf/distinfo index 370f3bf4280e..75324e58502e 100644 --- a/archivers/unadf/distinfo +++ b/archivers/unadf/distinfo @@ -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 diff --git a/archivers/unadf/pkg-plist b/archivers/unadf/pkg-plist index 45b546d03ffd..980236a41dcb 100644 --- a/archivers/unadf/pkg-plist +++ b/archivers/unadf/pkg-plist @@ -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