pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hungrycat: Import hungrycat-0.4.1 as devel/hungrycat
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Sat Jan 27 02:10:33 2018 +0000
Changeset: d88eb22f7af0c23b21222cc19694474aab0034d7
Modified Files:
Makefile
Added Files:
hungrycat/DESCR
hungrycat/Makefile
hungrycat/PLIST
hungrycat/distinfo
Log Message:
hungrycat: Import hungrycat-0.4.1 as devel/hungrycat
hungrycat is a tool that prints contents of a file on the standard output,
while simultaneously freeing disk space occupied by the file.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d88eb22f7af0c23b21222cc19694474aab0034d7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
hungrycat/DESCR | 4 ++++
hungrycat/Makefile | 16 ++++++++++++++++
hungrycat/PLIST | 3 +++
hungrycat/distinfo | 6 ++++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index fc32b32194..5fdf551f22 100644
--- a/Makefile
+++ b/Makefile
@@ -1407,6 +1407,7 @@ SUBDIR+= htslib
SUBDIR+= httrack
SUBDIR+= hu-go
SUBDIR+= hub
+SUBDIR+= hungrycat
SUBDIR+= hunspell-dictionaries
SUBDIR+= hunspell-uk_UA
SUBDIR+= hypatia
diff --git a/hungrycat/DESCR b/hungrycat/DESCR
new file mode 100644
index 0000000000..a0cb4dd6c8
--- /dev/null
+++ b/hungrycat/DESCR
@@ -0,0 +1,4 @@
+hungrycat is a tool that prints contents of a file on the standard output,
+while simultaneously freeing disk space occupied by the file. It can be useful
+if you need to process a large file, but you don't have enough space to store
+the output file and you wouldn't need the input file afterwards.
diff --git a/hungrycat/Makefile b/hungrycat/Makefile
new file mode 100644
index 0000000000..a2377443f4
--- /dev/null
+++ b/hungrycat/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= hungrycat-0.4.1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jwilk/}
+GITHUB_RELEASE= 0.4.1
+
+MAINTAINER= tr%vispaul.me@localhost
+HOMEPAGE= https://github.com/jwilk/hungrycat/
+COMMENT= Prints file contents, while freeing disk space occupied by the file
+LICENSE= mit
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/hungrycat/PLIST b/hungrycat/PLIST
new file mode 100644
index 0000000000..22c5004279
--- /dev/null
+++ b/hungrycat/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/hungrycat
+man/man1/hungrycat.1
diff --git a/hungrycat/distinfo b/hungrycat/distinfo
new file mode 100644
index 0000000000..04521a0c7d
--- /dev/null
+++ b/hungrycat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hungrycat-0.4.1.tar.gz) = 91eb6a9d0e90315209b4f1d9d2556acd0822c612
+RMD160 (hungrycat-0.4.1.tar.gz) = bfe230809399c415bf1f9313dc7dac95da07eb5b
+SHA512 (hungrycat-0.4.1.tar.gz) = 1e49eaf14b01cce4922933f6081771080b9ec4d08c5dc7605852da82b470f90e598c18dd7b536032cd8ef956c727a24375f29d8384fba713def17e5341258117
+Size (hungrycat-0.4.1.tar.gz) = 45970 bytes
Home |
Main Index |
Thread Index |
Old Index