mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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>
This commit is contained in:
parent
93a8791746
commit
509096103d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130917
@ -99,6 +99,7 @@
|
||||
SUBDIR += dtdparse
|
||||
SUBDIR += easydiff
|
||||
SUBDIR += el-aspell
|
||||
SUBDIR += emacs-wiki
|
||||
SUBDIR += enchant
|
||||
SUBDIR += eo-aspell
|
||||
SUBDIR += eruby
|
||||
|
61
textproc/emacs-wiki/Makefile
Normal file
61
textproc/emacs-wiki/Makefile
Normal file
@ -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>
|
2
textproc/emacs-wiki/distinfo
Normal file
2
textproc/emacs-wiki/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (emacs-wiki-2.67.1.tar.gz) = 9d9e837131dc7d551b6d21846ce55128
|
||||
SIZE (emacs-wiki-2.67.1.tar.gz) = 214827
|
5
textproc/emacs-wiki/pkg-descr
Normal file
5
textproc/emacs-wiki/pkg-descr
Normal file
@ -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
|
22
textproc/emacs-wiki/pkg-plist
Normal file
22
textproc/emacs-wiki/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user