pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lz4json
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 19 08:02:11 UTC 2016
Added Files:
pkgsrc/archivers/lz4json: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/lz4json/DESCR \
pkgsrc/archivers/lz4json/Makefile pkgsrc/archivers/lz4json/PLIST \
pkgsrc/archivers/lz4json/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/lz4json/DESCR
diff -u /dev/null pkgsrc/archivers/lz4json/DESCR:1.1
--- /dev/null Mon Sep 19 08:02:11 2016
+++ pkgsrc/archivers/lz4json/DESCR Mon Sep 19 08:02:11 2016
@@ -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.
Index: pkgsrc/archivers/lz4json/Makefile
diff -u /dev/null pkgsrc/archivers/lz4json/Makefile:1.1
--- /dev/null Mon Sep 19 08:02:11 2016
+++ pkgsrc/archivers/lz4json/Makefile Mon Sep 19 08:02:11 2016
@@ -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"
Index: pkgsrc/archivers/lz4json/PLIST
diff -u /dev/null pkgsrc/archivers/lz4json/PLIST:1.1
--- /dev/null Mon Sep 19 08:02:11 2016
+++ pkgsrc/archivers/lz4json/PLIST Mon Sep 19 08:02:11 2016
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/19 08:02:11 wiz Exp $
+bin/lz4jsoncat
Index: pkgsrc/archivers/lz4json/distinfo
diff -u /dev/null pkgsrc/archivers/lz4json/distinfo:1.1
--- /dev/null Mon Sep 19 08:02:11 2016
+++ pkgsrc/archivers/lz4json/distinfo Mon Sep 19 08:02:11 2016
@@ -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