summaryrefslogtreecommitdiff
path: root/lang/tuareg-mode.el
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-19 08:53:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-19 08:53:57 +0000
commit0190622d48249a84f611446107bf55d81525d203 (patch)
treeb715e72ae6b3a6623b005911d3c909f7658a5bb9 /lang/tuareg-mode.el
parent. Update to 0.0.7E7F3. (diff)
2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable 2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update 2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete 2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version
Notes
Notes: svn path=/head/; revision=197904
Diffstat (limited to 'lang/tuareg-mode.el')
-rw-r--r--lang/tuareg-mode.el/Makefile51
-rw-r--r--lang/tuareg-mode.el/distinfo3
-rw-r--r--lang/tuareg-mode.el/pkg-descr17
3 files changed, 0 insertions, 71 deletions
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/