diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-14 04:57:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-14 04:57:40 +0800 |
commit | 09d51743e96552f813fdf6c86f8f6c5939e32850 (patch) | |
tree | 44961f19834c191b07ab1cab75ed5484a1383b37 /math | |
parent | d9ae5fe4580042e0e14af04f8355a8e27f582226 (diff) | |
download | freebsd-ports-graphics-09d51743e96552f813fdf6c86f8f6c5939e32850.tar.gz freebsd-ports-graphics-09d51743e96552f813fdf6c86f8f6c5939e32850.tar.zst freebsd-ports-graphics-09d51743e96552f813fdf6c86f8f6c5939e32850.zip |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is generate_html.
This package provides functions for generating HTML pages that contain
the help texts for a set of functions. The package is designed to be as
general as possible, but also contains convenience functions for
generating a set of pages for entire packages.
WWW: http://octave.sourceforge.net/
PR: ports/135329
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-generate_html/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-generate_html/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-generate_html/pkg-descr | 13 | ||||
-rw-r--r-- | math/octave-forge-generate_html/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 84135758619..26c399c9160 100644 --- a/math/Makefile +++ b/math/Makefile @@ -211,6 +211,7 @@ SUBDIR += octave-forge-ftp SUBDIR += octave-forge-ga SUBDIR += octave-forge-general + SUBDIR += octave-forge-generate_html SUBDIR += octave-forge-graceplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident diff --git a/math/octave-forge-generate_html/Makefile b/math/octave-forge-generate_html/Makefile new file mode 100644 index 00000000000..df26b077897 --- /dev/null +++ b/math/octave-forge-generate_html/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge-generate_html +# Date created: 7 June 2009 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-generate_html +PORTVERSION= 0.0.9 +CATEGORIES= math + +MAINTAINER= stephen@missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-generate_html/distinfo b/math/octave-forge-generate_html/distinfo new file mode 100644 index 00000000000..d9d55ca9d2f --- /dev/null +++ b/math/octave-forge-generate_html/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/generate_html-0.0.9.tar.gz) = 07c1ba7c42fa37ab243aa22ddd1fb5ac +SHA256 (octave-forge/generate_html-0.0.9.tar.gz) = b03fdf380b04c805a306acfad36a0ef5ff58c9d5f92a48015be4e1d8d11d3bf6 +SIZE (octave-forge/generate_html-0.0.9.tar.gz) = 28129 diff --git a/math/octave-forge-generate_html/pkg-descr b/math/octave-forge-generate_html/pkg-descr new file mode 100644 index 00000000000..461692cd47a --- /dev/null +++ b/math/octave-forge-generate_html/pkg-descr @@ -0,0 +1,13 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is generate_html. + + This package provides functions for generating HTML pages that contain + the help texts for a set of functions. The package is designed to be as + general as possible, but also contains convenience functions for + generating a set of pages for entire packages. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-generate_html/pkg-plist b/math/octave-forge-generate_html/pkg-plist new file mode 100644 index 00000000000..a999ec86c07 --- /dev/null +++ b/math/octave-forge-generate_html/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |