pkgsrc-WIP-changes archive

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

diffanal: Rename to fasda (fast and simple differential analysis)



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Aug 28 13:09:39 2022 -0500
Changeset:	7c0405758d2078b49f7d2d6b6581d4eff4e1734c

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

Log Message:
diffanal: Rename to fasda (fast and simple differential analysis)

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

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

diffstat:
 Makefile       |  2 +-
 fasda/DESCR    |  5 +++++
 fasda/Makefile | 22 ++++++++++++++++++++++
 fasda/PLIST    |  9 +++++++++
 fasda/distinfo |  5 +++++
 5 files changed, 42 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 488881a2a9..2c21de6768 100644
--- a/Makefile
+++ b/Makefile
@@ -640,7 +640,6 @@ SUBDIR+=	diablo
 SUBDIR+=	dict-est-rus
 SUBDIR+=	dict-freedict-eng-ara
 SUBDIR+=	dict-freedict-eng-fra
-SUBDIR+=	diffanal
 SUBDIR+=	digitemp
 SUBDIR+=	dillo-devel
 SUBDIR+=	ding
@@ -821,6 +820,7 @@ SUBDIR+=	fakenes
 SUBDIR+=	fala
 SUBDIR+=	famsa
 SUBDIR+=	farsi-ttf
+SUBDIR+=	fasda
 SUBDIR+=	fasm
 SUBDIR+=	fasta
 SUBDIR+=	fastahack
diff --git a/fasda/DESCR b/fasda/DESCR
new file mode 100644
index 0000000000..7a5c92fa13
--- /dev/null
+++ b/fasda/DESCR
@@ -0,0 +1,5 @@
+FASDA aims to provide a fast and simple differential analysis tool
+that just works and does not require any knowledge beyond basic Unix
+command-line skills. The code is written entirely in C to maximize
+efficiency and portability, and to provide a simple command-line user
+interface.
diff --git a/fasda/Makefile b/fasda/Makefile
new file mode 100644
index 0000000000..3cb1fce0d0
--- /dev/null
+++ b/fasda/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Tue May 17 17:34:20 CDT 2022               #
+###########################################################
+
+DISTNAME=	fasda-0.1.0.33
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
+GITHUB_TAG=	9ebbc67b2493ff118ae89c41c935c10a78c484b3
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/auerlab/fasda
+COMMENT=	Fast and simple differential analysis
+LICENSE=	2-clause-bsd
+
+pre-build:
+	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
+
+.include "../../wip/biolibc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fasda/PLIST b/fasda/PLIST
new file mode 100644
index 0000000000..c55385b132
--- /dev/null
+++ b/fasda/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/fasda
+libexec/fasda/abundance
+libexec/fasda/fold-change
+libexec/fasda/normalize
+man/man1/fasda-abundance.1
+man/man1/fasda-fold-change.1
+man/man1/fasda-normalize.1
+man/man1/fasda.1
diff --git a/fasda/distinfo b/fasda/distinfo
new file mode 100644
index 0000000000..f5a213d8bc
--- /dev/null
+++ b/fasda/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fasda-0.1.0.33-9ebbc67b2493ff118ae89c41c935c10a78c484b3.tar.gz) = 3014c943c07b165b513da9b089213819bca3268f1c97f18888e686d0fbb1b5b1
+SHA512 (fasda-0.1.0.33-9ebbc67b2493ff118ae89c41c935c10a78c484b3.tar.gz) = 7ff2f139c8bed27b745a6bfc655bd430d9a45bce59a2104f7c0aaf9091538e4f6f5933c13852a84240d5a8baa06173f93d8e33d175824381db883b49a0da792a
+Size (fasda-0.1.0.33-9ebbc67b2493ff118ae89c41c935c10a78c484b3.tar.gz) = 38083 bytes


Home | Main Index | Thread Index | Old Index