View | Details | Raw Unified | Return to bug 47928
Collapse All | Expand All

(-)p5-Class-MakeMethods/Makefile (-5 / +28 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Class-MakeMethods
8
PORTNAME=	Class-MakeMethods
9
PORTVERSION=	1.005
9
PORTVERSION=	1.006
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Class
12
MASTER_SITE_SUBDIR=	Class
Lines 18-43 Link Here
18
18
19
MAN3=		Class::MakeMethods.3 \
19
MAN3=		Class::MakeMethods.3 \
20
		Class::MakeMethods::Attribute.3 \
20
		Class::MakeMethods::Attribute.3 \
21
		Class::MakeMethods::Autoload.3 \
21
		Class::MakeMethods::Basic.3 \
22
		Class::MakeMethods::Basic.3 \
22
		Class::MakeMethods::Basic::Array.3 \
23
		Class::MakeMethods::Basic::Array.3 \
23
		Class::MakeMethods::Basic::Global.3 \
24
		Class::MakeMethods::Basic::Global.3 \
24
		Class::MakeMethods::Basic::Hash.3 \
25
		Class::MakeMethods::Basic::Hash.3 \
25
		Class::MakeMethods::Changes.3 \
26
		Class::MakeMethods::Composite.3 \
26
		Class::MakeMethods::Composite.3 \
27
		Class::MakeMethods::Composite::Array.3 \
27
		Class::MakeMethods::Composite::Array.3 \
28
		Class::MakeMethods::Composite::Global.3 \
28
		Class::MakeMethods::Composite::Global.3 \
29
		Class::MakeMethods::Composite::Hash.3 \
29
		Class::MakeMethods::Composite::Hash.3 \
30
		Class::MakeMethods::Composite::Inheritable.3 \
30
		Class::MakeMethods::Composite::Inheritable.3 \
31
		Class::MakeMethods::Composite::Universal.3 \
31
		Class::MakeMethods::Composite::Universal.3 \
32
		Class::MakeMethods::ReadMe.3 \
32
		Class::MakeMethods::Docs::Catalog.3 \
33
		Class::MakeMethods::RelatedModules.3 \
33
		Class::MakeMethods::Docs::Changes.3 \
34
		Class::MakeMethods::Docs::Examples.3 \
35
		Class::MakeMethods::Docs::ReadMe.3 \
36
		Class::MakeMethods::Docs::RelatedModules.3 \
37
		Class::MakeMethods::Docs::ToDo.3 \
38
		Class::MakeMethods::Emulator.3 \
39
		Class::MakeMethods::Emulator::AccessorFast.3 \
40
		Class::MakeMethods::Emulator::Inheritable.3 \
41
		Class::MakeMethods::Emulator::MethodMaker.3 \
42
		Class::MakeMethods::Emulator::Singleton.3 \
43
		Class::MakeMethods::Emulator::Struct.3 \
34
		Class::MakeMethods::Standard.3 \
44
		Class::MakeMethods::Standard.3 \
35
		Class::MakeMethods::Standard::Array.3 \
45
		Class::MakeMethods::Standard::Array.3 \
36
		Class::MakeMethods::Standard::Global.3 \
46
		Class::MakeMethods::Standard::Global.3 \
37
		Class::MakeMethods::Standard::Hash.3 \
47
		Class::MakeMethods::Standard::Hash.3 \
38
		Class::MakeMethods::Standard::Inheritable.3 \
48
		Class::MakeMethods::Standard::Inheritable.3 \
39
		Class::MakeMethods::Standard::Universal.3 \
49
		Class::MakeMethods::Standard::Universal.3 \
40
		Class::MakeMethods::ToDo.3 \
50
		Class::MakeMethods::Template.3 \
51
		Class::MakeMethods::Template::Class.3 \
52
		Class::MakeMethods::Template::ClassInherit.3 \
53
		Class::MakeMethods::Template::ClassVar.3 \
54
		Class::MakeMethods::Template::Flyweight.3 \
55
		Class::MakeMethods::Template::Generic.3 \
56
		Class::MakeMethods::Template::Hash.3 \
57
		Class::MakeMethods::Template::PackageVar.3 \
58
		Class::MakeMethods::Template::Ref.3 \
59
		Class::MakeMethods::Template::Static.3 \
60
		Class::MakeMethods::Template::Struct.3 \
61
		Class::MakeMethods::Template::StructBuiltin.3 \
62
		Class::MakeMethods::Template::TextBuilder.3 \
63
		Class::MakeMethods::Template::Universal.3 \
41
		Class::MakeMethods::Utility::ArraySplicer.3 \
64
		Class::MakeMethods::Utility::ArraySplicer.3 \
42
		Class::MakeMethods::Utility::Inheritable.3 \
65
		Class::MakeMethods::Utility::Inheritable.3 \
43
		Class::MakeMethods::Utility::Ref.3
66
		Class::MakeMethods::Utility::Ref.3
(-)p5-Class-MakeMethods/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Class-MakeMethods-1.005.tar.gz) = 5107d7c03d4275681228acc5d0861991
1
MD5 (Class-MakeMethods-1.006.tar.gz) = bb665e41f9834f342ecd123e9b7292c6
(-)p5-Class-MakeMethods/pkg-plist (-4 / +34 lines)
Lines 1-32 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/MakeMethods/.packlist
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/MakeMethods/.packlist
2
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods.pm
2
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods.pm
3
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Attribute.pm
3
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Attribute.pm
4
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Autoload.pm
4
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic.pm
5
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic.pm
5
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Array.pm
6
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Array.pm
6
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Global.pm
7
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Global.pm
7
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Hash.pm
8
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Hash.pm
8
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Changes.pod
9
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite.pm
9
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite.pm
10
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Array.pm
10
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Array.pm
11
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Global.pm
11
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Global.pm
12
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Hash.pm
12
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Hash.pm
13
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Inheritable.pm
13
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Inheritable.pm
14
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Universal.pm
14
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Universal.pm
15
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ReadMe.pod
15
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Catalog.pod
16
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/RelatedModules.pod
16
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Changes.pod
17
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Examples.pod
18
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/ReadMe.pod
19
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/RelatedModules.pod
20
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/ToDo.pod
21
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator.pm
22
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/AccessorFast.pm
23
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Inheritable.pm
24
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/MethodMaker.pm
25
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Singleton.pm
26
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Struct.pm
17
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard.pm
27
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard.pm
18
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Array.pm
28
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Array.pm
19
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Global.pm
29
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Global.pm
20
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Hash.pm
30
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Hash.pm
21
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Inheritable.pm
31
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Inheritable.pm
22
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Universal.pm
32
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Universal.pm
23
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ToDo.pod
33
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template.pm
34
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Class.pm
35
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassInherit.pm
36
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassName.pm
37
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassVar.pm
38
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/DiskCache.pm
39
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Flyweight.pm
40
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Generic.pm
41
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Hash.pm
42
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/PackageVar.pm
43
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/PseudoHash.pm
44
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Ref.pm
45
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Scalar.pm
46
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Static.pm
47
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Struct.pm
48
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/StructBuiltin.pm
49
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/TextBuilder.pm
50
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Universal.pm
24
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/ArraySplicer.pm
51
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/ArraySplicer.pm
25
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Inheritable.pm
52
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Inheritable.pm
26
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Ref.pm
53
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Ref.pm
27
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic 2>/dev/null || true
54
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic 2>/dev/null || true
28
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite 2>/dev/null || true
55
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite 2>/dev/null || true
56
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs 2>/dev/null || true
57
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator 2>/dev/null || true
29
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard 2>/dev/null || true
58
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard 2>/dev/null || true
59
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template 2>/dev/null || true
30
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility 2>/dev/null || true
60
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility 2>/dev/null || true
31
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods 2>/dev/null || true
61
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods 2>/dev/null || true
32
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
62
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true

Return to bug 47928