summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2013-03-25 07:41:00 +0000
committerwiz <wiz>2013-03-25 07:41:00 +0000
commitf64014b8f4806276c54b5dc014cd5ab596e116e8 (patch)
tree961b07c892202a79694311309a29b4bda2a88fb1 /devel
parent818fa152104a07da67c4db53dd55e7807fec458b (diff)
downloadpkgsrc-f64014b8f4806276c54b5dc014cd5ab596e116e8.tar.gz
Remove two packages that depend on the now removed p4 package.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile4
-rw-r--r--devel/c4/DESCR4
-rw-r--r--devel/c4/Makefile23
-rw-r--r--devel/c4/PLIST3
-rw-r--r--devel/c4/distinfo7
-rw-r--r--devel/c4/patches/patch-aa13
-rw-r--r--devel/c4/patches/patch-ab22
-rw-r--r--devel/cvs2p4/DESCR8
-rw-r--r--devel/cvs2p4/Makefile61
-rw-r--r--devel/cvs2p4/PLIST10
-rw-r--r--devel/cvs2p4/distinfo6
-rw-r--r--devel/cvs2p4/patches/patch-aa31
12 files changed, 1 insertions, 191 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f2bf7e2b21b..16f0689be45 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1718 2013/03/24 17:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.1719 2013/03/25 07:41:00 wiz Exp $
#
COMMENT= Development utilities
@@ -92,7 +92,6 @@ SUBDIR+= bzr-gtk
SUBDIR+= bzr-svn
SUBDIR+= bzrtools
SUBDIR+= c-cpp-reference
-SUBDIR+= c4
SUBDIR+= cbrowser
SUBDIR+= ccache
SUBDIR+= cdecl
@@ -135,7 +134,6 @@ SUBDIR+= cut
SUBDIR+= cutter
SUBDIR+= cvs2cl
SUBDIR+= cvs2html
-SUBDIR+= cvs2p4
SUBDIR+= cvs2svn
SUBDIR+= cvsclone
SUBDIR+= cvsd
diff --git a/devel/c4/DESCR b/devel/c4/DESCR
deleted file mode 100644
index 65eedef5875..00000000000
--- a/devel/c4/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-C4 provides a CVS like feel to Perforce's SCM system p4. C4 is
-not a substitute for CVS, in that it does not try to mimic CVS's
-command set. Rather, it provides a workspace (client) where every
-file is writable, and can be modified on an adhoc basis.
diff --git a/devel/c4/Makefile b/devel/c4/Makefile
deleted file mode 100644
index b2bc0315895..00000000000
--- a/devel/c4/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2012/10/31 11:16:44 asau Exp $
-#
-
-DISTNAME= c4
-PKGNAME= ${DISTNAME}-1.6
-CATEGORIES= devel scm
-MASTER_SITES= ftp://ftp.perforce.com/perforce/utils/c4/
-
-MAINTAINER= schmonz@NetBSD.org
-COMMENT= CVS-like frontend to Perforce
-
-DEPENDS+= p4-[0-9]*:../../devel/p4
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-BUILD_TARGET= c4
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/c4 ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/c4.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/c4/PLIST b/devel/c4/PLIST
deleted file mode 100644
index 9b9c71f76dd..00000000000
--- a/devel/c4/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 05:58:49 schmonz Exp $
-bin/c4
-man/man1/c4.1
diff --git a/devel/c4/distinfo b/devel/c4/distinfo
deleted file mode 100644
index 683d272a6af..00000000000
--- a/devel/c4/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:11 agc Exp $
-
-SHA1 (c4.tar.gz) = 3fba3364520ed28db8d1507cecde1ec0923f04b2
-RMD160 (c4.tar.gz) = 6861eea432913d812566e0b4677eb173dff18638
-Size (c4.tar.gz) = 46038 bytes
-SHA1 (patch-aa) = 1401168ee1d37cfcd243c82400bf924d8b4747f9
-SHA1 (patch-ab) = b8f85a7c5f9c18ce62767e83f1f267899dc7aef3
diff --git a/devel/c4/patches/patch-aa b/devel/c4/patches/patch-aa
deleted file mode 100644
index 1d267f27638..00000000000
--- a/devel/c4/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/09/01 05:58:49 schmonz Exp $
-
---- Makefile.orig Fri Feb 11 03:11:52 2000
-+++ Makefile
-@@ -2,7 +2,7 @@
- # c4 - CVS like front end for p4
- #
-
--CC = gcc
-+# CC = gcc
- CFLAGS = -O
- # CFLAGS = -g
- OBJS = command.o findroot.o fstat.o ignore.o glob.o \
diff --git a/devel/c4/patches/patch-ab b/devel/c4/patches/patch-ab
deleted file mode 100644
index 3bc3b6b1f25..00000000000
--- a/devel/c4/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/11/22 20:54:36 schmonz Exp $
-
---- main.c.orig Fri Feb 11 03:11:52 2000
-+++ main.c
-@@ -62,7 +62,7 @@ void *
- Alloc(unsigned int sz)
- {
- void * p;
-- extern void * malloc(unsigned int);
-+ extern void * malloc(size_t);
-
- p = malloc(sz);
- if (!p)
-@@ -75,7 +75,7 @@ void *
- ReAlloc(void * xp, unsigned int sz)
- {
- void * p;
-- extern void * realloc(void *, unsigned int);
-+ extern void * realloc(void *, size_t);
-
- p = realloc(xp, sz);
- if (!p)
diff --git a/devel/cvs2p4/DESCR b/devel/cvs2p4/DESCR
deleted file mode 100644
index f7f78aecd27..00000000000
--- a/devel/cvs2p4/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-This small set of tools provides a means for importing a CVS module
-into Perforce.
-
-It was originally developed for use at Network Appliance, to convert
-our product source code revision history from CVS into Perforce.
-
-cvs2p4 tries make the resultant Perforce depot look as if the work in
-CVS had been going on in Perforce.
diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile
deleted file mode 100644
index 79053e0ecd9..00000000000
--- a/devel/cvs2p4/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2012/10/31 11:16:49 asau Exp $
-#
-
-DISTNAME= cvs2p4-2.3.3
-PKGREVISION= 1
-CATEGORIES= devel scm
-MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/
-EXTRACT_SUFX= .tar
-
-MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= # none
-COMMENT= Converts CVS repository to Perforce depot
-
-DEPENDS+= p4-[0-9]*:../../devel/p4
-DEPENDS+= p4d-[0-9]*:../../devel/p4d
-.if !exists(/usr/bin/co) && !exists(${LOCALBASE}/bin/co)
-DEPENDS+= rcs-[0-9]*:../../devel/rcs
-.endif
-
-USE_TOOLS+= perl:run
-NO_BUILD= yes
-
-DOCDIR= share/doc/${PKGBASE}
-EGDIR= share/examples/${PKGBASE}
-LIBDIR= lib/perl5
-PLIST_SUBST+= DOCDIR=${DOCDIR:Q}
-PLIST_SUBST+= EGDIR=${EGDIR:Q}
-
-CVS2P4_INLIB= $$Mydir/lib/util\.pl
-CVS2P4_OUTLIB= ${LIBDIR}/${PKGBASE}-util.pl
-
-INSTALLATION_DIRS= bin ${LIBDIR}
-
-SUBST_CLASSES+= paths
-SUBST_FILES.paths= test/config
-SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
-SUBST_SED.paths+= -e 's,@P4PORT@,${P4PORT},g'
-SUBST_SED.paths+= -e 's,@P4ROOT@,${P4ROOT},g'
-SUBST_STAGE.paths= post-patch
-
-do-configure:
- for f in ${WRKSRC}/bin/*; do \
- ( ${ECHO} \#!${PERL5}; ${CAT} $${f} ) | ${SED} -e '2,5d' \
- -e 's|${CVS2P4_INLIB}|${PREFIX}/${CVS2P4_OUTLIB}|' \
- > $${f}.new; \
- ${MV} -f $${f}.new $${f}; \
- done
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/util.pl \
- ${DESTDIR}${PREFIX}/${CVS2P4_OUTLIB}
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${DESTDIR}${PREFIX}/bin
-
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/${DOCDIR}
-
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/config ${DESTDIR}${PREFIX}/${EGDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cvs2p4/PLIST b/devel/cvs2p4/PLIST
deleted file mode 100644
index b125782e98b..00000000000
--- a/devel/cvs2p4/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:48:39 joerg Exp $
-bin/dochanges
-bin/dolabels
-bin/genchanges
-bin/genmetadata
-bin/revmap
-lib/perl5/${PKGBASE}-util.pl
-${DOCDIR}/NEWS
-${DOCDIR}/README
-${EGDIR}/config
diff --git a/devel/cvs2p4/distinfo b/devel/cvs2p4/distinfo
deleted file mode 100644
index 8c2f28090d3..00000000000
--- a/devel/cvs2p4/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:11 agc Exp $
-
-SHA1 (cvs2p4-2.3.3.tar) = 0b20c7768762d821303f0feb16be40877ba80475
-RMD160 (cvs2p4-2.3.3.tar) = 9613d10c032822507066b63dd345f24742f7548a
-Size (cvs2p4-2.3.3.tar) = 163840 bytes
-SHA1 (patch-aa) = f48ff5b6956f2e422f5db07d43b7ac79bf6963f7
diff --git a/devel/cvs2p4/patches/patch-aa b/devel/cvs2p4/patches/patch-aa
deleted file mode 100644
index 67e4bfaea39..00000000000
--- a/devel/cvs2p4/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/09/27 02:02:19 schmonz Exp $
-
---- test/config.orig Tue Sep 3 13:42:07 2002
-+++ test/config
-@@ -6,22 +6,22 @@
-
- # p4 command location (If other than "/usr/local/bin/p4")
- #
--$P4 = "/usr/local/bin/p4";
-+$P4 = "@PREFIX@/bin/p4";
-
- # p4 command location (If other than "/usr/local/bin/p4d")
- #
--$P4D = "/usr/local/bin/p4d";
-+$P4D = "@PREFIX@/sbin/p4d";
-
- # Perforce server we're using.
- #
--$P4PORT = "localhost:1680";
-+$P4PORT = "@P4PORT@";
-
- # Perforce server's P4ROOT
- #
- # (Typically, you'll use an absolute path, but it can also be relative
- # to where you execute the conversion commands from.)
- #
--$P4ROOT = "p4root";
-+$P4ROOT = "@P4ROOT@";
-
- # The depot pathname for copied/linked RCS archive files. (The path
- # used will be $P4ROOT/$DEPOT/$CVS_MODULE/<filepath>).