Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11090
Modified Files:
wl.info wl.patch
Log Message:
Version bumped.
Index: wl.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/wl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wl.patch 27 Apr 2005 03:25:39 -0000 1.1
+++ wl.patch 23 Mar 2006 03:41:49 -0000 1.2
@@ -10,10 +10,10 @@
;; Set language for info file ("ja" or "en", both in default).
;; If you only need manual in English, uncomment following line.
-diff -Naur wl-2.12.2.orig/fink/wl-install wl-2.12.2/fink/wl-install
---- wl-2.12.2.orig/fink/wl-install Thu Jan 1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-install Mon Mar 14 15:51:58 2005
-@@ -0,0 +1,230 @@
+diff -Naur wl-2.14.0.orig/fink/wl-install wl-2.14.0/fink/wl-install
+--- wl-2.14.0.orig/fink/wl-install 1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-install 2006-03-23 12:11:00.000000000 +0900
+@@ -0,0 +1,228 @@
+#!/bin/sh
+# @PREFIX@/lib/emacsen-common/packages/install/wl
+set -e
@@ -46,7 +46,7 @@
+EMACSEN_NOMULE=""
+
+FLAVOR_SUFFIX=`echo ${FLAVOR} | cut -s -d - -f 2`
-+FLAVORTEST=`echo ${FLAVOR} | cut -c-6`
++FLAVORTEST=`echo ${FLAVOR} | sed -e s/^s// | cut -c-6`
+if [ "X${FLAVORTEST}" = "Xxemacs" ]; then
+ FLAVOR_BODY=`echo ${FLAVOR} | cut -d - -f 1`
+ if [ "X${FLAVOR_SUFFIX}" = "Xmule" ]; then
@@ -189,11 +189,9 @@
+ > ${ELCDIR}/CompilationLog 2>&1
+ make EMACS=${EMACSEN} LISPDIR=${ELCDIR} PIXMAPDIR=${ELCDIR}/icons \
+ install >> ${ELCDIR}/CompilationLog 2>&1
-+ make EMACS=${EMACSEN} LISPDIR=${ELCDIR} PIXMAPDIR=${ELCDIR}/icons \
-+ clean >> ${ELCDIR}/CompilationLog 2>&1
+ cd ${ELCDIR}
-+ echo "mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/wl-news.el" >>
${ELCDIR}/CompilationLog 2>&1
-+ mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/wl-news.el
++ echo "mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/" >>
${ELCDIR}/CompilationLog 2>&1
++ mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/
+ echo "rm -rf ${ELCDIR}/wl/*.el ${ELCDIR}/icons ${ELCDIR}/tmp" >>
${ELCDIR}/CompilationLog 2>&1
+ rm -rf ${ELCDIR}/wl/*.el ${ELCDIR}/icons ${ELCDIR}/tmp
+ echo "mv ${ELCDIR}/wl/* ${ELCDIR}/" >> ${ELCDIR}/CompilationLog 2>&1
@@ -244,9 +242,9 @@
+fi
+
+exit 0
-diff -Naur wl-2.12.2.orig/fink/wl-remove wl-2.12.2/fink/wl-remove
---- wl-2.12.2.orig/fink/wl-remove Thu Jan 1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-remove Mon Mar 14 05:36:08 2005
+diff -Naur wl-2.14.0.orig/fink/wl-remove wl-2.14.0/fink/wl-remove
+--- wl-2.14.0.orig/fink/wl-remove 1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-remove 2006-03-23 11:46:58.000000000 +0900
@@ -0,0 +1,25 @@
+#!/bin/sh
+# @PREFIX@/lib/emacsen-common/packages/remove/wl
@@ -273,10 +271,10 @@
+echo " done."
+
+exit 0
-diff -Naur wl-2.12.2.orig/fink/wl-startup wl-2.12.2/fink/wl-startup
---- wl-2.12.2.orig/fink/wl-startup Thu Jan 1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-startup Thu Mar 24 16:19:54 2005
-@@ -0,0 +1,90 @@
+diff -Naur wl-2.14.0.orig/fink/wl-startup wl-2.14.0/fink/wl-startup
+--- wl-2.14.0.orig/fink/wl-startup 1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-startup 2006-03-23 11:50:31.000000000 +0900
+@@ -0,0 +1,92 @@
+;;; 65wl.el --- Fink wl startup file -*-mode: emacs-lisp;-*-
+
+;;; Code:
@@ -306,6 +304,8 @@
+ (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+ (autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
+ (setq wl-icon-directory "@PREFIX@/share/pixmaps/wl/")
++ ;(setq ssl-certificate-directory "@PREFIX@/etc/ssl/certs")
++ ;(setq ssl-certificate-verification-policy 3)
+ (setq elmo-archive-tar-method-alist
+ '((ls . ("tar" "-tf"))
+ (cat . ("tar" "-Oxf"))
Index: wl.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/wl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wl.info 27 Apr 2005 03:25:39 -0000 1.1
+++ wl.info 23 Mar 2006 03:41:49 -0000 1.2
@@ -1,12 +1,15 @@
Package: wl
-Version: 2.12.2
-Revision: 5
-Depends: emacsen, apel (>= 10.3-1), flim (>= 1.14.3-1) | limit, semi (>=
1.14.3-1), make
+Version: 2.14.0+cvs20050405
+Revision: 2
+Depends: emacsen, apel (>= 10.6-1), flim (>= 1.14.6-1) | limit (>= 1.14.6-1),
semi (>= 1.14.6-1), make
Suggests: gnupg, openssl, w3m-el, mhc, starttls
Provides: imap-client, mail-reader, news-reader
-Source: ftp://ftp.gohome.org/%n/stable/%n-%v.tar.gz
-Source-MD5: 841af6be7899a286579a8e37ee662de6
+Source: ftp://ftp.gohome.org/%n/stable/%n-2.14.0.tar.gz
+Source-MD5: 60b94c9796ee40b6585ef19a509c90df
+Source2: http://dev.gentoo.org/~usata/distfiles/%n-2.14.0-20050405.diff
+Source2-MD5: 47c3f42a33432ca87bc35eb178600dad
PatchScript: <<
+ patch -p0 < ../%n-2.14.0-20050405.diff
sed 's|@PREFIX@|%p|g' < %a/%n.patch | sed 's|@VERSION@|%v-%r|g' | patch -p1
<<
CompileScript: make INFODIR=%i/share/info info
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits