mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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>
This commit is contained in:
parent
8b2c32ef05
commit
d3b4327e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235756
@ -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
|
||||
|
17
math/octave-forge-generate_html/Makefile
Normal file
17
math/octave-forge-generate_html/Makefile
Normal file
@ -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>
|
3
math/octave-forge-generate_html/distinfo
Normal file
3
math/octave-forge-generate_html/distinfo
Normal file
@ -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
|
13
math/octave-forge-generate_html/pkg-descr
Normal file
13
math/octave-forge-generate_html/pkg-descr
Normal file
@ -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/
|
1
math/octave-forge-generate_html/pkg-plist
Normal file
1
math/octave-forge-generate_html/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user