ports/66801: New port: devel/psvn - Subversion interface for Emacs

Kimura Fuyuki fuyuki at hadaly.org
Tue May 18 12:07:32 UTC 2004


>Number:         66801
>Category:       ports
>Synopsis:       New port: devel/psvn - Subversion interface for 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:   Tue May 18 05:00:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p5 i386

>Description:
psvn.el is an interface for the revision control tool subversion.
psvn.el provides a similar interface for subversion as pcl-cvs for
cvs.

WWW: http://xsteve.nit.at/prg/emacs/

>How-To-Repeat:

>Fix:

# 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:
#
#	psvn
#	psvn/distinfo
#	psvn/pkg-descr
#	psvn/.shar
#	psvn/pkg-message
#	psvn/pkg-plist
#	psvn/Makefile
#
echo c - psvn
mkdir -p psvn > /dev/null 2>&1
echo x - psvn/distinfo
sed 's/^X//' >psvn/distinfo << 'END-of-psvn/distinfo'
XMD5 (psvn-9298/psvn.el) = cd1c726830e21d8bcd8d27b6d8281028
XSIZE (psvn-9298/psvn.el) = 88548
END-of-psvn/distinfo
echo x - psvn/pkg-descr
sed 's/^X//' >psvn/pkg-descr << 'END-of-psvn/pkg-descr'
Xpsvn.el is an interface for the revision control tool subversion.
Xpsvn.el provides a similar interface for subversion as pcl-cvs for
Xcvs.
X
XWWW: http://xsteve.nit.at/prg/emacs/
END-of-psvn/pkg-descr
echo x - psvn/.shar
sed 's/^X//' >psvn/.shar << 'END-of-psvn/.shar'
END-of-psvn/.shar
echo x - psvn/pkg-message
sed 's/^X//' >psvn/pkg-message << 'END-of-psvn/pkg-message'
XTo use psvn, add the following line to your ~/.emacs:
X
X(require 'psvn)
END-of-psvn/pkg-message
echo x - psvn/pkg-plist
sed 's/^X//' >psvn/pkg-plist << 'END-of-psvn/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/psvn/psvn.el
X%%EMACS_VERSION_SITE_LISPDIR%%/psvn/psvn.elc
X at dirrm %%EMACS_VERSION_SITE_LISPDIR%%/psvn
END-of-psvn/pkg-plist
echo x - psvn/Makefile
sed 's/^X//' >psvn/Makefile << 'END-of-psvn/Makefile'
X# New ports collection makefile for:   psvn
X# Date created:                18 May 2004
X# Whom:                        Kimura Fuyuki <fuyuki at hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	psvn
XPORTVERSION=	9298
XCATEGORIES=	devel elisp
XMASTER_SITES=	http://xsteve.nit.at/prg/emacs/
XDISTFILES=	psvn.el
XDIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	fuyuki at hadaly.org
XCOMMENT=	Subversion interface for Emacs
X
XEMACS_PORT_NAME?=	emacs21
X
XNO_WRKSUBDIR=	yes
XEXTRACT_CMD=	${CP}
XEXTRACT_BEFORE_ARGS=	# empty
XEXTRACT_AFTER_ARGS=	${WRKSRC}
X
XELISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
X
Xdo-build:
X	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile ${DISTFILES}
X
Xdo-install:
X	${MKDIR} ${ELISPDIR}
X	${INSTALL_DATA} ${WRKSRC}/psvn.* ${ELISPDIR}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-psvn/Makefile
exit

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



More information about the freebsd-ports-bugs mailing list