From owner-freebsd-ports Tue Aug 27 23:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F5E737B400 for ; Tue, 27 Aug 2002 23:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E8D43E6E for ; Tue, 27 Aug 2002 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7S6A1JU085552 for ; Tue, 27 Aug 2002 23:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7S6A1qp085551; Tue, 27 Aug 2002 23:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A9437B400 for ; Tue, 27 Aug 2002 23:03:36 -0700 (PDT) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by mx1.FreeBSD.org (Postfix) with SMTP id 20A6043E4A for ; Tue, 27 Aug 2002 23:03:36 -0700 (PDT) (envelope-from jos@catnook.com) Received: (qmail 25033 invoked by uid 1000); 28 Aug 2002 06:03:52 -0000 Message-Id: <20020828060352.25032.qmail@lizzy.catnook.com> Date: 28 Aug 2002 06:03:52 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@FreeBSD.org Cc: Julio Merino X-Send-Pr-Version: 3.113 Subject: ports/42109: New port: devel/buildtool-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42109 >Category: ports >Synopsis: New port: devel/buildtool-0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 27 23:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jos Backus >Release: FreeBSD 5.0-CURRENT i386 >Organization: CatNook >Environment: System: FreeBSD lizzy.catnook.com 5.0-CURRENT FreeBSD 5.0-CURRENT #28: Mon Aug 26 23:36:47 PDT 2002 jos@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386 >Description: New port: buildtool-0.2 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # buildtool # buildtool/distinfo # buildtool/Makefile # buildtool/pkg-comment # buildtool/pkg-plist # buildtool/pkg-descr # echo c - buildtool mkdir -p buildtool > /dev/null 2>&1 echo x - buildtool/distinfo sed 's/^X//' >buildtool/distinfo << 'END-of-buildtool/distinfo' XMD5 (buildtool-0.2.tar.gz) = 7940bc830b533b9e9d66b3e17675fb98 END-of-buildtool/distinfo echo x - buildtool/Makefile sed 's/^X//' >buildtool/Makefile << 'END-of-buildtool/Makefile' X# New ports collection makefile for: buildtool X# Date created: Tue Aug 27 22:11:08 PDT 2002 X# Whom: Jos Backus X# X# $FreeBSD$ X# X XPORTNAME= buildtool XPORTVERSION= 0.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= jos@catnook.com X Xdo-configure: X @cd ${WRKSRC} \ X && ./configure -p ${PREFIX} X X.include END-of-buildtool/Makefile echo x - buildtool/pkg-comment sed 's/^X//' >buildtool/pkg-comment << 'END-of-buildtool/pkg-comment' XBuildtool is a set of portable software build utilities END-of-buildtool/pkg-comment echo x - buildtool/pkg-plist sed 's/^X//' >buildtool/pkg-plist << 'END-of-buildtool/pkg-plist' Xbin/buildtool Xbin/buildtool-0 Xlibexec/buildtool-0/bt_config Xlibexec/buildtool-0/bt_doc Xlibexec/buildtool-0/bt_make Xlibexec/buildtool-0/bt_mkdep Xshare/buildtool-0/bt_config/base.subr Xshare/buildtool-0/mk/bt.dep.mk Xshare/buildtool-0/mk/bt.init.mk Xshare/buildtool-0/mk/bt.lib.mk Xshare/buildtool-0/mk/bt.man.mk Xshare/buildtool-0/mk/bt.prog.mk Xshare/buildtool-0/mk/bt.subdir.mk Xshare/buildtool-0/mk/sys.mk Xshare/buildtool-0/templates/sa.README.bt Xshare/buildtool-0/templates/sa.defs Xshare/buildtool-0/templates/sa.config Xshare/buildtool-0/templates/sa.docs Xshare/buildtool-0/templates/sa.mk_top Xshare/buildtool-0/templates/sa.mk_src Xshare/buildtool-0/licenses/bsd Xshare/buildtool-0/licenses/gplv2 X@dirrm libexec/buildtool-0 X@dirrm share/buildtool-0/bt_config X@dirrm share/buildtool-0/mk X@dirrm share/buildtool-0/templates X@dirrm share/buildtool-0/licenses X@dirrm share/buildtool-0 END-of-buildtool/pkg-plist echo x - buildtool/pkg-descr sed 's/^X//' >buildtool/pkg-descr << 'END-of-buildtool/pkg-descr' XBuildtool is a set of utilities which will make your programs more portable Xand easier to build on any kind of Unix-like system. All the utilities are Xintegrated with each other, which means that they all work together. It is Xcompletly free, licensed under the terms of the BSD license. X XIf you have ever used GNU automake, autoconf and/or libtool, you will find Xbuildtool very similar. In fact, it is an implementation of the ideas of the XGNU programs, but with a completely different design. X XWWW: http://buildtool.sourceforge.net/ END-of-buildtool/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message