summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-11 19:33:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-11 19:33:27 +0000
commit509096103df07cc5ab3daa4e01108bc29b0208b7 (patch)
tree8c2f0877e2e33f0382eee275d16aa5b66e7319ef /textproc
parent- Update to 0.70.0. (diff)
emacs-wiki enables you to create and use hyperlinks and simple formatting in
plain text files, and to optionally publish your pages as HTML. PR: ports/78612 Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes: svn path=/head/; revision=130917
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/emacs-wiki/Makefile61
-rw-r--r--textproc/emacs-wiki/distinfo2
-rw-r--r--textproc/emacs-wiki/pkg-descr5
-rw-r--r--textproc/emacs-wiki/pkg-plist22
5 files changed, 91 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0947cd66df72..25709c1b01c2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -99,6 +99,7 @@
SUBDIR += dtdparse
SUBDIR += easydiff
SUBDIR += el-aspell
+ SUBDIR += emacs-wiki
SUBDIR += enchant
SUBDIR += eo-aspell
SUBDIR += eruby
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile
new file mode 100644
index 000000000000..b807edb3211d
--- /dev/null
+++ b/textproc/emacs-wiki/Makefile
@@ -0,0 +1,61 @@
+# New ports collection makefile for: emacs-wiki
+# Date created: March 09 2005
+# Whom: Dryice Liu <dryice@liu.com.cn>
+#
+# $FreeBSD$
+#
+
+PORTNAME= emacs-wiki
+PORTVERSION= 2.67.1
+CATEGORIES= textproc elisp
+MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \
+ http://bsdchat.com/dist/dryice/
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+
+MAINTAINER= dryice@liu.com.cn
+COMMENT= Create and use hyperlinks and simple formatting in plain text files
+
+EMACS_PORT_NAME?= emacs21
+
+.if ${EMACS_PORT_NAME} != "emacs21"
+PORTNAMESUFFIX= ${PKGNAMESUFFIX}
+.endif
+
+RUN_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/textproc/xml-parse.el
+RUN_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el
+
+.if defined(WITH_CONTRIB)
+PLIST_SUB+= CONTRIB=""
+.else
+PLIST_SUB+= CONTRIB="@comment "
+.endif
+
+INFO= emacs-wiki
+LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
+
+pre-everything::
+.if !defined(WITH_CONTRIB)
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "You may want to build with WITH_CONTRIB=yes"
+ @${ECHO_MSG} "to install some extra packages. Note this may"
+ @${ECHO_MSG} "shadow the versions you already installed elsewhere."
+ @${ECHO_MSG} ""
+.endif
+
+do-build:
+ cd ${WRKSRC}; makeinfo --no-split emacs-wiki.texi
+
+do-install:
+ ${MKDIR} ${LISPDIR}
+.for i in *.el
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/emacs-wiki.info ${PREFIX}/info
+.if defined(WITH_CONTRIB)
+ ${MKDIR} ${LISPDIR}/contrib
+.for i in *.el
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${LISPDIR}/contrib
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/emacs-wiki/distinfo b/textproc/emacs-wiki/distinfo
new file mode 100644
index 000000000000..f94d8b72edfb
--- /dev/null
+++ b/textproc/emacs-wiki/distinfo
@@ -0,0 +1,2 @@
+MD5 (emacs-wiki-2.67.1.tar.gz) = 9d9e837131dc7d551b6d21846ce55128
+SIZE (emacs-wiki-2.67.1.tar.gz) = 214827
diff --git a/textproc/emacs-wiki/pkg-descr b/textproc/emacs-wiki/pkg-descr
new file mode 100644
index 000000000000..6ea996667179
--- /dev/null
+++ b/textproc/emacs-wiki/pkg-descr
@@ -0,0 +1,5 @@
+emacs-wiki enables you to create and use hyperlinks and simple
+formatting in plain text files, and to optionally publish your pages as
+HTML.
+
+WWW: http://www.mwolson.org/projects/EmacsWiki.html
diff --git a/textproc/emacs-wiki/pkg-plist b/textproc/emacs-wiki/pkg-plist
new file mode 100644
index 000000000000..87cd8805f4b2
--- /dev/null
+++ b/textproc/emacs-wiki/pkg-plist
@@ -0,0 +1,22 @@
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-colors.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-httpd.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-id.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-macros.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-mathml.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-menu.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-pgg.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-project.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-publish.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-regexps.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-srctag.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-table.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-transition.el
+%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/cgi.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/htmlize.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/httpd.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/pcomplete.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/table.el
+%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/update-remote.el
+%%CONTRIB%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib
+@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki