Date: Wed, 13 Aug 2003 12:41:03 -0400 (EDT) From: The Anarcat <anarcat@anarcat.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55554: new port: whereintheworld Message-ID: <20030813164103.3F27F62F@shall.anarcat.ath.cx> Resent-Message-ID: <200308131650.h7DGoKBD030656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55554 >Category: ports >Synopsis: new port: whereintheworld >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 13 09:50:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD shall.anarcat.ath.cx 4.7-STABLE FreeBSD 4.7-STABLE #1: Mon Nov 11 23:52:01 EST 2002 anarcat@lenny.anarcat.ath.cx:/usr/obj/usr/src/sys/SHALL i386 >Description: Some time ago, someone (Kris, I think) sent this program on a list. Originally written by Bill Fenner, it is used to output a nice summary of a buildworld log. Here is a port for this handy program, since it is written in perl and therefore cannot be included in base. >How-To-Repeat: n/a. >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: # # whereintheworld # whereintheworld/Makefile # whereintheworld/distinfo # whereintheworld/pkg-descr # whereintheworld/pkg-plist # echo c - whereintheworld mkdir -p whereintheworld > /dev/null 2>&1 echo x - whereintheworld/Makefile sed 's/^X//' >whereintheworld/Makefile << 'END-of-whereintheworld/Makefile' X# New ports collection makefile for: whereintheworld X# Date created: 13 august 2003 X# Whom: anarcat X# X# $FreeBSD$ X# X XPORTNAME= whereintheworld XPORTVERSION= 1.2 XCATEGORIES= sysutils XMASTER_SITES= http://anarcat.ath.cx/software/distfiles/ X XMAINTAINER= anarcat@anarcat.ath.cx XCOMMENT= Extract summary information from buildworld logs X XUSE_PERL5_RUN= yes X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include <bsd.port.mk> END-of-whereintheworld/Makefile echo x - whereintheworld/distinfo sed 's/^X//' >whereintheworld/distinfo << 'END-of-whereintheworld/distinfo' XMD5 (whereintheworld-1.2.tar.gz) = a8e0be4835e6baa0b37e1701d5cedf87 END-of-whereintheworld/distinfo echo x - whereintheworld/pkg-descr sed 's/^X//' >whereintheworld/pkg-descr << 'END-of-whereintheworld/pkg-descr' Xwhereintheworld displays the great lines behind the build logs of a Xbuildworld. It shows at which step the build is at, and which module Xis currently being built. END-of-whereintheworld/pkg-descr echo x - whereintheworld/pkg-plist sed 's/^X//' >whereintheworld/pkg-plist << 'END-of-whereintheworld/pkg-plist' Xbin/whereintheworlD END-of-whereintheworld/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030813164103.3F27F62F>