summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-02-06 01:17:35 +0000
committeryouri <youri@pkgsrc.org>2016-02-06 01:17:35 +0000
commit82bf6c536955c179a81be1d861c030662fc55073 (patch)
tree595428e2b976108bc0aa62921075472bc42793c5 /devel
parent60a9c9e83b4b7305a036fd1bba0879f1088507b1 (diff)
downloadpkgsrc-82bf6c536955c179a81be1d861c030662fc55073.tar.gz
Import picopb-20150628 as devel/picopb.
picopb is an implementation of Google protocol buffers in C. The picopbc utility converts a .proto description to C source code that can be used with the libpicopb library to process, encode, and decode protocol buffers messages.
Diffstat (limited to 'devel')
-rw-r--r--devel/picopb/DESCR5
-rw-r--r--devel/picopb/Makefile16
-rw-r--r--devel/picopb/PLIST10
-rw-r--r--devel/picopb/distinfo6
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/picopb/DESCR b/devel/picopb/DESCR
new file mode 100644
index 00000000000..7165fc3d028
--- /dev/null
+++ b/devel/picopb/DESCR
@@ -0,0 +1,5 @@
+picopb is an implementation of Google protocol buffers in C.
+
+The picopbc utility converts a .proto description to C source code that
+can be used with the libpicopb library to process, encode, and decode
+protocol buffers messages.
diff --git a/devel/picopb/Makefile b/devel/picopb/Makefile
new file mode 100644
index 00000000000..560d7270df4
--- /dev/null
+++ b/devel/picopb/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/02/06 01:17:35 youri Exp $
+
+DISTNAME= picopb-20150628
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= youri@NetBSD.org
+HOMEPAGE= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
+COMMENT= Small implementation of Google protocol buffers in C
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/picopb/PLIST b/devel/picopb/PLIST
new file mode 100644
index 00000000000..41558098037
--- /dev/null
+++ b/devel/picopb/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2016/02/06 01:17:35 youri Exp $
+bin/picopbc
+lib/libpicopb.la
+man/man1/picopbc.1
+man/man3/pb.3
+man/man3/pb_bytes.3
+man/man3/pb_decode.3
+man/man3/pb_encode.3
+man/man3/pb_repeated.3
+man/man3/pb_string.3
diff --git a/devel/picopb/distinfo b/devel/picopb/distinfo
new file mode 100644
index 00000000000..b8e9206c360
--- /dev/null
+++ b/devel/picopb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/02/06 01:17:35 youri Exp $
+
+SHA1 (picopb-20150628.tgz) = f71e7b665c8c2c983b9a5d3efd2efaf20bdd837a
+RMD160 (picopb-20150628.tgz) = 9a123bf5d331e64d5fbdae0af7b88cb509c17736
+SHA512 (picopb-20150628.tgz) = 395ff0b3899b4b4cc4af49eee2c6ee601914d8b18ecfbd447c7588a4ed242d69954060ce371265258210556f1539b4fffdd595768249936acb06f6cefa14e70d
+Size (picopb-20150628.tgz) = 716713 bytes