Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 1999 15:42:54 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15507: new port: devel/robodoc
Message-ID:  <199912152042.PAA28566@blackdawn.com>

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

>Number:         15507
>Category:       ports
>Synopsis:       new port: devel/robodoc
>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:   Wed Dec 15 12:50:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999     root@argon.blackdawn.com:/usr/src/sys/compile/ARGON  i386

>Description:

Robodoc is a cxref-like program that outputs links
in code to assist programmers in evaluating design,
among other things. See DESCR.

>How-To-Repeat:

Use the shar below to add the port to the tree.

>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:
#
#	robodoc
#	robodoc/files
#	robodoc/files/md5
#	robodoc/pkg
#	robodoc/pkg/COMMENT
#	robodoc/pkg/DESCR
#	robodoc/pkg/PLIST
#	robodoc/Makefile
#
echo c - robodoc
mkdir -p robodoc > /dev/null 2>&1
echo c - robodoc/files
mkdir -p robodoc/files > /dev/null 2>&1
echo x - robodoc/files/md5
sed 's/^X//' >robodoc/files/md5 << 'END-of-robodoc/files/md5'
XMD5 (robodoc.tgz) = b5d871b4346513976da644132e00234a
END-of-robodoc/files/md5
echo c - robodoc/pkg
mkdir -p robodoc/pkg > /dev/null 2>&1
echo x - robodoc/pkg/COMMENT
sed 's/^X//' >robodoc/pkg/COMMENT << 'END-of-robodoc/pkg/COMMENT'
XCode reference program similar to cxref that produces HTML.
END-of-robodoc/pkg/COMMENT
echo x - robodoc/pkg/DESCR
sed 's/^X//' >robodoc/pkg/DESCR << 'END-of-robodoc/pkg/DESCR'
XA documentation tool for C, C++, Java, Assembler, Basic, 
XFortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl, 
XShell Scripts, Occam, COBOL, and many other languages. It
Xis similar to cxref in that it produces HTML output based
Xon your code.
X
XWWW: http://www.xs4all.nl/~rfsber/Robo/robodoc.html
XAuthor: Frans Slothouber <fslothouber@acm.org>
X
X--Will <andrews@technologist.com>
END-of-robodoc/pkg/DESCR
echo x - robodoc/pkg/PLIST
sed 's/^X//' >robodoc/pkg/PLIST << 'END-of-robodoc/pkg/PLIST'
Xbin/robodoc
Xshare/robodoc/example.c
Xshare/robodoc/general.m4
Xshare/robodoc/main.css
Xshare/robodoc/robodoc.html
Xshare/robodoc/robodoc.m4
Xshare/robodoc/stoc.html
Xshare/robodoc/stoc.m4
Xshare/robodoc/tocgen.m4
X@dirrm share/robodoc
END-of-robodoc/pkg/PLIST
echo x - robodoc/Makefile
sed 's/^X//' >robodoc/Makefile << 'END-of-robodoc/Makefile'
X# New ports collection makefile for:	robodoc
X# Version required:	3.1d
X# Date created:		15 Dec 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	robodoc
XPKGNAME=	robodoc-3.1d
XCATEGORIES=	devel
XMASTER_SITES=	http://www.xs4all.nl/~rfsber/Robo/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	andrews@technologist.com
X
XWRKSRC=		${WRKDIR}/Robodoc
XMAKEFILE=	makefile
XUSE_GMAKE=	yes
XMAN1=		robodoc.1
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin
X	@${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${PREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/robodoc
X.for DOC in example.c general.m4 main.css robodoc.html robodoc.m4 \
X	    stoc.html stoc.m4 tocgen.m4
X	@${INSTALL_DATA} ${WRKSRC}/Docs/${DOC} ${PREFIX}/share/robodoc
X.endfor
X	@${ECHO}
X	@${ECHO} "Docs installed in ${PREFIX}/share/robodoc."
X	@${ECHO}
X.endif
X
X.include <bsd.port.mk>
END-of-robodoc/Makefile
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?199912152042.PAA28566>