Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2000 19:16:27 +0200
From:      Samuel Tardieu <sam@inf.enst.fr>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/18371: New port: perforce
Message-ID:  <2000-05-03-19-16-28%2Btrackit%2Bsam@inf.enst.fr>
In-Reply-To: <200005031700.KAA56344@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, May 03, 2000 at 10:00:02AM -0700
References:  <20000503165406.A5C4BB1@trillian.enst.fr> <200005031700.KAA56344@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Please use this one instead, as it now contains manpages (which are
distributed separately).

# 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:
#
#	perforce
#	perforce/Makefile
#	perforce/files
#	perforce/files/md5
#	perforce/pkg
#	perforce/pkg/PLIST
#	perforce/pkg/DESCR
#	perforce/pkg/COMMENT
#
echo c - perforce
mkdir -p perforce > /dev/null 2>&1
echo x - perforce/Makefile
sed 's/^X//' >perforce/Makefile << 'END-of-perforce/Makefile'
X# New ports collection makefile for:    perforce
X# Date created:         3 Mai 2000
X# Whom:                 sam@inf.enst.fr
X#
X# $FreeBSD$
X#
X
XPORTNAME= 	perforce
XPORTVERSION= 	99.2
XCATEGORIES=	devel
XMASTER_SITES=	ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ http://www.dsmit.com/p4/ http://www.perforce.com/perforce/doc.992/man/
XDISTFILES=	p4 p4d p4.el p4.1 p4d.1
XDIST_SUBDIR=	perforce
XEXTRACT_SUFX=
X
XMAINTAINER=	sam@inf.enst.fr
X
XNO_PACKAGE=	Restricted distribution
XNO_CDROM=	Restricted distribution
X
XBUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs
X
XMAN1=		p4.1 p4d.1
X
Xdo-extract:
X	${MKDIR} ${WRKSRC}
X	cp ${DISTDIR}/${DIST_SUBDIR}/p4 ${WRKSRC}
X	cp ${DISTDIR}/${DIST_SUBDIR}/p4d ${WRKSRC}
X	cp ${DISTDIR}/${DIST_SUBDIR}/p4.el ${WRKSRC}
X	cp ${DISTDIR}/${DIST_SUBDIR}/p4.1 ${WRKSRC}
X	cp ${DISTDIR}/${DIST_SUBDIR}/p4d.1 ${WRKSRC}
X
Xdo-build:
X	cd ${WRKSRC} && emacs -batch -f batch-byte-compile p4.el
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/p4 ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/p4d ${PREFIX}/sbin
X	${INSTALL_DATA} ${WRKSRC}/p4.el ${PREFIX}/share/emacs/site-lisp
X	${INSTALL_DATA} ${WRKSRC}/p4.elc ${PREFIX}/share/emacs/site-lisp
X	${INSTALL_DATA} ${WRKSRC}/p4.1 ${PREFIX}/man/man1
X	${INSTALL_DATA} ${WRKSRC}/p4d.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-perforce/Makefile
echo c - perforce/files
mkdir -p perforce/files > /dev/null 2>&1
echo x - perforce/files/md5
sed 's/^X//' >perforce/files/md5 << 'END-of-perforce/files/md5'
XMD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
XMD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
XMD5 (perforce/p4.el) = e9a548ac97fbabaf4f51c098f506f179
XMD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
XMD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0
END-of-perforce/files/md5
echo c - perforce/pkg
mkdir -p perforce/pkg > /dev/null 2>&1
echo x - perforce/pkg/PLIST
sed 's/^X//' >perforce/pkg/PLIST << 'END-of-perforce/pkg/PLIST'
Xbin/p4
Xsbin/p4d
Xshare/emacs/site-lisp/p4.el
Xshare/emacs/site-lisp/p4.elc
END-of-perforce/pkg/PLIST
echo x - perforce/pkg/DESCR
sed 's/^X//' >perforce/pkg/DESCR << 'END-of-perforce/pkg/DESCR'
XPerforce is a commercial revision control system that can be used gratis
Xfor developping free software (see WWW page for details).
X
XWWW: http://www.perforce.com/
X
X  -- Samuel Tardieu
X     sam@inf.enst.fr
END-of-perforce/pkg/DESCR
echo x - perforce/pkg/COMMENT
sed 's/^X//' >perforce/pkg/COMMENT << 'END-of-perforce/pkg/COMMENT'
XPerforce client and server
END-of-perforce/pkg/COMMENT
exit



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2000-05-03-19-16-28%2Btrackit%2Bsam>