pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/deforaos-configure Update devel/deforaos-configu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00efe985f7f8
branches:  trunk
changeset: 340834:00efe985f7f8
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Wed Oct 09 02:23:17 2019 +0000

description:
Update devel/deforaos-configure to version 0.4.1

Among the changes upstream:
- introduction of configuration files per platform
- improved the generation of Makefiles
- support for commands as Makefile targets
- allow targets to be disabled by default
- support for more filename extensions
- support for spaces in filenames (with GNU Make)
- basic support for Java and Verilog
- integration with GCOV (for code coverage)
- additional test scripts

diffstat:

 devel/deforaos-configure/Makefile |   8 ++++----
 devel/deforaos-configure/PLIST    |  18 ++++++++++++++++--
 devel/deforaos-configure/distinfo |  10 +++++-----
 3 files changed, 25 insertions(+), 11 deletions(-)

diffs (76 lines):

diff -r 788457849b60 -r 00efe985f7f8 devel/deforaos-configure/Makefile
--- a/devel/deforaos-configure/Makefile Wed Oct 09 02:00:34 2019 +0000
+++ b/devel/deforaos-configure/Makefile Wed Oct 09 02:23:17 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2017/08/01 14:58:55 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/09 02:23:17 khorben Exp $
 #
 
-DISTNAME=      configure-0.2.3
-PKGNAME=       deforaos-configure-0.2.3
+DISTNAME=      configure-0.4.1
+PKGNAME=       deforaos-configure-0.4.1
 CATEGORIES=    devel
-MASTER_SITES=  https://www.defora.org/os/download/download/4395/
+MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/configure/
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.defora.org/
diff -r 788457849b60 -r 00efe985f7f8 devel/deforaos-configure/PLIST
--- a/devel/deforaos-configure/PLIST    Wed Oct 09 02:00:34 2019 +0000
+++ b/devel/deforaos-configure/PLIST    Wed Oct 09 02:23:17 2019 +0000
@@ -1,23 +1,37 @@
-@comment $NetBSD: PLIST,v 1.3 2015/10/06 16:50:03 khorben Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/10/09 02:23:17 khorben Exp $
 bin/configure
 man/html1/configure.html
 man/html5/project.conf.html
 man/man1/configure.1
 man/man5/project.conf.5
+share/configure/configure.conf
+share/configure/platform/Darwin.conf
+share/configure/platform/DeforaOS.conf
+share/configure/platform/FreeBSD.conf
+share/configure/platform/Linux.conf
+share/configure/platform/NetBSD.conf
+share/configure/platform/OpenBSD.conf
+share/configure/platform/Windows.conf
 share/doc/configure/AUTHORS
 share/doc/configure/BUGS
 share/doc/configure/CHANGES
-share/doc/configure/INSTALL
+share/doc/configure/INSTALL.md
 share/doc/configure/README.md
 share/doc/configure/scripts/appbroker.sh
+share/doc/configure/scripts/clint.sh
+share/doc/configure/scripts/coverage.sh
 share/doc/configure/scripts/docbook.sh
+share/doc/configure/scripts/fixme.sh
 share/doc/configure/scripts/gettext.sh
 share/doc/configure/scripts/gtkdoc.sh
+share/doc/configure/scripts/htmllint.sh
 share/doc/configure/scripts/manual.css.xml
+share/doc/configure/scripts/markdown.sh
 share/doc/configure/scripts/phplint.sh
 share/doc/configure/scripts/pkgconfig.sh
 share/doc/configure/scripts/platform.sh
 share/doc/configure/scripts/pylint.sh
 share/doc/configure/scripts/shlint.sh
 share/doc/configure/scripts/subst.sh
+share/doc/configure/scripts/template.sh
 share/doc/configure/scripts/xmllint.sh
diff -r 788457849b60 -r 00efe985f7f8 devel/deforaos-configure/distinfo
--- a/devel/deforaos-configure/distinfo Wed Oct 09 02:00:34 2019 +0000
+++ b/devel/deforaos-configure/distinfo Wed Oct 09 02:23:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/02/20 01:50:05 khorben Exp $
+$NetBSD: distinfo,v 1.7 2019/10/09 02:23:17 khorben Exp $
 
-SHA1 (configure-0.2.3.tar.gz) = c05a132db4b4d13d61eb84568c570b72e9e396ae
-RMD160 (configure-0.2.3.tar.gz) = a1f8aaf002f99a6490f241d9fdab18de6a923b8e
-SHA512 (configure-0.2.3.tar.gz) = 323a96687ff577410eeb6b668d6ae6bd6b256d7b72f18b44b2fc55a6891c34de169ce71e03b4209ac20fe378329f192441a73965b950af86ed25a7250c0ac260
-Size (configure-0.2.3.tar.gz) = 43671 bytes
+SHA1 (configure-0.4.1.tar.gz) = 93b5a40fd309c37fddb119d0f6a13ea409c63d82
+RMD160 (configure-0.4.1.tar.gz) = aa5efb7760c6e22169bfab4ff0b3e3e625c93b59
+SHA512 (configure-0.4.1.tar.gz) = 053a75261f5a3e2e86a5e496aebb7fc75e371084bb6218b8be1da05f6e916841f65fd044dd7500bf4ae84d1aa85124b45751f118141d22c0a053a31b398e318c
+Size (configure-0.4.1.tar.gz) = 54700 bytes



Home | Main Index | Thread Index | Old Index