pkgsrc-WIP-changes archive

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

Add fastaunique: Sort and uniq fasta files



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Mar 31 08:10:00 2017 -0500
Changeset:	1f2b32d2d6868eb7cded5ee8ab301c2b062bb22b

Modified Files:
	Makefile
Added Files:
	fastaunique/DESCR
	fastaunique/Makefile
	fastaunique/PLIST
	fastaunique/TODO
	fastaunique/distinfo

Log Message:
Add fastaunique: 	Sort and uniq fasta files

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

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

diffstat:
 Makefile             |  1 +
 fastaunique/DESCR    |  1 +
 fastaunique/Makefile | 37 +++++++++++++++++++++++++++++++++++++
 fastaunique/PLIST    |  2 ++
 fastaunique/TODO     |  1 +
 fastaunique/distinfo |  6 ++++++
 6 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e054eaa3ff..fb6377431d 100644
--- a/Makefile
+++ b/Makefile
@@ -714,6 +714,7 @@ SUBDIR+=	farbfeld
 SUBDIR+=	farsi-ttf
 SUBDIR+=	fasm
 SUBDIR+=	fasta
+SUBDIR+=	fastaunique
 SUBDIR+=	fastbit
 SUBDIR+=	fasthack
 SUBDIR+=	fastjet
diff --git a/fastaunique/DESCR b/fastaunique/DESCR
new file mode 100644
index 0000000000..845dbab1b0
--- /dev/null
+++ b/fastaunique/DESCR
@@ -0,0 +1 @@
+[description of the port]
diff --git a/fastaunique/Makefile b/fastaunique/Makefile
new file mode 100644
index 0000000000..a344a3e3f4
--- /dev/null
+++ b/fastaunique/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri May 20 17:27:04 CDT 2016               #
+###########################################################
+
+DISTNAME=	dff6b4528a905500810d7a9048e617f8b80b0f77
+PKGNAME=	fastaunique-${PORTVERSION}
+CATEGORIES=	biology
+MASTER_SITES=	https://gist.github.com/meren/abd5c6f014da9aa554a4/archive/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	bacon4000%gmail.com@localhost
+HOMEPAGE=	http://example.com
+COMMENT=	Sort and uniq fasta files
+# LICENSE=	
+
+USE_LANGUAGES=	# empty
+NO_BUILD=	yes
+
+REPLACE_PYTHON=	fastaunique
+
+WRKSRC=		${WRKDIR}/abd5c6f014da9aa554a4-dff6b4528a905500810d7a9048e617f8b80b0f77
+
+PORTVERSION=	2016.02.08
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/fastaunique ${DESTDIR}${PREFIX}/bin
+
+# Based on USES=python.  Check this.
+.include "../../lang/python/application.mk"
+# Linux doesn't have zlib in the base, so just in case...
+# .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fastaunique/PLIST b/fastaunique/PLIST
new file mode 100644
index 0000000000..c9a5951705
--- /dev/null
+++ b/fastaunique/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/fastaunique
diff --git a/fastaunique/TODO b/fastaunique/TODO
new file mode 100644
index 0000000000..b687356e6b
--- /dev/null
+++ b/fastaunique/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/fastaunique/distinfo b/fastaunique/distinfo
new file mode 100644
index 0000000000..085640d003
--- /dev/null
+++ b/fastaunique/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (dff6b4528a905500810d7a9048e617f8b80b0f77.zip) = 7d057ab1730765de8ac546af7766317bc83b6507
+RMD160 (dff6b4528a905500810d7a9048e617f8b80b0f77.zip) = 7bcd4bc937078116dd1bd5a586f41a8d97011aae
+SHA512 (dff6b4528a905500810d7a9048e617f8b80b0f77.zip) = fd905e2f275b23fd3fe585d5cb2c29c490752734cca07ac77dfce6758fdecfd3cbfdafeda6b3f3b14f900ba9670e06bbeed3cfef08c76030737f9f7951642928
+Size (dff6b4528a905500810d7a9048e617f8b80b0f77.zip) = 2532 bytes


Home | Main Index | Thread Index | Old Index