diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:05:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:05:54 +0000 |
commit | 18210032c97973abeae7d0f3529c9fd08cff67cb (patch) | |
tree | 7870c7964e15ba3b32d50ac4b3e9ad86c65fc313 /biology | |
parent | d5287447151989a9c6c8ccf11ac59189a00d974b (diff) | |
download | ports-18210032c97973abeae7d0f3529c9fd08cff67cb.tar.gz ports-18210032c97973abeae7d0f3529c9fd08cff67cb.zip |
2012-11-26 benchmarks/gsbench: No more public distfiles
2012-11-26 benchmarks/xengine: No more public distfiles
2012-11-26 biology/belvu: No more public distfiles
2012-11-26 multimedia/kaffeine-mozilla: No more public distfiles
2012-11-26 www/gnustep-ticker: Abandonware
2012-11-26 net/tryst-examples: Abandonware
2012-11-26 net/tryst: Abandonware
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307892
Diffstat (limited to 'biology')
-rw-r--r-- | biology/Makefile | 1 | ||||
-rw-r--r-- | biology/belvu/Makefile | 36 | ||||
-rw-r--r-- | biology/belvu/distinfo | 2 | ||||
-rw-r--r-- | biology/belvu/pkg-descr | 12 |
4 files changed, 0 insertions, 51 deletions
diff --git a/biology/Makefile b/biology/Makefile index 935b8c6c59d3..4b1dd6a9092f 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -8,7 +8,6 @@ SUBDIR += artemis SUBDIR += avida SUBDIR += babel - SUBDIR += belvu SUBDIR += biococoa SUBDIR += biojava SUBDIR += blast diff --git a/biology/belvu/Makefile b/biology/belvu/Makefile deleted file mode 100644 index 57bbc0b01d78..000000000000 --- a/biology/belvu/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> -# $FreeBSD$ - -PORTNAME= belvu -PORTVERSION= 2.29 -CATEGORIES= biology -MASTER_SITES= ftp://ftp.cgb.ki.se/pub/prog/belvu/ -DISTNAME= ${PORTNAME}.LIN_32bit_${PORTVERSION} -EXTRACT_SUFX= # -EXTRACT_ONLY= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= A viewer for multiple sequence alignments - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -USE_LINUX= yes - -NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} bin/${DISTNAME} - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -IGNORE= there are also executables for Alpha and Sparc \ - but they are for OSF and Solaris ... do they \ - run on FreeBSD-Sparc and FreeBSD-alpha? -.endif - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin - ${BRANDELF} -t Linux ${PREFIX}/bin/${DISTNAME} - ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} ) - -.include <bsd.port.post.mk> diff --git a/biology/belvu/distinfo b/biology/belvu/distinfo deleted file mode 100644 index 9257867cd1f3..000000000000 --- a/biology/belvu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (belvu.LIN_32bit_2.29) = 45a7da0eebc23a9352241cf1b078c7f74bc938284dc2308935fcaff78e8b1112 -SIZE (belvu.LIN_32bit_2.29) = 6181981 diff --git a/biology/belvu/pkg-descr b/biology/belvu/pkg-descr deleted file mode 100644 index 9f3e292c7108..000000000000 --- a/biology/belvu/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Belvu is an X-windows viewer for multiple sequence alignments. One of the main -advantages of Belvu is that it has an extensive set of modes to color the -residues. There are several ways to color them by conservation and by residue -type (user-configurable). Other useful features are fetching of the Swissprot -(or PIR) entries by double clicking and easy tracking of the position in the -alignment. - -Belvu further supports some simple editing commands for rows and columns, but -is not intended as a full editor. For actually editing the alignment, use your -favorite alignment editor or Emacs. - -WWW: http://www.cgb.ki.se/cgb/groups/sonnhammer/Belvu.html |