Commits

ijackson authored 08d106f66fe
xdoclet: Fix whitespaces

- Remove whitespace from empty line - Remove extra space after destroot - Add spaces after PortGroup to align values properly
No tags

java/xdoclet/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 -PortSystem 1.0
3 +PortSystem 1.0
4 4
5 5 name xdoclet
6 6 version 1.2.3
7 7 revision 2
8 8 categories java
9 9 maintainers nomaintainer
10 10 platforms darwin
11 11 supported_archs noarch
12 12 license BSD
13 13
14 14 description XDoclet is an open source code generation engine.
15 15 long_description XDoclet is an open source code generation engine. It \
16 16 enables Attribute-Oriented Programming for java. In \
17 17 short, this means that you can add more significance \
18 18 to your code by adding meta data (attributes) to your \
19 19 java sources. This is done in special JavaDoc tags.
20 20
21 21 homepage http://xdoclet.sourceforge.net/xdoclet/
22 -
22 +
23 23 distname ${name}-src-${version}
24 24 extract.suffix .tgz
25 25
26 26 master_sites sourceforge
27 27 checksums md5 9e1a2856e03b338b505a086b962a77ab
28 28
29 29 depends_build port:apache-ant port:maven3
30 30
31 31 depends_lib bin:java:kaffe \
32 32 port:commons-logging \
35 35
36 36 use_configure no
37 37
38 38 worksrcdir ${name}-${version}
39 39
40 40 build.env MAVEN_HOME=${prefix}
41 41 build.cmd ant
42 42 build.target dist
43 43 build.args -Dfinal.name=${name} -Djunit.jar=${prefix}/share/java/junit.jar
44 44
45 -destroot {
45 +destroot {
46 46 xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
47 47
48 48 copy ${worksrcpath}/target/docs/ ${destroot}${prefix}/share/doc/${name}
49 49
50 50 xinstall -W ${worksrcpath}/target -m 644 \
51 51 lib/maven-xdoclet-plugin-${version}.jar \
52 52 lib/xdoclet-${version}.jar \
53 53 lib/xdoclet-apache-module-${version}.jar \
54 54 lib/xdoclet-bea-module-${version}.jar \
55 55 lib/xdoclet-borland-module-${version}.jar \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut