summaryrefslogtreecommitdiff
path: root/devel/nsis/DESCR
diff options
context:
space:
mode:
authorcube <cube>2005-12-29 15:47:43 +0000
committercube <cube>2005-12-29 15:47:43 +0000
commit26f7ac3968c08bfa63317c3dc84feed351a144f2 (patch)
treeff3751ceb654ba540272785b2f30bcf26033351f /devel/nsis/DESCR
parent66e15364e8352467cb55088f20dff5ec0949229a (diff)
downloadpkgsrc-26f7ac3968c08bfa63317c3dc84feed351a144f2.tar.gz
Initial import of nsis, version 2.12, into the NetBSD Packages Collection.
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for Internet distribution. An installer is not only the first experience of a user has with your product, many software problems can also be solved by providing reliable installation tools. NSIS allows you to create stable, quick and user friendly installers that are capable of installing, uninstalling, setting system settings, extracting files and more. With the NSIS scripting language you can implement any custom logic you want. The large collection of plug-ins, scripts and software in the Developer Center helps you to build full featured installers and provides a solution for almost every scenario.
Diffstat (limited to 'devel/nsis/DESCR')
-rw-r--r--devel/nsis/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/nsis/DESCR b/devel/nsis/DESCR
new file mode 100644
index 00000000000..1a6195f4085
--- /dev/null
+++ b/devel/nsis/DESCR
@@ -0,0 +1,15 @@
+NSIS (Nullsoft Scriptable Install System) is a professional open-source tool
+for the development of Windows installers. It is designed to be as small and
+flexible as possible and is therefore highly suitable for Internet
+distribution.
+
+An installer is not only the first experience of a user has with your product,
+many software problems can also be solved by providing reliable installation
+tools. NSIS allows you to create stable, quick and user friendly installers
+that are capable of installing, uninstalling, setting system settings,
+extracting files and more. With the NSIS scripting language you can implement
+any custom logic you want.
+
+The large collection of plug-ins, scripts and software in the Developer Center
+helps you to build full featured installers and provides a solution for almost
+every scenario.