Commits
Christopher Chavez authored and Frank Schima committed e29c98b9315
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 3 | PortSystem 1.0 |
4 4 | |
5 5 | name launch4j |
6 6 | version 3.12 |
7 7 | categories java |
8 - | maintainers panayotis.com:panayotis |
8 + | maintainers nomaintainer |
9 9 | license GPL-2 |
10 10 | description Cross-platform Java executable wrapper |
11 11 | long_description \ |
12 12 | Launch4j is a cross-platform tool for wrapping Java \ |
13 13 | applications distributed as jars in lightweight Windows \ |
14 14 | native executables. The executable can be configured to \ |
15 15 | search for a certain JRE version or use a bundled one, \ |
16 16 | and it's possible to set runtime options, like the \ |
17 17 | initial/max heap size. The wrapper also provides better \ |
18 18 | user experience through an application icon, a native \ |