Remove devel/p5-I18N-LangTags, now in base
This commit is contained in:
parent
2d64279ccb
commit
89e32dec6a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1639 2017/08/15 15:06:31 afresh1 Exp $
|
||||
# $OpenBSD: Makefile,v 1.1640 2017/08/15 15:56:29 afresh1 Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ElectricFence
|
||||
@ -804,7 +804,6 @@
|
||||
SUBDIR += p5-Hash-Util-FieldHash-Compat
|
||||
SUBDIR += p5-Heap
|
||||
SUBDIR += p5-Hook-LexWrap
|
||||
SUBDIR += p5-I18N-LangTags
|
||||
SUBDIR += p5-IO-AIO
|
||||
SUBDIR += p5-IO-All
|
||||
SUBDIR += p5-IO-Capture
|
||||
|
@ -1,14 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:25 naddy Exp $
|
||||
|
||||
COMMENT= perl support to RFC 3066 language tags
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= I18N-LangTags-0.35
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (I18N-LangTags-0.35.tar.gz) = Xg64SmlJ1yH40ShUkEzuH+Hx2/NGtjtVaoRQNE90vEU=
|
||||
SIZE (I18N-LangTags-0.35.tar.gz) = 30636
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.PL.orig Wed Feb 8 01:27:05 2006
|
||||
+++ Makefile.PL Wed Feb 8 01:27:20 2006
|
||||
@@ -15,8 +15,6 @@
|
||||
'Win32::Locale' => 0.01,
|
||||
) : (),
|
||||
},
|
||||
- (($] >= 5.007003) ?
|
||||
- ('INSTALLDIRS' => 'perl') : ()),
|
||||
|
||||
);
|
||||
|
@ -1,3 +0,0 @@
|
||||
Language tags are a formalism, described in RFC 3066 (obsoleting 1766),
|
||||
for declaring what language form (language and possibly dialect) a given
|
||||
chunk of information is in.
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 13:07:22 espie Exp $
|
||||
${P5SITE}/I18N/
|
||||
${P5SITE}/I18N/LangTags/
|
||||
${P5SITE}/I18N/LangTags.pm
|
||||
${P5SITE}/I18N/LangTags/Detect.pm
|
||||
${P5SITE}/I18N/LangTags/List.pm
|
||||
@man man/man3p/I18N::LangTags.3p
|
||||
@man man/man3p/I18N::LangTags::Detect.3p
|
||||
@man man/man3p/I18N::LangTags::List.3p
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.506 2017/08/15 15:06:31 afresh1 Exp $
|
||||
# $OpenBSD: Makefile,v 1.507 2017/08/15 15:56:29 afresh1 Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-2.351
|
||||
PKGNAME = quirks-2.352
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.518 2017/08/15 15:06:31 afresh1 Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.519 2017/08/15 15:56:29 afresh1 Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -834,6 +834,7 @@ my $obsolete_reason = {
|
||||
'libexude' => 3,
|
||||
'assl' => 3,
|
||||
'libxmlsd' => 3,
|
||||
'p5-I18N-LangTags' => 4,
|
||||
'p5-Text-Restructured' => 3,
|
||||
'p5-Safe-World' => 3,
|
||||
'p5-Safe-Hole' => 3,
|
||||
|
Loading…
Reference in New Issue
Block a user