diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-06-05 20:38:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-06-05 20:38:55 +0000 |
commit | b43f09fd40b09765fd27dd0eb43626ffe659b1a8 (patch) | |
tree | 62c544cbc09d3c29c0a105adfc604e322a224047 | |
parent | a0528a1019c2e993de904eb4010babdbb36041c1 (diff) |
Remove expired port:
2013-03-05 lang/elisp-manual: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=320018
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/elisp-manual/Makefile | 30 | ||||
-rw-r--r-- | lang/elisp-manual/distinfo | 2 | ||||
-rw-r--r-- | lang/elisp-manual/files/patch-ab | 20 | ||||
-rw-r--r-- | lang/elisp-manual/pkg-descr | 21 |
6 files changed, 1 insertions, 74 deletions
@@ -4379,3 +4379,4 @@ devel/linux-js||2013-06-04|Has expired: Broken for more than 6 month emulators/osmose||2013-06-04|Removed: depends on expired devel/linux-js security/pam_authsrv||2013-06-04|Removed: depends on expired and removed security/fwtk emulators/linux-xjoypad||2013-06-05|Removed: depend on expired devel/linux-js, consider using emulators/joytran instead +lang/elisp-manual||2013-06-05|Has expired: Broken for more than 6 months diff --git a/lang/Makefile b/lang/Makefile index 03c39ae44ec3..c3bcc76eb8e1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,7 +53,6 @@ SUBDIR += dragonegg46 SUBDIR += ecl SUBDIR += elan - SUBDIR += elisp-manual SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += embryo diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile deleted file mode 100644 index b6c4db7ee999..000000000000 --- a/lang/elisp-manual/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Don Croyle <croyle@gelemna.org> -# $FreeBSD$ - -PORTNAME= elisp-manual -PORTVERSION= 21.2.8 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= lang elisp -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= emacs -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Emacs Lisp reference manual - -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2013-03-05 - -BROKEN= overwrites files owned by editors/emacs: info/elisp.info -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/} -GNU_CONFIGURE= yes -ALL_TARGET= elisp -MAKE_ARGS= MAKEINFO="makeinfo --no-split" - -INFO= elisp - -do-install: - ${INSTALL_DATA} ${WRKSRC}/elisp ${PREFIX}/${INFO_PATH}/elisp.info - -.include <bsd.port.mk> diff --git a/lang/elisp-manual/distinfo b/lang/elisp-manual/distinfo deleted file mode 100644 index eedb86ba3fb0..000000000000 --- a/lang/elisp-manual/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elisp-manual-21-2.8.tar.gz) = f17d3bfce8f9e8426b40e0a686e50809c6806157667a032c280bd70533ffd450 -SIZE (elisp-manual-21-2.8.tar.gz) = 2455995 diff --git a/lang/elisp-manual/files/patch-ab b/lang/elisp-manual/files/patch-ab deleted file mode 100644 index 3114d2f44c92..000000000000 --- a/lang/elisp-manual/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- elisp.texi.orig -+++ elisp.texi -@@ -1,12 +1,11 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename elisp - @settitle GNU Emacs Lisp Reference Manual - @c %**end of header -- --@dircategory Editors -+@dircategory Emacs Lisp programming - @direntry --* Elisp: (elisp). The Emacs Lisp Reference Manual. -+* Elisp manual: (elisp). The Emacs Lisp Reference Manual. - @end direntry - - @smallbook diff --git a/lang/elisp-manual/pkg-descr b/lang/elisp-manual/pkg-descr deleted file mode 100644 index e74ca8f4315e..000000000000 --- a/lang/elisp-manual/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Most of the GNU Emacs text editor is written in the programming -language called Emacs Lisp. You can write new code in Emacs Lisp and -install it as an extension to the editor. However, Emacs Lisp is more -than a mere ``extension language''; it is a full computer programming -language in its own right. You can use it as you would any other -programming language. - -Because Emacs Lisp is designed for use in an editor, it has special -features for scanning and parsing text as well as features for -handling files, buffers, displays, subprocesses, and so on. Emacs -Lisp is closely integrated with the editing facilities; thus, editing -commands are functions that can also conveniently be called from Lisp -programs, and parameters for customization are ordinary Lisp -variables. - -This manual describes Emacs Lisp, presuming considerable familiarity -with the use of Emacs for editing. (See The GNU Emacs Manual for this -basic information.) Generally speaking, the earlier chapters describe -features of Emacs Lisp that have counterparts in many programming -languages, and later chapters describe features that are peculiar to -Emacs Lisp or relate specifically to editing. |