aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-07-19 14:52:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-07-19 14:52:08 +0000
commitae15629286dbf73f0df31890e72e544369ce0489 (patch)
treeb4a0b2fc22a849f0d1e0d0c5ef8db35abda80db1 /converters
parent3adfab64e21cbd2504af865ed442079ecd732911 (diff)
downloadports-ae15629286dbf73f0df31890e72e544369ce0489.tar.gz
ports-ae15629286dbf73f0df31890e72e544369ce0489.zip
HTML to XHTML converter written in perl.
PR: ports/83722 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: flz (mentor)
Notes
Notes: svn path=/head/; revision=139592
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/htx/Makefile27
-rw-r--r--converters/htx/distinfo2
-rw-r--r--converters/htx/pkg-descr3
4 files changed, 33 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 67066ceba339..2788d44ed086 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -18,6 +18,7 @@
SUBDIR += fix-mime-charset
SUBDIR += fribidi
SUBDIR += gbase
+ SUBDIR += htx
SUBDIR += i18ntools
SUBDIR += ical2html
SUBDIR += iconv
diff --git a/converters/htx/Makefile b/converters/htx/Makefile
new file mode 100644
index 000000000000..8b7d4059d272
--- /dev/null
+++ b/converters/htx/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: htx
+# Date created: 2005-07-19
+# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= htx
+PORTVERSION= 0.7.6
+CATEGORIES= converters www
+MASTER_SITES= http://stuff.myrealm.co.uk/htx/
+
+MAINTAINER= vsevolod@highsecure.ru
+COMMENT= HTML to XHTML converter
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+PLIST_FILES= bin/htx
+
+post-patch:
+ @${PERL5} -pi.orig -e 's,/usr/bin/perl,${PERL5},' ${WRKSRC}/htx
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff --git a/converters/htx/distinfo b/converters/htx/distinfo
new file mode 100644
index 000000000000..e21c6ecd7b77
--- /dev/null
+++ b/converters/htx/distinfo
@@ -0,0 +1,2 @@
+MD5 (htx-0.7.6.tar.gz) = 0237ad727593646f68dbafd8e9e3e370
+SIZE (htx-0.7.6.tar.gz) = 10764
diff --git a/converters/htx/pkg-descr b/converters/htx/pkg-descr
new file mode 100644
index 000000000000..012317bde06c
--- /dev/null
+++ b/converters/htx/pkg-descr
@@ -0,0 +1,3 @@
+HTML to XHTML converter written in perl.
+
+WWW: http://stuff.myrealm.co.uk/htx/