File tree Expand file tree Collapse file tree 4 files changed +50
-0
lines changed
Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ Module Getopt::Long implements an extended getopt function called
2+ GetOptions(). This function implements the POSIX standard for command
3+ line options, with GNU extensions, while still capable of handling the
4+ traditional one-letter options. In general, this means that command line
5+ options can have long names instead of single letters, and are
6+ introduced with a double dash `--`.
7+
8+ Optionally, Getopt::Long can support the traditional bundling of
9+ single-letter command line options.
Original file line number Diff line number Diff line change 1+ # $NetBSD: Makefile,v 1.37 2024/02/04 05:44:24 schmonz Exp $
2+
3+ DISTNAME = Getopt-Long-2.57
4+ PKGNAME = p5-${DISTNAME}
5+ CATEGORIES = devel perl5
6+ MASTER_SITES = ${MASTER_SITE_PERL_CPAN:=Getopt/}
7+
8+ MAINTAINER = pkgsrc-users@NetBSD.org
9+ HOMEPAGE = https://metacpan.org/release/Getopt-Long
10+ COMMENT = Extended processing of command line options
11+ LICENSE = ${PERL5_LICENSE}
12+
13+ # REPLACE_PERL+= lib/Getopt/Long.pm
14+
15+ PERL5_PACKLIST = auto/Getopt/Long/.packlist
16+ USE_LANGUAGES = # none
17+
18+ .include "../../lang/perl5/module.mk"
19+ .include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1+ $NetBSD: distinfo,v 1.19 2024/02/04 05:44:24 schmonz Exp $
2+
3+ BLAKE2s (Getopt-Long-2.57.tar.gz) = 2f99358e96421eac62c9d3f547c3dc0cf9681d4c0b170f2683d71c46fff82f2d
4+ SHA512 (Getopt-Long-2.57.tar.gz) = 6b07f683b6f1371bc7f9b018ec659c049d58de25194965c6e2ba3a288e6802ba07257aa5d447bc082f0481d0956798d9f17521faf6a31d896bb3be0d17953b49
5+ Size (Getopt-Long-2.57.tar.gz) = 45259 bytes
6+ SHA1 (patch-Makefile.PL) = 2feae055cb7c3ae733b1a6682156420433400fd5
Original file line number Diff line number Diff line change 1+ $ NetBSD : patch-Makefile. PL,v 1.3 2024 / 02 / 04 05 : 44 : 24 schmonz Exp $
2+
3+ newgetopt. pl does exist in p5-Perl4-CoreLibs. To co-exist
4+ with that,
5+
6+ -- - Makefile. PL. orig 2023 -11-09 22 : 08 : 55.000000000 +0000
7+ ++ + Makefile. PL
8+ @@ -94 ,7 +94 ,7 @@ WriteMakefile(
9+ ),
10+
11+ INSTALLDIRS => ($] < 5.011 ? ' perl' : ' site' ),
12+ - PM => { " lib/newgetopt.pl" => ' $(INST_LIB)/newgetopt.pl' ,
13+ + PM => {
14+ " lib/Getopt/Long.pm" => ' $(INST_LIB)/Getopt/Long.pm' ,
15+ " lib/Getopt/Long/Parser.pm" => ' $(INST_LIB)/Getopt/Long/Parser.pm' ,
16+ },
You can’t perform that action at this time.
0 commit comments