diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-27 05:54:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-27 05:54:43 +0000 |
commit | 185eaefa6a6774f1656067ef187a146caa178176 (patch) | |
tree | 8b49ed0da0ba3ad7d7dfeef2f41870496c24bce2 /www | |
parent | Add p5-HTTP-MobileAgent, an HTTP mobile user agent string parser for (diff) |
Add html2hdml, an i-mode HTML to EZweb HDML converter.
Notes
Notes:
svn path=/head/; revision=76553
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/html2hdml/Makefile | 19 | ||||
-rw-r--r-- | www/html2hdml/distinfo | 1 | ||||
-rw-r--r-- | www/html2hdml/pkg-descr | 3 | ||||
-rw-r--r-- | www/html2hdml/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4ac42aeae5d3..306b5a691549 100644 --- a/www/Makefile +++ b/www/Makefile @@ -108,6 +108,7 @@ SUBDIR += horde2 SUBDIR += hotjava SUBDIR += htdump + SUBDIR += html2hdml SUBDIR += html2wml SUBDIR += htmlobject SUBDIR += htmlpp diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile new file mode 100644 index 000000000000..6ad05fc95486 --- /dev/null +++ b/www/html2hdml/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: html2hdml +# Date created: 27 February 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= html2hdml +PORTVERSION= 1.0.2 +CATEGORIES= www textproc +MASTER_SITES= http://downloads.sourceforge.jp/html2hdml/2459/ +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= An i-mode HTML to EZweb HDML converter + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/html2hdml/distinfo b/www/html2hdml/distinfo new file mode 100644 index 000000000000..64a1c93a6dc5 --- /dev/null +++ b/www/html2hdml/distinfo @@ -0,0 +1 @@ +MD5 (html2hdml-1.0.2.tar.gz) = 6a0edeebd31e5eb2cf56389c9387ba82 diff --git a/www/html2hdml/pkg-descr b/www/html2hdml/pkg-descr new file mode 100644 index 000000000000..c285d8ac349f --- /dev/null +++ b/www/html2hdml/pkg-descr @@ -0,0 +1,3 @@ +html2hdml converts i-mode HTML to EZweb HDML. + +WWW: https://sourceforge.jp/projects/html2hdml/ diff --git a/www/html2hdml/pkg-plist b/www/html2hdml/pkg-plist new file mode 100644 index 000000000000..ae81351ba887 --- /dev/null +++ b/www/html2hdml/pkg-plist @@ -0,0 +1 @@ +bin/html2hdml |