Date: Mon, 14 Jun 2004 16:43:35 +0200 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67941: new port: root-doc Message-ID: <E1BZsgR-000Gir-3U@sanatana.dharma> Resent-Message-ID: <200406141750.i5EHoJBv021521@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67941 >Category: ports >Synopsis: new port: root-doc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 14 17:50:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #7: Mon May 10 17:15:51 CEST 2004 root@asura.bsd:/usr/src/sys/i386/compile/UP i386 >Description: HTML documents for ROOT framework >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: # # root-doc/ # root-doc/Makefile # root-doc/distinfo # root-doc/pkg-descr # echo c - root-doc/ mkdir -p root-doc/ > /dev/null 2>&1 echo x - root-doc/Makefile sed 's/^X//' >root-doc/Makefile << 'END-of-root-doc/Makefile' X# New ports collection makefile for: root-doc X# Date created: 23 Apr 2004 X# Whom: Radim Kolar X# X# $FreeBSD$ X# X XPORTNAME= root-doc XPORTVERSION= 4.00 XCATEGORIES= devel science math XMASTER_SITES= ftp://root.cern.ch/root/ X#PKGNAMESUFFIX= doc XDISTNAME= html400 X XMAINTAINER= ports@freebsd.ore XCOMMENT= HTML Documentation for Root framework X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/htmldoc XPLIST= ${WRKDIR}/pkg-plist X X.ifdef NOPORTDOCS XIGNORE= This package contains only documentation X.endif X Xpre-install: X ${RM} -f ${PLIST} X cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; >> ${PLIST} X cd ${WRKSRC} && ${FIND} -d . -mindepth 1 -type d -exec ${ECHO_CMD} "@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST} X ${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST} X Xdo-install: X ${MKDIR} ${DOCSDIR} X cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} X X.include <bsd.port.mk> END-of-root-doc/Makefile echo x - root-doc/distinfo sed 's/^X//' >root-doc/distinfo << 'END-of-root-doc/distinfo' XMD5 (html400.tar.gz) = IGNORE END-of-root-doc/distinfo echo x - root-doc/pkg-descr sed 's/^X//' >root-doc/pkg-descr << 'END-of-root-doc/pkg-descr' XThis package contains HTML documentation for Root framework. XInstalled package is 100 MB large. END-of-root-doc/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BZsgR-000Gir-3U>