Date: Wed, 9 Mar 2005 17:13:52 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dryice Liu <dryice@liu.com.cn> Subject: ports/78612: [new port] textproc/emacs-wiki: wiki in Emacs Message-ID: <20050309091402.AD1AC14A258B@smtp-3.hotpop.com> Resent-Message-ID: <200503090920.j299K3cU093812@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78612 >Category: ports >Synopsis: [new port] textproc/emacs-wiki: wiki in Emacs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 09:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Feb 1 21:29:03 CST 2005 >Description: Attached is the shar file for emacs-wiki, it supports create and use hyperlinks and simple formatting in plain text files, and to optionally publish your pages as HTML. And it's the backend of planner.el (coming to ports soon). Please note this PR depends on ports/78610. >How-To-Repeat: N/A >Fix: --- emacs-wiki.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/textproc/emacs-wiki # /usr/ports/textproc/emacs-wiki/distinfo # /usr/ports/textproc/emacs-wiki/Makefile # /usr/ports/textproc/emacs-wiki/pkg-descr # /usr/ports/textproc/emacs-wiki/pkg-plist # echo c - /usr/ports/textproc/emacs-wiki mkdir -p /usr/ports/textproc/emacs-wiki > /dev/null 2>&1 echo x - /usr/ports/textproc/emacs-wiki/distinfo sed 's/^X//' >/usr/ports/textproc/emacs-wiki/distinfo << 'END-of-/usr/ports/textproc/emacs-wiki/distinfo' XMD5 (emacs-wiki-2.67.1.tar.gz) = 9d9e837131dc7d551b6d21846ce55128 XSIZE (emacs-wiki-2.67.1.tar.gz) = 214827 END-of-/usr/ports/textproc/emacs-wiki/distinfo echo x - /usr/ports/textproc/emacs-wiki/Makefile sed 's/^X//' >/usr/ports/textproc/emacs-wiki/Makefile << 'END-of-/usr/ports/textproc/emacs-wiki/Makefile' X# New ports collection makefile for: emacs-wiki X# Date created: March 09 2005 X# Whom: Dryice Liu <dryice@liu.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= emacs-wiki XPORTVERSION= 2.67.1 XCATEGORIES= textproc elisp XMASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \ X http://bsdchat.com/dist/dryice/ XPKGNAMESUFFIX= -${EMACS_PORT_NAME} X XMAINTAINER= dryice@liu.com.cn XCOMMENT= Create and use hyperlinks and simple formatting in plain text files X XEMACS_PORT_NAME?= emacs21 X X.if ${EMACS_PORT_NAME} != "emacs21" XPORTNAMESUFFIX= ${PKGNAMESUFFIX} X.endif X XRUN_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/devel/xml-parse.el XRUN_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el X X.if defined(WITH_CONTRIB) XPLIST_SUB+= CONTRIB="" X.else XPLIST_SUB+= CONTRIB="@comment " X.endif X XINFO= emacs-wiki XLISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} X Xpre-everything:: X.if !defined(WITH_CONTRIB) X @${ECHO_MSG} "" X @${ECHO_MSG} "You may want to build with WITH_CONTRIB=yes" X @${ECHO_MSG} "to install some extra packages. Note this may" X @${ECHO_MSG} "shadow the versions you already installed elsewhere." X @${ECHO_MSG} "" X.endif X Xdo-build: X cd ${WRKSRC}; makeinfo --no-split emacs-wiki.texi X Xdo-install: X ${MKDIR} ${LISPDIR} X.for i in *.el X ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} X.endfor X ${INSTALL_DATA} ${WRKSRC}/emacs-wiki.info ${PREFIX}/info X.if defined(WITH_CONTRIB) X ${MKDIR} ${LISPDIR}/contrib X.for i in *.el X ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${LISPDIR}/contrib X.endfor X.endif X X.include <bsd.port.mk> END-of-/usr/ports/textproc/emacs-wiki/Makefile echo x - /usr/ports/textproc/emacs-wiki/pkg-descr sed 's/^X//' >/usr/ports/textproc/emacs-wiki/pkg-descr << 'END-of-/usr/ports/textproc/emacs-wiki/pkg-descr' Xemacs-wiki enables you to create and use hyperlinks and simple Xformatting in plain text files, and to optionally publish your pages as XHTML. X XWWW: http://www.mwolson.org/projects/EmacsWiki.html END-of-/usr/ports/textproc/emacs-wiki/pkg-descr echo x - /usr/ports/textproc/emacs-wiki/pkg-plist sed 's/^X//' >/usr/ports/textproc/emacs-wiki/pkg-plist << 'END-of-/usr/ports/textproc/emacs-wiki/pkg-plist' X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-colors.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-httpd.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-id.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-macros.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-mathml.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-menu.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-pgg.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-project.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-publish.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-regexps.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-srctag.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-table.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki-transition.el X%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/emacs-wiki.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/cgi.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/htmlize.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/httpd.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/pcomplete.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/table.el X%%CONTRIB%%%%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib/update-remote.el X%%CONTRIB%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki/contrib X@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/emacs-wiki END-of-/usr/ports/textproc/emacs-wiki/pkg-plist exit --- emacs-wiki.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050309091402.AD1AC14A258B>