pkgsrc-WIP-changes archive

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

Add fiche pkg - Command line pastebin for sharing terminal output



Module Name:	pkgsrc-wip
Committed By:	Thomas Merkel <tm%core.io@localhost>
Pushed By:	drscream
Date:		Thu Sep 7 13:34:06 2017 +0200
Changeset:	4fdcff9a35aabe2c7953b6ce682eb63c705552a6

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

Log Message:
Add fiche pkg - Command line pastebin for sharing terminal output

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

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

diffstat:
 Makefile       |  1 +
 fiche/DESCR    |  1 +
 fiche/Makefile | 21 +++++++++++++++++++++
 fiche/PLIST    |  2 ++
 fiche/distinfo |  6 ++++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e5dc88c7dd..279779007e 100644
--- a/Makefile
+++ b/Makefile
@@ -776,6 +776,7 @@ SUBDIR+=	fftw-mpich
 SUBDIR+=	fftw-openmpi
 SUBDIR+=	fftw2-openmpi
 SUBDIR+=	fgallery
+SUBDIR+=	fiche
 SUBDIR+=	file-roller
 SUBDIR+=	filelight
 SUBDIR+=	filepp
diff --git a/fiche/DESCR b/fiche/DESCR
new file mode 100644
index 0000000000..8c2364935b
--- /dev/null
+++ b/fiche/DESCR
@@ -0,0 +1 @@
+fiche - command line pastebin for sharing terminal output.
diff --git a/fiche/Makefile b/fiche/Makefile
new file mode 100644
index 0000000000..fbd7feb25f
--- /dev/null
+++ b/fiche/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	fiche
+DISTNAME=	0.9
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=solusipse/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+AINTAINER=	tm%core.io@localhost
+HOMEPAGE=	https://github.com/solusipse/fiche/
+COMMENT=	Command line pastebin for sharing terminal output
+LICENSE=	MIT
+
+WRKSRC=	${WRKDIR}/fiche-0.9
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/fiche ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fiche/PLIST b/fiche/PLIST
new file mode 100644
index 0000000000..a0766c3515
--- /dev/null
+++ b/fiche/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/fiche
diff --git a/fiche/distinfo b/fiche/distinfo
new file mode 100644
index 0000000000..5998052cd0
--- /dev/null
+++ b/fiche/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (fiche/0.9.tar.gz) = 38f2e9f9ab1ba42c66ba7f447dacfedd11f7380e
+RMD160 (fiche/0.9.tar.gz) = c4d2621cfecfabc05509fd0a5849ca1aed1e8af6
+SHA512 (fiche/0.9.tar.gz) = 338e4c36abbb4db4e295815c7ac3140f038b076db56d0bd4fda162530ed16bd434417b62ca172de60420fdc1da09be516503edb43474519d9a07cd4d4602f7dd
+Size (fiche/0.9.tar.gz) = 6342 bytes


Home | Main Index | Thread Index | Old Index