pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc misc: Add lr.
details: https://anonhg.NetBSD.org/pkgsrc/rev/26df71ceb773
branches: trunk
changeset: 421406:26df71ceb773
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 15 14:56:46 2020 +0000
description:
misc: Add lr.
lr is a new tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).
diffstat:
misc/Makefile | 3 ++-
misc/lr/DESCR | 2 ++
misc/lr/Makefile | 16 ++++++++++++++++
misc/lr/PLIST | 4 ++++
misc/lr/distinfo | 7 +++++++
5 files changed, 31 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r bdc7cbdd02d3 -r 26df71ceb773 misc/Makefile
--- a/misc/Makefile Wed Jan 15 14:37:18 2020 +0000
+++ b/misc/Makefile Wed Jan 15 14:56:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.531 2020/01/13 22:30:34 nia Exp $
+# $NetBSD: Makefile,v 1.532 2020/01/15 14:56:46 nia Exp $
#
COMMENT= Miscellaneous utilities
@@ -180,6 +180,7 @@
SUBDIR+= loco
SUBDIR+= logsurfer
SUBDIR+= lookup
+SUBDIR+= lr
SUBDIR+= lv
SUBDIR+= m17n-db
SUBDIR+= m17n-docs
diff -r bdc7cbdd02d3 -r 26df71ceb773 misc/lr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/lr/DESCR Wed Jan 15 14:56:46 2020 +0000
@@ -0,0 +1,2 @@
+lr is a new tool for generating file listings, which includes the best
+features of ls(1), find(1), stat(1) and du(1).
diff -r bdc7cbdd02d3 -r 26df71ceb773 misc/lr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/lr/Makefile Wed Jan 15 14:56:46 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 14:56:46 nia Exp $
+
+DISTNAME= lr-1.5
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/}
+GITHUB_PROJECT= lr
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/leahneukirchen/lr
+COMMENT= List files, recursively
+LICENSE= mit
+
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r bdc7cbdd02d3 -r 26df71ceb773 misc/lr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/lr/PLIST Wed Jan 15 14:56:46 2020 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/15 14:56:46 nia Exp $
+bin/lr
+man/man1/lr.1
+share/zsh/site-functions/_lr
diff -r bdc7cbdd02d3 -r 26df71ceb773 misc/lr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/lr/distinfo Wed Jan 15 14:56:46 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 14:56:46 nia Exp $
+
+SHA1 (lr-1.5.tar.gz) = ceeb27c471b78bb0a34f077138690511020efd6c
+RMD160 (lr-1.5.tar.gz) = 3045c617329176f6b804251446a82cf9ba468bdc
+SHA512 (lr-1.5.tar.gz) = f703dcc4e79c2ab631ac10b19a566074480c1f62ccbdea32ea550256cc6c907454c90e6fc8a93f23ce2ffbd6dfb631bacbbb2e1c1828cbebb8a9c4a79d605f12
+Size (lr-1.5.tar.gz) = 37824 bytes
+SHA1 (patch-Makefile) = 0a611c0e7448b7576279a5d62989800ce921e3f2
Home |
Main Index |
Thread Index |
Old Index