diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-19 08:53:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-19 08:53:57 +0000 |
commit | 0190622d48249a84f611446107bf55d81525d203 (patch) | |
tree | b715e72ae6b3a6623b005911d3c909f7658a5bb9 /lang | |
parent | 934d2728a5686d48caede4d17a0026c4a1d3b73f (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/tuareg-mode.el/Makefile | 51 | ||||
-rw-r--r-- | lang/tuareg-mode.el/distinfo | 3 | ||||
-rw-r--r-- | lang/tuareg-mode.el/pkg-descr | 17 |
4 files changed, 0 insertions, 72 deletions
diff --git a/lang/Makefile b/lang/Makefile index 7b30debf68a7..9e3114171f28 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -322,7 +322,6 @@ SUBDIR += tolua++ SUBDIR += tolua4 SUBDIR += treecc - SUBDIR += tuareg-mode.el SUBDIR += twelf SUBDIR += vala SUBDIR += visualworks diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile deleted file mode 100644 index 3b7a9936aff9..000000000000 --- a/lang/tuareg-mode.el/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: tuareg-mode -# Date created: 28 October 2004 -# Whom: dd -# -# $FreeBSD$ -# - -PORTNAME= tuareg-mode -PORTVERSION= 1.46.0 -PORTREVISION= 1 -CATEGORIES= lang elisp -MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Emacs major mode for editing Caml code - -DEPRECATED= emacs20 and related ports are obsolete; this port needs an update -EXPIRATION_DATE= 2007-08-19 - -USE_EMACS= yes -EMACS_PORT_NAME?= emacs20 -USE_BZIP2= yes - -DOC_FILES= README HISTORY append-tuareg.el custom-tuareg.el -DOC_DIR= share/doc/tuareg-mode -ELISP_FILES= camldebug.el tuareg.el -ELISP_DIR= share/emacs/site-lisp - -PLIST_FILES= ${ELISP_FILES:S/^/${ELISP_DIR}\//} \ - ${ELISP_FILES:S/^/${ELISP_DIR}\//S/$/c/} \ - ${DOC_FILES:S/^/${DOC_DIR}\//} -PLIST_DIRS= ${DOC_DIR} - -do-build: -.for __f in ${ELISP_FILES} - cd ${WRKSRC} && echo '(setq load-path (cons "." load-path)) \ - (batch-byte-compile)' | \ - ${EMACS_CMD} -batch -q -l /dev/stdin ${__f} 2> /dev/null -.endfor - -do-install: -.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.mk> diff --git a/lang/tuareg-mode.el/distinfo b/lang/tuareg-mode.el/distinfo deleted file mode 100644 index 13aff4a55cb9..000000000000 --- a/lang/tuareg-mode.el/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tuareg-mode-1.46.0.tar.bz2) = 5f49a0529f6ffba30073fef41cf15935 -SHA256 (tuareg-mode-1.46.0.tar.bz2) = cd7dd02ad2d2998b0214f92393b5750a63a8b699d54e1aa935065c21b296416d -SIZE (tuareg-mode-1.46.0.tar.bz2) = 47799 diff --git a/lang/tuareg-mode.el/pkg-descr b/lang/tuareg-mode.el/pkg-descr deleted file mode 100644 index 330de294451c..000000000000 --- a/lang/tuareg-mode.el/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -From the web site: - - Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic - indentation of Objective Caml and Camllight codes. Key parts of the - code are hilighted using Font-Lock. Support to run an interactive - Caml toplevel and debbuger is provided. - - This mode attempts to give better results than the one provided in - the standard distribution OCaml 3.x. Indentation rules are slightly - different but closer to classical functional languages. - - There is no relation with the Tuareg People, except their reputation - of great CAMeL riders and breeders. - -Documentation is installed into share/doc/tuareg-mode - -WWW: http://www-rocq.inria.fr/~acohen/tuareg/ |