diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-03-24 12:50:41 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-03-24 12:50:41 +0000 |
commit | e5d490671f135ec39ad13ef0eb6f12d6bbc45fd1 (patch) | |
tree | 327bd02525048b0a02119c5199d799d79f3ef2c0 /textproc | |
parent | f1c6d662276a0e286b4092ca54aedc5a970431b2 (diff) | |
download | ports-e5d490671f135ec39ad13ef0eb6f12d6bbc45fd1.tar.gz ports-e5d490671f135ec39ad13ef0eb6f12d6bbc45fd1.zip |
Remove obsolete port
Notes
Notes:
svn path=/head/; revision=105120
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/whitespace.el/Makefile | 35 | ||||
-rw-r--r-- | textproc/whitespace.el/distinfo | 1 | ||||
-rw-r--r-- | textproc/whitespace.el/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/whitespace.el/pkg-plist | 6 |
4 files changed, 0 insertions, 46 deletions
diff --git a/textproc/whitespace.el/Makefile b/textproc/whitespace.el/Makefile deleted file mode 100644 index a163212194c4..000000000000 --- a/textproc/whitespace.el/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: whitespace.el -# Date created: 6 November 2002 -# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> -# -# $FreeBSD$ -# - -PORTNAME= whitespace.el -PORTVERSION= 3.0 -CATEGORIES= textproc elisp -MASTER_SITES= http://www.dsmit.com/lisp/ -DISTNAME= whitespace.el -EXTRACT_SUFX= -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= stolz@i2.informatik.rwth-aachen.de -COMMENT= Emacs mode which detects and cleans up whitespace in source code - -BROKEN= "Checksum mismatch" - -EXTRACT_AFTER_ARGS= | ${CAT} >${WRKDIR}/${DISTNAME} - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp -XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp - -do-install: - ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME} - ${MKDIR} ${XEMACSLISPDIR} - ${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR} - -.include <bsd.port.mk> diff --git a/textproc/whitespace.el/distinfo b/textproc/whitespace.el/distinfo deleted file mode 100644 index fc1de62bce6b..000000000000 --- a/textproc/whitespace.el/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (whitespace.el-3.0/whitespace.el) = 67a65f5c8cfd68628ae503e43666d1fd diff --git a/textproc/whitespace.el/pkg-descr b/textproc/whitespace.el/pkg-descr deleted file mode 100644 index c30fc06468c5..000000000000 --- a/textproc/whitespace.el/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Whitespace.el is an emacs mode which detects and cleans up -whitespace in source code. - -WWW: http://www.dsmit.com/lisp/ diff --git a/textproc/whitespace.el/pkg-plist b/textproc/whitespace.el/pkg-plist deleted file mode 100644 index 0c751852c140..000000000000 --- a/textproc/whitespace.el/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/emacs/site-lisp/whitespace.el -@exec mkdir -p %D/lib/xemacs/site-lisp -@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/whitespace.el -@unexec rm %D/lib/xemacs/site-lisp/whitespace.el -@dirrm lib/xemacs/site-lisp -@dirrm lib/xemacs |