Date: Sat, 10 Jan 2004 13:59:25 +0300 From: Sergey Matveychuk <sem@ciam.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61167: [NEW PORT] devel/ace+tao-doc: The ACE+TAO HTML documentation Message-ID: <E1AfGpx-000CDP-KC@avim.ciam.ru> Resent-Message-ID: <200401101100.i0AB0YNf033042@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61167 >Category: ports >Synopsis: [NEW PORT] devel/ace+tao-doc: The ACE+TAO HTML documentation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 10 03:00:33 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: >Environment: System: FreeBSD avim.ciam.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #1: Mon Oct 27 13:14:51 MSK 2003 >Description: Doxygen HTML documentation for The ADAPTIVE Communication Environment (ACE) and The ACE ORB (TAO). About 155 Megabytes in ~19000 files. FYI: pkg-plist is cenerated on-the-fly because of size. it's 1.2+ Megabytes. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ace+tao-doc-5.3.1.shar 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: # # ace+tao-doc # ace+tao-doc/Makefile # ace+tao-doc/distinfo # ace+tao-doc/pkg-descr # echo c - ace+tao-doc mkdir -p ace+tao-doc > /dev/null 2>&1 echo x - ace+tao-doc/Makefile sed 's/^X//' >ace+tao-doc/Makefile << 'END-of-ace+tao-doc/Makefile' X# Ports collection makefile for: ace+tao-doc X# Date created: 9 January 2004 X# Whom: Sergey Matveychuk <sem@ciam.ru> X# X# $FreeBSD$ X# X XPORTNAME= ace+tao-doc XPORTVERSION= 5.3.1 XCATEGORIES= devel XMASTER_SITES= http://deuce.doc.wustl.edu/old_distribution/ \ X http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/old_distribution/ XDISTNAME= ACE-${PORTVERSION}-html X XMAINTAINER= sem@ciam.ru XCOMMENT= The ACE+TAO HTML documentation X XUSE_BZIP2= yes XWRKSRC= ${WRKDIR}/ACE_wrappers XNO_BUILD= yes XPLIST= ${WRKDIR}/pkg-plist XDIRLIST= ${WRKDIR}/dir-list XINSTALL_DIR= share/doc/${PORTNAME} X Xpre-install: X @${ECHO_MSG} "--> Generating a dirrectories list"; \ X cd ${WRKSRC}/html; \ X ${RM} -f ${PLIST}; ${ECHO_CMD} "@dirrm ${INSTALL_DIR}" > ${DIRLIST}; \ X for d in `${FIND} . -type d`; do \ X n=`${ECHO_CMD} $${d}|${SED} -e 's#^./##'`; \ X if [ "$${n}" != "." ]; then \ X ${ECHO_CMD} "@dirrm ${INSTALL_DIR}/$$n" >> ${DIRLIST}; \ X fi; \ X done; \ X ${ECHO_MSG} "--> Generating a files list"; \ X for f in `${FIND} -s . -type f`; do \ X n=`${ECHO_CMD} $${f}|${SED} -e 's#^./##'`; \ X ${ECHO_CMD} ${INSTALL_DIR}/$${n} >> ${PLIST}; \ X done; \ X sort -r ${DIRLIST} >> ${PLIST} X Xdo-install: X @${ECHO_MSG} "--> Installing files:"; \ X ${MKDIR} ${DOCSDIR}; cd ${WRKSRC}/html; \ X for d in `${FIND} . -type d`; do \ X n=`${ECHO_CMD} $${d}|${SED} -e 's#^./##'`; \ X if [ "$${n}" != "." ]; then \ X ${MKDIR} ${DOCSDIR}/$${n}; \ X fi; \ X done; \ X for f in `${FIND} -s . -type f`; do \ X n=`${ECHO_CMD} $${f}|${SED} -e 's#^./##'`; \ X ${ECHO_MSG} $${n}; \ X ${INSTALL_DATA} $${n} ${DOCSDIR}/$${n}; \ X done X X.include "bsd.port.mk" END-of-ace+tao-doc/Makefile echo x - ace+tao-doc/distinfo sed 's/^X//' >ace+tao-doc/distinfo << 'END-of-ace+tao-doc/distinfo' XMD5 (ACE-5.3.1-html.tar.bz2) = 84129d4022207bbbaf0e75fe7d96a680 END-of-ace+tao-doc/distinfo echo x - ace+tao-doc/pkg-descr sed 's/^X//' >ace+tao-doc/pkg-descr << 'END-of-ace+tao-doc/pkg-descr' XDoxygen HTML documentation for The ADAPTIVE Communication Environment (ACE) Xand The ACE ORB (TAO). X XAbout 155 Megabytes in ~19000 files. X XWWW: http://www.cs.wustl.edu/~schmidt/ACE.html END-of-ace+tao-doc/pkg-descr exit --- ace+tao-doc-5.3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AfGpx-000CDP-KC>