8 projects tagged "Software Distribution Tools"
Codelock is a full PHP/HTML code encryptor. It can protect PHP source for distribution. It encrypts the entire PHP page, and supports PHP combined with HTML and JavaScript. It uses unconventional encryption algorithms, and encrypts each page with a unique key, so no two decryptors are the same.
Invicta is an open-source build management tool. Using simple project definition files, it generates powerful build scripts (Apache ANTs) while hiding their complexity. Furthermore, Invicta is a modular framework that allows advanced developers add their own customized types of components, which means writing once ANT code that can later be used by all developers in their project or company simply by specifying the new type name.
The goal of XPS is to make programming simpler by raising the level of abstraction without loss of performance. It provides true support for meta-programming and domain specific languages, making it possible to design simple programming languages to match the problem at hand. This is the opposite of current practice which seeks to translate the problem domain down into the low level solution domain of current programming languages.
JNC (JavaNativeCompiler) is a Java to native compiler. It allows ahead of time compilation of your Java applications. With JNC, you can create real standalone native binaries which will no longer depend on a JRE. This is especially useful when applications have to be deployed to end users. Native applications are easier to deploy since the end user doesn't need to worry about JRE dependency. They are also harder to decompile, and they load more quickly.
Schmant is a build tool for building Java programs. It provides a set of build tasks (compile, text process, tar archive, etc.) and an environment in which to run build scripts. Build scripts can be written Groovy, JavaScript, JRuby, or Jython. The goal of the project is to be feature-comparable with Apache Ant, but much nicer to work with.