Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 11:07:17 GMT
From:      Simon Lang <simon@lang-clan.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/69276: [NEW PORT] HTML Documentation of ROOT 4.xx
Message-ID:  <200407191107.i6JB7HA4034874@www.freebsd.org>
Resent-Message-ID: <200407191110.i6JBAOlX022181@freefall.freebsd.org>

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

>Number:         69276
>Category:       ports
>Synopsis:       [NEW PORT] HTML Documentation of ROOT 4.xx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 11:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Lang
>Release:        5.2.1
>Organization:
>Environment:
FreeBSD 5.2.1-RELEASE-p1  i386
>Description:
# 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/pkg-descr
#	root-doc/distinfo
#	root-doc/Makefile
#
echo c - root-doc
mkdir -p root-doc > /dev/null 2>&1
echo x - root-doc/pkg-descr
sed 's/^X//' >root-doc/pkg-descr << 'END-of-root-doc/pkg-descr'
XROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object
Xoriented data anlaysis framework written in C++. ROOT has its origin at the
XCentre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
Xtool well-known to high energy physicists, but it's also used in a wide range
Xof other data analysis applications. The system consists of the C/C++
Xinterpreter CINT (for interactive development and rapid prototyping) and
Xhundreds of classes, which provides functionalities u.a. for:
X
X - Data Histogram and Minimization Operations
X - Linear Algebra, Matrix and Vector Operations
X - Tree, Ntuple and other Data Containers/Stuctures
X - 2D Graphics, 3D Graphics and Detector Geometry Modeling
X - Graphical User Interface
X - Operating System and Networking Interface
X - Inline Documentation and PostScript Interface 
X - PROOF Server (parallel computing)
X
XThis package contains the HTML documentation, only. Use the devel/root port
Xto install the ROOT framework itself. The installed package is 100 MB large.
X
XWWW:	http://root.cern.ch/
X
XPorted to FreeBSD by Radim Kolar / Simon Lang, <simon@lang-clan.de>
X
END-of-root-doc/pkg-descr
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/Makefile
sed 's/^X//' >root-doc/Makefile << 'END-of-root-doc/Makefile'
X# New ports collection makefile for:	root-doc
X# Date created:		19 July 2004
X# Whom:			Radim Kolar / Simon Lang
X#
X# $FreeBSD$
X#
X
XPORTNAME=	root-doc
XPORTVERSION=    4.00
XCATEGORIES=     devel science math
XMASTER_SITES=   ftp://root.cern.ch/root/
XDISTNAME=       html400
X
XMAINTAINER=     simon@lang-clan.de
XCOMMENT=        HTML Documentation for ROOT package
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/htmldoc
XPLIST=          ${WRKDIR}/pkg-plist
XDOCSDIR=	${PREFIX}/share/doc/root/html
X
X.ifdef NOPORTDOCS
XIGNORE=		This package contains only documentation for ROOT 4.xx
X.endif
X
Xpre-install:
X	${RM} -f ${PLIST}
X	cd ${WRKSRC} && \
X	${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; >> ${PLIST}
X	cd ${WRKSRC} && \
X	${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} && \
X	${FIND} . | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
X
X.include <bsd.port.mk>
END-of-root-doc/Makefile
exit


>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



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