Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8658
Modified Files:
muse-el.info muse-el.patch
Log Message:
Maintainer update to new upstream release
Index: muse-el.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/muse-el.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- muse-el.info 21 Feb 2006 06:36:13 -0000 1.2
+++ muse-el.info 12 Jun 2006 05:05:56 -0000 1.3
@@ -1,14 +1,14 @@
Package: muse-el
Description: Maintain and publish documents within emacs
-Version: 3.02.6
+Version: 3.02.6b
Revision: 1
License: GPL
Depends: emacsen
-DocFiles: AUTHORS ChangeLog README fink/README.fink fink/muse-el.copyright
-InfoDocs: muse-el
+DocFiles: AUTHORS NEWS ChangeLog ChangeLog.main ChangeLog.2004 README
fink/README.fink fink/muse-el.copyright
+InfoDocs: muse-el.info
Source: http://download.gna.org/%n/muse-%v.tar.gz
SourceDirectory: muse-%v
-Source-MD5: 8b55cefa828b61bb1d27040a1c38ab51
+Source-MD5: 98fd1e6f5e6211f375561705854d4809
Maintainer: Jesse Alama <[EMAIL PROTECTED]>
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
CompileScript: <<
@@ -30,7 +30,7 @@
install -m 644 contrib/*.el %i/share/emacs/site-lisp/muse/contrib
mkdir -p %i/share/info
- cp muse.info %i/share/info/muse-el
+ cp muse.info %i/share/info/muse-el.info
mkdir -p %i/share/doc/muse-el/examples
install -m 644 examples/QuickStart.muse %i/share/doc/muse-el/examples
Index: muse-el.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/muse-el.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- muse-el.patch 21 Feb 2006 06:36:13 -0000 1.2
+++ muse-el.patch 12 Jun 2006 05:05:56 -0000 1.3
@@ -1,6 +1,6 @@
-diff -Naur --exclude='*~' muse-3.02.6/fink/README.fink
muse-3.02.6.fink/fink/README.fink
---- muse-3.02.6/fink/README.fink 1969-12-31 16:00:00.000000000 -0800
-+++ muse-3.02.6.fink/fink/README.fink 2006-01-21 18:14:47.000000000 -0800
+diff -Naur --exclude='*~' muse-3.02.6b/fink/README.fink
muse-3.02.6b.fink/fink/README.fink
+--- muse-3.02.6b/fink/README.fink 1969-12-31 16:00:00.000000000 -0800
++++ muse-3.02.6b.fink/fink/README.fink 2006-01-21 18:14:47.000000000 -0800
@@ -0,0 +1,44 @@
+To use muse mode, include the form
+
@@ -46,10 +46,10 @@
+stylesheets as well as header and footer files that Michael Olson
+actually uses to maintain his website (http://www.mwolson.org) with
+muse.
-diff -Naur --exclude='*~' muse-3.02.6/fink/emacsen-install
muse-3.02.6.fink/fink/emacsen-install
---- muse-3.02.6/fink/emacsen-install 1969-12-31 16:00:00.000000000 -0800
-+++ muse-3.02.6.fink/fink/emacsen-install 2006-01-21 18:09:34.000000000
-0800
-@@ -0,0 +1,37 @@
+diff -Naur --exclude='*~' muse-3.02.6b/fink/emacsen-install
muse-3.02.6b.fink/fink/emacsen-install
+--- muse-3.02.6b/fink/emacsen-install 1969-12-31 16:00:00.000000000 -0800
++++ muse-3.02.6b.fink/fink/emacsen-install 2006-06-09 18:53:36.000000000
-0700
+@@ -0,0 +1,52 @@
+#!/bin/bash -e
+#
+# install file for the fink muse-el emacs package.
@@ -75,21 +75,36 @@
+echo >&2 -n "install/muse-el: Byte-compiling for ${FLAVOR}..."
+
+mkdir -p @PREFIX@/share/${FLAVOR}/site-lisp/muse;
-+for i in muse-blosxom.el muse-book.el muse-colors.el muse-convert.el
muse-docbook.el muse-html.el muse-http.el muse-journal.el muse-latex.el
muse-mode.el muse-poem.el muse-project.el muse-protocols.el muse-publish.el
muse-regexps.el muse-texinfo.el muse-wiki.el muse.el Makefile Makefile.defs; do
++for i in muse-blosxom.el muse-book.el muse-colors.el muse-convert.el
muse-docbook.el muse-html.el muse-http.el muse-journal.el muse-latex.el
muse-mode.el muse-poem.el muse-project.el muse-protocols.el muse-publish.el
muse-regexps.el muse-texinfo.el muse-wiki.el muse.el Makefile Makefile.defs
muse-build.el; do
+ ln -s -f @PREFIX@/share/emacs/site-lisp/muse/${i}
@PREFIX@/share/${FLAVOR}/site-lisp/muse/${i};
+done
+
++mkdir -p @PREFIX@/share/${FLAVOR}/site-lisp/muse/contrib;
++for i in cgi.el httpd.el; do
++ ln -s -f @PREFIX@/share/emacs/site-lisp/muse/contrib/${i}
@PREFIX@/share/${FLAVOR}/site-lisp/muse/contrib/${i};
++done
++
++mkdir -p @PREFIX@/share/${FLAVOR}/site-lisp/muse/scripts;
++ln -s -f @PREFIX@/share/emacs/site-lisp/muse/scripts/muse-build.el
@PREFIX@/share/${FLAVOR}/site-lisp/muse/scripts;
++
+cd @PREFIX@/share/${FLAVOR}/site-lisp/muse;
+
-+(make EMACS=${FLAVOR} lisp 2>&1) | gzip -9qf >
@PREFIX@/share/doc/muse-el/CompilationLog-${FLAVOR}.gz
++(make EMACS=${FLAVOR} PREFIX="@PREFIX@" INFODIR="@PREFIX@/share/info" lisp
--keep-going 2>&1) | gzip -9qf >
@PREFIX@/share/doc/muse-el/CompilationLog-${FLAVOR}.gz
++
++rm @PREFIX@/share/${FLAVOR}/site-lisp/muse/scripts/muse-build.el
++rmdir @PREFIX@/share/${FLAVOR}/site-lisp/muse/scripts
++
++rm @PREFIX@/share/${FLAVOR}/site-lisp/muse/Makefile;
++rm @PREFIX@/share/${FLAVOR}/site-lisp/muse/Makefile.defs;
++
+
+echo >&2 "done."
+echo >&2 "install/muse-el: Compilation log saved in
@PREFIX@/share/doc/muse-el/CompilationLog-${FLAVOR}.gz."
+
+exit 0
-diff -Naur --exclude='*~' muse-3.02.6/fink/emacsen-remove
muse-3.02.6.fink/fink/emacsen-remove
---- muse-3.02.6/fink/emacsen-remove 1969-12-31 16:00:00.000000000 -0800
-+++ muse-3.02.6.fink/fink/emacsen-remove 2006-01-05 15:19:56.000000000
-0800
+diff -Naur --exclude='*~' muse-3.02.6b/fink/emacsen-remove
muse-3.02.6b.fink/fink/emacsen-remove
+--- muse-3.02.6b/fink/emacsen-remove 1969-12-31 16:00:00.000000000 -0800
++++ muse-3.02.6b.fink/fink/emacsen-remove 2006-01-05 15:19:56.000000000
-0800
@@ -0,0 +1,21 @@
+#!/bin/bash -e
+#
@@ -112,9 +127,9 @@
+echo >&2 "done."
+
+exit 0
-diff -Naur --exclude='*~' muse-3.02.6/fink/muse-el.copyright
muse-3.02.6.fink/fink/muse-el.copyright
---- muse-3.02.6/fink/muse-el.copyright 1969-12-31 16:00:00.000000000 -0800
-+++ muse-3.02.6.fink/fink/muse-el.copyright 2006-01-07 00:03:57.000000000
-0800
+diff -Naur --exclude='*~' muse-3.02.6b/fink/muse-el.copyright
muse-3.02.6b.fink/fink/muse-el.copyright
+--- muse-3.02.6b/fink/muse-el.copyright 1969-12-31 16:00:00.000000000
-0800
++++ muse-3.02.6b.fink/fink/muse-el.copyright 2006-01-07 00:03:57.000000000
-0800
@@ -0,0 +1,37 @@
+This package was finkified by Jesse Alama <[EMAIL PROTECTED]>.
+
@@ -153,3 +168,55 @@
+
+On Fink systems, the complete text of the GNU General Public License
+can be found in [EMAIL PROTECTED]@/share/doc/fink/COPYING'.
+diff -Naur --exclude='*~' muse-3.02.6b/lisp/Makefile
muse-3.02.6b.fink/lisp/Makefile
+--- muse-3.02.6b/lisp/Makefile 2006-01-16 18:14:23.000000000 -0800
++++ muse-3.02.6b.fink/lisp/Makefile 2006-06-09 18:18:04.000000000 -0700
+@@ -1,7 +1,7 @@
+ .PHONY: all lisp autoloads clean realclean distclean fullclean install test
+ .PRECIOUS: %.elc
+
+-include ../Makefile.defs
++include Makefile.defs
+
+ EL = $(filter-out muse-autoloads.el,$(wildcard *.el))
+ ELC = $(patsubst %.el,%.elc,$(EL))
+@@ -10,17 +10,17 @@
+
+ lisp: $(ELC)
+
+-muse-build.elc: ../scripts/muse-build.el
++muse-build.elc: scripts/muse-build.el
+ @echo muse-build.el is not byte-compiled
+
+ autoloads: muse-autoloads.el
+
+ muse-autoloads.el: $(EL)
+- @$(EMACS) -q $(SITEFLAG) -batch -l ../scripts/muse-build.el \
++ @$(EMACS) -q $(SITEFLAG) -batch -l scripts/muse-build.el \
+ -f muse-generate-autoloads . ../contrib ../experimental
+
+ %.elc: %.el
+- @$(EMACS) -q $(SITEFLAG) -batch -l ../scripts/muse-build.el \
++ @$(EMACS) -q $(SITEFLAG) -batch -l scripts/muse-build.el \
+ -f batch-byte-compile $<
+
+ clean:
+@@ -34,5 +34,5 @@
+ install -m 0644 muse-autoloads.el $(EL) $(ELC) $(ELISPDIR)
+
+ test: $(ELC)
+- $(EMACS) -q $(SITEFLAG) -batch -l ../scripts/muse-build.el \
++ $(EMACS) -q $(SITEFLAG) -batch -l scripts/muse-build.el \
+ -f muse-elint-files muse-*.el
+diff -Naur --exclude='*~' muse-3.02.6b/muse.texi muse-3.02.6b.fink/muse.texi
+--- muse-3.02.6b/muse.texi 2006-03-14 11:18:43.000000000 -0800
++++ muse-3.02.6b.fink/muse.texi 2006-06-09 18:45:35.000000000 -0700
+@@ -6,7 +6,7 @@
+
+ @dircategory Emacs
+ @direntry
+-* Muse: (muse). Authoring and publishing environment for Emacs.
++* Muse: (muse-el). Authoring and publishing environment for Emacs.
+ @end direntry
+
+ @syncodeindex fn cp
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits