summaryrefslogtreecommitdiff
path: root/biology/kinemage
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
commit2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18 (patch)
tree8e6c4f2cceeabf768a42f84d0f1914bd45cb93f4 /biology/kinemage
parentBye bye abandonwares (diff)
Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles 2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles 2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile 2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile 2011-08-01 biology/distribfold: No more upstream, looks like an abandonware 2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile 2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile 2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile 2011-08-01 chinese/ntuttf: No more public distfiles available 2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile 2011-08-01 chinese/tocps: No more pulic distfiles 2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile 2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles 2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile 2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile 2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile 2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles 2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile 2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead 2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile 2011-08-01 databases/sybase_ase: no more public distfiles available
Notes
Notes: svn path=/head/; revision=278678
Diffstat (limited to 'biology/kinemage')
-rw-r--r--biology/kinemage/Makefile39
-rw-r--r--biology/kinemage/distinfo2
-rw-r--r--biology/kinemage/files/patch-Makefile22
-rw-r--r--biology/kinemage/pkg-descr6
4 files changed, 0 insertions, 69 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile
deleted file mode 100644
index 2c11bd07ce54..000000000000
--- a/biology/kinemage/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection Makefile for: kinemage
-# Date created: Dec 4 1997
-# Whom: frankch@waru.life.nthu.edu.tw
-#
-# $FreeBSD$
-#
-
-PORTNAME= kinemage
-PORTVERSION= 5.79
-PORTREVISION= 2
-CATEGORIES= biology
-# There is no distfile to fetch here, just a dir of badly formatted sources
-#MASTER_SITES= ftp://kinemage.biochem.duke.edu/OPEN_SOURCE/
-#MASTER_SITE_SUBDIR= MAGE_001120
-# I've repackaged their sources for now and Will Andrews <will@freebsd.org>
-# is hosting
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= will
-DISTNAME= mage-001120
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A molecular visualization program with special functions
-
-DEPRECATED= Looks like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
-USE_MOTIF= YES
-
-ALL_TARGET= mage
-PLIST_FILES= bin/kinemage
-
-# When the time comes to use the actual master site, this snippet
-# will replace the carriage returns with newlines
-# perl -i -pe 's/\r/\n/g' ${WRKSRC}/*
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mage ${PREFIX}/bin/kinemage
-
-.include <bsd.port.mk>
diff --git a/biology/kinemage/distinfo b/biology/kinemage/distinfo
deleted file mode 100644
index 684a9723d0ff..000000000000
--- a/biology/kinemage/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mage-001120.tar.gz) = 802be3c8f8641c4beadd7515a6aa0eed8d26933ad1e31b05c5b35f2de029fffc
-SIZE (mage-001120.tar.gz) = 511930
diff --git a/biology/kinemage/files/patch-Makefile b/biology/kinemage/files/patch-Makefile
deleted file mode 100644
index deb8db205d83..000000000000
--- a/biology/kinemage/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Mon Dec 4 20:47:11 2000
-+++ Makefile Mon Dec 4 20:50:43 2000
-@@ -4,7 +4,7 @@
- # rpm -i ...rpm (to install each in turn, where ...rpm is downloaded file
- # for Linux, try:
- # CFLAGS = -I/usr/X11R6/LessTif/Motif2.0/include
--CFLAGS = -g -I/usr/X11R6/LessTif/Motif2.0/include
-+CFLAGS += -I$(LOCALBASE)/include
- # for SGI use:
- # CFLAGS = -I/usr/include/X11
- # CFLAGS = -g -I/usr/include/X11
-@@ -30,7 +30,9 @@
- # for linux with Motif installed, try:
- # LIBS = -L/usr/X11/lib -lXm -lXt -lX11
- # for Linux, try:
--LIBS = -L/usr/X11R6/LessTif/Motif2.0/lib -L/usr/X11R6/lib -lXm -lXt -lX11
-+# LIBS = -L/usr/X11R6/LessTif/Motif2.0/lib -L/usr/X11R6/lib -lXm -lXt -lX11
-+# For FreeBSD:
-+LIBS = -L$(LOCALBASE)/lib -lXm -lXt -lX11
-
- # ------------------------------------------------------------------------
-
diff --git a/biology/kinemage/pkg-descr b/biology/kinemage/pkg-descr
deleted file mode 100644
index 293e6e7215d6..000000000000
--- a/biology/kinemage/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Kinemage is a molecular visualization program. It is very suitable
-for educational usage. This program is developed by David C.
-Richardson. Kinemage stands for Kinetic Image. The kinemage file
-can compose several molecules and descriptions.
-
-WWW: http://www.proteinscience.org/Kinemage/