pkgsrc-WIP-changes archive

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

gramscii: Import gramscii-0.4 as wip/gramscii



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 21 17:31:16 2021 +0100
Changeset:	a88f60f101fca8ec59342ab09b80edc68e695946

Modified Files:
	Makefile
Added Files:
	gramscii/DESCR
	gramscii/Makefile
	gramscii/PLIST
	gramscii/distinfo
	gramscii/patches/patch-Makefile

Log Message:
gramscii: Import gramscii-0.4 as wip/gramscii

gramscii (pronounced "grrr'a(m)sky", more or less like "ASCII" but
with a leading "grrr") is a simple CLI tool to create and edit
box-and-arrows charts using ASCII characters.

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

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

diffstat:
 Makefile                        |  1 +
 gramscii/DESCR                  |  3 +++
 gramscii/Makefile               | 21 +++++++++++++++++++++
 gramscii/PLIST                  |  3 +++
 gramscii/distinfo               |  7 +++++++
 gramscii/patches/patch-Makefile | 15 +++++++++++++++
 6 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d110dd5cd4..15b09f6213 100644
--- a/Makefile
+++ b/Makefile
@@ -1323,6 +1323,7 @@ SUBDIR+=	gr-fcdproplus-git
 SUBDIR+=	gr-gsm
 SUBDIR+=	gr-osmosdr-git
 SUBDIR+=	grabtitle-git
+SUBDIR+=	gramscii
 SUBDIR+=	grandr
 SUBDIR+=	granite
 SUBDIR+=	graphmonkey
diff --git a/gramscii/DESCR b/gramscii/DESCR
new file mode 100644
index 0000000000..21d7df7930
--- /dev/null
+++ b/gramscii/DESCR
@@ -0,0 +1,3 @@
+gramscii (pronounced "grrr'a(m)sky", more or less like "ASCII" but
+with a leading "grrr") is a simple CLI tool to create and edit
+box-and-arrows charts using ASCII characters.
diff --git a/gramscii/Makefile b/gramscii/Makefile
new file mode 100644
index 0000000000..d0f6f5c842
--- /dev/null
+++ b/gramscii/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	gramscii-v0.4
+PKGNAME=	${DISTNAME:S/-v/-/}
+CATEGORIES=	misc
+MASTER_SITES=	ftp://bitreich.org/releases/gramscii/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	gopher://bitreich.org/1/scm/gramscii
+COMMENT=	Simple editor for ASCII box-and-arrow charts
+LICENSE=	gnu-gpl-v3
+
+MAKE_FLAGS+=	PREFIX="${PREFIX}"
+MAKE_FLAGS+=	MANDIR="${PREFIX}/${PKGMANDIR}"
+#MAKE_FLAGS+=	LIBS=${BUILDLINK_LDADD.terminfo:Q}
+
+USE_LANGUAGES=	c99
+
+#.include "../../mk/terminfo.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gramscii/PLIST b/gramscii/PLIST
new file mode 100644
index 0000000000..55b0223e48
--- /dev/null
+++ b/gramscii/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/gramscii
+man/man1/gramscii.1
diff --git a/gramscii/distinfo b/gramscii/distinfo
new file mode 100644
index 0000000000..a31826b3be
--- /dev/null
+++ b/gramscii/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (gramscii-v0.4.tgz) = 5db6e34d51a4b37d5b0d0cf4d4d9e17f5cfb3693
+RMD160 (gramscii-v0.4.tgz) = ac68fb261c7876cf3da9a5cb790a0bfda60be84d
+SHA512 (gramscii-v0.4.tgz) = bc986612bdd9a745dcd81426633684d2dd7ff64490d5343c42e022c3a418a37e50f25a9d82d1aef8685d3c4f0e9f76973888ad3eadc3fbf9db47e2d68d98368a
+Size (gramscii-v0.4.tgz) = 34203 bytes
+SHA1 (patch-Makefile) = 7d4f9018ecdb57754f040411a611beb6431de224
diff --git a/gramscii/patches/patch-Makefile b/gramscii/patches/patch-Makefile
new file mode 100644
index 0000000000..670fc76690
--- /dev/null
+++ b/gramscii/patches/patch-Makefile
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Backport upstream commit 5157bd6a0b2dcda08143fd725e1c04dadc315bdc so it
+links also with BSD make.
+
+--- Makefile.orig	2019-09-29 21:23:06.000000000 +0000
++++ Makefile
+@@ -19,6 +19,7 @@ options:
+ 	@echo "-+-+-+-+-+-+-+-+-+-+-" 
+ 
+ gramscii: ${OBJ}
++	${CC} ${LDFLAGS} -o gramscii ${OBJ}
+ 
+ ${OBJ}: ${INC}
+ 


Home | Main Index | Thread Index | Old Index