ports/88391: New port: misc/loop is a shell programming utility that prints to stdout a series of numbers from `start' to `end'

Murray Nesbitt freebsd at nesbitt.ca
Wed Nov 2 09:50:21 UTC 2005


>Number:         88391
>Category:       ports
>Synopsis:       New port: misc/loop is a shell programming utility that prints to stdout a series of numbers from `start' to `end'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 02 09:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Murray Nesbitt <freebsd at nesbitt.ca>
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD gls-store.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Tue Sep 13 00:57:55 PDT 2005 root at gls-store.com:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	A shell programming utility that prints to stdout a series of numbers from `start' to `end'
>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:
#
#	loop
#	loop/files
#	loop/files/patch-Makefile
#	loop/pkg-descr
#	loop/distinfo
#	loop/Makefile
#
echo c - loop
mkdir -p loop > /dev/null 2>&1
echo c - loop/files
mkdir -p loop/files > /dev/null 2>&1
echo x - loop/files/patch-Makefile
sed 's/^X//' >loop/files/patch-Makefile << 'END-of-loop/files/patch-Makefile'
X--- Makefile.orig	Wed Nov  2 01:23:17 2005
X+++ Makefile	Wed Nov  2 01:18:17 2005
X@@ -1,7 +1,7 @@
X 
X-CC = gcc
X-CFLAGS = -Wall -O
X-DESTDIR = /usr/local
X+CC ?= gcc
X+CFLAGS += -Wall
X+DESTDIR = ${PREFIX}
X 
X loop:
X 	${CC} ${CFLAGS} -o loop loop.c
END-of-loop/files/patch-Makefile
echo x - loop/pkg-descr
sed 's/^X//' >loop/pkg-descr << 'END-of-loop/pkg-descr'
XPrints to stdout a series of numbers from `start' to `end', with
Xoptional increment and zero-padded field width.  Hex (-x) or octal
X(-o) output formats are available.  Negative numbers are allowed,
Xand a negative `increment' does the expected thing.
X
END-of-loop/pkg-descr
echo x - loop/distinfo
sed 's/^X//' >loop/distinfo << 'END-of-loop/distinfo'
XMD5 (loop-1.0.tar.gz) = d4454ed2d1b921733a225621bc508c68
XSIZE (loop-1.0.tar.gz) = 2012
END-of-loop/distinfo
echo x - loop/Makefile
sed 's/^X//' >loop/Makefile << 'END-of-loop/Makefile'
X# New ports collection makefile for:   loop
X# Date created:        02 November 2005
X# Whom:                Murray Nesbitt <freebsd at nesbitt.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	loop
XPORTVERSION=	1.0
XCATEGORIES=	misc
XMASTER_SITES=	http://www.nesbitt.ca/downloads/
X
XMAINTAINER=	freebsd at nesbitt.ca
XCOMMENT=	A shell scripting utility that prints to stdout a series of numbers from `start' to `end'.
X
XMAN1=		loop.1
XMANCOMPRESSED=	yes
XPLIST_FILES=	bin/loop
X
X.include <bsd.port.mk>
END-of-loop/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list