aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-18 18:26:28 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-18 18:29:13 +0000
commitb8f4ba2ca32b0e3e1424741f4b74bebf337518bd (patch)
tree6f50e59300f184ea228f887c1ce7e7624d6129c0
parentd8189f70074a980156b168ee3d3d6cf9984ba361 (diff)
downloadports-b8f4ba2ca32b0e3e1424741f4b74bebf337518bd.tar.gz
ports-b8f4ba2ca32b0e3e1424741f4b74bebf337518bd.zip
biology/sim4: Remove expired port
2024-01-17 biology/sim4: Upstream last update was in 2005
-rw-r--r--MOVED1
-rw-r--r--biology/Makefile1
-rw-r--r--biology/sim4/Makefile29
-rw-r--r--biology/sim4/distinfo2
-rw-r--r--biology/sim4/pkg-descr8
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 67dca30a0c52..4d717786f2d4 100644
--- a/MOVED
+++ b/MOVED
@@ -2951,3 +2951,4 @@ x11-toolkits/p5-Gtk2-TrayIcon||2024-01-17|Has expired: Upstream marked this modu
editors/led||2024-01-17|Has expired: Last upstream release was in 2002 reconsider using editors/nano
editors/jove||2024-01-18|Has expired: No upstream update in last 23 years
editors/impress||2024-01-18|Has expired: Upstream last release was in 2000
+biology/sim4||2024-01-18|Has expired: Upstream last update was in 2005
diff --git a/biology/Makefile b/biology/Makefile
index 11fc752f7b4c..447996cf7556 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -223,7 +223,6 @@
SUBDIR += seqtk
SUBDIR += seqwish
SUBDIR += sigviewer
- SUBDIR += sim4
SUBDIR += slclust
SUBDIR += smithwaterman
SUBDIR += snpeff
diff --git a/biology/sim4/Makefile b/biology/sim4/Makefile
deleted file mode 100644
index 9b31b89ce721..000000000000
--- a/biology/sim4/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= sim4
-PORTVERSION= 2003.09.21
-PORTREVISION= 1
-CATEGORIES= biology
-MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/
-DISTNAME= ${PORTNAME}.${PORTVERSION:S/./-/g}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Algorithm for aligning expressed DNA with genomic sequences
-WWW= http://globin.cse.psu.edu/
-
-LICENSE= GPLv2
-
-DEPRECATED= Upstream last update was in 2005
-EXPIRATION_DATE= 2024-01-17
-
-WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
-
-ALL_TARGET= sim4
-PLIST_FILES= bin/sim4
-
-post-patch:
- ${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
- s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/biology/sim4/distinfo b/biology/sim4/distinfo
deleted file mode 100644
index a8098bd717a5..000000000000
--- a/biology/sim4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sim4.2003-09-21.tar.gz) = 0d65166c1d1951e1d0b83e5d221f23f07462b9d8c46ea0d0569f66e35a5229ee
-SIZE (sim4.2003-09-21.tar.gz) = 60814
diff --git a/biology/sim4/pkg-descr b/biology/sim4/pkg-descr
deleted file mode 100644
index 10ca6fb4ed29..000000000000
--- a/biology/sim4/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This package implements the Sim4 algorithm for aligning expressed DNA
-with genomic sequences, described in the paper:
-
-L. Florea, G. Hartzell, Z. Zhang, G. Rubin, and W. Miller (1998)
-"A computer program for aligning a cDNA sequence with a genomic DNA sequence."
-Genome Research 8, 967-974.
-
-Port maintained by the FreeBSD bio-porters mailing list.