mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Remove expired port:
2013-03-05 lang/elisp-manual: Broken for more than 6 months
This commit is contained in:
parent
a0528a1019
commit
b43f09fd40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320018
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -53,7 +53,6 @@
|
||||
SUBDIR += dragonegg46
|
||||
SUBDIR += ecl
|
||||
SUBDIR += elan
|
||||
SUBDIR += elisp-manual
|
||||
SUBDIR += elk
|
||||
SUBDIR += emacs-lisp-intro
|
||||
SUBDIR += embryo
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (elisp-manual-21-2.8.tar.gz) = f17d3bfce8f9e8426b40e0a686e50809c6806157667a032c280bd70533ffd450
|
||||
SIZE (elisp-manual-21-2.8.tar.gz) = 2455995
|
@ -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
|
@ -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.
|
Loading…
Reference in New Issue
Block a user