1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.1 |
---|
6 | |
---|
7 | octave.setup generate_html 0.1.7 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description This package provides functions for generating HTML pages \ |
---|
12 | that contain the help texts for a set of functions. |
---|
13 | long_description ${description} The package is designed to be as general as possible, \ |
---|
14 | but also contains convenience functions for generating a set of \ |
---|
15 | pages for entire packages. |
---|
16 | |
---|
17 | checksums rmd160 581de177db22054c27b3da412ebdaf00022c0542 \ |
---|
18 | sha256 fe72bb3aa3276cd8fbce840a14c0dbdeccb89486358b3560bd8b07c927c04d53 |
---|