pkgsrc-WIP-changes archive

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

wip/detab: import detab-0.1.0



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 18 16:11:18 2020 -0500
Changeset:	e6330262b09d3f72b32ead374d475abe48a25181

Added Files:
	detab/DESCR
	detab/Makefile
	detab/PLIST
	detab/distinfo

Log Message:
wip/detab: import detab-0.1.0

Replace tabs with spaces in a text file

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

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

diffstat:
 detab/DESCR    |  1 +
 detab/Makefile | 13 +++++++++++++
 detab/PLIST    |  3 +++
 detab/distinfo |  6 ++++++
 4 files changed, 23 insertions(+)

diffs:
diff --git a/detab/DESCR b/detab/DESCR
new file mode 100644
index 0000000000..b8975d7db1
--- /dev/null
+++ b/detab/DESCR
@@ -0,0 +1 @@
+Replace tabs with spaces in a text file
diff --git a/detab/Makefile b/detab/Makefile
new file mode 100644
index 0000000000..aa59920a4d
--- /dev/null
+++ b/detab/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+#
+
+DISTNAME=	detab-0.1.0
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	http://acadix.biz/Ports/distfiles/
+COMMENT=	Replace tabs with spaces in a text file
+LICENSE=	2-clause-bsd
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/detab/PLIST b/detab/PLIST
new file mode 100644
index 0000000000..6cd69bd7f6
--- /dev/null
+++ b/detab/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/detab
+@pkgdir man/man1
diff --git a/detab/distinfo b/detab/distinfo
new file mode 100644
index 0000000000..5c1c9e0fcb
--- /dev/null
+++ b/detab/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (detab-0.1.0.tar.gz) = 3a43c29ecbbba9583dc3e23c91aa30645d53c1ce
+RMD160 (detab-0.1.0.tar.gz) = 950585ba7e962d2222d005b341ae8b2526ce1e88
+SHA512 (detab-0.1.0.tar.gz) = 8f76bfe198dbb299d3daae371dce62007b4ec52c69766419172963158251183058b116bf4f333f9469687ec44d48d81280301f4cb6f7404e891f56de24858553
+Size (detab-0.1.0.tar.gz) = 3733 bytes


Home | Main Index | Thread Index | Old Index