Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 1999 22:49:09 +0200 (CEST)
From:      domi@saargate.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12822: new port: rand-1.5
Message-ID:  <199907262049.WAA01153@dominik.saargate.de>

next in thread | raw e-mail | index | archive | help

>Number:         12822
>Category:       ports
>Synopsis:       new port: rand-1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 26 14:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Brettnacher
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:
>Description:
>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:
#
#	rand
#	rand/pkg
#	rand/pkg/DESCR
#	rand/pkg/COMMENT
#	rand/pkg/PLIST
#	rand/Makefile
#	rand/files
#	rand/files/md5
#	rand/patches
#	rand/patches/patch-aa
#	rand/patches/patch-ab
#
echo c - rand
mkdir -p rand > /dev/null 2>&1
echo c - rand/pkg
mkdir -p rand/pkg > /dev/null 2>&1
echo x - rand/pkg/DESCR
sed 's/^X//' >rand/pkg/DESCR << 'END-of-rand/pkg/DESCR'
Xrand is a cat-like utility that displays the lines of a file or stream in 
Xrandom order.
X
XWWW: http://shells.clipboard.com/~br0ke/rand.html
XAlternative: http://math.smsu.edu/~br0ke/rand.html
END-of-rand/pkg/DESCR
echo x - rand/pkg/COMMENT
sed 's/^X//' >rand/pkg/COMMENT << 'END-of-rand/pkg/COMMENT'
Xutility to display files or streams in random order
END-of-rand/pkg/COMMENT
echo x - rand/pkg/PLIST
sed 's/^X//' >rand/pkg/PLIST << 'END-of-rand/pkg/PLIST'
Xbin/rand
END-of-rand/pkg/PLIST
echo x - rand/Makefile
sed 's/^X//' >rand/Makefile << 'END-of-rand/Makefile'
X# New ports collection makefile for:	rand
X# Version required:		1.5
X# Date created:			Mon Jul 26 1999
X# Whom:				domi@saargate.de
X#
X# $Id$
X#
X
XDISTNAME=	rand-1.5
XCATEGORIES=	textproc
XMASTER_SITES=	http://shells.clipboard.com/~br0ke/files/ \
X		http://math.smsu.edu/~br0ke/files/
X
XMAINTAINER=	domi@saargate.de
X
XWRKSRC=		${WRKDIR}/rand
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-rand/Makefile
echo c - rand/files
mkdir -p rand/files > /dev/null 2>&1
echo x - rand/files/md5
sed 's/^X//' >rand/files/md5 << 'END-of-rand/files/md5'
XMD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37
END-of-rand/files/md5
echo c - rand/patches
mkdir -p rand/patches > /dev/null 2>&1
echo x - rand/patches/patch-aa
sed 's/^X//' >rand/patches/patch-aa << 'END-of-rand/patches/patch-aa'
X--- Makefile.orig	Mon Jul 26 22:37:51 1999
X+++ Makefile	Mon Jul 26 22:37:59 1999
X@@ -1,4 +1,4 @@
X-CC=egcc
X+CC?=cc
X FLAGS=-O2 -Wall -ansi -pedantic #-mpentium -ffast-math
X OBJS=rand.o
X SRCS=rand.c
END-of-rand/patches/patch-aa
echo x - rand/patches/patch-ab
sed 's/^X//' >rand/patches/patch-ab << 'END-of-rand/patches/patch-ab'
X--- rand.c.orig	Mon Jul 26 22:43:44 1999
X+++ rand.c	Mon Jul 26 22:43:53 1999
X@@ -38,7 +38,6 @@
X #include <stdlib.h>
X #include <unistd.h>
X #include <string.h>
X-#include <getopt.h>
X 
X #define LINE 0
X #define WORD 1
END-of-rand/patches/patch-ab
exit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907262049.WAA01153>