Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 22:14:25 +0900 (JST)
From:      sakai@miya3f12.ee.kagu.sut.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31040: NEW PORT textproc/htmlsection
Message-ID:  <200110041314.WAA56265@miya.ee.kagu.sut.ac.jp>

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

>Number:         31040
>Category:       ports
>Synopsis:       NEW PORT textproc/htmlsection
>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:   Thu Oct 04 06:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     SAKAI Hiroaki
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
PFU
>Environment:

FreeBSD-4.2

>Description:

This is a new port of htmlsection-1.0.
htmlsection inserts section number in HTML and make the table of contents.

* Insert section number in HTML and make links to the section.
* Make the table of contents.
* Insert table, figure, and program-list number and make links.
* Make the index of tables, figures, and program-lists.
* Insert reference number and make links.

>How-To-Repeat:


>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:
#
#	htmlsection
#	htmlsection/distinfo
#	htmlsection/pkg-comment
#	htmlsection/Makefile
#	htmlsection/pkg-plist
#	htmlsection/pkg-descr
#
echo c - htmlsection
mkdir -p htmlsection > /dev/null 2>&1
echo x - htmlsection/distinfo
sed 's/^X//' >htmlsection/distinfo << 'END-of-htmlsection/distinfo'
XMD5 (htmlsection-1.0.tar.gz) = b01eebda5a73fdfa6f5fc03fed391426
END-of-htmlsection/distinfo
echo x - htmlsection/pkg-comment
sed 's/^X//' >htmlsection/pkg-comment << 'END-of-htmlsection/pkg-comment'
Xinsert section number in HTML and make the table of contents
END-of-htmlsection/pkg-comment
echo x - htmlsection/Makefile
sed 's/^X//' >htmlsection/Makefile << 'END-of-htmlsection/Makefile'
X# New ports collection makefile for:	htmlsection
X# Date created:		2 October 2001
X# Whom:			SAKAI Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	htmlsection
XPORTVERSION=	1.0
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ \
X		http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \
X		http://www.people.or.jp/~hsakai/myfreesoft/
X
XMAINTAINER=	sakai@seki.ee.kagu.sut.ac.jp
X
XMAN1=		htmlsection.1
XMANCOMPRESSED=	yes
XPORTSDOCDIR=	${PREFIX}/share/doc/htmlsection
X
Xpre-build:
X		@(echo perl is set ${PERL} in pre-build:)
X		@(cd ${WRKSRC}; ./findperl.sh ${PERL} > whereperl)
X		@(cd ${WRKSRC}; cat whereperl)
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/htmlsection ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/htmlsection.1.gz ${PREFIX}/man/man1/htmlsection.1.gz
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/COPYING ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/INSTALL ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/htmlsection_orig.html ${PORTSDOCDIR}
X	${INSTALL_DATA} ${WRKSRC}/htmlsection.html ${PORTSDOCDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-htmlsection/Makefile
echo x - htmlsection/pkg-plist
sed 's/^X//' >htmlsection/pkg-plist << 'END-of-htmlsection/pkg-plist'
Xbin/htmlsection
Xshare/doc/htmlsection/COPYING
Xshare/doc/htmlsection/COPYRIGHT
Xshare/doc/htmlsection/INSTALL
Xshare/doc/htmlsection/README
Xshare/doc/htmlsection/htmlsection_orig.html
Xshare/doc/htmlsection/htmlsection.html
X@dirrm share/doc/htmlsection
END-of-htmlsection/pkg-plist
echo x - htmlsection/pkg-descr
sed 's/^X//' >htmlsection/pkg-descr << 'END-of-htmlsection/pkg-descr'
Xhtmlsection is a perl script to insert section number in HTML. When you use
Xhtmlsection, you don't have to manage section, table, figure, program-list,
Xand reference numbers and you don't have to make the table of contents,
Xtable index, figure index, and program-list index.
X
X* Insert section number in HTML and make links to the section.
X* Make the table of contents.
X* Insert table, figure, and program-list number and make links.
X* Make the index of tables, figures, and program-lists.
X* Insert reference number and make links.
X
XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/htmlsection.html
X
X--
XSAKAI Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
END-of-htmlsection/pkg-descr
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?200110041314.WAA56265>