aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/ses/Makefile61
-rw-r--r--math/ses/distinfo3
-rw-r--r--math/ses/pkg-descr20
5 files changed, 1 insertions, 85 deletions
diff --git a/MOVED b/MOVED
index 40842461fa5f..4bf6fc205a1d 100644
--- a/MOVED
+++ b/MOVED
@@ -3716,3 +3716,4 @@ games/clanbomber||2008-12-19|Has expired: Has been broken for more than 6 months
graphics/gstreamer-plugins-swfdec||2008-12-19|Has expired: Has been broken for more than 6 months
irc/erc||2008-12-19|Has expired: Has been broken for more than 6 months
lang/chameleon||2008-12-19|Has expired: Has been broken for more than 6 months
+math/ses||2008-12-19|Has expired: Has been broken for more than 6 months
diff --git a/math/Makefile b/math/Makefile
index d26e59dd40c6..25b351f3f968 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -444,7 +444,6 @@
SUBDIR += sdpa-gmp
SUBDIR += sdpara
SUBDIR += sedumi
- SUBDIR += ses
SUBDIR += simd-viterbi
SUBDIR += slgrace
SUBDIR += slsc
diff --git a/math/ses/Makefile b/math/ses/Makefile
deleted file mode 100644
index d08f91b480fa..000000000000
--- a/math/ses/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# New ports collection makefile for: ses
-# Date created: 11 February 2005
-# Whom: dd
-#
-# $FreeBSD$
-#
-
-PORTNAME= ses
-PORTVERSION= 031130
-PORTREVISION= 2
-CATEGORIES= math elisp
-MASTER_SITES= http://home.comcast.net/~jyavner/ses/
-DISTNAME= ses21-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple Emacs Spreadsheet
-
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
-RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
-
-BROKEN= Does not build
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-DOC_FILES= ses-example.ses ses-readme.txt \
- ses-coverage.el testcover.el unsafep-coverage.el
-DOC_DIR= share/doc/ses
-ELISP_FILES= ses.el unsafep.el
-ELISP_DIR= share/emacs/site-lisp/ses
-
-PLIST_FILES= ${ELISP_FILES:S/^/${ELISP_DIR}\//} \
- ${ELISP_FILES:S/^/${ELISP_DIR}\//S/$/c/} \
- ${DOC_FILES:S/^/${DOC_DIR}\//}
-PLIST_DIRS= ${ELISP_DIR} ${DOC_DIR}
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN= "Does not build on ia64"
-.endif
-
-do-build:
-.for __f in ${ELISP_FILES}
- cd ${WRKSRC} && echo '(setq load-path (cons "." load-path)) \
- (batch-byte-compile)' | \
- emacs -batch -q -l /dev/stdin ${__f} 2> /dev/null
-.endfor
-
-do-install:
- ${MKDIR} ${PREFIX}/${ELISP_DIR}
-.for __f in ${ELISP_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${__f} ${WRKSRC}/${__f}c \
- ${PREFIX}/${ELISP_DIR}
-.endfor
- ${MKDIR} ${PREFIX}/${DOC_DIR}
-.for __f in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${__f} ${PREFIX}/${DOC_DIR}
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/math/ses/distinfo b/math/ses/distinfo
deleted file mode 100644
index 9fbeae1c5a2e..000000000000
--- a/math/ses/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ses21-031130.tgz) = 6677af3bd7545a001ba4927318752de6
-SHA256 (ses21-031130.tgz) = 5e2b2a2414d93d9c8f5a91a77aa78ba250fcbb2f0d551d0c81b49c63f229324b
-SIZE (ses21-031130.tgz) = 97010
diff --git a/math/ses/pkg-descr b/math/ses/pkg-descr
deleted file mode 100644
index d4c92b227cc5..000000000000
--- a/math/ses/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-SES - Simple Emacs Spreadsheet
-
-Sales pitch from the readme file:
-
- * Create and edit simple spreadsheets with a minimum of fuss.
- * Full undo/redo/autosave.
- * Immune to viruses in spreadsheet files.
- * Cell formulas are straight Emacs Lisp.
- * Printer functions for control of cell appearance.
- * Intuitive keystroke commands: C-o = insert row, M-o = insert column, etc.
- * "Spillover" of lengthy cell values into following blank cells.
- * Header line shows column letters or a selected row.
- * Completing-read for entering symbols as cell values.
- * Cut, copy, and paste can transfer formulas and printer functions.
- * Import and export of tab-separated values or tab-separated formulas.
- * Plaintext, easily-hacked file format.
-
-Documentation is installed into share/doc/ses
-
-WWW: http://home.comcast.net/~jyavner/ses/