summaryrefslogtreecommitdiff
path: root/www/eldav.el
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-05 08:13:39 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-05 08:13:39 +0000
commit4706899e4668b57a4192a8a4e708fc68557a69b2 (patch)
tree39210d8307032f8355c0bb79a259f10fe2d7dc48 /www/eldav.el
parentMove libwmf out of X11-only section, it understand WITHOUT_X11 (diff)
Add eldav.el 1, an interface to WebDAV servers for Emacs.
PR: ports/42438 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=65670
Diffstat (limited to 'www/eldav.el')
-rw-r--r--www/eldav.el/Makefile36
-rw-r--r--www/eldav.el/distinfo1
-rw-r--r--www/eldav.el/pkg-comment1
-rw-r--r--www/eldav.el/pkg-descr4
-rw-r--r--www/eldav.el/pkg-message17
-rw-r--r--www/eldav.el/pkg-plist6
6 files changed, 65 insertions, 0 deletions
diff --git a/www/eldav.el/Makefile b/www/eldav.el/Makefile
new file mode 100644
index 000000000000..affb8452943b
--- /dev/null
+++ b/www/eldav.el/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: eldav, WebDAV for Emacs-MULE
+# Date created: 2002-09-05
+# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= eldav.el
+PORTVERSION= 1
+CATEGORIES= www elisp
+MASTER_SITES= http://www.gohome.org/eldav/
+DISTNAME= eldav.el
+EXTRACT_SUFX= .gz
+
+MAINTAINER= stolz@i2.informatik.rwth-aachen.de
+
+RUN_DEPENDS= nd:${PORTSDIR}/www/nd
+
+EXTRACT_AFTER_ARGS= | ${CAT} >${WRKDIR}/${DISTNAME}
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
+XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
+
+do-install:
+ ${MKDIR} ${EMACSLISPDIR}
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME}
+ ${MKDIR} ${XEMACSLISPDIR}
+ ${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR}
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/www/eldav.el/distinfo b/www/eldav.el/distinfo
new file mode 100644
index 000000000000..29428a9af720
--- /dev/null
+++ b/www/eldav.el/distinfo
@@ -0,0 +1 @@
+MD5 (eldav.el.gz) = 55551e5908c9fa282b711f07cc449e83
diff --git a/www/eldav.el/pkg-comment b/www/eldav.el/pkg-comment
new file mode 100644
index 000000000000..2f387f86a892
--- /dev/null
+++ b/www/eldav.el/pkg-comment
@@ -0,0 +1 @@
+An interface to WebDAV servers for Emacs
diff --git a/www/eldav.el/pkg-descr b/www/eldav.el/pkg-descr
new file mode 100644
index 000000000000..9a6468b56814
--- /dev/null
+++ b/www/eldav.el/pkg-descr
@@ -0,0 +1,4 @@
+Eldav: Yet another WebDAV interface for Emacs(MULE).
+Eldav provides an interface to the WebDAV servers for Emacs.
+
+WWW: http://www.gohome.org/eldav/
diff --git a/www/eldav.el/pkg-message b/www/eldav.el/pkg-message
new file mode 100644
index 000000000000..a8bb090ed5a5
--- /dev/null
+++ b/www/eldav.el/pkg-message
@@ -0,0 +1,17 @@
+Add the following line to your .emacs:
+
+(require 'eldav)
+
+If you want to use a proxy server, the following setting
+is also needed:
+
+(setq eldav-proxy "http://your.proxy.server:8080")
+
+Then you can access WebDAV files by specifying a magic
+file name like:
+
+:http://your.webdav.server/path/to/file/name
+
+(Add preceding ':' to the WebDAV URL.)
+
+NOTICE: You need the MULE version of Emacs!
diff --git a/www/eldav.el/pkg-plist b/www/eldav.el/pkg-plist
new file mode 100644
index 000000000000..77df94afc682
--- /dev/null
+++ b/www/eldav.el/pkg-plist
@@ -0,0 +1,6 @@
+share/emacs/site-lisp/eldav.el
+@exec mkdir -p %D/lib/xemacs/site-lisp
+@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/eldav.el
+@unexec rm %D/lib/xemacs/site-lisp/eldav.el
+@dirrm lib/xemacs/site-lisp
+@dirrm lib/xemacs