summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-11 21:33:44 +0000
committersem <sem@FreeBSD.org>2005-02-11 21:33:44 +0000
commit6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60 (patch)
tree6054b4662c0d2f2cabffc289b570cbdf5663f2d2 /textproc
parentbfadc898214cac8be251e600b881abcba3ec25e6 (diff)
downloadFreeBSD-ports-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.zip
FreeBSD-ports-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.tar.gz
libhtmlparse is a lightweight HTML parsing library. It is designed for
applications where speed is critical and certain advanced features aren't necessary. It's intended to be as simple as possible to use. PR: ports/75704 Submitted by: Mooneer Salem <mooneer(at)translator.cx>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/libhtmlparse/Makefile22
-rw-r--r--textproc/libhtmlparse/distinfo2
-rw-r--r--textproc/libhtmlparse/pkg-descr6
-rw-r--r--textproc/libhtmlparse/pkg-plist4
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 904a7ce..bfee070 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -195,6 +195,7 @@
SUBDIR += latte
SUBDIR += libcroco
SUBDIR += libebml
+ SUBDIR += libhtmlparse
SUBDIR += liblingoteach
SUBDIR += liblrdf
SUBDIR += libparsifal
diff --git a/textproc/libhtmlparse/Makefile b/textproc/libhtmlparse/Makefile
new file mode 100644
index 0000000..d9b8cee
--- /dev/null
+++ b/textproc/libhtmlparse/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libhtmlparse
+# Date created: 1 January 2005
+# Whom: Mooneer Salem <mooneer@translator.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libhtmlparse
+PORTVERSION= 0.2.0
+CATEGORIES= textproc devel
+MASTER_SITES= http://www.translator.cx/dist/libs/
+
+MAINTAINER= mooneer@translator.cx
+COMMENT= Simple and fast HTML parsing library for C programs
+
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/textproc/libhtmlparse/distinfo b/textproc/libhtmlparse/distinfo
new file mode 100644
index 0000000..f1806c6
--- /dev/null
+++ b/textproc/libhtmlparse/distinfo
@@ -0,0 +1,2 @@
+MD5 (libhtmlparse-0.2.0.tar.gz) = 5e1975367a23d33ef1358038ce1876be
+SIZE (libhtmlparse-0.2.0.tar.gz) = 376226
diff --git a/textproc/libhtmlparse/pkg-descr b/textproc/libhtmlparse/pkg-descr
new file mode 100644
index 0000000..ed89cf7
--- /dev/null
+++ b/textproc/libhtmlparse/pkg-descr
@@ -0,0 +1,6 @@
+libhtmlparse is a lightweight HTML parsing library. It is designed for
+applications where speed is critical and certain advanced features aren't
+necessary. It's intended to be as simple as possible to use.
+
+Author: Mooneer Salem <mooneer@translator.cx>
+WWW: http://www.translator.cx/software/libhtmlparse.html
diff --git a/textproc/libhtmlparse/pkg-plist b/textproc/libhtmlparse/pkg-plist
new file mode 100644
index 0000000..f61fb7b
--- /dev/null
+++ b/textproc/libhtmlparse/pkg-plist
@@ -0,0 +1,4 @@
+include/lhtml.h
+lib/libhtmlparse.a
+lib/libhtmlparse.so
+lib/libhtmlparse.so.0
OpenPOWER on IntegriCloud