pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add libmesode-git



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Mon Jan 23 22:34:45 2017 +0100
Changeset:	0d7b688c339993de31e77e842bf146b977000114

Added Files:
	libmesode-git/DESCR
	libmesode-git/Makefile
	libmesode-git/PLIST
	libmesode-git/buildlink3.mk
	libmesode-git/distinfo

Log Message:
Add libmesode-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d7b688c339993de31e77e842bf146b977000114

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libmesode-git/DESCR         |  6 ++++++
 libmesode-git/Makefile      | 27 +++++++++++++++++++++++++++
 libmesode-git/PLIST         |  4 ++++
 libmesode-git/buildlink3.mk | 15 +++++++++++++++
 libmesode-git/distinfo      |  6 ++++++
 5 files changed, 58 insertions(+)

diffs:
diff --git a/libmesode-git/DESCR b/libmesode-git/DESCR
new file mode 100644
index 0000000..365db94
--- /dev/null
+++ b/libmesode-git/DESCR
@@ -0,0 +1,6 @@
+libmesode is a libstrophe fork.
+
+libstrophe is a minimal XMPP library written in C. It has almost no
+external dependencies, only an XML parsing library (expat or libxml are
+both supported).
+It is designed for both POSIX and Windows systems.
diff --git a/libmesode-git/Makefile b/libmesode-git/Makefile
new file mode 100644
index 0000000..0849473
--- /dev/null
+++ b/libmesode-git/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	libmesode-0.9.1
+CATEGORIES=	chat
+MASTER_SITES=	${MASTER_SITE_GITHUB:=boothj5/}
+GITHUB_TAG=	e3db0e9bfba61b2d82193874343a94a88f910800
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/boothj5/libmesode
+COMMENT=	Fork of libstrophe
+LICENSE=	mit OR gnu-gpl-v3
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	autoconf automake autoreconf pkg-config
+USE_LANGUAGES=	c c++
+
+CONFIGURE_ARGS+=	--with-libxml2
+
+PKGCONFIG_OVERRIDE+=	libstrophe.pc.in
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -i
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libmesode-git/PLIST b/libmesode-git/PLIST
new file mode 100644
index 0000000..016e20b
--- /dev/null
+++ b/libmesode-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/mesode.h
+lib/libmesode.la
+lib/pkgconfig/libmesode.pc
diff --git a/libmesode-git/buildlink3.mk b/libmesode-git/buildlink3.mk
new file mode 100644
index 0000000..0eeee40
--- /dev/null
+++ b/libmesode-git/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libmesode
+
+.if !defined(LIBMESODE_BUILDLINK3_MK)
+LIBMESODE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libmesode+=	libmesode>=0.9.1
+BUILDLINK_PKGSRCDIR.libmesode?=		../../wip/libmesode-git
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.endif	# LIBMESODE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libmesode
diff --git a/libmesode-git/distinfo b/libmesode-git/distinfo
new file mode 100644
index 0000000..06c403f
--- /dev/null
+++ b/libmesode-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libmesode-0.9.1-e3db0e9bfba61b2d82193874343a94a88f910800.tar.gz) = 4be123e4887f10779ef494c4a0132b3bc47859cd
+RMD160 (libmesode-0.9.1-e3db0e9bfba61b2d82193874343a94a88f910800.tar.gz) = cd3866aace465ffc3b9ab564302b6733d75884eb
+SHA512 (libmesode-0.9.1-e3db0e9bfba61b2d82193874343a94a88f910800.tar.gz) = 7ddcc1bb71f0b0b546a7300c7e57b92fdf1d9fb82052c7a31eccf7854eee1193b7226f01aab8c7d4e9663a7a78168f2b6865e63d4fd393167a888599960ff25f
+Size (libmesode-0.9.1-e3db0e9bfba61b2d82193874343a94a88f910800.tar.gz) = 143108 bytes


Home | Main Index | Thread Index | Old Index