diff options
author | nia <nia@pkgsrc.org> | 2020-01-15 14:56:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-15 14:56:46 +0000 |
commit | 8e10452c65234a76737eeaa36248de4497889a07 (patch) | |
tree | 2552f6d36ab1e8cf15b4af748a269616977045ae /misc/lr | |
parent | 006d2d8ff3a653e5eb6badaaa1848beb1bd3acee (diff) | |
download | pkgsrc-8e10452c65234a76737eeaa36248de4497889a07.tar.gz |
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 (limited to 'misc/lr')
-rw-r--r-- | misc/lr/DESCR | 2 | ||||
-rw-r--r-- | misc/lr/Makefile | 16 | ||||
-rw-r--r-- | misc/lr/PLIST | 4 | ||||
-rw-r--r-- | misc/lr/distinfo | 7 |
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/lr/DESCR b/misc/lr/DESCR new file mode 100644 index 00000000000..5a966401221 --- /dev/null +++ b/misc/lr/DESCR @@ -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 --git a/misc/lr/Makefile b/misc/lr/Makefile new file mode 100644 index 00000000000..87842061a20 --- /dev/null +++ b/misc/lr/Makefile @@ -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 +HOMEPAGE= https://github.com/leahneukirchen/lr +COMMENT= List files, recursively +LICENSE= mit + +MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/lr/PLIST b/misc/lr/PLIST new file mode 100644 index 00000000000..9f68da0e9fd --- /dev/null +++ b/misc/lr/PLIST @@ -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 --git a/misc/lr/distinfo b/misc/lr/distinfo new file mode 100644 index 00000000000..7f43050521a --- /dev/null +++ b/misc/lr/distinfo @@ -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 |