Date: Wed, 3 May 2000 18:54:06 +0200 (CEST) From: sam@inf.enst.fr To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18371: New port: perforce Message-ID: <20000503165406.A5C4BB1@trillian.enst.fr>
next in thread | raw e-mail | index | archive | help
>Number: 18371 >Category: ports >Synopsis: New port: perforce >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 3 10:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 5.0-CURRENT i386 >Organization: TELECOM Paris >Environment: >Description: >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: # # 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/ XDISTFILES= p4 p4d p4.el 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 Xdo-extract: X ${MKDIR} ${WRKSRC} X cp ${DISTDIR}/p4 ${WRKSRC} X cp ${DISTDIR}/p4d ${WRKSRC} X cp ${DISTDIR}/p4.el ${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 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 (p4) = 6394c00f803fec549b3d22539bbdbe4a XMD5 (p4d) = 0e14a67349b32ac413876b010ad41024 XMD5 (p4.el) = e9a548ac97fbabaf4f51c098f506f179 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 >Release-Note: >Audit-Trail: >Unformatted: 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?20000503165406.A5C4BB1>