pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/erlang-base64url
Module Name: pkgsrc
Committed By: fhajny
Date: Thu Dec 14 21:00:30 UTC 2017
Added Files:
pkgsrc/devel/erlang-base64url: DESCR Makefile PLIST distinfo
Log Message:
Import base64url-1.0 as devel/erlang-base64url.
Standalone URL safe base64-compatible codec.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/erlang-base64url/DESCR \
pkgsrc/devel/erlang-base64url/Makefile \
pkgsrc/devel/erlang-base64url/PLIST \
pkgsrc/devel/erlang-base64url/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/erlang-base64url/DESCR
diff -u /dev/null pkgsrc/devel/erlang-base64url/DESCR:1.1
--- /dev/null Thu Dec 14 21:00:30 2017
+++ pkgsrc/devel/erlang-base64url/DESCR Thu Dec 14 21:00:30 2017
@@ -0,0 +1 @@
+Standalone URL safe base64-compatible codec.
Index: pkgsrc/devel/erlang-base64url/Makefile
diff -u /dev/null pkgsrc/devel/erlang-base64url/Makefile:1.1
--- /dev/null Thu Dec 14 21:00:30 2017
+++ pkgsrc/devel/erlang-base64url/Makefile Thu Dec 14 21:00:30 2017
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/12/14 21:00:30 fhajny Exp $
+
+DISTNAME= base64url-1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dvv/}
+
+HOMEPAGE= https://github.com/dvv/base64url/
+COMMENT= URL safe base64-compatible codec
+LICENSE= mit
+
+GITHUB_PROJECT= base64url
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+.include "../../lang/erlang/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/erlang-base64url/PLIST
diff -u /dev/null pkgsrc/devel/erlang-base64url/PLIST:1.1
--- /dev/null Thu Dec 14 21:00:30 2017
+++ pkgsrc/devel/erlang-base64url/PLIST Thu Dec 14 21:00:30 2017
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/14 21:00:30 fhajny Exp $
+lib/erlang/lib/base64url-${PKGVERSION}/ebin/base64url.app
+lib/erlang/lib/base64url-${PKGVERSION}/ebin/base64url.beam
Index: pkgsrc/devel/erlang-base64url/distinfo
diff -u /dev/null pkgsrc/devel/erlang-base64url/distinfo:1.1
--- /dev/null Thu Dec 14 21:00:30 2017
+++ pkgsrc/devel/erlang-base64url/distinfo Thu Dec 14 21:00:30 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/14 21:00:30 fhajny Exp $
+
+SHA1 (base64url-1.0.tar.gz) = df1d68329c88b7afea78432da1ea76f7d523c0f5
+RMD160 (base64url-1.0.tar.gz) = 2eb21758b8b89829abc3658bcc6f36444b2964f4
+SHA512 (base64url-1.0.tar.gz) = f9f5062d8a45c5d0fbfb7179359137e88a1af10e29c1329506446d2142331176f6be2aa30387e4c98855440c1da943ea16a655ed2ad5168d4f5f8a2cd1c47c5f
+Size (base64url-1.0.tar.gz) = 2759 bytes
Home |
Main Index |
Thread Index |
Old Index