From owner-freebsd-ports Tue Jul 25 16: 0:14 2000 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 AFA6637BB1C for ; Tue, 25 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02318; Tue, 25 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 9E70837B516 for ; Tue, 25 Jul 2000 15:58:45 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 80876 invoked by alias); 25 Jul 2000 23:01:00 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id AAA11666; Wed, 26 Jul 2000 00:56:46 +0200 (CEST) (envelope-from ue) Message-Id: <200007252256.AAA11666@nathan.ruhr.de> Date: Wed, 26 Jul 2000 00:56:46 +0200 (CEST) From: Udo Erdelhoff Reply-To: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20186: New port: fdp-tools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20186 >Category: ports >Synopsis: New port: fdp-tools >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: Tue Jul 25 16:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: A "port" for a small collection of perl scripts to aid the FreeBSD Documentation Project. >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: # # fdp-tools/ # fdp-tools/Makefile # fdp-tools/pkg # fdp-tools/pkg/COMMENT # fdp-tools/pkg/DESCR # fdp-tools/pkg/PLIST # fdp-tools/files # fdp-tools/files/md5 # echo c - fdp-tools/ mkdir -p fdp-tools/ > /dev/null 2>&1 echo x - fdp-tools/Makefile sed 's/^X//' >fdp-tools/Makefile << 'END-of-fdp-tools/Makefile' X# New ports collection makefile for: fdp-tools X# Date created: 25 July 2000 X# Whom: ue@nathan.ruhr.de X# X# $FreeBSD$ X# X XPORTNAME= fdp-tools XPORTVERSION= 1.0 XCATEGORIES= textproc XMASTER_SITES= http://www.ruhr.de/home/nathan/FreeBSD/ X XMAINTAINER= ue@nathan.ruhr.de X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_PERL5= yes X XMAN1= makemanent.1 sortmanent.1 slashexpand.1 XTOOLS= makemanent sortmanent slashexpand X Xdo-install: X cd ${WRKDIR} && \ X ${INSTALL_SCRIPT} ${TOOLS} ${PREFIX}/bin &&\ X ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 X X.include END-of-fdp-tools/Makefile echo c - fdp-tools/pkg mkdir -p fdp-tools/pkg > /dev/null 2>&1 echo x - fdp-tools/pkg/COMMENT sed 's/^X//' >fdp-tools/pkg/COMMENT << 'END-of-fdp-tools/pkg/COMMENT' XA set of small utilities for the FreeBSD Documentation Projekt END-of-fdp-tools/pkg/COMMENT echo x - fdp-tools/pkg/DESCR sed 's/^X//' >fdp-tools/pkg/DESCR << 'END-of-fdp-tools/pkg/DESCR' XA set of small utilities for the FreeBSD Documentation Projekt X Xmakemanent/sortmanent -- create and sort entries for man-refs.ent Xslashexpand -- replace with proper closing tags END-of-fdp-tools/pkg/DESCR echo x - fdp-tools/pkg/PLIST sed 's/^X//' >fdp-tools/pkg/PLIST << 'END-of-fdp-tools/pkg/PLIST' Xbin/makemanent Xbin/sortmanent Xbin/slashexpand END-of-fdp-tools/pkg/PLIST echo c - fdp-tools/files mkdir -p fdp-tools/files > /dev/null 2>&1 echo x - fdp-tools/files/md5 sed 's/^X//' >fdp-tools/files/md5 << 'END-of-fdp-tools/files/md5' XMD5 (fdp-tools-1.0.tar.gz) = 8c43b4d83137b0c1bcf4b608198d42af END-of-fdp-tools/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message