Skip to content

Commit a9bccef

Browse files
committed
Add a package for cjose-0.6.1.
From Jasper Siepkes via Github, reviewed by kamil@ and leot@. Closes #44. Library implementing the Javascript Object Signing and Encryption (JOSE).
1 parent e9d04a0 commit a9bccef

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

textproc/cjose/DESCR

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Library implementing the Javascript Object Signing and Encryption (JOSE).

textproc/cjose/Makefile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# $NetBSD: Makefile,v 1.1 2019/03/16 08:03:56 bsiegert Exp $
2+
3+
DISTNAME= cjose-0.6.1
4+
CATEGORIES= textproc
5+
MASTER_SITES= ${MASTER_SITE_GITHUB:=cisco/}
6+
7+
MAINTAINER= [email protected]
8+
HOMEPAGE= https://github.com/cisco/cjose/
9+
COMMENT= C implementation of JOSE
10+
LICENSE= mit
11+
12+
GNU_CONFIGURE= yes
13+
USE_LIBTOOL= yes
14+
USE_TOOLS+= pkg-config
15+
16+
PKGCONFIG_OVERRIDE+= cjose.pc.in
17+
18+
.include "../../security/openssl/buildlink3.mk"
19+
.include "../../textproc/jansson/buildlink3.mk"
20+
.include "../../mk/bsd.pkg.mk"

textproc/cjose/PLIST

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@comment $NetBSD: PLIST,v 1.1 2019/03/16 08:03:56 bsiegert Exp $
2+
include/cjose/base64.h
3+
include/cjose/cjose.h
4+
include/cjose/error.h
5+
include/cjose/header.h
6+
include/cjose/jwe.h
7+
include/cjose/jwk.h
8+
include/cjose/jws.h
9+
include/cjose/util.h
10+
include/cjose/version.h
11+
lib/libcjose.la
12+
lib/pkgconfig/cjose.pc

textproc/cjose/buildlink3.mk

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# $NetBSD: buildlink3.mk,v 1.1 2019/03/16 08:03:56 bsiegert Exp $
2+
3+
BUILDLINK_TREE+= cjose
4+
5+
.if !defined(CJOSE_BUILDLINK3_MK)
6+
CJOSE_BUILDLINK3_MK:=
7+
8+
BUILDLINK_API_DEPENDS.cjose+= cjose>=0.6.1
9+
BUILDLINK_PKGSRCDIR.cjose?= ../../textproc/cjose
10+
11+
.include "../../textproc/jansson/buildlink3.mk"
12+
.include "../../security/openssl/buildlink3.mk"
13+
.endif # CJOSE_BUILDLINK3_MK
14+
15+
BUILDLINK_TREE+= -cjose

textproc/cjose/distinfo

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
$NetBSD: distinfo,v 1.1 2019/03/16 08:03:56 bsiegert Exp $
2+
3+
SHA1 (cjose-0.6.1.tar.gz) = 0dd6efca729f1190f66855523c3920c3f7ddd482
4+
RMD160 (cjose-0.6.1.tar.gz) = 653323af3933dd622689815c3e11a102b23808c9
5+
SHA512 (cjose-0.6.1.tar.gz) = 7ae67a6d19591b3d19b888270ec0ca17df399bea117e42686fc1de39b3741ed9a8816f96d33d090687c49c3123cdc95430a781835a525a02d22561ebf5aaa653
6+
Size (cjose-0.6.1.tar.gz) = 1586963 bytes

0 commit comments

Comments
 (0)