diff options
author | obache <obache@pkgsrc.org> | 2007-01-10 15:18:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-10 15:18:22 +0000 |
commit | 8cf976ba791161cf0270e33399702a93926f24cf (patch) | |
tree | d6e3784d2bfd7428399230da22ea4c2a0ba38d86 | |
parent | e0fbc9fdade814670dc5eb9fcc14ce571d94576d (diff) | |
download | pkgsrc-8cf976ba791161cf0270e33399702a93926f24cf.tar.gz |
Import emacs-wiki version 2.70, provided by Marko Sch=FCtz.
I fixed some pkglint warnings.
Wiki is a concept, more than a thing. It is a way of creating
document pages using plain text markup and simplified hyperlinking.
By typing a name in MixedCase, a hyperlink is automatically created to
the document "MixedCase". Pressing return on that name will create
the file if it doesn't exist, or visit it if it does. The markup used
by emacs-wiki is intended to be very friendly to people familiar with
Emacs. Type C-h v emacs-wiki-publishing-markup after this mode is
loaded for how to get started.
-rw-r--r-- | misc/emacs-wiki/DESCR | 8 | ||||
-rw-r--r-- | misc/emacs-wiki/Makefile | 49 | ||||
-rw-r--r-- | misc/emacs-wiki/PLIST | 41 | ||||
-rw-r--r-- | misc/emacs-wiki/distinfo | 5 |
4 files changed, 103 insertions, 0 deletions
diff --git a/misc/emacs-wiki/DESCR b/misc/emacs-wiki/DESCR new file mode 100644 index 00000000000..bba1775a6bf --- /dev/null +++ b/misc/emacs-wiki/DESCR @@ -0,0 +1,8 @@ +Wiki is a concept, more than a thing. It is a way of creating +document pages using plain text markup and simplified hyperlinking. +By typing a name in MixedCase, a hyperlink is automatically created to +the document "MixedCase". Pressing return on that name will create +the file if it doesn't exist, or visit it if it does. The markup used +by emacs-wiki is intended to be very friendly to people familiar with +Emacs. Type C-h v emacs-wiki-publishing-markup after this mode is +loaded for how to get started. diff --git a/misc/emacs-wiki/Makefile b/misc/emacs-wiki/Makefile new file mode 100644 index 00000000000..85e012488ff --- /dev/null +++ b/misc/emacs-wiki/Makefile @@ -0,0 +1,49 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 15:18:22 obache Exp $ +# + +DISTNAME= ${EMACSWIKI}-${EMACSWIKIVERSION} +PKGNAME= emacs-wiki-${EMACSWIKIVERSION} +CATEGORIES= misc +MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ +#EXTRACT_SUFX= .gz + +MAINTAINER= MarkoSchuetz@web.de +HOMEPAGE= http://repose.cx/emacs/wiki/ +COMMENT= Wiki major mode for emacs, which aims for implicit and natural markup + +EMACSWIKI= emacs-wiki +EMACSWIKIVERSION= 2.70 +DEPENDS= semi>=1.14.6:../../devel/semi + +#WRKSRC= ${WRKDIR}/${EMACSWIKI} + +.include "../../mk/emacs.mk" + +LISPDIR=${EMACS_LISPPREFIX}/emacs-wiki + +SRCS= emacs-wiki-colors.el emacs-wiki-httpd.el emacs-wiki-id.el emacs-wiki-macros.el emacs-wiki-mathml.el +SRCS+= emacs-wiki-menu.el emacs-wiki-pgg.el emacs-wiki-project.el emacs-wiki-publish.el emacs-wiki-regexps.el +SRCS+= emacs-wiki-srctag.el emacs-wiki-table.el emacs-wiki-transition.el emacs-wiki.el +SRCS+= contrib/cgi.el contrib/htmlize.el contrib/httpd.el contrib/table.el contrib/update-remote.el + +do-build: + cd ${WRKSRC} ; \ + for i in ${SRCS}; do \ + ${EMACS_BIN} --no-init-file --eval="(add-to-list 'load-path \"${WRKSRC}\")"\ + --eval="(add-to-list 'load-path \"${WRKSRC}/contrib\")"\ + -batch -q -f batch-byte-compile $$i; \ + done + +do-install: + ${MKDIR} ${LISPDIR} + ${MKDIR} ${LISPDIR}/contrib +.for i in ${SRCS:Mcontrib/*} + ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}/contrib + ${INSTALL_DATA} ${WRKSRC}/${i:R}.elc ${LISPDIR}/contrib +.endfor +.for i in ${SRCS:Ncontrib/*} + ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/${i:R}.elc ${LISPDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/emacs-wiki/PLIST b/misc/emacs-wiki/PLIST new file mode 100644 index 00000000000..44a8435b158 --- /dev/null +++ b/misc/emacs-wiki/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 15:18:22 obache Exp $ +share/emacs/site-lisp/emacs-wiki/contrib/cgi.el +share/emacs/site-lisp/emacs-wiki/contrib/cgi.elc +share/emacs/site-lisp/emacs-wiki/contrib/htmlize.el +share/emacs/site-lisp/emacs-wiki/contrib/htmlize.elc +share/emacs/site-lisp/emacs-wiki/contrib/httpd.el +share/emacs/site-lisp/emacs-wiki/contrib/httpd.elc +share/emacs/site-lisp/emacs-wiki/contrib/table.el +share/emacs/site-lisp/emacs-wiki/contrib/table.elc +share/emacs/site-lisp/emacs-wiki/contrib/update-remote.el +share/emacs/site-lisp/emacs-wiki/contrib/update-remote.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-colors.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-colors.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-httpd.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-httpd.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-id.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-id.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-macros.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-macros.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-mathml.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-mathml.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-menu.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-menu.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-pgg.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-pgg.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-project.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-project.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-publish.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-publish.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-regexps.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-regexps.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-srctag.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-srctag.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-table.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-table.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki-transition.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki-transition.elc +share/emacs/site-lisp/emacs-wiki/emacs-wiki.el +share/emacs/site-lisp/emacs-wiki/emacs-wiki.elc +@dirrm share/emacs/site-lisp/emacs-wiki/contrib +@dirrm share/emacs/site-lisp/emacs-wiki diff --git a/misc/emacs-wiki/distinfo b/misc/emacs-wiki/distinfo new file mode 100644 index 00000000000..aa1665adc36 --- /dev/null +++ b/misc/emacs-wiki/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/10 15:18:22 obache Exp $ + +SHA1 (emacs-wiki-2.70.tar.gz) = 3d312fc5c3836a9d2836985ed82b6d1518818b9f +RMD160 (emacs-wiki-2.70.tar.gz) = d6e502076be3ed83dd05798a1428e95e2e0432a6 +Size (emacs-wiki-2.70.tar.gz) = 214463 bytes |