diff options
Diffstat (limited to 'devel/p4')
-rw-r--r-- | devel/p4/Makefile | 44 | ||||
-rw-r--r-- | devel/p4/distinfo | 5 | ||||
-rw-r--r-- | devel/p4/files/perforce | 18 | ||||
-rw-r--r-- | devel/p4/files/perforce.sh.in | 11 | ||||
-rw-r--r-- | devel/p4/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p4/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p4/pkg-plist | 5 |
7 files changed, 0 insertions, 91 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile deleted file mode 100644 index 0ce97841c745..000000000000 --- a/devel/p4/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= 00.1 -PORTEPOCH= 1 -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 p4web p4.1 p4d.1 -DIST_SUBDIR= perforce - -MAINTAINER= sam@inf.enst.fr - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution -MAN1= p4.1 p4d.1 - -do-extract: - @${MKDIR} ${WRKSRC} - -do-build: - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4web ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin/ - if [ ! -f ${PREFIX}/etc/perforce ]; then \ - ${INSTALL_DATA} ${FILESDIR}/perforce ${PREFIX}/etc/; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 deleted file mode 100644 index ef50abcf52b1..000000000000 --- a/devel/p4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (perforce/p4) = 9456775cd3acbdf7b61fa5cc9abaa929 -MD5 (perforce/p4d) = f85238c698d4fe724289edd62809a16c -MD5 (perforce/p4web) = efe8d09184767fd1c8d9b63ce6d9f7d4 -MD5 (perforce/p4.1) = ff71fd46bccf768a1681252d358b2b49 -MD5 (perforce/p4d.1) = 17383209ae44dd2383f62cb47fe4ba78 diff --git a/devel/p4/files/perforce b/devel/p4/files/perforce deleted file mode 100644 index 9c7b8134a405..000000000000 --- a/devel/p4/files/perforce +++ /dev/null @@ -1,18 +0,0 @@ -# -# Perforce FreeBSD configuration file -# - -# -# Perforce ROOT -# -PERFORCE_ROOT="/usr/p4root" - -# -# Perforce options (see man p4d) -# -PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes diff --git a/devel/p4/files/perforce.sh.in b/devel/p4/files/perforce.sh.in deleted file mode 100644 index 646b16f9bc8d..000000000000 --- a/devel/p4/files/perforce.sh.in +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -case $1 in - start) - [ -f @PREFIX@/etc/perforce ] && . @PREFIX@/etc/perforce - if [ x$PERFORCE_START = xyes ]; then - echo -n " perforce server" - p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS - fi - ;; - *) ;; -esac diff --git a/devel/p4/pkg-comment b/devel/p4/pkg-comment deleted file mode 100644 index 17ccd1050ebe..000000000000 --- a/devel/p4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perforce client and server diff --git a/devel/p4/pkg-descr b/devel/p4/pkg-descr deleted file mode 100644 index 96cbc1a88f9b..000000000000 --- a/devel/p4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index f5fca512c3c6..000000000000 --- a/devel/p4/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/p4 -bin/p4web -sbin/p4d -etc/perforce -etc/rc.d/perforce.sh |