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>
This commit is contained in:
Martin Wilke 2008-01-12 16:35:08 +00:00
parent b541c75aaa
commit 5bfa981946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205547
4 changed files with 37 additions and 0 deletions

View file

@ -124,6 +124,7 @@
SUBDIR += dwdiff
SUBDIR += easydiff
SUBDIR += ecromedos
SUBDIR += ekhtml
SUBDIR += el-aspell
SUBDIR += emacs-wiki
SUBDIR += en-aspell

27
textproc/ekhtml/Makefile Normal file
View file

@ -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>

3
textproc/ekhtml/distinfo Normal file
View file

@ -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

View file

@ -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/