From 50a55ee199a97e81a3cf834466b3c5fd5c9d74da Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 1 Oct 1999 22:11:06 +0000 Subject: [PATCH] Name says it all --- infrastructure/build/bundle-readmes | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 infrastructure/build/bundle-readmes diff --git a/infrastructure/build/bundle-readmes b/infrastructure/build/bundle-readmes new file mode 100755 index 00000000000..36efebf599c --- /dev/null +++ b/infrastructure/build/bundle-readmes @@ -0,0 +1,30 @@ +#!/bin/sh +# $OpenBSD: bundle-readmes,v 1.1 1999/10/01 22:11:06 espie Exp $ +# Copyright (c) 1999 +# Marc Espie. All rights reserved. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Neither the name of OpenBSD nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY ITS AUTHOR AND THE OpenBSD project ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. + +# bundle all README.html files + +PORTSDIR=/usr/ports +cd $PORTSDIR && make readmes +tar zcf readmes.tar.gz `cd $PORTSDIR && find . -name README.html`