Add perforce, a well-done commercial source code control system. The

submitter tried to bundle an elisp script with this port, but I left it
out because it could just as well be put in a different port.

PR:		18371
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
This commit is contained in:
Will Andrews 2000-06-10 06:22:55 +00:00
parent a01d4b6f71
commit ba9f68c58c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29495
31 changed files with 295 additions and 0 deletions

View file

@ -184,6 +184,7 @@
SUBDIR += patch
SUBDIR += pccts
SUBDIR += pcre
SUBDIR += perforce
SUBDIR += pharmacy
SUBDIR += picprog
SUBDIR += pmake

35
devel/p4/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/p4/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

1
devel/p4/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perforce client and server

7
devel/p4/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/p4/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d

35
devel/p4d/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/p4d/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

1
devel/p4d/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perforce client and server

7
devel/p4d/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/p4d/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d

35
devel/p4ftpd/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/p4ftpd/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

1
devel/p4ftpd/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perforce client and server

7
devel/p4ftpd/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/p4ftpd/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d

35
devel/p4p/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/p4p/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

1
devel/p4p/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perforce client and server

7
devel/p4p/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/p4p/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d

35
devel/p4web/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/p4web/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

1
devel/p4web/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perforce client and server

7
devel/p4web/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/p4web/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d

35
devel/perforce/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: perforce
# Date created: 3 Mai 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= perforce
PORTVERSION= 99.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \
http://www.dsmit.com/p4/ \
ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/
EXTRACT_SUFX=
DISTFILES= p4 p4d p4.1 p4d.1
DIST_SUBDIR= perforce
MAINTAINER= sam@inf.enst.fr
NO_PACKAGE= Restricted distribution
NO_CDROM= Restricted distribution
NO_BUILD= yes
MAN1= p4.1 p4d.1
do-extract:
@${MKDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin
.for PERFMAN in p4 p4d
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>

4
devel/perforce/distinfo Normal file
View file

@ -0,0 +1,4 @@
MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a
MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024
MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a
MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0

View file

@ -0,0 +1 @@
Perforce client and server

7
devel/perforce/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Perforce is a commercial revision control system that can be used gratis
for developping free software (see WWW page for details).
WWW: http://www.perforce.com/
-- Samuel Tardieu
sam@inf.enst.fr

2
devel/perforce/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/p4
sbin/p4d