aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
committerrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
commitd55a2fcc765d8211d825c94c8a53ff57ba2a8ab5 (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /biology
parentb9b9e6e07461a3dc74e068c56993102704112352 (diff)
downloadfreebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.gz
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.zst
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.zip
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Diffstat (limited to 'biology')
-rw-r--r--biology/Makefile1
-rw-r--r--biology/blat/Makefile65
-rw-r--r--biology/blat/distinfo2
-rw-r--r--biology/blat/files/patch-lib_fof.c14
-rw-r--r--biology/blat/files/pkg-message.in8
-rw-r--r--biology/blat/pkg-descr14
6 files changed, 0 insertions, 104 deletions
diff --git a/biology/Makefile b/biology/Makefile
index 5b3e1e8a53fd..c4803253114f 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -10,7 +10,6 @@
SUBDIR += bcftools
SUBDIR += bedtools
SUBDIR += biococoa
- SUBDIR += blat
SUBDIR += bowtie
SUBDIR += bowtie2
SUBDIR += bwa
diff --git a/biology/blat/Makefile b/biology/blat/Makefile
deleted file mode 100644
index a0422a77c550..000000000000
--- a/biology/blat/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
-# $FreeBSD$
-
-PORTNAME= blat
-PORTVERSION= 36
-CATEGORIES= biology
-MASTER_SITES= http://hgwdev.cse.ucsc.edu/~kent/src/ \
- https://users.soe.ucsc.edu/~kent/src/
-DISTNAME= ${PORTNAME}Src${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast tool for local sequence similarity searches
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-LIB_DEPENDS= libpng.so:graphics/png
-
-WRKSRC= ${WRKDIR}/${PORTNAME}Src
-
-USES= gmake mysql ssl zip
-MAKEFILE= makefile
-MAKE_ENV= MACHTYPE="${ARCH}" STRIP="${TRUE}"
-MAKE_ARGS= HOME="${WRKSRC}/${BINDIR}"
-
-CFLAGS+= -I${OPENSSLINC}
-CPPFLAGS+= -I${OPENSSLINC} $$(libpng-config --cflags)
-LDFLAGS+= -L${OPENSSLLIB} $$(libpng-config --ldflags) \
- -L${LOCALBASE}/lib/mysql
-
-SUB_FILES= pkg-message
-
-PLIST_FILES= ${EXECUTABLES:S,^,bin/,} \
- lib/blat/webBlat/webBlat \
- lib/blat/webBlat/install.txt
-
-EXECUTABLES= blat faToNib faToTwoBit gfClient gfServer nibFrag \
- pslPretty pslReps pslSort twoBitInfo twoBitToFa
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${MKDIR} ${WRKSRC}/bin/${ARCH}
- @${MKDIR} ${WRKSRC}/lib/${ARCH}
- @${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|$${DESTDIR}||g'
- @${REINPLACE_CMD} -e \
- 's|cd |$$(MAKE) -C | ; \
- s| &&.*||' ${WRKSRC}/makefile
- @${REINPLACE_CMD} -e \
- 's|^CC=|CC?=| ; \
- s|^COPT=.*|COPT=$${CPPFLAGS}| ; \
- s|^L=.*|L=$${LDFLAGS}|' ${WRKSRC}/inc/common.mk
-
-do-install:
-.for exe in ${EXECUTABLES}
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${ARCH}/${exe} ${STAGEDIR}${PREFIX}/bin
-.endfor
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/blat/webBlat
- ${INSTALL_PROGRAM} ${WRKSRC}/webBlat/webBlat ${STAGEDIR}${PREFIX}/lib/blat/webBlat
- ${INSTALL_DATA} ${WRKSRC}/webBlat/install.txt ${STAGEDIR}${PREFIX}/lib/blat/webBlat
-
-.include <bsd.port.mk>
diff --git a/biology/blat/distinfo b/biology/blat/distinfo
deleted file mode 100644
index e6a257aacebe..000000000000
--- a/biology/blat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (blatSrc36.zip) = 4b0fff006c86dceb7428922bfb4f8625d78fd362d205df68e4ebba04742d2c71
-SIZE (blatSrc36.zip) = 3227463
diff --git a/biology/blat/files/patch-lib_fof.c b/biology/blat/files/patch-lib_fof.c
deleted file mode 100644
index b961eba61b15..000000000000
--- a/biology/blat/files/patch-lib_fof.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/fof.c.orig 2014-11-06 03:15:59 UTC
-+++ lib/fof.c
-@@ -336,7 +336,11 @@ static int cmpOnFilePos(const void *va,
- {
- const struct fofBatch *a = *((struct fofBatch **)va);
- const struct fofBatch *b = *((struct fofBatch **)vb);
-+#ifdef __DragonFly__
-+int dif = (struct __FILE_public*)a->f - (struct __FILE_public*)b->f;
-+#else
- int dif = a->f - b->f;
-+#endif
- if (dif == 0)
- dif = a->offset - b->offset;
- return dif;
diff --git a/biology/blat/files/pkg-message.in b/biology/blat/files/pkg-message.in
deleted file mode 100644
index 62f0ef49d50a..000000000000
--- a/biology/blat/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-===============================================================================
-
- A CGI script (webBlat) and instructions on how to set up a BLAT web server
- have been installed in
-
- %%PREFIX%%/lib/blat
-
-===============================================================================
diff --git a/biology/blat/pkg-descr b/biology/blat/pkg-descr
deleted file mode 100644
index ccc0057b55a2..000000000000
--- a/biology/blat/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-BLAT is a bioinformatics software tool which performs rapid mRNA/DNA and
-cross-species protein alignments. BLAT is more accurate and 500 times
-faster than popular existing tools for mRNA/DNA alignments and 50 times
-faster for protein alignments at sensitivity settings typically used
-when comparing vertebrate sequences. (Source: Kent, W.J. 2002. BLAT --
-The BLAST-Like Alignment Tool. Genome Research 4: 656-664.
-http://dx.doi.org/10.1101/gr.229202)
-
-BLAT is not BLAST. DNA BLAT works by keeping an index of the entire
-genome (but not the genome itself) in memory. Since the index takes up a
-bit less than a gigabyte of RAM, BLAT can deliver high performance on a
-reasonably priced Linux box.
-
-WWW: https://users.soe.ucsc.edu/~kent/