pkgsrc-WIP-changes archive

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

Add libsearpc library required by ccnet required by seafile-daemon required seafile-client Package creation is unfinished.



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sat Oct 22 23:16:07 2016 +0000
Changeset:	5724f991c944cb8d710892b8af5583ca8aa2aec5

Added Files:
	seafile-libsearpc/DESCR
	seafile-libsearpc/Makefile
	seafile-libsearpc/PLIST
	seafile-libsearpc/distinfo

Log Message:
Add libsearpc library required by ccnet required by seafile-daemon required seafile-client
Package creation is unfinished.

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

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

diffstat:
 seafile-libsearpc/DESCR    |  3 +++
 seafile-libsearpc/Makefile | 37 +++++++++++++++++++++++++++++++++++++
 seafile-libsearpc/PLIST    | 20 ++++++++++++++++++++
 seafile-libsearpc/distinfo |  6 ++++++
 4 files changed, 66 insertions(+)

diffs:
diff --git a/seafile-libsearpc/DESCR b/seafile-libsearpc/DESCR
new file mode 100644
index 0000000..30cedec
--- /dev/null
+++ b/seafile-libsearpc/DESCR
@@ -0,0 +1,3 @@
+Searpc is a simple C language RPC framework based on GObject system.
+Searpc handles the serialization/deserialization part of RPC, the
+transport part is left to users.
diff --git a/seafile-libsearpc/Makefile b/seafile-libsearpc/Makefile
new file mode 100644
index 0000000..20a47e5
--- /dev/null
+++ b/seafile-libsearpc/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+PKGNAME=	seafile-libsearpc-3.0
+CATEGORIES=	net
+GHCOMMIT=	258d508e6cbc7e80e3e3f51a66390c162049deff
+DISTNAME=	${GHCOMMIT}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=haiwen/libsearpc/archive/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	amoibos%gmail.com@localhost
+HOMEPAGE=	http://seafile.com/
+COMMENT=	Simple RPC framework based on GObject system
+LICENSE=	apache-2.0
+
+DIST_SUBDIR=	seafile
+WRKSRC=		${WRKDIR}/libsearpc-${GHCOMMIT}
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+
+AUTOCONF_VERSION=2.61
+AUTOMAKE_VERSION=1.9
+
+USE_LANGUAGES+=	c c++
+USE_TOOLS+=	pkg-config gmake automake autoreconf
+
+#DEPENDS+=	${PYPKGPREFIX}-simplejson>=../../converters/py-simplejson
+
+
+pre-configure:
+	cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} && AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -fi
+
+
+.include "../../textproc/jansson/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/seafile-libsearpc/PLIST b/seafile-libsearpc/PLIST
new file mode 100644
index 0000000..9c16442
--- /dev/null
+++ b/seafile-libsearpc/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+bin/searpc-codegen.py
+include/searpc-client.h
+include/searpc-server.h
+include/searpc-utils.h
+include/searpc.h
+lib/libsearpc.la
+lib/pkgconfig/libsearpc.pc
+${PYSITELIB}/pysearpc/__init__.py
+${PYSITELIB}/pysearpc/__init__.pyc
+${PYSITELIB}/pysearpc/__init__.pyo
+${PYSITELIB}/pysearpc/client.py
+${PYSITELIB}/pysearpc/client.pyc
+${PYSITELIB}/pysearpc/client.pyo
+${PYSITELIB}/pysearpc/common.py
+${PYSITELIB}/pysearpc/common.pyc
+${PYSITELIB}/pysearpc/common.pyo
+${PYSITELIB}/pysearpc/server.py
+${PYSITELIB}/pysearpc/server.pyc
+${PYSITELIB}/pysearpc/server.pyo
diff --git a/seafile-libsearpc/distinfo b/seafile-libsearpc/distinfo
new file mode 100644
index 0000000..c421ecd
--- /dev/null
+++ b/seafile-libsearpc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (seafile/258d508e6cbc7e80e3e3f51a66390c162049deff.zip) = e97ad7daa4f1039a15e3c167a884392640731f9b
+RMD160 (seafile/258d508e6cbc7e80e3e3f51a66390c162049deff.zip) = 37b798fef424667a5a7c678a8782d78dfffba36f
+SHA512 (seafile/258d508e6cbc7e80e3e3f51a66390c162049deff.zip) = b0047de42f2d86b34d97c76335e45197faff15a0306e9ccf117545b0a02cca07cbfee3ec581ff7e9ad4ee811f429e81b3d3687af92e326ff69393146cd21cf85
+Size (seafile/258d508e6cbc7e80e3e3f51a66390c162049deff.zip) = 69666 bytes


Home | Main Index | Thread Index | Old Index