p5-VCP: remove

Alpha release since 2005, no homepage, no upstream
This commit is contained in:
wiz 2021-01-23 23:49:36 +00:00
parent fa011c3027
commit b200cf7790
6 changed files with 3 additions and 60 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3320 2021/01/23 23:46:45 wiz Exp $
# $NetBSD: Makefile,v 1.3321 2021/01/23 23:49:36 wiz Exp $
#
COMMENT= Development utilities
@ -2035,7 +2035,6 @@ SUBDIR+= p5-UNIVERSAL-isa
SUBDIR+= p5-UNIVERSAL-moniker
SUBDIR+= p5-UNIVERSAL-require
SUBDIR+= p5-UUID-Tiny
SUBDIR+= p5-VCP
SUBDIR+= p5-Variable-Magic
SUBDIR+= p5-Want
SUBDIR+= p5-WeakRef

View file

@ -1,4 +0,0 @@
vcp ('version copy') copies versions of files from one repository to
another, translating as much metadata as possible along the way. This
allows you to copy and translate files and their histories between
revision storage systems.

View file

@ -1,28 +0,0 @@
# $NetBSD: Makefile,v 1.23 2020/09/04 12:05:14 wiz Exp $
DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS}
SNAPSHOT_VERS= 20050110
PKGNAME= p5-${DISTNAME:S/-autrijus-snapshot-/-/:S/-${SNAPSHOT_VERS}$/beta${SNAPSHOT_VERS}/}
PKGREVISION= 14
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
MODULE_DIR= modules/by-module
AUTHOR_DIR= authors/id/A/AU/AUTRIJUS
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Versioned Copy, copying hierarchies of versioned files
LICENSE= modified-bsd
MAKE_JOBS_SAFE= no
DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
DEPENDS+= p5-XML-AutoWriter>=0.38:../../textproc/p5-XML-AutoWriter
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/VCP/.packlist
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,7 +0,0 @@
$NetBSD: distinfo,v 1.3 2015/11/03 03:28:57 agc Exp $
SHA1 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = ecbf8322e17fb5b4ee236b1de0d0116602cfd0a1
RMD160 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = c88ac4470bc5a711b01755d0a5ee62b1d162353f
SHA512 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 872fe58044196d680e73befff0d4f488f935ba9398e6fe3e4c63ae911e6819975c77694ab09528fe14923366a5ef3c22e34e1812793fa54c217aa27ffff3a811
Size (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 318457 bytes
SHA1 (patch-Makefile.PL) = 503d8b95f07d83bb4d12b1c3c3a5bd86d2595a84

View file

@ -1,18 +0,0 @@
$NetBSD: patch-Makefile.PL,v 1.1 2012/06/21 09:12:44 obache Exp $
* This patch to p5-VCP-autrijus disables the unneccessary
run of bin/gentrevml before "make", because it is time
consuming and is not used at all.
(taken from FreeBSD ports/devel/p5-VCP-autrijus)
--- Makefile.PL.orig 2005-01-10 12:39:47.000000000 +0000
+++ Makefile.PL
@@ -212,7 +212,7 @@ sub MY::postamble {
my $self = shift ;
return join(
"",
- "\npure_all :: $io_test_files\n",
+ "\n#pure_all :: $io_test_files\n",
map(
"\n$_ : bin/gentrevml\n$io_scheme_revmls{$_}",
sort keys %io_scheme_revmls

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2021,v 1.554 2021/01/23 23:46:45 wiz Exp $
$NetBSD: CHANGES-2021,v 1.555 2021/01/23 23:49:36 wiz Exp $
Changes to the packages collection and infrastructure in 2021:
@ -698,3 +698,4 @@ Changes to the packages collection and infrastructure in 2021:
Updated net/rclone to 1.53.4 [leot 2021-01-23]
Updated math/qhull to 2020.2 [gdt 2021-01-23]
Removed devel/p5-VCP-Dest-svk [wiz 2021-01-23]
Removed devel/p5-VCP [wiz 2021-01-23]