ports/68416: [new port] devel/xtla: An Emacs front-end to tla

Dryice Liu dryice at hotpop.com
Sun Jun 27 11:00:47 UTC 2004


>Number:         68416
>Category:       ports
>Synopsis:       [new port] devel/xtla: An Emacs front-end to tla
>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:   Sun Jun 27 11:00:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon Mar 1 16:17:42 CST 2004


>Description:
	Attached is the shar file for xtla, an Emacs front-end to tla
>How-To-Repeat:
	N/A
>Fix:


--- xtla.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/devel/xtla
#	/usr/ports/devel/xtla/Makefile
#	/usr/ports/devel/xtla/distinfo
#	/usr/ports/devel/xtla/files
#	/usr/ports/devel/xtla/files/patch-lisp-Makefile.in
#	/usr/ports/devel/xtla/files/patch-lisp-xtla-defs.el
#	/usr/ports/devel/xtla/pkg-plist
#	/usr/ports/devel/xtla/pkg-descr
#
echo c - /usr/ports/devel/xtla
mkdir -p /usr/ports/devel/xtla > /dev/null 2>&1
echo x - /usr/ports/devel/xtla/Makefile
sed 's/^X//' >/usr/ports/devel/xtla/Makefile << 'END-of-/usr/ports/devel/xtla/Makefile'
X# New ports collection makefile for:   xtla
X# Date created:                27 June 2004
X# Whom:                        Dryice Liu <dryice at liu.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xtla
XPORTVERSION=	20040620
XCATEGORIES=	devel elisp
XMASTER_SITES=	http://xsteve.nit.at/prg/emacs/
XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	dryice at liu.com.cn
XCOMMENT=	An Emacs front-end to tla
X
XEMACS_PORT_NAME?=	emacs21
X
X.if ${EMACS_PORT_NAME} != "emacs21"
XPORTNAMESUFFIX=	${PKGNAMESUFFIX}
X.endif
X
XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
X
XHAS_CONFIGURE= yes
XCONFIGURE_ARGS= --with-emacs=${EMACS_NAME}
XUSE_GMAKE=	yes
XINFO=		xtla
XRUN_DEPENDS+=	tla:${PORTSDIR}/devel/tla
X
Xdo-install:
X	${MKDIR} ${LISPDIR}
X.for i in *.el *.elc
X	${INSTALL_DATA} ${WRKSRC}/lisp/${i} ${LISPDIR}
X.endfor
X	${INSTALL_DATA} ${WRKSRC}/texinfo/xtla.info ${PREFIX}/info
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in BINDINGS FEATURES HACKING TODO
X	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
X.endfor
X.endif
X
Xpost-install:
X	install-info --dir ${PREFIX}/info/dir ${PREFIX}/info/xtla.info
X
X.include <bsd.port.mk>
END-of-/usr/ports/devel/xtla/Makefile
echo x - /usr/ports/devel/xtla/distinfo
sed 's/^X//' >/usr/ports/devel/xtla/distinfo << 'END-of-/usr/ports/devel/xtla/distinfo'
XMD5 (xtla.tar.gz) = e94823cdccf0e93af96831d981e46b04
XSIZE (xtla.tar.gz) = 145911
END-of-/usr/ports/devel/xtla/distinfo
echo c - /usr/ports/devel/xtla/files
mkdir -p /usr/ports/devel/xtla/files > /dev/null 2>&1
echo x - /usr/ports/devel/xtla/files/patch-lisp-Makefile.in
sed 's/^X//' >/usr/ports/devel/xtla/files/patch-lisp-Makefile.in << 'END-of-/usr/ports/devel/xtla/files/patch-lisp-Makefile.in'
X--- lisp/Makefile.in.orig	Sun Jun 27 17:29:09 2004
X+++ lisp/Makefile.in	Sun Jun 27 17:29:48 2004
X@@ -119,7 +119,7 @@
X 	$(EMACS_PROG) -batch -q -f Custom-make-dependencies .
X 
X ##############################################################################
X-xtla-version.el: ../{arch}
X+xtla-version.el: 
X 	$(RM) -f $@
X 	echo ';; do not edit -- automatically generated file' > $@
X 	echo ';; do not delete -- needed for bug reports' >> $@
END-of-/usr/ports/devel/xtla/files/patch-lisp-Makefile.in
echo x - /usr/ports/devel/xtla/files/patch-lisp-xtla-defs.el
sed 's/^X//' >/usr/ports/devel/xtla/files/patch-lisp-xtla-defs.el << 'END-of-/usr/ports/devel/xtla/files/patch-lisp-xtla-defs.el'
X--- lisp/xtla-defs.el.orig	Sun Jun 27 17:29:25 2004
X+++ lisp/xtla-defs.el	Sun Jun 27 17:31:06 2004
X@@ -960,13 +960,13 @@
X   :group 'xtla)
X 
X ;;;###autoload
X-(defcustom tla-diff-executable "diff"
X+(defcustom tla-diff-executable "gdiff"
X   "*The name of the diff executable"
X   :type 'string
X   :group 'xtla)
X 
X ;;;###autoload
X-(defcustom tla-patch-executable "patch"
X+(defcustom tla-patch-executable "gpatch"
X   "*The name of the patch executable"
X   :type 'string
X   :group 'xtla)
END-of-/usr/ports/devel/xtla/files/patch-lisp-xtla-defs.el
echo x - /usr/ports/devel/xtla/pkg-plist
sed 's/^X//' >/usr/ports/devel/xtla/pkg-plist << 'END-of-/usr/ports/devel/xtla/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoloads.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-browse.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-core.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-core.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-defs.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-defs.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-version.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-version.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-xemacs.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla.el
X%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla.elc
X%%PORTDOCS%%%%DOCSDIR%%/BINDINGS
X%%PORTDOCS%%%%DOCSDIR%%/FEATURES
X%%PORTDOCS%%%%DOCSDIR%%/HACKING
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X at dirrm %%EMACS_VERSION_SITE_LISPDIR%%/xtla
END-of-/usr/ports/devel/xtla/pkg-plist
echo x - /usr/ports/devel/xtla/pkg-descr
sed 's/^X//' >/usr/ports/devel/xtla/pkg-descr << 'END-of-/usr/ports/devel/xtla/pkg-descr'
Xxtla is a very complete Emacs front-end for tla. The main features are
X
X     * PCL-CVS like interface for tla inventory
X     * Archive browser. Navigate painlessly in archives, categories,
X       branches, versions, ...
X     * Good integration in Emacs. Almost everything can be done from
X       within the editor
X     * Bookmark manager. Keep the most frequently used arch locations
X       in your bookmark buffer.
X     * Integration of ediff, Emacs's graphical diff tool. (Even
X       outside xtla it's great, you should try it
X            To view changes made in a local tree
X            To view and resolve conflicts after a merge.
X     * Interface to view missing patches from all your partners with a
X       single command
X     * An Emacs mode for arch related files (log files,
X       =tagging-method)
X
XWWW: http://wiki.gnuarch.org/moin.cgi/xtla
END-of-/usr/ports/devel/xtla/pkg-descr
exit
--- xtla.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list