Changeset 79231
- Timestamp:
- 06/05/11 15:52:33 (4 years ago)
- Location:
- trunk/dports/java/unicodeconverter-java
- Files:
-
- 2 edited
-
Portfile (modified) (4 diffs)
-
files/Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/java/unicodeconverter-java/Portfile
r79230 r79231 3 3 PortSystem 1.0 4 4 name unicodeconverter-java 5 version 1.15 version 2.0 6 6 categories java textproc unicode 7 7 maintainers nomaintainer … … 25 25 worksrcdir UnicodeConverter 26 26 27 checksums md5 4ed03336f2916de652137d8a14251e89 27 checksums sha1 606f0cea9bdeb47e65229f34c0c139a9ad72e807 \ 28 rmd160 d48b4ac4f2e19393e027b302f8eb044c36c13436 28 29 29 30 depends_lib bin:java:kaffe … … 42 43 ${destroot}${prefix}/share/doc/${name} 43 44 xinstall -m 755 -W ${worksrcpath} Uni ${destroot}${prefix}/bin 44 xinstall -m 644 -W ${worksrcpath} Uni .jar ${destroot}${prefix}/share/java45 xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar ${destroot}${prefix}/share/java 45 46 xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \ 46 47 ${destroot}${prefix}/share/doc/${name} … … 60 61 reinplace "s|@@VERSION@@|${version}|g" ${ucAppPath}/Contents/Info.plist 61 62 # Copy the jar into the right place 62 xinstall -m 644 -W ${worksrcpath} Uni .jar \63 xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar \ 63 64 ${ucAppPath}/Contents/Resources/Java 64 65 # Copy the stub app -
trunk/dports/java/unicodeconverter-java/files/Info.plist
r6799 r79231 30 30 <string>1.4+</string> 31 31 <key>ClassPath</key> 32 <string>$JAVAROOT/Uni .jar</string>32 <string>$JAVAROOT/UnicodeConverter.jar</string> 33 33 <key>Properties</key> 34 34 <dict>
Note: See TracChangeset
for help on using the changeset viewer.

