pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lz4json Import lz4json-0.0.20160401 as archi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bf86f30148f
branches: trunk
changeset: 352803:6bf86f30148f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 19 08:02:11 2016 +0000
description:
Import lz4json-0.0.20160401 as archivers/lz4json.
A little utility to unpack lz4json files as generated by Firefox's
bookmark backups. This is a different format from what the normal
lz4 utility expects.
diffstat:
archivers/lz4json/DESCR | 3 +++
archivers/lz4json/Makefile | 24 ++++++++++++++++++++++++
archivers/lz4json/PLIST | 2 ++
archivers/lz4json/distinfo | 6 ++++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 990072dd7670 -r 6bf86f30148f archivers/lz4json/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lz4json/DESCR Mon Sep 19 08:02:11 2016 +0000
@@ -0,0 +1,3 @@
+A little utility to unpack lz4json files as generated by Firefox's
+bookmark backups. This is a different format from what the normal
+lz4 utility expects.
diff -r 990072dd7670 -r 6bf86f30148f archivers/lz4json/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lz4json/Makefile Mon Sep 19 08:02:11 2016 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2016/09/19 08:02:11 wiz Exp $
+
+DISTNAME= lz4json-0.0.20160401
+CATEGORIES= archivers www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=andikleen/}
+GITHUB_TAG= e3e6365ded1b5dcfe1ce69ce2c764dd010526c81
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/andikleen/lz4json
+COMMENT= Unpack lz4json files as generated by Firefox's bookmark backups
+LICENSE= 2-clause-bsd
+
+USE_TOOLS+= pkg-config
+
+INSTALLATION_DIRS= bin
+
+do-build:
+ cd ${WRKSRC} && ${CC} ${CFLAGS} lz4jsoncat.c -o lz4jsoncat `pkg-config --libs liblz4` `pkg-config --cflags liblz4`
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/lz4jsoncat ${DESTDIR}${PREFIX}/bin
+
+.include "../../archivers/lz4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 990072dd7670 -r 6bf86f30148f archivers/lz4json/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lz4json/PLIST Mon Sep 19 08:02:11 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/19 08:02:11 wiz Exp $
+bin/lz4jsoncat
diff -r 990072dd7670 -r 6bf86f30148f archivers/lz4json/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lz4json/distinfo Mon Sep 19 08:02:11 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/19 08:02:11 wiz Exp $
+
+SHA1 (lz4json-0.0.20160401-e3e6365ded1b5dcfe1ce69ce2c764dd010526c81.tar.gz) = b21710913da5ff388e8a409455e7b101389a6788
+RMD160 (lz4json-0.0.20160401-e3e6365ded1b5dcfe1ce69ce2c764dd010526c81.tar.gz) = 637606f5e10a53742c0fb3d9215511be4fbfdd1d
+SHA512 (lz4json-0.0.20160401-e3e6365ded1b5dcfe1ce69ce2c764dd010526c81.tar.gz) =
7650a6ea4c5acc610fd4a2e9037976d2e973aa7c8bc906ddd1f0c01638c66f1f1ffc3d96dac4eba379ae2decfb6d5baa57228ac09f869123de0991b703b833e0
+Size (lz4json-0.0.20160401-e3e6365ded1b5dcfe1ce69ce2c764dd010526c81.tar.gz) = 1594 bytes
Home |
Main Index |
Thread Index |
Old Index