diff options
author | pav <pav@FreeBSD.org> | 2008-12-20 05:31:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-20 05:31:02 +0800 |
commit | 2603556109a84c055984191865440f72b70e4c00 (patch) | |
tree | aaee4b745697f20a840fbc11f40525b9c16a7afe /math | |
parent | 63c4a1665ecc8ed7d68a631839a066f80dc10f31 (diff) | |
download | freebsd-ports-gnome-2603556109a84c055984191865440f72b70e4c00.tar.gz freebsd-ports-gnome-2603556109a84c055984191865440f72b70e4c00.tar.zst freebsd-ports-gnome-2603556109a84c055984191865440f72b70e4c00.zip |
- Has expired: Has been broken for more than 6 months
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ses/Makefile | 61 | ||||
-rw-r--r-- | math/ses/distinfo | 3 | ||||
-rw-r--r-- | math/ses/pkg-descr | 20 |
4 files changed, 0 insertions, 85 deletions
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/ |