Date: Wed, 14 May 2003 12:56:11 +0200 (CEST) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52215: [maintainer] Update www/eldav.el to 0.7.0 Message-ID: <200305141056.h4EAuB4k079728@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200305141100.h4EB0TwL016160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52215 >Category: ports >Synopsis: [maintainer] Update www/eldav.el to 0.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 14 04:00:29 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.8-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #4: Tue Apr 29 11:28:13 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Update www/eldav.el to recent version 0.7.0 >How-To-Repeat: >Fix: diff -urN eldav.el.orig/Makefile eldav.el/Makefile --- eldav.el.orig/Makefile Tue Mar 4 23:10:13 2003 +++ eldav.el/Makefile Wed May 14 11:13:15 2003 @@ -6,31 +6,29 @@ # PORTNAME= eldav.el -PORTVERSION= 1.17 +PORTVERSION= 0.7.0 +PORTEPOCH= 1 CATEGORIES= www elisp MASTER_SITES= http://www.gohome.org/eldav/ -DISTNAME= eldav.el -EXTRACT_SUFX= .gz -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +DISTNAME= eldav-${PORTVERSION} MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= An interface to WebDAV servers for Emacs 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} +.for file in eldav.el vc-eldav.el + ${INSTALL_DATA} ${WRKSRC}/${file} ${EMACSLISPDIR}/ + ${LN} -sf ${EMACSLISPDIR}/${file} ${XEMACSLISPDIR}/ +.endfor post-install: @${CAT} ${PKGMESSAGE} diff -urN eldav.el.orig/distinfo eldav.el/distinfo --- eldav.el.orig/distinfo Thu Jan 23 12:06:36 2003 +++ eldav.el/distinfo Wed May 14 10:59:35 2003 @@ -1 +1 @@ -MD5 (eldav.el-1.17/eldav.el.gz) = 01a5aad07ecc4475eb1ed8af2fd0b560 +MD5 (eldav-0.7.0.tar.gz) = 45478175f8702616e998ddc601a1c22b diff -urN eldav.el.orig/pkg-message eldav.el/pkg-message --- eldav.el.orig/pkg-message Thu Sep 5 10:13:39 2002 +++ eldav.el/pkg-message Wed May 14 11:20:17 2003 @@ -2,16 +2,15 @@ (require 'eldav) -If you want to use a proxy server, the following setting -is also needed: +Using a proxy: (setq eldav-proxy "http://your.proxy.server:8080") -Then you can access WebDAV files by specifying a magic -file name like: +You can access WebDAV files by preceding WebDAV URLs +with a colon: :http://your.webdav.server/path/to/file/name -(Add preceding ':' to the WebDAV URL.) +Enabling the Eldav VC feature (experimental): +(setq eldav-use-vc t) -NOTICE: You need the MULE version of Emacs! diff -urN eldav.el.orig/pkg-plist eldav.el/pkg-plist --- eldav.el.orig/pkg-plist Thu Sep 5 10:13:39 2002 +++ eldav.el/pkg-plist Wed May 14 11:15:56 2003 @@ -1,6 +1,12 @@ share/emacs/site-lisp/eldav.el +share/emacs/site-lisp/vc-eldav.el @exec mkdir -p %D/lib/xemacs/site-lisp +@exec mkdir -p %D/share/emacs/site-lisp @exec ln -sf %D/%F %D/lib/xemacs/site-lisp/eldav.el +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/vc-eldav.el @unexec rm %D/lib/xemacs/site-lisp/eldav.el +@unexec rm %D/lib/xemacs/site-lisp/vc-eldav.el @dirrm lib/xemacs/site-lisp @dirrm lib/xemacs +@dirrm share/emacs/site-lisp +@dirrm share/emacs --- eldav ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305141056.h4EAuB4k079728>