Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 00:56:46 +0200 (CEST)
From:      Udo Erdelhoff <ue@nathan.ruhr.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20186: New port: fdp-tools
Message-ID:  <200007252256.AAA11666@nathan.ruhr.de>

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

>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 <bsd.port.mk>
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




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