From owner-freebsd-ports Mon Jul 26 14: 1:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2AA21508A for ; Mon, 26 Jul 1999 14:01:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29581; Mon, 26 Jul 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 7DC5E14FDD for ; Mon, 26 Jul 1999 13:50:46 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id WAA01153; Mon, 26 Jul 1999 22:49:09 +0200 (CEST) (envelope-from domi) Message-Id: <199907262049.WAA01153@dominik.saargate.de> Date: Mon, 26 Jul 1999 22:49:09 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12822: new port: rand-1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 X #include X #include X-#include 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