pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import fastool-0.1.4 as wip/fastool.
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Wed May 11 07:28:02 2016 -0500
Changeset: 0ce809501c2948d1e1df0ed2ee20406f44598e7b
Added Files:
fastool/DESCR
fastool/Makefile
fastool/PLIST
fastool/TODO
fastool/distinfo
Log Message:
Import fastool-0.1.4 as wip/fastool.
Simple and quick FastQ and FastA tool for file reading and conversion.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ce809501c2948d1e1df0ed2ee20406f44598e7b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fastool/DESCR | 1 +
fastool/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
fastool/PLIST | 2 ++
fastool/TODO | 1 +
fastool/distinfo | 6 ++++++
5 files changed, 48 insertions(+)
diffs:
diff --git a/fastool/DESCR b/fastool/DESCR
new file mode 100644
index 0000000..b121e86
--- /dev/null
+++ b/fastool/DESCR
@@ -0,0 +1 @@
+Simple and quick FastQ and FastA tool for file reading and conversion.
diff --git a/fastool/Makefile b/fastool/Makefile
new file mode 100644
index 0000000..03d6648
--- /dev/null
+++ b/fastool/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD$
+#
+###########################################################
+# Generated by fbsd2pkg #
+###########################################################
+
+DISTNAME= fastool-${PORTVERSION}
+CATEGORIES= biology
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fstrozzi/}
+GITHUB_PROJECT= Fastool
+GITHUB_TAG= ${PORTVERSION}
+
+MAINTAINER= bacon4000%gmail.com@localhost
+HOMEPAGE= https://github.com/fstrozzi/Fastool
+COMMENT= Simple and quick FastQ and FastA tool for file reading and conversion
+LICENSE= 2-clause-bsd
+
+WRKSRC= ${WRKDIR}/Fastool-${PORTVERSION}
+
+SUBST_CLASSES+= compiler
+SUBST_STAGE.compiler= post-patch
+SUBST_FILES.compiler= ${WRKSRC}/Makefile
+SUBST_SED.compiler= -e 's|CC *=|CC ?=|g'
+SUBST_SED.compiler= -e 's|CFLAGS *=|CFLAGS ?=|g'
+
+CFLAGS+= -std=c99
+
+FETCH_USING= curl
+
+PORTVERSION= 0.1.4
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fastool \
+ ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fastool/PLIST b/fastool/PLIST
new file mode 100644
index 0000000..9422d8d
--- /dev/null
+++ b/fastool/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/fastool
diff --git a/fastool/TODO b/fastool/TODO
new file mode 100644
index 0000000..b2e3b56
--- /dev/null
+++ b/fastool/TODO
@@ -0,0 +1 @@
+Clean up and test.
diff --git a/fastool/distinfo b/fastool/distinfo
new file mode 100644
index 0000000..f82eecc
--- /dev/null
+++ b/fastool/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (fastool-0.1.4.tar.gz) = 4a25b92b8d9ef0dda17618f226b8a1edee33e684
+RMD160 (fastool-0.1.4.tar.gz) = 8e3ad8a4c622090f160244c66809633286f43b07
+SHA512 (fastool-0.1.4.tar.gz) = b5e576651d8ba781e5ee5f90ebaaf509385a4d274f37fe03f5c7fa74e28a27b6be6d16ccfd48fc5b405d24c8538abce329951fdc7230efd9aaea261d6c45c7e1
+Size (fastool-0.1.4.tar.gz) = 6346 bytes
Home |
Main Index |
Thread Index |
Old Index