- Has expired: Has been broken for more than 6 months

This commit is contained in:
Pav Lucistnik 2008-12-19 21:31:02 +00:00
parent 2b0ce6de90
commit 150ef12f20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224481
5 changed files with 1 additions and 85 deletions

1
MOVED
View file

@ -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 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 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 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

View file

@ -444,7 +444,6 @@
SUBDIR += sdpa-gmp SUBDIR += sdpa-gmp
SUBDIR += sdpara SUBDIR += sdpara
SUBDIR += sedumi SUBDIR += sedumi
SUBDIR += ses
SUBDIR += simd-viterbi SUBDIR += simd-viterbi
SUBDIR += slgrace SUBDIR += slgrace
SUBDIR += slsc SUBDIR += slsc

View file

@ -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>

View file

@ -1,3 +0,0 @@
MD5 (ses21-031130.tgz) = 6677af3bd7545a001ba4927318752de6
SHA256 (ses21-031130.tgz) = 5e2b2a2414d93d9c8f5a91a77aa78ba250fcbb2f0d551d0c81b49c63f229324b
SIZE (ses21-031130.tgz) = 97010

View file

@ -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/