From aa4b405a237d8a7075126bba57ecfff0ff6b1d7c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 6 Dec 2015 15:20:12 +0000 Subject: Import findnewest-0.3 as sysutils/findnewest. findnewest recursively scans the directories given on the command line and prints the UNIX timestamp (seconds since UNIX epoch) of the newest file found. --- sysutils/findnewest/DESCR | 3 +++ sysutils/findnewest/Makefile | 15 +++++++++++++++ sysutils/findnewest/PLIST | 3 +++ sysutils/findnewest/distinfo | 6 ++++++ 4 files changed, 27 insertions(+) create mode 100644 sysutils/findnewest/DESCR create mode 100644 sysutils/findnewest/Makefile create mode 100644 sysutils/findnewest/PLIST create mode 100644 sysutils/findnewest/distinfo (limited to 'sysutils') diff --git a/sysutils/findnewest/DESCR b/sysutils/findnewest/DESCR new file mode 100644 index 00000000000..ea7a51a8e6d --- /dev/null +++ b/sysutils/findnewest/DESCR @@ -0,0 +1,3 @@ +findnewest recursively scans the directories given on the command +line and prints the UNIX timestamp (seconds since UNIX epoch) of +the newest file found. diff --git a/sysutils/findnewest/Makefile b/sysutils/findnewest/Makefile new file mode 100644 index 00000000000..8b93602ec29 --- /dev/null +++ b/sysutils/findnewest/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2015/12/06 15:20:12 wiz Exp $ + +DISTNAME= findnewest-0.3 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GITHUB:=0-wiz-0/} +GITHUB_RELEASE= ${DISTNAME} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= https://github.com/0-wiz-0/findnewest/ +COMMENT= Recursively find newest file in a hierarchy and print its timestamp +LICENSE= 2-clause-bsd + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/findnewest/PLIST b/sysutils/findnewest/PLIST new file mode 100644 index 00000000000..80a5bad9127 --- /dev/null +++ b/sysutils/findnewest/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/06 15:20:12 wiz Exp $ +bin/fn +man/man1/fn.1 diff --git a/sysutils/findnewest/distinfo b/sysutils/findnewest/distinfo new file mode 100644 index 00000000000..81ba5f819b2 --- /dev/null +++ b/sysutils/findnewest/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2015/12/06 15:20:12 wiz Exp $ + +SHA1 (findnewest-0.3.tar.gz) = 8cb075cb21c0b4c4d5b95968ead759bdaf611dc1 +RMD160 (findnewest-0.3.tar.gz) = 0ccbf757f41d43ec9b36609be1da6ad2ef258385 +SHA512 (findnewest-0.3.tar.gz) = e8cb2afcd8ba549f35d9e9b490f8fb4cc6b851c0376547ebcb8fd8b246fd7bc88b0fc1febde430a6f6a6091badfb91165c32fc390e9fc1571f0ec578f6d84c50 +Size (findnewest-0.3.tar.gz) = 73777 bytes -- cgit v1.2.3