ports/62599: [NEW PORT] lang/fpc-docs
John Merryweather Cooper
coop9211 at uidaho.edu
Mon Feb 9 19:00:33 UTC 2004
>Number: 62599
>Category: ports
>Synopsis: [NEW PORT] lang/fpc-docs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 09 11:00:32 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: John Merryweather Cooper
>Release: FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #11: Sun Feb 8 00:49:01 PST 2004 root at borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386
>Description:
lang/fpc-docs contains the Adobe Acrobat(tm) format documentation
for Free Pascal (located int lang/fpc).
>How-To-Repeat:
N/A
>Fix:
--- new-port-fpc-docs begins here ---
# 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:
#
# fpc-docs
# fpc-docs/Makefile
# fpc-docs/distinfo
# fpc-docs/pkg-descr
# fpc-docs/pkg-plist
#
echo c - fpc-docs
mkdir -p fpc-docs > /dev/null 2>&1
echo x - fpc-docs/Makefile
sed 's/^X//' >fpc-docs/Makefile << 'END-of-fpc-docs/Makefile'
X# New ports collection makefile for: Free Pascal Compiler Docs
X# Date created: 9 February 2004
X# Whom: John Merryweather Cooper
X#
X# $FreeBSD$
X#
X
XPORTNAME= docs
XPORTVERSION= 1.0.10
XCATEGORIES= lang
XMASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
X http://planetmirror.com/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \
X ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \
X ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= freepascal
XPKGNAMEPREFIX= fpc-
XDISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}.ELF
XEXTRACT_SUFX= .tar
X
XMAINTAINER= coop9211 at uidaho.edu
XCOMMENT= Free Pascal compiler Adobe Acrobat(tm) documentation
X
XDOCSDIR= ${PREFIX}/share/doc/fpc
XNO_BUILD= yes
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 470000
XEXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
XTAR= ${LOCALBASE}/bin/gtar
X.endif
X
Xdo-extract:
X# unpack distribution
X @${MKDIR} ${WRKSRC}
X @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
X# unpack docs distribution
X @${MKDIR} ${WRKSRC}/docs
X @${TAR} zxf ${WRKSRC}/docs.tar.gz --directory ${WRKSRC}/docs
X
Xdo-install:
X @${MKDIR} ${DOCSDIR}
X @${INSTALL_MAN} `${LS} ${WRKSRC}/docs/*` ${DOCSDIR}
X
X.include <bsd.port.post.mk>
END-of-fpc-docs/Makefile
echo x - fpc-docs/distinfo
sed 's/^X//' >fpc-docs/distinfo << 'END-of-fpc-docs/distinfo'
XMD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
XSIZE (fpc-1.0.10.ELF.tar) = 17448960
END-of-fpc-docs/distinfo
echo x - fpc-docs/pkg-descr
sed 's/^X//' >fpc-docs/pkg-descr << 'END-of-fpc-docs/pkg-descr'
XThis is the documentation, in Adobe Acrobat(tm) format, for Free
XPascal, a 32 bit Turbo Pascal-compatible Pascal compiler for DOS,
XLinux, Win32, OS/2, (based on an older version) the AmigaOS,
XFreeBSD/ELF, and BeOS.
X
XWWW: http://www.freepascal.org/
X
X--
XJohn Merryweather Cooper <coop9211 at uidaho.edu>
END-of-fpc-docs/pkg-descr
echo x - fpc-docs/pkg-plist
sed 's/^X//' >fpc-docs/pkg-plist << 'END-of-fpc-docs/pkg-plist'
X%%DOCSDIR%%/fcl.pdf
X%%DOCSDIR%%/fpdoc.pdf
X%%DOCSDIR%%/prog.pdf
X%%DOCSDIR%%/ref.pdf
X%%DOCSDIR%%/units.pdf
X%%DOCSDIR%%/user.pdf
X at dirrm %%DOCSDIR%%
END-of-fpc-docs/pkg-plist
exit
--- new-port-fpc-docs ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list