Tue Apr 12 22:28:04 2022 UTC ()
deforaos-configure: update to 0.4.3

Changes since 0.4.1:
- add support for vendors in packages
- general improvements to the helper scripts
- hierarchical installation path for helper scripts
- new tool, configure-update(1), to refresh helper scripts
- improved rules to compile assembly code
- support different compilation modes (eg debug, release...)
- fix build with DeforaOS libSystem 0.4.3
- add support for Go targets
- fix building libraries with libtool (with --tags)


(khorben)
diff -r1.10 -r1.11 pkgsrc/devel/deforaos-configure/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/deforaos-configure/PLIST
diff -r1.9 -r1.10 pkgsrc/devel/deforaos-configure/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/deforaos-configure/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-configure/Makefile 2019/10/09 02:31:16 1.10
+++ pkgsrc/devel/deforaos-configure/Makefile 2022/04/12 22:28:04 1.11
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2019/10/09 02:31:16 khorben Exp $ 1# $NetBSD: Makefile,v 1.11 2022/04/12 22:28:04 khorben Exp $
2# 
3 2
4DISTNAME= configure-0.4.1 3DISTNAME= configure-0.4.3
5PKGNAME= deforaos-configure-0.4.1 4PKGNAME= deforaos-configure-0.4.3
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/configure/ 6MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/configure/
8 7
9MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
10HOMEPAGE= https://www.defora.org/ 9HOMEPAGE= https://www.defora.org/
11COMMENT= DeforaOS automated Makefile generation tool 10COMMENT= DeforaOS automated Makefile generation tool
12 11
13LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
14 13
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 16BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
18BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 17BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl

cvs diff -r1.4 -r1.5 pkgsrc/devel/deforaos-configure/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-configure/PLIST 2019/10/09 02:23:17 1.4
+++ pkgsrc/devel/deforaos-configure/PLIST 2022/04/12 22:28:04 1.5
@@ -1,37 +1,41 @@ @@ -1,37 +1,41 @@
1@comment $NetBSD: PLIST,v 1.4 2019/10/09 02:23:17 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/04/12 22:28:04 khorben Exp $
2bin/configure 2bin/configure
 3bin/configure-update
 4libexec/configure/scripts/data/pkgconfig.sh
 5libexec/configure/scripts/doc/docbook.sh
 6libexec/configure/scripts/doc/gtkdoc.sh
 7libexec/configure/scripts/doc/manual.css.xml
 8libexec/configure/scripts/doc/markdown.sh
 9libexec/configure/scripts/po/gettext.sh
 10libexec/configure/scripts/tests/clint.sh
 11libexec/configure/scripts/tests/coverage.sh
 12libexec/configure/scripts/tests/distcheck.sh
 13libexec/configure/scripts/tests/fixme.sh
 14libexec/configure/scripts/tests/htmllint.sh
 15libexec/configure/scripts/tests/phplint.sh
 16libexec/configure/scripts/tests/pylint.sh
 17libexec/configure/scripts/tests/shlint.sh
 18libexec/configure/scripts/tests/xmllint.sh
 19libexec/configure/scripts/tools/appbroker.sh
 20libexec/configure/scripts/tools/platform.sh
 21libexec/configure/scripts/tools/subst.sh
 22libexec/configure/scripts/tools/template.sh
3man/html1/configure.html 23man/html1/configure.html
4man/html5/project.conf.html 24man/html5/project.conf.html
5man/man1/configure.1 25man/man1/configure.1
6man/man5/project.conf.5 26man/man5/project.conf.5
7share/configure/configure.conf 27share/configure/configure.conf
8share/configure/platform/Darwin.conf 28share/configure/platform/Darwin.conf
9share/configure/platform/DeforaOS.conf 29share/configure/platform/DeforaOS.conf
10share/configure/platform/FreeBSD.conf 30share/configure/platform/FreeBSD.conf
11share/configure/platform/Linux.conf 31share/configure/platform/Linux.conf
12share/configure/platform/NetBSD.conf 32share/configure/platform/NetBSD.conf
13share/configure/platform/OpenBSD.conf 33share/configure/platform/OpenBSD.conf
14share/configure/platform/Windows.conf 34share/configure/platform/Windows.conf
15share/doc/configure/AUTHORS 35share/doc/configure/AUTHORS
16share/doc/configure/BUGS 36share/doc/configure/BUGS
17share/doc/configure/CHANGES 37share/doc/configure/CHANGES
 38share/doc/configure/COPYING
18share/doc/configure/INSTALL.md 39share/doc/configure/INSTALL.md
19share/doc/configure/README.md 40share/doc/configure/README.md
20share/doc/configure/scripts/appbroker.sh 41@pkgdir share/doc/configure/scripts
21share/doc/configure/scripts/clint.sh 
22share/doc/configure/scripts/coverage.sh 
23share/doc/configure/scripts/docbook.sh 
24share/doc/configure/scripts/fixme.sh 
25share/doc/configure/scripts/gettext.sh 
26share/doc/configure/scripts/gtkdoc.sh 
27share/doc/configure/scripts/htmllint.sh 
28share/doc/configure/scripts/manual.css.xml 
29share/doc/configure/scripts/markdown.sh 
30share/doc/configure/scripts/phplint.sh 
31share/doc/configure/scripts/pkgconfig.sh 
32share/doc/configure/scripts/platform.sh 
33share/doc/configure/scripts/pylint.sh 
34share/doc/configure/scripts/shlint.sh 
35share/doc/configure/scripts/subst.sh 
36share/doc/configure/scripts/template.sh 
37share/doc/configure/scripts/xmllint.sh 

cvs diff -r1.9 -r1.10 pkgsrc/devel/deforaos-configure/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-configure/distinfo 2021/10/26 10:14:31 1.9
+++ pkgsrc/devel/deforaos-configure/distinfo 2022/04/12 22:28:04 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:14:31 nia Exp $ 1$NetBSD: distinfo,v 1.10 2022/04/12 22:28:04 khorben Exp $
2 2
3BLAKE2s (configure-0.4.1.tar.gz) = 8e7de95d634b26f25605ad901a895536f96ac4bcac713dbd089ce95e3234581c 3BLAKE2s (configure-0.4.3.tar.gz) = df5878826e5ae8fc095fbd0f11cae68f1b5cb211e1ed743716c6f390f0d65d1a
4SHA512 (configure-0.4.1.tar.gz) = 053a75261f5a3e2e86a5e496aebb7fc75e371084bb6218b8be1da05f6e916841f65fd044dd7500bf4ae84d1aa85124b45751f118141d22c0a053a31b398e318c 4SHA512 (configure-0.4.3.tar.gz) = 1fcd923866b09d7e31787446d359614fe98da66ab2b1eb7f7e48244efe15d6b9f33dea8cbe4b85c0ef81dab46c3d97570d5e23c70a40753f09ef2f7c59f4d971
5Size (configure-0.4.1.tar.gz) = 54700 bytes 5Size (configure-0.4.3.tar.gz) = 64866 bytes