Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17896/main/finkinfo/editors
Modified Files:
Tag: pangocairo-branch
ddskk.info t-gnus.info wl.info navi2ch.info navi2ch.patch
Log Message:
Sync with HEAD.
Index: navi2ch.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/navi2ch.info,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- navi2ch.info 3 Nov 2007 20:25:24 -0000 1.1.2.4
+++ navi2ch.info 24 Feb 2008 02:44:47 -0000 1.1.2.5
@@ -1,20 +1,23 @@
Package: navi2ch
-Version: 1.7.5
-Revision: 1009
-GCC: 4.0
+Version: 1.7.5+cvs.0.0.20070510-1
+Revision: 1
Description: 2ch navigator for Emacsen
License: GPL
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
BuildDepends: fink (>= 0.24.12)
Depends: emacsen
Recommends: monafont
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 3187132fbb3e79ffb40eef2d70c743c5
+Source: http://navi2ch.sourceforge.net/snapshot/%n-cvs_0.0.20070510-1.tar.gz
+Source-MD5: ce070394eea1f067b226c6350ea00c3a
+SourceDirectory: navi2ch-cvs-20070510
PatchFile: %n.patch
-PatchFile-MD5: 7ca8234db7a8453cb4c3c4403f1c6871
-PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
-ConfigureParams: --infodir='${prefix}/share/info'
--with-lispdir='${prefix}/share/emacs/site-lisp/%n'
--with-icondir='${prefix}/share/pixmaps/%n'
-CompileScript: ./configure %c
+PatchFile-MD5: ffee871f261a86d2b7d7109061a7377b
+PatchScript: <<
+sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
+perl -pi -e "s|( -batch)|\1 -no-site-file|" configure elisp-comp
doc/Makefile.in
+<<
+ConfigureParams: --infodir='${prefix}/share/info'
--with-lispdir='${prefix}/share/emacs/site-lisp/%n'
--with-icondir='%p/share/pixmaps/%n'
+CompileScript: ./configure %c && make info
InstallScript: <<
(cd icons && make install DESTDIR=%d)
(cd doc && make install DESTDIR=%d)
@@ -30,7 +33,7 @@
install -m 755 fink/%n-install %i/lib/emacsen-common/packages/install/%n
install -m 755 fink/%n-remove %i/lib/emacsen-common/packages/remove/%n
<<
-DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
PostInstScript: <<
if [ "$1" = "configure" ] && [ -x %p/lib/emacsen-common/emacs-package-install ]
then
Index: ddskk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ddskk.info,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- ddskk.info 17 Oct 2007 17:35:40 -0000 1.2.2.1
+++ ddskk.info 24 Feb 2008 02:44:47 -0000 1.2.2.2
@@ -1,7 +1,6 @@
Package: ddskk
Version: 12.2.0
Revision: 7
-Distribution: 10.4
Depends: emacsen, apel ( >=10.6)
Provides: skk
Recommends: skk-dict
Index: wl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/wl.info,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -d -r1.2.2.4 -r1.2.2.5
--- wl.info 17 Oct 2007 17:35:44 -0000 1.2.2.4
+++ wl.info 24 Feb 2008 02:44:47 -0000 1.2.2.5
@@ -1,7 +1,6 @@
Package: wl
Version: 2.14.0+cvs20050405
Revision: 5
-Distribution: 10.4
BuildDepends: fink (>= 0.24.12)
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
Index: navi2ch.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/navi2ch.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- navi2ch.patch 28 Dec 2006 17:50:18 -0000 1.1.2.2
+++ navi2ch.patch 24 Feb 2008 02:44:47 -0000 1.1.2.3
@@ -1,19 +1,7 @@
-diff -Naur navi2ch-1.7.5.orig/elisp-comp navi2ch-1.7.5/elisp-comp
---- navi2ch-1.7.5.orig/elisp-comp Wed Jul 31 19:57:54 2002
-+++ navi2ch-1.7.5/elisp-comp Sun Apr 3 18:28:06 2005
-@@ -54,7 +54,7 @@
- (setq load-path (nconc extra-load-path load-path))))
- (setq load-path (cons nil load-path))
- EOF
-- $EMACS -q -batch -l $compile -f batch-byte-compile $*
-+ $EMACS -q -batch -no-site-file -l $compile -f batch-byte-compile $*
- exit_status=$?
- rm -f $compile
- exit $exit_status
diff -Naur navi2ch-1.7.5.orig/fink/navi2ch-install
navi2ch-1.7.5/fink/navi2ch-install
--- navi2ch-1.7.5.orig/fink/navi2ch-install Thu Jan 1 09:00:00 1970
+++ navi2ch-1.7.5/fink/navi2ch-install Sun Apr 3 18:53:51 2005
-@@ -0,0 +1,53 @@
+@@ -0,0 +1,54 @@
+#!/bin/bash -e
+# @PREFIX@/lib/emacsen-common/packages/install/navi2ch
+
@@ -41,9 +29,9 @@
+ navi2ch.el \
+ navi2ch-head.el navi2ch-mona.el navi2ch-e21.el navi2ch-xmas.el \
+ navi2ch-splash.el navi2ch-directory.el \
-+ navi2ch-multibbs.el \
++ navi2ch-be2ch.el navi2ch-multibbs.el \
+ navi2ch-jbbs-net.el navi2ch-jbbs-shitaraba.el navi2ch-machibbs.el \
-+ navi2ch-futaba.el \
++ navi2ch-futaba.el navi2ch-megabbs.el \
+ navi2ch-http-date.el navi2ch-localfile.el navi2ch-oyster.el \
+ navi2ch-auto-modify.el"
+
@@ -62,6 +50,7 @@
+ rm ${ELCDIR}/{*.el,elisp-comp}
+
+ (cd ${ELCDIR} && ln -s contrib/*.el .)
++ ln -s ${ELDIR}/navi2ch-config.el ${ELCDIR}
+
+ echo " done."
+fi
@@ -112,15 +101,3 @@
+;(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)
+
+(autoload 'navi2ch "navi2ch" "Navigator for 2ch for Emacs" t)
-diff -Naur navi2ch-1.7.5.orig/navi2ch-list.el navi2ch-1.7.5/navi2ch-list.el
---- navi2ch-1.7.5.orig/navi2ch-list.el 2004-08-08 00:03:09.000000000 +0900
-+++ navi2ch-1.7.5/navi2ch-list.el 2006-12-25 08:23:08.000000000 +0900
-@@ -85,7 +85,7 @@
- (nil " " navi2ch-list-board-name-face)))
-
- (defconst navi2ch-list-bbstable-default-url
-- "http://www.ff.iij4u.or.jp/~ch2/bbsmenu.html")
-+ "http://menu.2ch.net/bbsmenu.html")
-
- ;; add hook
- (add-hook 'navi2ch-save-status-hook 'navi2ch-list-save-info)
Index: t-gnus.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/t-gnus.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- t-gnus.info 17 Oct 2007 17:35:43 -0000 1.1.2.2
+++ t-gnus.info 24 Feb 2008 02:44:47 -0000 1.1.2.3
@@ -1,7 +1,6 @@
Package: t-gnus
Version: 6.17.2.00
Revision: 2
-Distribution: 10.4
Description: Branch of Semi-gnus (Gnus for SEMI) variants
License: GPL
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs