diff options
author | sem <sem@FreeBSD.org> | 2005-02-12 05:33:44 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-12 05:33:44 +0800 |
commit | 6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60 (patch) | |
tree | 6054b4662c0d2f2cabffc289b570cbdf5663f2d2 /textproc/libhtmlparse | |
parent | bfadc898214cac8be251e600b881abcba3ec25e6 (diff) | |
download | freebsd-ports-gnome-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.tar.gz freebsd-ports-gnome-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.tar.zst freebsd-ports-gnome-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.zip |
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/libhtmlparse')
-rw-r--r-- | textproc/libhtmlparse/Makefile | 22 | ||||
-rw-r--r-- | textproc/libhtmlparse/distinfo | 2 | ||||
-rw-r--r-- | textproc/libhtmlparse/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/libhtmlparse/pkg-plist | 4 |
4 files changed, 34 insertions, 0 deletions
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 |