diff options
author | will <will@FreeBSD.org> | 2000-06-10 06:22:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-10 06:22:55 +0000 |
commit | 52b321d42477f86b0addd55ff7f141f4fcabab70 (patch) | |
tree | 52dd75abda16b062186cdf5ad13ef32d348e9da8 | |
parent | b77b76765a00c983bd933af1305d01faa4bc6e70 (diff) | |
download | FreeBSD-ports-52b321d42477f86b0addd55ff7f141f4fcabab70.zip FreeBSD-ports-52b321d42477f86b0addd55ff7f141f4fcabab70.tar.gz |
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>
31 files changed, 295 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4ac73a1..6bd2aa5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -184,6 +184,7 @@ SUBDIR += patch SUBDIR += pccts SUBDIR += pcre + SUBDIR += perforce SUBDIR += pharmacy SUBDIR += picprog SUBDIR += pmake diff --git a/devel/p4/Makefile b/devel/p4/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/p4/Makefile @@ -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> diff --git a/devel/p4/distinfo b/devel/p4/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/p4/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/p4/pkg-comment b/devel/p4/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/p4/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/p4/pkg-descr b/devel/p4/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/p4/pkg-descr @@ -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 diff --git a/devel/p4/pkg-plist b/devel/p4/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/p4/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/p4d/Makefile @@ -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> diff --git a/devel/p4d/distinfo b/devel/p4d/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/p4d/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/p4d/pkg-comment b/devel/p4d/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/p4d/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/p4d/pkg-descr b/devel/p4d/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/p4d/pkg-descr @@ -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 diff --git a/devel/p4d/pkg-plist b/devel/p4d/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/p4d/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/p4ftpd/Makefile @@ -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> diff --git a/devel/p4ftpd/distinfo b/devel/p4ftpd/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/p4ftpd/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/p4ftpd/pkg-comment b/devel/p4ftpd/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/p4ftpd/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/p4ftpd/pkg-descr b/devel/p4ftpd/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/p4ftpd/pkg-descr @@ -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 diff --git a/devel/p4ftpd/pkg-plist b/devel/p4ftpd/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/p4ftpd/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/p4p/Makefile @@ -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> diff --git a/devel/p4p/distinfo b/devel/p4p/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/p4p/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/p4p/pkg-comment b/devel/p4p/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/p4p/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/p4p/pkg-descr b/devel/p4p/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/p4p/pkg-descr @@ -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 diff --git a/devel/p4p/pkg-plist b/devel/p4p/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/p4p/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/p4web/Makefile @@ -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> diff --git a/devel/p4web/distinfo b/devel/p4web/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/p4web/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/p4web/pkg-comment b/devel/p4web/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/p4web/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/p4web/pkg-descr b/devel/p4web/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/p4web/pkg-descr @@ -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 diff --git a/devel/p4web/pkg-plist b/devel/p4web/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/p4web/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile new file mode 100644 index 0000000..3580b00 --- /dev/null +++ b/devel/perforce/Makefile @@ -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> diff --git a/devel/perforce/distinfo b/devel/perforce/distinfo new file mode 100644 index 0000000..60139d0 --- /dev/null +++ b/devel/perforce/distinfo @@ -0,0 +1,4 @@ +MD5 (perforce/p4) = 6394c00f803fec549b3d22539bbdbe4a +MD5 (perforce/p4d) = 0e14a67349b32ac413876b010ad41024 +MD5 (perforce/p4.1) = 316b0cf0e0c6e0ff63ecdb612e45f58a +MD5 (perforce/p4d.1) = e2f1b2c60690ac4d4d3881faee5aa5e0 diff --git a/devel/perforce/pkg-comment b/devel/perforce/pkg-comment new file mode 100644 index 0000000..17ccd10 --- /dev/null +++ b/devel/perforce/pkg-comment @@ -0,0 +1 @@ +Perforce client and server diff --git a/devel/perforce/pkg-descr b/devel/perforce/pkg-descr new file mode 100644 index 0000000..96cbc1a --- /dev/null +++ b/devel/perforce/pkg-descr @@ -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 diff --git a/devel/perforce/pkg-plist b/devel/perforce/pkg-plist new file mode 100644 index 0000000..ecd114b --- /dev/null +++ b/devel/perforce/pkg-plist @@ -0,0 +1,2 @@ +bin/p4 +sbin/p4d |