Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2004 22:48:59 -0800 (PST)
From:      SAKAI Hiroaki <hsakai@m8.ffn.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62464: update port: htmlsection
Message-ID:  <200402070648.i176mxpT005742@www.freebsd.org>
Resent-Message-ID: <200402070650.i176o9fK002756@freefall.freebsd.org>

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

>Number:         62464
>Category:       ports
>Synopsis:       update port: htmlsection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 06 22:50:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     SAKAI Hiroaki
>Release:        4.8-RELEASE
>Organization:
FINET
>Environment:
FreeBSD home6 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Mon Jun  2 21:20:52 GMT 2003     hiroaki@home6:/usr/src/sys/compile/PCHAN  i386

>Description:
Updated ports: textproc/htmlsection from 1.0 to 1.1

>How-To-Repeat:
      
>Fix:
diff -ruN htmlsection/Makefile htmlsection.new/Makefile
--- htmlsection/Makefile	Fri Feb 21 13:42:36 2003
+++ htmlsection.new/Makefile	Mon Dec  8 23:52:53 2003
@@ -6,13 +6,11 @@
 #
 
 PORTNAME=	htmlsection
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	textproc www
-MASTER_SITES=	http://www.seki.ee.kagu.tus.ac.jp/~sakai/myfreesoft/ \
-		http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \
-		http://www.people.or.jp/~hsakai/myfreesoft/
+MASTER_SITES=	http://web.ffn.ne.jp/~hsakai/myfreesoft/
 
-MAINTAINER=	sakai@seki.ee.kagu.tus.ac.jp
+MAINTAINER=	hsakai@m8.ffn.ne.jp
 COMMENT=	Insert section numbers in HTML and make a table of contents
 
 MAN1=		htmlsection.1
@@ -30,6 +28,10 @@
 	@${MKDIR} ${DOCSDIR}
 .for file in INSTALL README htmlsection_orig.html htmlsection.html
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+	@${MKDIR} ${PREFIX}/share/doc/ja/htmlsection
+.for file in INSTALL-j README-j htmlsection-j_orig.html htmlsection-j.html
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ja/htmlsection
 .endfor
 .endif
 
diff -ruN htmlsection/distinfo htmlsection.new/distinfo
--- htmlsection/distinfo	Fri Oct  5 00:00:52 2001
+++ htmlsection.new/distinfo	Mon Dec  8 21:31:10 2003
@@ -1 +1 @@
-MD5 (htmlsection-1.0.tar.gz) = b01eebda5a73fdfa6f5fc03fed391426
+MD5 (htmlsection-1.1.tar.gz) = a463e67f06625f9a65b875399adf711e
diff -ruN htmlsection/pkg-descr htmlsection.new/pkg-descr
--- htmlsection/pkg-descr	Tue Nov  5 21:05:03 2002
+++ htmlsection.new/pkg-descr	Mon Dec  8 21:27:47 2003
@@ -1,15 +1,15 @@
-htmlsection is a perl script to insert section numbers in HTML. When you use
+htmlsection is a perl script to insert section number in HTML. When you use
 htmlsection, you don't have to manage section, table, figure, program-list,
-and reference numbers and you don't have to make the table of contents,
-table index, figure index, and program-list index.
+reference, term and note numbers and you don't have to make the table of
+contents, table index, figure index, and program-list index.
 
 * 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.
+* Insert table, figure, and program-list numbers and make links.
 * Make the index of tables, figures, and program-lists.
-* Insert reference number and make links.
+* Insert reference, term, and note numbers and make links.
 
-WWW: http://www.seki.ee.kagu.tus.ac.jp/~sakai/myfreesoft/htmlsection.html
+WWW: http://web.ffn.ne.jp/~hsakai/myfreesoft/htmlsection.html
 
 --
-SAKAI Hiroaki <sakai@seki.ee.kagu.tus.ac.jp>
+SAKAI Hiroaki <hsakai@m8.ffn.ne.jp>
diff -ruN htmlsection/pkg-plist htmlsection.new/pkg-plist
--- htmlsection/pkg-plist	Fri Oct  5 00:00:52 2001
+++ htmlsection.new/pkg-plist	Mon Dec  8 23:50:31 2003
@@ -3,4 +3,9 @@
 %%PORTDOCS%%share/doc/htmlsection/README
 %%PORTDOCS%%share/doc/htmlsection/htmlsection_orig.html
 %%PORTDOCS%%share/doc/htmlsection/htmlsection.html
+%%PORTDOCS%%share/doc/ja/htmlsection/INSTALL-j
+%%PORTDOCS%%share/doc/ja/htmlsection/README-j
+%%PORTDOCS%%share/doc/ja/htmlsection/htmlsection-j_orig.html
+%%PORTDOCS%%share/doc/ja/htmlsection/htmlsection-j.html
 %%PORTDOCS%%@dirrm share/doc/htmlsection
+%%PORTDOCS%%@dirrm share/doc/ja/htmlsection
      
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402070648.i176mxpT005742>