pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lz4jsoncat-git: replaced with archivers/lz4json



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 19 10:02:44 2016 +0200
Changeset:	e700d30f0e496ab8d37dc12c4e94180ae11d8d2b

Modified Files:
	Makefile
Removed Files:
	lz4jsoncat-git/DESCR
	lz4jsoncat-git/Makefile
	lz4jsoncat-git/PLIST

Log Message:
lz4jsoncat-git: replaced with archivers/lz4json

The repository has not changed since the initial commits,
so no real point in tracking the git version.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e700d30f0e496ab8d37dc12c4e94180ae11d8d2b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 -
 lz4jsoncat-git/DESCR    |  3 ---
 lz4jsoncat-git/Makefile | 27 ---------------------------
 lz4jsoncat-git/PLIST    |  2 --
 4 files changed, 33 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fa34480..9ba21de 100644
--- a/Makefile
+++ b/Makefile
@@ -1770,7 +1770,6 @@ SUBDIR+=	lxqt-powermanagement
 SUBDIR+=	lxqt-qtplugin
 SUBDIR+=	lxqt-runner
 SUBDIR+=	lxqt-session
-SUBDIR+=	lz4jsoncat-git
 SUBDIR+=	lzs-lkm
 SUBDIR+=	m4ri
 SUBDIR+=	mac-icon-standard
diff --git a/lz4jsoncat-git/DESCR b/lz4jsoncat-git/DESCR
deleted file mode 100644
index 203dc6b..0000000
--- a/lz4jsoncat-git/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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 --git a/lz4jsoncat-git/Makefile b/lz4jsoncat-git/Makefile
deleted file mode 100644
index a133776..0000000
--- a/lz4jsoncat-git/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lz4jsoncat-1.0
-CATEGORIES=	archivers www
-MASTER_SITES=	#
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/andikleen/lz4json
-COMMENT=	Unpack lz4json files as generated by Firefox's bookmark backups
-
-GIT_REPOSITORIES=	lz4json
-GIT_REPO.lz4json=	git://github.com/andikleen/lz4json.git
-
-WRKSRC=			${WRKDIR}/lz4json
-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 "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lz4jsoncat-git/PLIST b/lz4jsoncat-git/PLIST
deleted file mode 100644
index fc3ef09..0000000
--- a/lz4jsoncat-git/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/lz4jsoncat


Home | Main Index | Thread Index | Old Index