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

(-)/usr/home/chinsan/project/p5-Bio-Das/Makefile (-46 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Bio-Das
8
PORTNAME=	Bio-Das
9
PORTVERSION=	1.02
9
PORTVERSION=	1.03
10
CATEGORIES=	biology
10
CATEGORIES=	biology
11
MASTER_SITES=	http://www.biodas.org/download/Bio::Das/ \
11
MASTER_SITES=	http://www.biodas.org/download/Bio::Das/ \
12
		${MASTER_SITE_PERL_CPAN}
12
		${MASTER_SITE_PERL_CPAN}
Lines 25-81 Link Here
25
25
26
PERL_CONFIGURE=	YES
26
PERL_CONFIGURE=	YES
27
27
28
MAN3=	Bio::Das.3 \
28
MAN3=	Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
29
	Bio::Das::AGPServer::Config.3 \
29
	Bio::Das::AGPServer::Parser.3 Bio::Das::AGPServer::SQLStorage.3 \
30
	Bio::Das::AGPServer::Daemon.3 \
31
	Bio::Das::AGPServer::Parser.3 \
32
	Bio::Das::AGPServer::SQLStorage.3 \
33
	Bio::Das::AGPServer::SQLStorage::CSV::DB.3 \
30
	Bio::Das::AGPServer::SQLStorage::CSV::DB.3 \
34
	Bio::Das::AGPServer::SQLStorage::MySQL::DB.3 \
31
	Bio::Das::AGPServer::SQLStorage::MySQL::DB.3 \
35
	Bio::Das::DSN.3 \
32
	Bio::Das::DSN.3 Bio::Das::Feature.3 Bio::Das::FeatureIterator.3 \
36
	Bio::Das::Feature.3 \
33
	Bio::Das::HTTP::Fetch.3 Bio::Das::Map.3 Bio::Das::Request.3 \
37
	Bio::Das::FeatureIterator.3 \
34
	Bio::Das::Request::Dnas.3 Bio::Das::Request::Dsn.3 \
38
	Bio::Das::HTTP::Fetch.3 \
35
	Bio::Das::Request::Entry_points.3 Bio::Das::Request::Feature2Segments.3 \
39
	Bio::Das::Map.3 \
36
	Bio::Das::Request::Sequences.3 Bio::Das::Request::Stylesheet.3 \
40
	Bio::Das::ProServer::Config.3 \
37
	Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \
41
	Bio::Das::ProServer::Daemon.3 \
38
	Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3
42
	Bio::Das::ProServer::Loader::agp.3 \
43
	Bio::Das::ProServer::SourceAdaptor.3 \
44
	Bio::Das::ProServer::SourceAdaptor::Transport::dbi.3 \
45
	Bio::Das::ProServer::SourceAdaptor::Transport::file.3 \
46
	Bio::Das::ProServer::SourceAdaptor::Transport::generic.3 \
47
	Bio::Das::ProServer::SourceAdaptor::Transport::getz.3 \
48
	Bio::Das::ProServer::SourceAdaptor::Transport::getzc.3 \
49
	Bio::Das::ProServer::SourceAdaptor::Transport::oracle.3 \
50
	Bio::Das::ProServer::SourceAdaptor::agp.3 \
51
	Bio::Das::ProServer::SourceAdaptor::cosmic.3 \
52
	Bio::Das::ProServer::SourceAdaptor::gensat.3 \
53
	Bio::Das::ProServer::SourceAdaptor::haplotype.3 \
54
	Bio::Das::ProServer::SourceAdaptor::image.3 \
55
	Bio::Das::ProServer::SourceAdaptor::interpro.3 \
56
	Bio::Das::ProServer::SourceAdaptor::simple.3 \
57
	Bio::Das::ProServer::SourceAdaptor::snp.3 \
58
	Bio::Das::ProServer::SourceAdaptor::sts.3 \
59
	Bio::Das::ProServer::SourceAdaptor::swissprot.3 \
60
	Bio::Das::ProServer::SourceAdaptor::trace.3 \
61
	Bio::Das::Request.3 \
62
	Bio::Das::Request::Dnas.3 \
63
	Bio::Das::Request::Dsn.3 \
64
	Bio::Das::Request::Entry_points.3 \
65
	Bio::Das::Request::Feature2Segments.3 \
66
	Bio::Das::Request::Sequences.3 \
67
	Bio::Das::Request::Stylesheet.3 \
68
	Bio::Das::Request::Types.3 \
69
	Bio::Das::Segment.3 \
70
	Bio::Das::Stylesheet.3 \
71
	Bio::Das::Type.3 \
72
	Bio::Das::TypeHandler.3 \
73
	Bio::Das::Util.3
74
39
75
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
76
41
77
.if (${PERL_LEVEL} < 500601)
42
.if (${PERL_LEVEL} < 500601)
78
BROKEN=	"Some dependencies doesn't work with Perl < 5.6.1"
43
BROKEN=	Some dependencies requires at least 5.6.1  Please install lang/perl5.8 and try again
79
.endif
44
.endif
80
45
81
.include <bsd.port.post.mk>
46
.include <bsd.port.post.mk>
(-)/usr/home/chinsan/project/p5-Bio-Das/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Bio-Das-1.02.tar.gz) = 6b3706f1ca52da18bd7c6376cf89b244
1
MD5 (Bio-Das-1.03.tar.gz) = 9971a1ab003d66c8e055ee00b31fede8
2
SHA256 (Bio-Das-1.02.tar.gz) = 3aad2bbd746d1ce3468f26521793c7a9bad417b9670e061a9ef355f10a506705
2
SHA256 (Bio-Das-1.03.tar.gz) = af77f83d294ab6c720af49dbac58655325e2a9be79149d5437d67c888d1042a9
3
SIZE (Bio-Das-1.02.tar.gz) = 127150
3
SIZE (Bio-Das-1.03.tar.gz) = 101698
(-)/usr/home/chinsan/project/p5-Bio-Das/pkg-plist (-56 / +28 lines)
Lines 1-63 Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bio/Das/.packlist
1
%%SITE_PERL%%/Bio/Das.pm
2
%%SITE_PERL%%/Bio/Das.pm
2
%%SITE_PERL%%/Bio/Das/AGPServer/Config.pm
3
%%SITE_PERL%%/Bio/Das/AGPServer/Daemon.pm
4
%%SITE_PERL%%/Bio/Das/AGPServer/Parser.pm
5
%%SITE_PERL%%/Bio/Das/AGPServer/Proxy.pm
6
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage.pm
7
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/CSV/DB.pm
8
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/MySQL/DB.pm
9
%%SITE_PERL%%/Bio/Das/DSN.pm
3
%%SITE_PERL%%/Bio/Das/DSN.pm
10
%%SITE_PERL%%/Bio/Das/Feature.pm
11
%%SITE_PERL%%/Bio/Das/FeatureIterator.pm
12
%%SITE_PERL%%/Bio/Das/HTTP/Fetch.pm
13
%%SITE_PERL%%/Bio/Das/Map.pm
14
%%SITE_PERL%%/Bio/Das/ProServer/Config.pm
15
%%SITE_PERL%%/Bio/Das/ProServer/Daemon.pm
16
%%SITE_PERL%%/Bio/Das/ProServer/Loader/agp.pm
17
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor.pm
18
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/bioseqio.pm
19
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/dbi.pm
20
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/file.pm
21
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/generic.pm
22
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/getz.pm
23
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/getzc.pm
24
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/oracle.pm
25
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport/wgetz.pm
26
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/agp.pm
27
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/bioseq.pm
28
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/cosmic.pm
29
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/gensat.pm
30
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/haplotype.pm
31
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/image.pm
32
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/interpro.pm
33
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/simple.pm
34
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/snp.pm
35
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/sts.pm
36
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/swissprot.pm
37
%%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/trace.pm
38
%%SITE_PERL%%/Bio/Das/Request.pm
4
%%SITE_PERL%%/Bio/Das/Request.pm
39
%%SITE_PERL%%/Bio/Das/Request/Dnas.pm
40
%%SITE_PERL%%/Bio/Das/Request/Dsn.pm
41
%%SITE_PERL%%/Bio/Das/Request/Entry_points.pm
42
%%SITE_PERL%%/Bio/Das/Request/Feature2Segments.pm
43
%%SITE_PERL%%/Bio/Das/Request/Features.pm
44
%%SITE_PERL%%/Bio/Das/Request/Sequences.pm
45
%%SITE_PERL%%/Bio/Das/Request/Stylesheet.pm
46
%%SITE_PERL%%/Bio/Das/Request/Types.pm
47
%%SITE_PERL%%/Bio/Das/Segment.pm
48
%%SITE_PERL%%/Bio/Das/Stylesheet.pm
5
%%SITE_PERL%%/Bio/Das/Stylesheet.pm
6
%%SITE_PERL%%/Bio/Das/Map.pm
7
%%SITE_PERL%%/Bio/Das/FeatureIterator.pm
8
%%SITE_PERL%%/Bio/Das/Segment.pm
49
%%SITE_PERL%%/Bio/Das/Type.pm
9
%%SITE_PERL%%/Bio/Das/Type.pm
10
%%SITE_PERL%%/Bio/Das/Feature.pm
50
%%SITE_PERL%%/Bio/Das/TypeHandler.pm
11
%%SITE_PERL%%/Bio/Das/TypeHandler.pm
51
%%SITE_PERL%%/Bio/Das/Util.pm
12
%%SITE_PERL%%/Bio/Das/Util.pm
52
%%SITE_PERL%%/mach/auto/Bio/Das/.packlist
13
%%SITE_PERL%%/Bio/Das/Request/Sequences.pm
53
@dirrm %%SITE_PERL%%/mach/auto/Bio/Das
14
%%SITE_PERL%%/Bio/Das/Request/Dnas.pm
54
@dirrm %%SITE_PERL%%/Bio/Das/Request
15
%%SITE_PERL%%/Bio/Das/Request/Types.pm
55
@dirrm %%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor/Transport
16
%%SITE_PERL%%/Bio/Das/Request/Feature2Segments.pm
56
@dirrm %%SITE_PERL%%/Bio/Das/ProServer/SourceAdaptor
17
%%SITE_PERL%%/Bio/Das/Request/Features.pm
57
@dirrm %%SITE_PERL%%/Bio/Das/ProServer/Loader
18
%%SITE_PERL%%/Bio/Das/Request/Dsn.pm
58
@dirrm %%SITE_PERL%%/Bio/Das/ProServer
19
%%SITE_PERL%%/Bio/Das/Request/Entry_points.pm
59
@dirrm %%SITE_PERL%%/Bio/Das/HTTP
20
%%SITE_PERL%%/Bio/Das/Request/Stylesheet.pm
60
@dirrm %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/MySQL
21
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage.pm
61
@dirrm %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/CSV
22
%%SITE_PERL%%/Bio/Das/AGPServer/Proxy.pm
62
@dirrm %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage
23
%%SITE_PERL%%/Bio/Das/AGPServer/Parser.pm
63
@dirrm %%SITE_PERL%%/Bio/Das/AGPServer
24
%%SITE_PERL%%/Bio/Das/AGPServer/Daemon.pm
25
%%SITE_PERL%%/Bio/Das/AGPServer/Config.pm
26
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/CSV/DB.pm
27
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/MySQL/DB.pm
28
%%SITE_PERL%%/Bio/Das/HTTP/Fetch.pm
29
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bio/Das
30
@dirrmtry %%SITE_PERL%%/Bio/Das/Request
31
@dirrmtry %%SITE_PERL%%/Bio/Das/HTTP
32
@dirrmtry %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/MySQL
33
@dirrmtry %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/CSV
34
@dirrmtry %%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage
35
@dirrmtry %%SITE_PERL%%/Bio/Das/AGPServer

Return to bug 106300