summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-11 21:33:44 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-11 21:33:44 +0000
commit086b756a18a347526f850de3fb7b905d78a50311 (patch)
treec16477676ba5ac1aee20f455cf480b904f27cbf5 /textproc
parent- Update to 1.4.0 beta1 (diff)
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>
Notes
Notes: svn path=/head/; revision=128544
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 904a7ce7e150..bfee0702c1b9 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 000000000000..d9b8ceee825b
--- /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 000000000000..f1806c6c4f93
--- /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 000000000000..ed89cf7d9fc2
--- /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 000000000000..f61fb7b5e688
--- /dev/null
+++ b/textproc/libhtmlparse/pkg-plist
@@ -0,0 +1,4 @@
+include/lhtml.h
+lib/libhtmlparse.a
+lib/libhtmlparse.so
+lib/libhtmlparse.so.0