summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2011-10-12 03:15:20 +0000
committerjnemeth <jnemeth@pkgsrc.org>2011-10-12 03:15:20 +0000
commite11e34c259fcf796069bcfdddde35738646b0f4f (patch)
tree4c30ac5b18ae8b9509e8bcabb8b22037101a1a47 /textproc
parent3a65899337fbf4817a902026cadaf7f0ffa68377 (diff)
downloadpkgsrc-e11e34c259fcf796069bcfdddde35738646b0f4f.tar.gz
This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded in ANSI C except the network code (which is POSIX compatible), thus highly portable.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/iksemel/DESCR4
-rw-r--r--textproc/iksemel/Makefile25
-rw-r--r--textproc/iksemel/PLIST8
-rw-r--r--textproc/iksemel/buildlink3.mk14
-rw-r--r--textproc/iksemel/distinfo5
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/iksemel/DESCR b/textproc/iksemel/DESCR
new file mode 100644
index 00000000000..8ea8a4c8350
--- /dev/null
+++ b/textproc/iksemel/DESCR
@@ -0,0 +1,4 @@
+This is an XML parser library mainly designed for Jabber applications.
+It provides SAX, DOM, and special Jabber stream APIs. Library is coded
+in ANSI C except the network code (which is POSIX compatible), thus
+highly portable.
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile
new file mode 100644
index 00000000000..2ecf19b0887
--- /dev/null
+++ b/textproc/iksemel/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
+#
+
+DISTNAME= iksemel-1.4
+CATEGORIES= textproc
+MASTER_SITES= http://iksemel.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/iksemel/
+COMMENT= XML parser library mainly designed for Jabber applications
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+INFO_FILES= yes
+
+PKGCONFIG_OVERRIDE+= iksemel.pc.in
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/iksemel/PLIST b/textproc/iksemel/PLIST
new file mode 100644
index 00000000000..f7c83fa9d47
--- /dev/null
+++ b/textproc/iksemel/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
+bin/ikslint
+bin/iksperf
+bin/iksroster
+include/iksemel.h
+info/iksemel
+lib/libiksemel.la
+lib/pkgconfig/iksemel.pc
diff --git a/textproc/iksemel/buildlink3.mk b/textproc/iksemel/buildlink3.mk
new file mode 100644
index 00000000000..c2679924053
--- /dev/null
+++ b/textproc/iksemel/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
+
+BUILDLINK_TREE+= iksemel
+
+.if !defined(IKSEMEL_BUILDLINK3_MK)
+IKSEMEL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.iksemel+= iksemel>=1.4
+BUILDLINK_PKGSRCDIR.iksemel?= ../../textproc/iksemel
+
+#.include "../../security/gnutls/buildlink3.mk"
+.endif # IKSEMEL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -iksemel
diff --git a/textproc/iksemel/distinfo b/textproc/iksemel/distinfo
new file mode 100644
index 00000000000..b196ae54685
--- /dev/null
+++ b/textproc/iksemel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
+
+SHA1 (iksemel-1.4.tar.gz) = 722910b99ce794fd3f6f0e5f33fa804732cf46db
+RMD160 (iksemel-1.4.tar.gz) = 8f6e528d8a5d08bce88cb90b100dab7ea7a0d203
+Size (iksemel-1.4.tar.gz) = 515581 bytes