From dryice@hotpop.com  Wed Mar  9 09:15:26 2005
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 19B6C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Mar 2005 09:15:26 +0000 (GMT)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.51])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A09943D69
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Mar 2005 09:15:25 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103])
	by smtp-out.hotpop.com (Postfix) with SMTP id CAE7F75941
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Mar 2005 09:14:10 +0000 (UTC)
Received: from hotpop.com (unknown [221.0.237.233])
	by smtp-3.hotpop.com (Postfix) with ESMTP
	id AD1AC14A258B; Wed,  9 Mar 2005 09:14:02 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Wed,  9 Mar 2005 17:13:52 +0800
Message-Id: <20050309091402.AD1AC14A258B@smtp-3.hotpop.com>
Date: Wed,  9 Mar 2005 17:13:52 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@liu.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dryice Liu <dryice@liu.com.cn>
Subject: [new port] textproc/emacs-wiki: wiki in Emacs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 09 09:20:02 GMT 2005
>Closed-Date:    Fri Mar 11 19:34:29 GMT 2005
>Last-Modified:  Fri Mar 11 19:34:29 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Mar 11 19:34:19 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78612 
>Unformatted:
