summaryrefslogtreecommitdiffstats
path: root/www/css-mode.el
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-10-22 16:09:12 +0000
committershige <shige@FreeBSD.org>1999-10-22 16:09:12 +0000
commit0f7347678ad3e82af24ca5f8caa526c8a4b79c98 (patch)
tree91b20fe4d17bbea06494829dcb71f70925aeb1c9 /www/css-mode.el
parent161a5ea19f1f9bb1268cdfe5b2461f49b2c772ac (diff)
downloadFreeBSD-ports-0f7347678ad3e82af24ca5f8caa526c8a4b79c98.zip
FreeBSD-ports-0f7347678ad3e82af24ca5f8caa526c8a4b79c98.tar.gz
CSS(Cascade Style Sheet) editing major mode for Emacsen.
Diffstat (limited to 'www/css-mode.el')
-rw-r--r--www/css-mode.el/Makefile48
-rw-r--r--www/css-mode.el/distinfo2
-rw-r--r--www/css-mode.el/pkg-comment1
-rw-r--r--www/css-mode.el/pkg-descr9
-rw-r--r--www/css-mode.el/pkg-plist4
5 files changed, 64 insertions, 0 deletions
diff --git a/www/css-mode.el/Makefile b/www/css-mode.el/Makefile
new file mode 100644
index 0000000..eacb889
--- /dev/null
+++ b/www/css-mode.el/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: css-mode.el
+# Version required: 0.10
+# Date created: 21 October 1999
+# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= css-mode.el
+PKGNAME= css-mode-elisp-0.10
+CATEGORIES= www elisp
+MASTER_SITES= http://www.stud.ifi.uio.no/~lmariusg/download/
+
+MAINTAINER= shige@FreeBSD.org
+
+EXTRACT_SUFX= # empty
+DISTFILES= ${DISTNAME} css-mode-doc.html
+DIST_SUBDIR= css-mode
+
+EXTRACT_ONLY= # empty
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+
+# install-directory for Emacs
+ELISP_SUBDIR= share/emacs/site-lisp
+# install-directory for XEmacs
+XELISP_SUBDIR= lib/xemacs/site-lisp
+# install-directory for document
+CSSMODE_DOCDIR= share/doc/css-mode
+
+PLIST_SUB= ELISP_SUBDIR=${ELISP_SUBDIR} XELISP_SUBDIR=${XELISP_SUBDIR} \
+ CSSMODE_DOCDIR=${CSSMODE_DOCDIR}
+
+do-install:
+ ${MKDIR} ${PREFIX}/${ELISPDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISP_SUBDIR}/
+# For XEmacs
+ ${MKDIR} ${PREFIX}/${XELISPDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${XELISP_SUBDIR}/
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/${CSSMODE_DOCDIR}
+ @${INSTALL_DATA} ${_DISTDIR}/css-mode-doc.html ${PREFIX}/${CSSMODE_DOCDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/css-mode.el/distinfo b/www/css-mode.el/distinfo
new file mode 100644
index 0000000..c6a4cf7
--- /dev/null
+++ b/www/css-mode.el/distinfo
@@ -0,0 +1,2 @@
+MD5 (css-mode/css-mode-doc.html) = 6026c13acf47e6543fcfebf230d5b051
+MD5 (css-mode/css-mode.el) = 3698d3a3619eb91a441a73a1ca5ccaf5
diff --git a/www/css-mode.el/pkg-comment b/www/css-mode.el/pkg-comment
new file mode 100644
index 0000000..84c15f3
--- /dev/null
+++ b/www/css-mode.el/pkg-comment
@@ -0,0 +1 @@
+A CSS(Cascade Style Sheet) editing mode for Emacsen
diff --git a/www/css-mode.el/pkg-descr b/www/css-mode.el/pkg-descr
new file mode 100644
index 0000000..33fae96
--- /dev/null
+++ b/www/css-mode.el/pkg-descr
@@ -0,0 +1,9 @@
+Css-mode.el emacs-lisp program is an editing major mode.
+You can edit CSS(Cascade Style Sheet)-format text easily.
+
+To use this, put the following into your ~/.emacs:
+
+ (autoload 'css-mode "css-mode")
+ (setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist))
+
+WWW: http://www.stud.ifi.uio.no/~lmariusg/download/css-mode.html
diff --git a/www/css-mode.el/pkg-plist b/www/css-mode.el/pkg-plist
new file mode 100644
index 0000000..87f66b0
--- /dev/null
+++ b/www/css-mode.el/pkg-plist
@@ -0,0 +1,4 @@
+%%ELISP_SUBDIR%%/css-mode.el
+%%XELISP_SUBDIR%%/css-mode.el
+%%CSSMODE_DOCDIR%%/css-mode-doc.html
+@dirrm %%CSSMODE_DOCDIR%%
OpenPOWER on IntegriCloud