gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8231: seqan now seqan3 sequencing


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8231: seqan now seqan3 sequencing
Date: Sun, 3 Apr 2022 19:42:39 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8231
revision-id: carlhansen1234@gmail.com-20220403234234-5cthtymr7nki8plr
parent: carlhansen1234@gmail.com-20220403073819-afvo1e3lsyeeux9y
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-04-03 16:42:34 -0700
message:
  seqan now seqan3 sequencing
renamed:
  pkg/bio/seqan/ => pkg/bio/seqan3/ seqan-20160617200040-lqf8h520dfq0rtk7-38
modified:
  pkg/bio/seqan3/Makefile        makefile-20160617200040-lqf8h520dfq0rtk7-119
  pkg/bio/seqan3/sha256sums      sha256sums-20160617200040-lqf8h520dfq0rtk7-120
=== renamed directory 'pkg/bio/seqan' => 'pkg/bio/seqan3'
=== modified file 'pkg/bio/seqan3/Makefile'
--- a/pkg/bio/seqan/Makefile    2016-06-17 20:01:53 +0000
+++ b/pkg/bio/seqan3/Makefile   2022-04-03 23:42:34 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013, 2014, 2015 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -15,9 +17,9 @@
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 
-NAME = SeqAn
-GARNAME = seqan
-GARVERSION = 2.0.0
+NAME = SeqAn3
+GARNAME = seqan3
+GARVERSION = 3.1.0
 HOME_URL = http://www.seqan.de
 DESCRIPTION = A C++ library for the analysis of sequences
 define BLURB
@@ -28,13 +30,14 @@
 CITE = doi:10.1186/1471-2105-9-11
 
 ######################################################################
-
-MASTER_SITES = http://packages.seqan.de/
-MASTER_SUBDIR = $(GARNAME)-src/
-DISTFILES = $(GARNAME)-src-$(GARVERSION).tar.gz
-WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARNAME)-v$(GARVERSION)
-BUILD_SCRIPTS = $(WORKOBJ)/Makefile
-INSTALL_SCRIPTS = $(WORKOBJ)/cmake_install.cmake headers
+# 
https://github.com/seqan/seqan3/releases/download/3.1.0/seqan3-3.1.0-Source.tar.xz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = seqan/$(GARNAME)/releases/download/$(GARVERSION)/
+DISTFILES = $(GARNAME)-$(GARVERSION)-Source.tar.xz
+SIGFILES = $(GARNAME)-$(GARVERSION)-Source.tar.xz.sha256
+WORKSRC = $(WORKDIR)/$(DISTNAME)-Source
+#BUILD_SCRIPTS = $(WORKOBJ)/Makefile
+#INSTALL_SCRIPTS = $(WORKOBJ)/cmake_install.cmake headers
 
 BUILDDEPS =
 LIBDEPS =
@@ -44,7 +47,7 @@
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
-install-headers:
-       mkdir -p $(packageprefix)/include
-       cp -r $(WORKSRC)/include/seqan $(packageprefix)/include
-       $(MAKECOOKIE)
+#install-headers:
+#      mkdir -p $(packageprefix)/include
+#      cp -r $(WORKSRC)/include/seqan $(packageprefix)/include
+#      $(MAKECOOKIE)

=== modified file 'pkg/bio/seqan3/sha256sums'
--- a/pkg/bio/seqan/sha256sums  2016-06-17 20:01:53 +0000
+++ b/pkg/bio/seqan3/sha256sums 2022-04-03 23:42:34 +0000
@@ -1,1 +1,2 @@
-69cb39574e63de2f728715255ac7ffd26db6480d6ce33c8601eef05f282aed28  
download/seqan-src-2.0.0.tar.gz
+0b37b1c3450e19c0ebe42c052c3f87babb8074bd772f10a553949c312c285726  
download/seqan3-3.1.0-Source.tar.xz
+d54d81e140de417991c854d9242af65c59a790f3f3c2bcb60781c1f278691db5  
download/seqan3-3.1.0-Source.tar.xz.sha256


reply via email to

[Prev in Thread] Current Thread [Next in Thread]