From 7ae8a3f7fdf1d154fda72b6ab806ae9ec91e9690 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 24 Dec 2018 19:38:10 +0700 Subject: academic/ij-plugins-LOCI: Removed (Use fiji). Signed-off-by: Willy Sudiarto Raharjo --- academic/ij-plugins-LOCI/README | 14 ------ .../ij-plugins-LOCI/ij-plugins-LOCI.SlackBuild | 57 ---------------------- academic/ij-plugins-LOCI/ij-plugins-LOCI.info | 10 ---- academic/ij-plugins-LOCI/slack-desc | 19 -------- 4 files changed, 100 deletions(-) delete mode 100644 academic/ij-plugins-LOCI/README delete mode 100644 academic/ij-plugins-LOCI/ij-plugins-LOCI.SlackBuild delete mode 100644 academic/ij-plugins-LOCI/ij-plugins-LOCI.info delete mode 100644 academic/ij-plugins-LOCI/slack-desc (limited to 'academic') diff --git a/academic/ij-plugins-LOCI/README b/academic/ij-plugins-LOCI/README deleted file mode 100644 index 74fc6c8d91..0000000000 --- a/academic/ij-plugins-LOCI/README +++ /dev/null @@ -1,14 +0,0 @@ -LOCI Bio-Formats plugins for ImageJ - -The Laboratory for Optical and Computational Instrumentation (LOCI) is -a biophotonics instrumentation laboratory with a mission is to develop -advanced optical and computational techniques for imaging and -experimentally manipulating living specimens. - -Bio-Formats is a standalone Java library for reading and writing life -sciences image file formats. It is capable of parsing both pixels and -metadata for a large number of formats, as well as writing to several -formats. - -This is the LOCI tools complete bundle and contains everything needed -to read images into ImageJ using Bio-Formats. diff --git a/academic/ij-plugins-LOCI/ij-plugins-LOCI.SlackBuild b/academic/ij-plugins-LOCI/ij-plugins-LOCI.SlackBuild deleted file mode 100644 index 431d136ec0..0000000000 --- a/academic/ij-plugins-LOCI/ij-plugins-LOCI.SlackBuild +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Slackware build script for ij-plugins-LOCI - -# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=ij-plugins-LOCI -VERSION=${VERSION:-5.8.2} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -SRCNAM=loci_tools.jar -ARCH=noarch - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -mkdir $SRCNAM-$VERSION -cd $SRCNAM-$VERSION -cp $CWD/$SRCNAM . - -install -D -m644 $SRCNAM $PKG/usr/share/ImageJ/plugins/Input-Output/$SRCNAM - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/academic/ij-plugins-LOCI/ij-plugins-LOCI.info b/academic/ij-plugins-LOCI/ij-plugins-LOCI.info deleted file mode 100644 index fb25fb17b8..0000000000 --- a/academic/ij-plugins-LOCI/ij-plugins-LOCI.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="ij-plugins-LOCI" -VERSION="5.8.2" -HOMEPAGE="http://loci.wisc.edu/bio-formats/imagej" -DOWNLOAD="http://downloads.openmicroscopy.org/bio-formats/5.8.2/artifacts/loci_tools.jar" -MD5SUM="8b203f24a10bd6311c1ff672e460aa1e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="ImageJ" -MAINTAINER="Petar Petrov" -EMAIL="slackalaxy@gmail.com" diff --git a/academic/ij-plugins-LOCI/slack-desc b/academic/ij-plugins-LOCI/slack-desc deleted file mode 100644 index ad0a0e9f55..0000000000 --- a/academic/ij-plugins-LOCI/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -ij-plugins-LOCI: ij-plugins-LOCI (LOCI Bio-Formats plugins for ImageJ) -ij-plugins-LOCI: -ij-plugins-LOCI: The LOCI tools complete bundle and contains everything needed -ij-plugins-LOCI: to read images into ImageJ using Bio-Formats. -ij-plugins-LOCI: -ij-plugins-LOCI: Homepage: http://loci.wisc.edu/bio-formats/imagej -ij-plugins-LOCI: -ij-plugins-LOCI: -ij-plugins-LOCI: -ij-plugins-LOCI: -ij-plugins-LOCI: -- cgit v1.2.3