Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2000 11:50:04 -0700 (PDT)
From:      Samuel Tardieu <sam@inf.enst.fr>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18371: new port: perforce
Message-ID:  <200005031850.LAA71022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18371; it has been noted by GNATS.

From: Samuel Tardieu <sam@inf.enst.fr>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/18371: new port: perforce
Date: Wed, 3 May 2000 20:46:52 +0200

 Me stupid, I didn't check that the port was OK with portlint. This one
 is 100% clean.
 
 # 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/
 XEXTRACT_SUFX=
 XDISTFILES=	p4 p4d p4.el p4.1 p4d.1
 XDIST_SUBDIR=	perforce
 X
 XMAINTAINER=	sam@inf.enst.fr
 X
 XBUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs
 X
 XNO_PACKAGE=	Restricted distribution
 XNO_CDROM=	Restricted distribution
 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_MAN} ${WRKSRC}/p4.1 ${PREFIX}/man/man1
 X	${INSTALL_MAN} ${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?200005031850.LAA71022>