Date: Fri, 13 Apr 2001 20:10:18 -0700 (PDT) From: chrise@scardini.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26561: New port: devel/scandoc Message-ID: <200104140310.f3E3AI114315@tlon.scardini.com>
next in thread | raw e-mail | index | archive | help
>Number: 26561 >Category: ports >Synopsis: New port: devel/scandoc >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: Fri Apr 13 20:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD tlon.scardini.com 4.3-RC FreeBSD 4.3-RC #4: Mon Apr 9 12:47:05 PDT 2001 root@tlon.scardini.com:/usr/src/sys/compile/TLON i386 >Description: A C/C++ documentation generator >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: # # scandoc # scandoc/pkg-plist # scandoc/pkg-descr # scandoc/pkg-comment # scandoc/Makefile # scandoc/distinfo # echo c - scandoc mkdir -p scandoc > /dev/null 2>&1 echo x - scandoc/pkg-plist sed 's/^X//' >scandoc/pkg-plist << 'END-of-scandoc/pkg-plist' Xbin/scandoc Xshare/doc/scandoc/COPYING Xshare/doc/scandoc/ChangeLog Xshare/doc/scandoc/README Xshare/doc/scandoc/images/ScanDocBig.jpg Xshare/doc/scandoc/images/ScanDocSmall.jpg Xshare/doc/scandoc/images/ball1.gif Xshare/doc/scandoc/images/ball2.gif Xshare/doc/scandoc/images/bug.gif Xshare/doc/scandoc/images/caution.gif Xshare/doc/scandoc/images/master.gif Xshare/doc/scandoc/images/tip.gif Xshare/doc/scandoc/images/warning.gif Xshare/doc/scandoc/scandoc.html Xshare/doc/scandoc/templates/apache.pl Xshare/doc/scandoc/templates/default.pl Xshare/doc/scandoc/test/Makefile Xshare/doc/scandoc/test/example.h X@dirrm share/doc/scandoc/images X@dirrm share/doc/scandoc/templates X@dirrm share/doc/scandoc/test X@dirrm share/doc/scandoc END-of-scandoc/pkg-plist echo x - scandoc/pkg-descr sed 's/^X//' >scandoc/pkg-descr << 'END-of-scandoc/pkg-descr' XScanDoc scans C and C++ program for embedded documentation, and Xformats it into HTML or other formats. It also analyzes code Xstructure and uses this information to enhance the generated Xdocumentation. It has been inspired by JavaDoc, as well as the XAmiga "autodoc" utility. X XWWW: http://scandoc.sourceforge.net/ END-of-scandoc/pkg-descr echo x - scandoc/pkg-comment sed 's/^X//' >scandoc/pkg-comment << 'END-of-scandoc/pkg-comment' XA C/C++ documentation generator END-of-scandoc/pkg-comment echo x - scandoc/Makefile sed 's/^X//' >scandoc/Makefile << 'END-of-scandoc/Makefile' X# New ports collection makefile for: scandoc X# Date created: 13 April 2001 X# Whom: Christopher Elkins <chrise@scardini.com> X# X# $FreeBSD$ X# X XPORTNAME= scandoc XPORTVERSION= 0.14 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ports@FreeBSD.org X XUSE_PERL5= yes XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X.for i in COPYING ChangeLog README scandoc.html X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} X.endfor X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/images X ${CP} -R ${WRKSRC}/images/ ${PREFIX}/share/doc/${PORTNAME}/images/ X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/templates X ${CP} -R ${WRKSRC}/templates/ ${PREFIX}/share/doc/${PORTNAME}/templates/ X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/test X ${CP} -R ${WRKSRC}/test/ ${PREFIX}/share/doc/${PORTNAME}/test/ X.endif X X.include <bsd.port.mk> END-of-scandoc/Makefile echo x - scandoc/distinfo sed 's/^X//' >scandoc/distinfo << 'END-of-scandoc/distinfo' XMD5 (scandoc-0.14.tar.gz) = 14f6cd9255a95b03dd97bb3f77f25a94 END-of-scandoc/distinfo 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?200104140310.f3E3AI114315>