aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmlsection
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htmlsection')
-rw-r--r--textproc/htmlsection/Makefile12
-rw-r--r--textproc/htmlsection/distinfo2
-rw-r--r--textproc/htmlsection/pkg-descr14
-rw-r--r--textproc/htmlsection/pkg-plist5
4 files changed, 20 insertions, 13 deletions
diff --git a/textproc/htmlsection/Makefile b/textproc/htmlsection/Makefile
index 10fb1f586f85..dfe6a8cbcb7e 100644
--- a/textproc/htmlsection/Makefile
+++ b/textproc/htmlsection/Makefile
@@ -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
@@ -31,6 +29,10 @@ do-install:
.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
.include <bsd.port.mk>
diff --git a/textproc/htmlsection/distinfo b/textproc/htmlsection/distinfo
index dca10e5c9cad..0d767bb2fa7e 100644
--- a/textproc/htmlsection/distinfo
+++ b/textproc/htmlsection/distinfo
@@ -1 +1 @@
-MD5 (htmlsection-1.0.tar.gz) = b01eebda5a73fdfa6f5fc03fed391426
+MD5 (htmlsection-1.1.tar.gz) = a463e67f06625f9a65b875399adf711e
diff --git a/textproc/htmlsection/pkg-descr b/textproc/htmlsection/pkg-descr
index fe3240146739..2c59bff06922 100644
--- a/textproc/htmlsection/pkg-descr
+++ b/textproc/htmlsection/pkg-descr
@@ -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 --git a/textproc/htmlsection/pkg-plist b/textproc/htmlsection/pkg-plist
index 93359934bb8c..2fb597a276e1 100644
--- a/textproc/htmlsection/pkg-plist
+++ b/textproc/htmlsection/pkg-plist
@@ -3,4 +3,9 @@ bin/htmlsection
%%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