pkgsrc-WIP-changes archive

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

align: Import. Centers or right-aligns text



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Fri Jun 5 19:21:59 2020 +0200
Changeset:	9f034b92734de64a3e9b43af889c5d6c9160415e

Modified Files:
	Makefile
Added Files:
	align/DESCR
	align/Makefile
	align/PLIST
	align/distinfo

Log Message:
align: Import. Centers or right-aligns text

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

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

diffstat:
 Makefile       |  1 +
 align/DESCR    |  2 ++
 align/Makefile | 12 ++++++++++++
 align/PLIST    |  3 +++
 align/distinfo |  6 ++++++
 5 files changed, 24 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 75af488fe8..a26b53b56b 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ SUBDIR+=	alac_decoder
 SUBDIR+=	alacritty
 SUBDIR+=	alberta
 SUBDIR+=	aldo
+SUBDIR+=	align
 SUBDIR+=	alive
 SUBDIR+=	alsa-lib-git
 SUBDIR+=	alsa-plugins
diff --git a/align/DESCR b/align/DESCR
new file mode 100644
index 0000000000..6753e9241c
--- /dev/null
+++ b/align/DESCR
@@ -0,0 +1,2 @@
+Centers or right-aligns text in the terminal, either as a block or per
+line.
diff --git a/align/Makefile b/align/Makefile
new file mode 100644
index 0000000000..aa08f61071
--- /dev/null
+++ b/align/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	align-1.1
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/sjmulder/align
+COMMENT=	Center or right-align text files
+LICENSE=	2-clause-bsd
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/align/PLIST b/align/PLIST
new file mode 100644
index 0000000000..81f7b46ff9
--- /dev/null
+++ b/align/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/align
+man/man1/align.1
diff --git a/align/distinfo b/align/distinfo
new file mode 100644
index 0000000000..9a6b0d6f09
--- /dev/null
+++ b/align/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (align-1.1.tar.gz) = 7cbe56904613df21c8d3c481370bb71a9a58245a
+RMD160 (align-1.1.tar.gz) = db6ba646d89d869c0f8577813d5429680361cf88
+SHA512 (align-1.1.tar.gz) = d90319831904a50fe2c0cf93ac370bfd1a688d6d09a2c788b6c8e84bc876a3051e60d6dd205f7e60cd6cba2949a6717f50e57e36c3a25038071883491153bf70
+Size (align-1.1.tar.gz) = 3248 bytes


Home | Main Index | Thread Index | Old Index