aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ekhtml
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-13 00:35:08 +0800
committermiwi <miwi@FreeBSD.org>2008-01-13 00:35:08 +0800
commit9aa2bedde9a3901622b2b3ce1730d80976cf9641 (patch)
tree3b2e492d342a2b7a6efb2e51c148bf787d687cbc /textproc/ekhtml
parent1264cce4e3b0716d3d3a2923f12cb31d923e0f9e (diff)
downloadfreebsd-ports-gnome-9aa2bedde9a3901622b2b3ce1730d80976cf9641.tar.gz
freebsd-ports-gnome-9aa2bedde9a3901622b2b3ce1730d80976cf9641.tar.zst
freebsd-ports-gnome-9aa2bedde9a3901622b2b3ce1730d80976cf9641.zip
El-Kabong is a high-speed, forgiving, sax-style HTML parser.
Its aim is to provide consumers with a very fast, clean, lightweight library which parses HTML quickly, while forgiving syntactically incorrect tags. WWW: http://ekhtml.sourceforge.net/ PR: ports/118917 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'textproc/ekhtml')
-rw-r--r--textproc/ekhtml/Makefile27
-rw-r--r--textproc/ekhtml/distinfo3
-rw-r--r--textproc/ekhtml/pkg-descr6
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/ekhtml/Makefile b/textproc/ekhtml/Makefile
new file mode 100644
index 000000000000..cc1fa13e4de9
--- /dev/null
+++ b/textproc/ekhtml/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ekhtml
+# Date created: 21 December 2007
+# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ekhtml
+PORTVERSION= 0.3.2
+CATEGORIES= textproc
+MASTER_SITES= SF
+
+MAINTAINER= ditesh@gathani.org
+COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser
+
+USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+USE_LDCONFIG= yes
+
+PLIST_FILES= include/ekhtml.h lib/libekhtml.a \
+ lib/libekhtml.la lib/libekhtml.so \
+ lib/libekhtml.so.0
+
+.include <bsd.port.mk>
diff --git a/textproc/ekhtml/distinfo b/textproc/ekhtml/distinfo
new file mode 100644
index 000000000000..9c6cabb29f97
--- /dev/null
+++ b/textproc/ekhtml/distinfo
@@ -0,0 +1,3 @@
+MD5 (ekhtml-0.3.2.tar.gz) = cc9d2e4adaccacfacefddbd75ccccfdf
+SHA256 (ekhtml-0.3.2.tar.gz) = 1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6
+SIZE (ekhtml-0.3.2.tar.gz) = 234917
diff --git a/textproc/ekhtml/pkg-descr b/textproc/ekhtml/pkg-descr
new file mode 100644
index 000000000000..2b8d4bb8aee8
--- /dev/null
+++ b/textproc/ekhtml/pkg-descr
@@ -0,0 +1,6 @@
+El-Kabong is a high-speed, forgiving, sax-style HTML parser.
+Its aim is to provide consumers with a very fast, clean,
+lightweight library which parses HTML quickly, while forgiving
+syntactically incorrect tags.
+
+WWW: http://ekhtml.sourceforge.net/