Date: Wed, 19 Jun 2013 16:14:23 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321285 - head/devel/robodoc Message-ID: <201306191614.r5JGEN1a080463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Jun 19 16:14:23 2013 New Revision: 321285 URL: http://svnweb.freebsd.org/changeset/ports/321285 Log: devel/robodoc: update to 4.99.41 - Update to 4.99.41 [1] - NOPORTDOCS -> PORT_OPTIONS:MDOCS [1] - Add LICENSE (GPLv3) - Use PLIST_FILES, PORTDOCS and PORTEXAMPLES instead of pkg-plist Changes: http://rfsber.home.xs4all.nl/Robo/changelog.html PR: ports/179718 [1] Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> (maintainer) Approved by: culot / jpaetzel (mentors, implicit) Deleted: head/devel/robodoc/pkg-plist Modified: head/devel/robodoc/Makefile head/devel/robodoc/distinfo head/devel/robodoc/pkg-descr Modified: head/devel/robodoc/Makefile ============================================================================== --- head/devel/robodoc/Makefile Wed Jun 19 16:03:12 2013 (r321284) +++ head/devel/robodoc/Makefile Wed Jun 19 16:14:23 2013 (r321285) @@ -2,28 +2,44 @@ # $FreeBSD$ PORTNAME= robodoc -PORTVERSION= 4.99.36 +PORTVERSION= 4.99.41 CATEGORIES= devel -MASTER_SITES= http://rfsber.home.xs4all.nl/Robo/DistSource/ +MASTER_SITES= http://rfsber.home.xs4all.nl/Robo/ \ + http://seis.bris.ac.uk/~mexas/distfiles/ MAINTAINER= mexas@bris.ac.uk COMMENT= Code reference program similar to cxref that produces HTML +LICENSE= GPLv3 + GNU_CONFIGURE= yes MAKEFILE= makefile MAN1= robodoc.1 robohdrs.1 +OPTIONS_DEFINE= DOCS EXAMPLES + +DOCS_FILES= AUTHORS ChangeLog NEWS README Docs/manual.html Docs/manual.css \ + Docs/robodoc_example.rc +PORTDOCS= * +PORTEXAMPLES= * + +PLIST_FILES= bin/robodoc bin/robohdrs + +.include <bsd.port.options.mk> + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README Docs/manual.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${DOCS_FILES:S,^,${WRKSRC}/,} ${DOCSDIR}/ +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/Examples/* ${EXAMPLESDIR} .endif Modified: head/devel/robodoc/distinfo ============================================================================== --- head/devel/robodoc/distinfo Wed Jun 19 16:03:12 2013 (r321284) +++ head/devel/robodoc/distinfo Wed Jun 19 16:14:23 2013 (r321285) @@ -1,2 +1,2 @@ -SHA256 (robodoc-4.99.36.tar.gz) = d38279746204d8862d8436042b089d8c9dffefec6e7f33224f955d82b965a029 -SIZE (robodoc-4.99.36.tar.gz) = 280680 +SHA256 (robodoc-4.99.41.tar.gz) = 6a35993bcb7df46143149c46eb500d62a4fb0f0dcab3700a42b7d38656abd2b9 +SIZE (robodoc-4.99.41.tar.gz) = 299656 Modified: head/devel/robodoc/pkg-descr ============================================================================== --- head/devel/robodoc/pkg-descr Wed Jun 19 16:03:12 2013 (r321284) +++ head/devel/robodoc/pkg-descr Wed Jun 19 16:14:23 2013 (r321285) @@ -1,7 +1,7 @@ -A documentation tool for C, C++, Java, Assembler, Basic, -Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl, -Shell Scripts, Occam, COBOL, and many other languages. It -is similar to cxref in that it produces HTML output based -on your code. +A source code documentation tool for C, C++, Fortran, Perl, +shell scripts, Assembler, DCL, DB/C, Tcl/Tk, Forth, Lisp, +COBOL, Occam, Basic, HTML, Clarion, and more. It can produce +documentation in HTML, XML DocBook, TROFF, ASCII, LaTeX or +RTF format. -WWW: http://www.xs4all.nl/~rfsber/Robo/robodoc.html +WWW: http://rfsber.home.xs4all.nl/Robo/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191614.r5JGEN1a080463>