aboutsummaryrefslogtreecommitdiffstats
path: root/math/mprime
diff options
context:
space:
mode:
Diffstat (limited to 'math/mprime')
-rw-r--r--math/mprime/Makefile36
-rw-r--r--math/mprime/distinfo2
-rw-r--r--math/mprime/files/pkg-message.in10
-rw-r--r--math/mprime/files/wrapper.sh.in23
-rw-r--r--math/mprime/pkg-descr15
-rw-r--r--math/mprime/pkg-plist8
6 files changed, 0 insertions, 94 deletions
diff --git a/math/mprime/Makefile b/math/mprime/Makefile
deleted file mode 100644
index 3b9fabebb614..000000000000
--- a/math/mprime/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mprime
-PORTVERSION= 0.0.${SOURCE_VERSION}
-CATEGORIES= math benchmarks net
-MASTER_SITES= ftp://mersenne.org/gimps/
-DISTNAME= sprime${PORTVERSION:S/^0.0.//:S/.//}-freebsd
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= mersenne.org distributed Great Internet Mersenne Prime Search
-
-ONLY_FOR_ARCHS= i386
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-SUB_FILES= pkg-message wrapper.sh
-
-# source code version
-SOURCE_VERSION= 24.14
-
-NO_STAGE= yes
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mprime ${PREFIX}/bin/mprime-real
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mprime
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
- @${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}${PKGNAMESUFFIX}
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${CAT} ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/mprime/distinfo b/math/mprime/distinfo
deleted file mode 100644
index cced7b2530f4..000000000000
--- a/math/mprime/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sprime2414-freebsd.tar.gz) = 6589a24133eec65fd574ac3bfdc1b6f89aff337a64464240a7e561e4f8570aaa
-SIZE (sprime2414-freebsd.tar.gz) = 873438
diff --git a/math/mprime/files/pkg-message.in b/math/mprime/files/pkg-message.in
deleted file mode 100644
index 46a39c0949cd..000000000000
--- a/math/mprime/files/pkg-message.in
+++ /dev/null
@@ -1,10 +0,0 @@
- ATTENTIONATTENTION:
-
-Please, make sure that you read
-%%DOCSDIR%%/license.txt
-and agree to the licensing terms before running this application.
-
-Furthermore, read
-%%DOCSDIR%%/readme.txt
-It contains important information about both configuring and running
-mprime. You will have problems running it if you do not read it.
diff --git a/math/mprime/files/wrapper.sh.in b/math/mprime/files/wrapper.sh.in
deleted file mode 100644
index 3276091dc060..000000000000
--- a/math/mprime/files/wrapper.sh.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-PREFIX="%%PREFIX%%"
-PROGRAM="${0}"
-DIRNAME=${HOME}/.mprime
-
-if [ ! -d ${DIRNAME} ]
-then
- mkdir -p ${DIRNAME}
-fi
-
-if [ ! -h ${DIRNAME}/${PROGRAM##*/} ]
-then
- ln -sf ${PREFIX}/bin/${PROGRAM##*/}-real ${DIRNAME}/${PROGRAM##*/}
-fi
-
-echo " ${*} " | grep " \-createdironly " ||
-{
- cd ${DIRNAME} &&
- echo Running under ${DIRNAME} &&
- exec ./${PROGRAM##*/} "${@}" ||
- echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again
-}
diff --git a/math/mprime/pkg-descr b/math/mprime/pkg-descr
deleted file mode 100644
index d26307ea6217..000000000000
--- a/math/mprime/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-[ excerpt from developer's www site ]
-
-This is the mersenne.org's client.
-
-Welcome to the Great Internet Mersenne Prime Search!
-
-To use this program you must agree to the prize rules at
-http://www.mersenne.org/prize.htm
-
-In case you ever forget, the URL is http://www.mersenne.org/prime.htm.
-The author's email address is woltman@alum.mit.edu. For networking
-questions, contact Scott Kurowski's technical support team at
-primenet@entropia.com.
-
-WWW: http://www.mersenne.org/
diff --git a/math/mprime/pkg-plist b/math/mprime/pkg-plist
deleted file mode 100644
index 74d640e2b1ad..000000000000
--- a/math/mprime/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/mprime
-bin/mprime-real
-%%PORTDOCS%%%%DOCSDIR%%/license.txt
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%%%DOCSDIR%%/stress.txt
-%%PORTDOCS%%%%DOCSDIR%%/undoc.txt
-%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%