diff options
-rw-r--r-- | devel/Makefile | 7 | ||||
-rw-r--r-- | devel/p4-docs/DESCR | 2 | ||||
-rw-r--r-- | devel/p4-docs/Makefile | 50 | ||||
-rw-r--r-- | devel/p4-docs/PLIST | 9 | ||||
-rw-r--r-- | devel/p4-docs/distinfo | 26 | ||||
-rw-r--r-- | devel/p4/DESCR | 5 | ||||
-rw-r--r-- | devel/p4/Makefile | 20 | ||||
-rw-r--r-- | devel/p4/Makefile.common | 55 | ||||
-rw-r--r-- | devel/p4/PLIST | 2 | ||||
-rw-r--r-- | devel/p4/distinfo | 23 | ||||
-rw-r--r-- | devel/p4d/DESCR | 4 | ||||
-rw-r--r-- | devel/p4d/Makefile | 45 | ||||
-rw-r--r-- | devel/p4d/PLIST | 3 | ||||
-rw-r--r-- | devel/p4d/distinfo | 23 | ||||
-rw-r--r-- | devel/p4d/files/p4d.sh | 108 | ||||
-rw-r--r-- | devel/p4pr/DESCR | 3 | ||||
-rw-r--r-- | devel/p4pr/Makefile | 31 | ||||
-rw-r--r-- | devel/p4pr/PLIST | 2 | ||||
-rw-r--r-- | devel/p4pr/distinfo | 5 | ||||
-rw-r--r-- | devel/p4web/DESCR | 4 | ||||
-rw-r--r-- | devel/p4web/Makefile | 18 | ||||
-rw-r--r-- | devel/p4web/PLIST | 2 | ||||
-rw-r--r-- | devel/p4web/distinfo | 23 |
23 files changed, 1 insertions, 469 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5ccd898c12c..f2bf7e2b21b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1717 2013/03/15 21:00:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.1718 2013/03/24 17:02:11 wiz Exp $ # COMMENT= Development utilities @@ -510,11 +510,6 @@ SUBDIR+= opencm SUBDIR+= opengrok SUBDIR+= orc SUBDIR+= ossp-uuid -SUBDIR+= p4 -SUBDIR+= p4-docs -SUBDIR+= p4d -SUBDIR+= p4pr -SUBDIR+= p4web SUBDIR+= p5-Acme-PlayCode SUBDIR+= p5-Algorithm-Annotate SUBDIR+= p5-Algorithm-C3 diff --git a/devel/p4-docs/DESCR b/devel/p4-docs/DESCR deleted file mode 100644 index 3f21bd42e9d..00000000000 --- a/devel/p4-docs/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Documentation for Perforce: user manuals, release notes, technical -notes, FAQ's, and some other documents of interest. diff --git a/devel/p4-docs/Makefile b/devel/p4-docs/Makefile deleted file mode 100644 index 1e72769cf0a..00000000000 --- a/devel/p4-docs/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2012/10/31 11:17:34 asau Exp $ -# - -DISTNAME= p4-docs -COMMENT= Perforce SCM documentation - -.include "../../devel/p4/Makefile.common" - -# override, since the docs have changed at least once more often -# than the binaries for NetBSD -DIST_SUBDIR= perforce-20070118 - -HOMEPAGE= http://www.perforce.com/perforce/technical.html - -DISTFILES= p4.1 -DISTFILES+= p4d.1 -DISTFILES+= relnotes.txt -DISTFILES+= platformnotes.html -DISTFILES+= cmdref.pdf -DISTFILES+= p4ftp.pdf -DISTFILES+= p4guide.pdf -DISTFILES+= p4sag.pdf - -P4_DOCURL_PREFIX= http://www.perforce.com/perforce/doc.062 -P4_MANURL_PREFIX= http://www.perforce.com/perforce/doc.052 - -SITES.p4.1= ${P4_MANURL_PREFIX}/man/ -SITES.p4d.1= ${P4_MANURL_PREFIX}/man/ -SITES.relnotes.txt= ${P4_DOCURL_PREFIX}/user/ -SITES.platformnotes.html= ${P4_DOCURL_PREFIX}/user/ -SITES.cmdref.pdf= ${P4_DOCURL_PREFIX}/manuals/cmdref/ -SITES.p4ftp.pdf= ${P4_DOCURL_PREFIX}/manuals/p4ftp/ -SITES.p4guide.pdf= ${P4_DOCURL_PREFIX}/manuals/p4guide/ -SITES.p4sag.pdf= ${P4_DOCURL_PREFIX}/manuals/p4sag/ - -DOCDIR= share/doc/p4 -PLIST_SUBST+= DOCDIR=${DOCDIR:Q} - -INSTALLATION_DIRS= ${DOCDIR} ${PKGMANDIR}/man1 - -do-install: - ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/*.1 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - - cd ${WRKSRC}; \ - for f in *.html *.pdf *.txt; do \ - ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/${DOCDIR}; \ - done - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4-docs/PLIST b/devel/p4-docs/PLIST deleted file mode 100644 index f795855a0b6..00000000000 --- a/devel/p4-docs/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:01 joerg Exp $ -man/man1/p4.1 -man/man1/p4d.1 -${DOCDIR}/cmdref.pdf -${DOCDIR}/p4ftp.pdf -${DOCDIR}/p4guide.pdf -${DOCDIR}/p4sag.pdf -${DOCDIR}/platformnotes.html -${DOCDIR}/relnotes.txt diff --git a/devel/p4-docs/distinfo b/devel/p4-docs/distinfo deleted file mode 100644 index bdc033d7479..00000000000 --- a/devel/p4-docs/distinfo +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: distinfo,v 1.6 2007/03/15 07:14:27 schmonz Exp $ - -SHA1 (perforce-20070118/cmdref.pdf) = dc760d0d87ce93f396c323cf6df1f13c55b64d8b -RMD160 (perforce-20070118/cmdref.pdf) = 399334f64cf175687f3f9d647181bebf1bb58471 -Size (perforce-20070118/cmdref.pdf) = 2402173 bytes -SHA1 (perforce-20070118/p4.1) = f0740627c5232e2eb72a278fd62d5764b7fcbdbb -RMD160 (perforce-20070118/p4.1) = c32ac846dfa8110fadba131ca4c7a3782cf1c180 -Size (perforce-20070118/p4.1) = 72954 bytes -SHA1 (perforce-20070118/p4d.1) = 0383e5eb515ff1a4ecd6fb148aa544a49e68eb59 -RMD160 (perforce-20070118/p4d.1) = 913efbe9b299030a143e3c6a1fbf672ec526d7b7 -Size (perforce-20070118/p4d.1) = 4529 bytes -SHA1 (perforce-20070118/p4ftp.pdf) = 2ad78ba6aa9a2dd987dbaeda7d3a8570afc9bac2 -RMD160 (perforce-20070118/p4ftp.pdf) = 7f1e5a410b1334d93911952a526e997f3f532180 -Size (perforce-20070118/p4ftp.pdf) = 480949 bytes -SHA1 (perforce-20070118/p4guide.pdf) = ae8b38f59c8551cd380fd13177064ba82d8b9cca -RMD160 (perforce-20070118/p4guide.pdf) = cf5f4ed7caba774e0ac228dff3d1a6a3ae36641e -Size (perforce-20070118/p4guide.pdf) = 977323 bytes -SHA1 (perforce-20070118/p4sag.pdf) = f71d09edde77874635ba4c703ce15c38af27ee33 -RMD160 (perforce-20070118/p4sag.pdf) = 73b99ae72a10f84875b5f230bccd018587b87a7e -Size (perforce-20070118/p4sag.pdf) = 1418556 bytes -SHA1 (perforce-20070118/platformnotes.html) = f7939595e49bb00959c9c4620fc22be239417d6d -RMD160 (perforce-20070118/platformnotes.html) = 94ef9fc7366419639e04bdb678c215393dd2de8e -Size (perforce-20070118/platformnotes.html) = 15987 bytes -SHA1 (perforce-20070118/relnotes.txt) = b460d33767fc0687b63cf47265ba1ca99313a27b -RMD160 (perforce-20070118/relnotes.txt) = c983a91ea4539c8c0b5de9e31b0e626e53132526 -Size (perforce-20070118/relnotes.txt) = 239876 bytes diff --git a/devel/p4/DESCR b/devel/p4/DESCR deleted file mode 100644 index 5d04fc80c8e..00000000000 --- a/devel/p4/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -P4 is a small, self-contained Perforce client program that offers -access to all Perforce SCM (software configuration management) -features through a command line. It can be used in command shells -and scripts, and is the ideal interface for automated processes -that perform SCM tasks. diff --git a/devel/p4/Makefile b/devel/p4/Makefile deleted file mode 100644 index 4384314fd52..00000000000 --- a/devel/p4/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:34 asau Exp $ -# - -DISTNAME= p4 -HOMEPAGE= http://www.perforce.com/perforce/products/p4.html -COMMENT= Perforce SCM command-line client - -P4BINONLY= yes - -NOT_FOR_PLATFORM+= Linux-*-x86_64 - -.include "../../devel/p4/Makefile.common" - -INSTALLATION_DIRS= bin - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - ${DESTDIR}${PREFIX}/bin - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4/Makefile.common b/devel/p4/Makefile.common deleted file mode 100644 index fb0c17aaa5e..00000000000 --- a/devel/p4/Makefile.common +++ /dev/null @@ -1,55 +0,0 @@ -# $NetBSD: Makefile.common,v 1.13 2009/06/13 06:46:43 rillig Exp $ -# -# used by devel/p4/Makefile -# used by devel/p4-docs/Makefile -# used by devel/p4d/Makefile -# used by devel/p4web/Makefile - -P4_VERS= 2006.1 -PKGNAME= ${DISTNAME}-${P4_VERS} -CATEGORIES= devel scm -MAINTAINER= schmonz@NetBSD.org - -NO_CONFIGURE= yes -BUILD_DIRS= # empty - -WRKSRC= ${WRKDIR} -DIST_SUBDIR= perforce - -.if defined(P4BINONLY) - -DIST_SUBDIR= perforce/${P4ARCH} -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r06.1/bin.${P4ARCH}/ -DISTFILES= ${DISTNAME} -EXTRACT_ONLY= # none - -_STRIPFLAG_INSTALL= # none - -EMUL_PLATFORMS+= darwin-i386 darwin-powerpc -EMUL_PLATFORMS+= linux-i386 linux-x86_64 -EMUL_PLATFORMS+= netbsd-i386 netbsd-x86_64 -EMUL_REQD= netbsd>=3.0 - -. include "../../mk/bsd.prefs.mk" - -. if ${EMUL_PLATFORM} == "darwin-i386" -P4ARCH?= darwin80x86 -. elif ${EMUL_PLATFORM} == "darwin-powerpc" -P4ARCH?= darwin80ppc -. elif ${EMUL_PLATFORM} == "linux-i386" -. if defined(EMUL_IS_NATIVE) && !empty(OS_VERSION:M2.6.*) -P4ARCH?= linux26x86 -. else -P4ARCH?= linux24x86 -. endif -. elif ${EMUL_PLATFORM} == "linux-x86_64" -P4ARCH?= linux26x86_64 -. elif ${EMUL_PLATFORM} == "netbsd-i386" -P4ARCH?= netbsd31x86 -. elif ${EMUL_PLATFORM} == "netbsd-x86_64" -P4ARCH?= netbsd31x86_64 -. else -P4ARCH?= none -. endif - -.endif # P4BINONLY diff --git a/devel/p4/PLIST b/devel/p4/PLIST deleted file mode 100644 index b890227732b..00000000000 --- a/devel/p4/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/01 02:30:57 schmonz Exp $ -bin/p4 diff --git a/devel/p4/distinfo b/devel/p4/distinfo deleted file mode 100644 index 5d78f6ed8d8..00000000000 --- a/devel/p4/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: distinfo,v 1.5 2007/03/15 07:14:27 schmonz Exp $ - -SHA1 (perforce/darwin80ppc/p4) = f4b6f2c03955daad7167ef419139c63919b58c78 -RMD160 (perforce/darwin80ppc/p4) = 91963107b57c1e4aacf89e4ecfd85c13a6c2e558 -Size (perforce/darwin80ppc/p4) = 527728 bytes -SHA1 (perforce/darwin80x86/p4) = b3b3c12f6984e6019b6b6ffbf4bbb7beb1759383 -RMD160 (perforce/darwin80x86/p4) = cc142543950760048672169417eed29e7fce5ef8 -Size (perforce/darwin80x86/p4) = 506368 bytes -SHA1 (perforce/linux24x86/p4) = 6d3ba774f9e87ed6c547b2f95672cdb2ff99090f -RMD160 (perforce/linux24x86/p4) = b9442740ac15ab4ab5d9cc014e55a80bc7427e85 -Size (perforce/linux24x86/p4) = 532180 bytes -SHA1 (perforce/linux26x86/p4) = 9d4c7f7fc0a17328160580a84359f1f6ca8a0afd -RMD160 (perforce/linux26x86/p4) = 6f37538eab5432c7b9e03cfa29d64222ddc6532a -Size (perforce/linux26x86/p4) = 529608 bytes -SHA1 (perforce/linux26x86/p4) = 9d4c7f7fc0a17328160580a84359f1f6ca8a0afd -RMD160 (perforce/linux26x86/p4) = 6f37538eab5432c7b9e03cfa29d64222ddc6532a -Size (perforce/linux26x86/p4) = 529608 bytes -SHA1 (perforce/netbsd31x86/p4) = 7414e62d366e3cd39c1c6ae07bfb7a5d1d831a5e -RMD160 (perforce/netbsd31x86/p4) = 61dc9b520bcbd0e37293131e3107e23069fe57e7 -Size (perforce/netbsd31x86/p4) = 462852 bytes -SHA1 (perforce/netbsd31x86_64/p4) = 5c6128bef9c5fbf73aa8a475df3e72bdb5cc8084 -RMD160 (perforce/netbsd31x86_64/p4) = a9b21be35fd7d7db47b2f57d02dd268091f708f3 -Size (perforce/netbsd31x86_64/p4) = 512976 bytes diff --git a/devel/p4d/DESCR b/devel/p4d/DESCR deleted file mode 100644 index 19ad6365d61..00000000000 --- a/devel/p4d/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -P4D, the Perforce Server, manages the Perforce central file repository -(the "depot"), tracks Perforce user operations, and records activity -in the Perforce SCM database. You need one Perforce Server to -support all of the users in your enterprise. diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile deleted file mode 100644 index e3f5bb0ef38..00000000000 --- a/devel/p4d/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2012/10/31 11:17:35 asau Exp $ -# - -DISTNAME= p4d -HOMEPAGE= http://www.perforce.com/perforce/products/p4d.html -PKGREVISION= 1 -COMMENT= Perforce SCM server - -P4BINONLY= # defined - -.include "../../devel/p4/Makefile.common" - -BUILD_DEFS+= P4ROOT P4PORT - -FILES_SUBST+= P4USER=${P4USER:Q} -FILES_SUBST+= P4ROOT=${P4ROOT:Q} -FILES_SUBST+= P4PORT=${P4PORT:Q} -FILES_SUBST+= P4LOG=${P4LOG:Q} -FILES_SUBST+= P4JOURNAL=${P4JOURNAL:Q} - -PKG_GROUPS?= ${P4GROUP} -PKG_USERS?= ${P4USER}:${P4GROUP} - -PKG_GROUPS_VARS+= P4GROUP -PKG_USERS_VARS+= P4USER - -PKG_GECOS.${P4USER}?= Perforce Server -PKG_HOME.${P4USER}?= ${P4ROOT} - -OWN_DIRS_PERMS= ${P4ROOT} ${P4USER} ${P4GROUP} 750 - -RCD_SCRIPTS= p4d - -.include "../../mk/bsd.prefs.mk" - -P4LOG?= log -P4JOURNAL?= journal - -INSTALLATION_DIRS= sbin - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - ${DESTDIR}${PREFIX}/sbin - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4d/PLIST b/devel/p4d/PLIST deleted file mode 100644 index c8b3e6378b1..00000000000 --- a/devel/p4d/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:33:59 reed Exp $ -sbin/p4d -share/examples/rc.d/p4d diff --git a/devel/p4d/distinfo b/devel/p4d/distinfo deleted file mode 100644 index 9194efcef49..00000000000 --- a/devel/p4d/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: distinfo,v 1.4 2007/03/15 07:14:27 schmonz Exp $ - -SHA1 (perforce/darwin80ppc/p4d) = 9d30ce95b8df900b9a4fa6ec7d47a474d2b0e003 -RMD160 (perforce/darwin80ppc/p4d) = 9c3da43293e04759297015b04f9ca6d24835facd -Size (perforce/darwin80ppc/p4d) = 1418828 bytes -SHA1 (perforce/darwin80x86/p4d) = a239f8070c88cd3fc3d70896e169ae08b8d31529 -RMD160 (perforce/darwin80x86/p4d) = f6da44b58cae48bc338f74c045034d9e9b39110f -Size (perforce/darwin80x86/p4d) = 1459020 bytes -SHA1 (perforce/linux24x86/p4d) = 3941923c83b1fc86a2ac4481c483e279cdd649f4 -RMD160 (perforce/linux24x86/p4d) = 211591bc16bfa2724d4d5d91fc1012a12d1b3099 -Size (perforce/linux24x86/p4d) = 1467128 bytes -SHA1 (perforce/linux26x86/p4d) = 97cd718c7e106bf50b6fa8a454c5995f31b08e19 -RMD160 (perforce/linux26x86/p4d) = 4bacf6e35c0db0c080ac73a89fa070fea4902db1 -Size (perforce/linux26x86/p4d) = 1464984 bytes -SHA1 (perforce/linux26x86_64/p4d) = 482f9291ca560afd2676554e0da6ddbd194953cc -RMD160 (perforce/linux26x86_64/p4d) = 57500b1320ddc095fb688674e6583847dd273811 -Size (perforce/linux26x86_64/p4d) = 1555160 bytes -SHA1 (perforce/netbsd31x86/p4d) = aaa63006ca82ee14d2becdb392859d742315b2a3 -RMD160 (perforce/netbsd31x86/p4d) = 11f58e44df7bb6f8a64d8ed1e46b6d6f61c2db9a -Size (perforce/netbsd31x86/p4d) = 1306996 bytes -SHA1 (perforce/netbsd31x86_64/p4d) = 882703b6e2dd585678f8dc64a4032c35a2fc36fa -RMD160 (perforce/netbsd31x86_64/p4d) = 9071dba8c8f279a7f457fb5009a57df97cebda96 -Size (perforce/netbsd31x86_64/p4d) = 1423040 bytes diff --git a/devel/p4d/files/p4d.sh b/devel/p4d/files/p4d.sh deleted file mode 100644 index bf02d872c3e..00000000000 --- a/devel/p4d/files/p4d.sh +++ /dev/null @@ -1,108 +0,0 @@ -#!@RCD_SCRIPTS_SHELL@ -# -# $NetBSD: p4d.sh,v 1.2 2002/09/20 02:01:56 grant Exp $ -# -# Perforce SCM server -# -# PROVIDE: p4d -# REQUIRE: DAEMON - -[ -f /etc/rc.subr ] && . /etc/rc.subr - -name="p4d" -rcvar=${name} -command="@PREFIX@/sbin/p4d" -start_cmd="p4d_start" -license_cmd="p4d_license" -extra_commands="license" - -p4d_start() -{ - p4d_run ${p4d_flags} -d -q -} - -p4d_license() -{ - p4d_run -V -} - -p4d_run() -{ - eval "@SU@ -m @P4USER@ -c 'umask 037; @SETENV@ - `p4d_getenv` ${command} $@'" -} - -p4d_getenv() -{ - p4d_getenv_debug - p4d_getenv_journalfile - p4d_getenv_logfile - p4d_getenv_port - p4d_getenv_rootdir - p4d_getenv_tmp -} - -p4d_getenv_debug() -{ - # Possibly specify debug output - # p4d default: none - if [ ! -z ${P4DEBUG} ]; then - @ECHO@ -n " P4DEBUG=${P4DEBUG}" - fi -} - -p4d_getenv_journalfile() -{ - # Possibly specify the journal file - # p4d default: "journal" if it exists, else none - if [ ! -z ${P4JOURNAL} ]; then - @ECHO@ -n " P4JOURNAL=${P4JOURNAL}" - fi -} - -p4d_getenv_logfile() -{ - # Always specify the log file - # p4d default: stderr - if [ -z ${P4LOG} ]; then - P4LOG=@P4LOG@ - fi - @ECHO@ -n " P4LOG=${P4LOG}" -} - -p4d_getenv_port() -{ - # Possibly specify the port number - # p4d default: 1666 - if [ ! -z ${P4PORT} ]; then - @ECHO@ -n " P4PORT=${P4PORT}" - fi -} - -p4d_getenv_rootdir() -{ - # Always specify the root dir - # p4d default: working directory - if [ -z ${P4ROOT} ]; then - P4ROOT=@P4ROOT@ - fi - @ECHO@ -n " P4ROOT=${P4ROOT}" -} - -p4d_getenv_tmp() -{ - # Possibly specify temp dir - # p4d default: /tmp - if [ ! -z ${TEMP} ]; then - @ECHO@ -n " TMP=${TEMP}" - elif [ ! -z ${TMP} ]; then - @ECHO@ -n " TMP=${TMP}" - fi -} - -if [ -f /etc/rc.subr ]; then - load_rc_config $name - run_rc_command "$1" -else - echo -n " ${name}" - ${start_cmd} -fi diff --git a/devel/p4pr/DESCR b/devel/p4pr/DESCR deleted file mode 100644 index 4f432b16e58..00000000000 --- a/devel/p4pr/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -p4pr produces a file from the Perforce depot with each line annotated -with the change, revision, and branch from which it came. It takes -its time, but the output is invaluable. diff --git a/devel/p4pr/Makefile b/devel/p4pr/Makefile deleted file mode 100644 index a81cb62541f..00000000000 --- a/devel/p4pr/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2012/10/31 11:17:35 asau Exp $ -# - -DISTNAME= p4pr -PKGNAME= ${DISTNAME}-20010504 -PKGREVISION= 1 -CATEGORIES= devel scm -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/contrib/misc/ -EXTRACT_SUFX= .perl - -MAINTAINER= schmonz@NetBSD.org -COMMENT= Perforce file annotation with change, revision, and branch - -DEPENDS+= p4-[0-9]*:../../devel/p4 - -WRKSRC= ${WRKDIR} -EXTRACT_ONLY= # none -NO_BUILD= yes -USE_TOOLS+= perl:run -REPLACE_PERL= ${DISTFILES} - -INSTALLATION_DIRS= bin - -post-extract: - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} \ - ${DESTDIR}${PREFIX}/bin/${DISTNAME} - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4pr/PLIST b/devel/p4pr/PLIST deleted file mode 100644 index 84ea060798f..00000000000 --- a/devel/p4pr/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 05:52:54 schmonz Exp $ -bin/p4pr diff --git a/devel/p4pr/distinfo b/devel/p4pr/distinfo deleted file mode 100644 index 56ad4365059..00000000000 --- a/devel/p4pr/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:22 agc Exp $ - -SHA1 (p4pr.perl) = bb2a5b371caea36a3a2489d2f7c5f90fbd1b9065 -RMD160 (p4pr.perl) = e7e0d31ff969ae699a55f70a17ec50d4b152f06f -Size (p4pr.perl) = 5612 bytes diff --git a/devel/p4web/DESCR b/devel/p4web/DESCR deleted file mode 100644 index c125dd449c4..00000000000 --- a/devel/p4web/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -P4Web turns your Web browser into a complete user interface to -Perforce. Now, users on Macintosh, Unix, and Windows can use P4Web's -visual graphics and links to manage their Perforce workspace -activities. diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile deleted file mode 100644 index 82ab8195f8d..00000000000 --- a/devel/p4web/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2012/10/31 11:17:35 asau Exp $ -# - -DISTNAME= p4web -HOMEPAGE= http://www.perforce.com/perforce/products/p4web.html -COMMENT= Perforce SCM Web client - -P4BINONLY= # defined - -.include "../../devel/p4/Makefile.common" - -INSTALLATION_DIRS= bin - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - ${DESTDIR}${PREFIX}/bin/${DISTNAME} - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4web/PLIST b/devel/p4web/PLIST deleted file mode 100644 index 7baf059f605..00000000000 --- a/devel/p4web/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 05:29:12 schmonz Exp $ -bin/p4web diff --git a/devel/p4web/distinfo b/devel/p4web/distinfo deleted file mode 100644 index 254e3055816..00000000000 --- a/devel/p4web/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: distinfo,v 1.4 2007/03/15 07:14:27 schmonz Exp $ - -SHA1 (perforce/darwin80ppc/p4web) = d58d8fbb2f9e60a7e30f955919b41700c66e7753 -RMD160 (perforce/darwin80ppc/p4web) = 54ef27a56e01fc2c82f5b21d63d8900767d74f19 -Size (perforce/darwin80ppc/p4web) = 1719984 bytes -SHA1 (perforce/darwin80x86/p4web) = 75dfebcc32620535a86fd918b55e8643012f3503 -RMD160 (perforce/darwin80x86/p4web) = 6c74b035cd750e380e1a8e70a924e3b1566cf9d6 -Size (perforce/darwin80x86/p4web) = 1804876 bytes -SHA1 (perforce/linux24x86/p4web) = b188d9c074c41c32a861b33b3d0be39973c7c3a3 -RMD160 (perforce/linux24x86/p4web) = b3ba0dae74b1c257912bdeb6b23ca25568e5761a -Size (perforce/linux24x86/p4web) = 1791341 bytes -SHA1 (perforce/linux26x86/p4web) = e706ed8235d05d6a466364901697e5905990b9c5 -RMD160 (perforce/linux26x86/p4web) = af7de6fb6f817b9f868d6d46be591d08b6d1fc69 -Size (perforce/linux26x86/p4web) = 1802262 bytes -SHA1 (perforce/linux26x86/p4web) = e706ed8235d05d6a466364901697e5905990b9c5 -RMD160 (perforce/linux26x86/p4web) = af7de6fb6f817b9f868d6d46be591d08b6d1fc69 -Size (perforce/linux26x86/p4web) = 1802262 bytes -SHA1 (perforce/netbsd31x86/p4web) = f74e04ec9e963800378c2a59e10f20dce2bb59ec -RMD160 (perforce/netbsd31x86/p4web) = 90b6a56244d0ed35843e591abd623ab508adf97c -Size (perforce/netbsd31x86/p4web) = 1502336 bytes -SHA1 (perforce/netbsd31x86_64/p4web) = d258ff8b0c46a1d67c03ae0c85ea3952bbe6d4e4 -RMD160 (perforce/netbsd31x86_64/p4web) = 27400f95368084cacce7f006b61b8fd96a5baa3a -Size (perforce/netbsd31x86_64/p4web) = 1656519 bytes |