Received: by mail.netbsd.org (Postfix, from userid 605) id E05FC84DA4; Fri, 8 Sep 2017 06:47:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72BCF84DA1 for ; Fri, 8 Sep 2017 06:47:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L73LwcUBJ1Vu for ; Fri, 8 Sep 2017 06:47:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B8D8184D41 for ; Fri, 8 Sep 2017 06:47:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B43BCFA97; Fri, 8 Sep 2017 06:47:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150485323293250" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 06:47:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/autosetup To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908064712.B43BCFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150485323293250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 06:47:12 UTC 2017 Added Files: pkgsrc/devel/autosetup: DESCR Makefile PLIST distinfo Log Message: Import autosetup-0.6.7 as devel/autosetup. autosetup is a tool, similar to autoconf, to configure a build system for the appropriate environment, according to the system capabilities and the user configuration. autosetup is designed to be light-weight, fast, simple and flexible. Notable features include: * Easily check for headers, functions, types for C/C++ * Easily support user configuration options * Can generate files based on templates, such as Makefile.in => Makefile * Can generate header files based on checked features * Excellent support for cross compilation * Replacement for autoconf in many situations * Runs with either Tcl 8.5+, Jim Tcl or just a C compiler (using the included Jim Tcl source code!) * autosetup is intended to be distributed with projects - no version issues To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/autosetup/DESCR \ pkgsrc/devel/autosetup/Makefile pkgsrc/devel/autosetup/PLIST \ pkgsrc/devel/autosetup/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150485323293250 Content-Disposition: inline Content-Length: 2730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/autosetup/DESCR diff -u /dev/null pkgsrc/devel/autosetup/DESCR:1.1 --- /dev/null Fri Sep 8 06:47:12 2017 +++ pkgsrc/devel/autosetup/DESCR Fri Sep 8 06:47:12 2017 @@ -0,0 +1,19 @@ +autosetup is a tool, similar to autoconf, to configure a build +system for the appropriate environment, according to the system +capabilities and the user configuration. + +autosetup is designed to be light-weight, fast, simple and flexible. + +Notable features include: + + * Easily check for headers, functions, types for C/C++ + * Easily support user configuration options + * Can generate files based on templates, such as Makefile.in => + Makefile + * Can generate header files based on checked features + * Excellent support for cross compilation + * Replacement for autoconf in many situations + * Runs with either Tcl 8.5+, Jim Tcl or just a C compiler (using + the included Jim Tcl source code!) + * autosetup is intended to be distributed with projects - no + version issues Index: pkgsrc/devel/autosetup/Makefile diff -u /dev/null pkgsrc/devel/autosetup/Makefile:1.1 --- /dev/null Fri Sep 8 06:47:12 2017 +++ pkgsrc/devel/autosetup/Makefile Fri Sep 8 06:47:12 2017 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/09/08 06:47:12 wiz Exp $ + +DISTNAME= autosetup-0.6.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=msteveb/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://msteveb.github.com/autosetup/ +COMMENT= Better, faster autoconf replacement +LICENSE= 2-clause-bsd + +DEPENDS+= tcl-[0-9]*:../../lang/tcl + +do-install: + cd ${WRKSRC} && ./autosetup --sysinstall=${DESTDIR}${PREFIX} + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/autosetup/PLIST diff -u /dev/null pkgsrc/devel/autosetup/PLIST:1.1 --- /dev/null Fri Sep 8 06:47:12 2017 +++ pkgsrc/devel/autosetup/PLIST Fri Sep 8 06:47:12 2017 @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/08 06:47:12 wiz Exp $ +bin/autosetup +bin/autosetup-config.guess +bin/autosetup-config.sub +bin/autosetup-find-tclsh +bin/autosetup-test-tclsh Index: pkgsrc/devel/autosetup/distinfo diff -u /dev/null pkgsrc/devel/autosetup/distinfo:1.1 --- /dev/null Fri Sep 8 06:47:12 2017 +++ pkgsrc/devel/autosetup/distinfo Fri Sep 8 06:47:12 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/08 06:47:12 wiz Exp $ + +SHA1 (autosetup-0.6.7.tar.gz) = f21eb35acb3b509506de3379bf543ed92b337ae4 +RMD160 (autosetup-0.6.7.tar.gz) = eb272c9d908f89d4cc7cfe8b887a80b91685b4b5 +SHA512 (autosetup-0.6.7.tar.gz) = 159284de46f0d38e1311776ac6f789962dc4a27f1e4acc0e3c3dd1e2d6c14f1627e6497504b05a642604e5abe7c9cab44f0c4f4d52dc4f50afb1f15646923cee +Size (autosetup-0.6.7.tar.gz) = 223528 bytes --_----------=_150485323293250--