aboutsummaryrefslogtreecommitdiff
path: root/misc/ini_file_manager/pkg-descr
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-23 23:44:07 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-23 23:44:07 +0000
commit345591ef0295d45156844563d8a55199b78092ee (patch)
tree9303e8e962e5fda0177f07347c8968300995e877 /misc/ini_file_manager/pkg-descr
parent2971e5975a828557018056de01f58b9ea7f7ee73 (diff)
downloadports-345591ef0295d45156844563d8a55199b78092ee.tar.gz
ports-345591ef0295d45156844563d8a55199b78092ee.zip
add new Ada dev port: misc/ini_file_manager
The Ini file manager consists of a package, Config, which can read or write informations from various configuration files known as "ini" files because they have often the ".ini" extension. They are text files which look like the following: ; Comment line [Section 1] a_string = abcd # a comment here... a_number = +123.456 ; another comment [Section 2] a_string = efgh For more examples in this format, just search files with the .ini extension on a windows-based computer. WWW: http://sourceforge.net/projects/ini-files/
Notes
Notes: svn path=/head/; revision=348904
Diffstat (limited to 'misc/ini_file_manager/pkg-descr')
-rw-r--r--misc/ini_file_manager/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/ini_file_manager/pkg-descr b/misc/ini_file_manager/pkg-descr
new file mode 100644
index 000000000000..d1824cad62c8
--- /dev/null
+++ b/misc/ini_file_manager/pkg-descr
@@ -0,0 +1,16 @@
+The Ini file manager consists of a package, Config, which can read or write
+informations from various configuration files known as "ini" files because
+they have often the ".ini" extension. They are text files which look like
+the following:
+
+ ; Comment line
+ [Section 1]
+ a_string = abcd # a comment here...
+ a_number = +123.456 ; another comment
+ [Section 2]
+ a_string = efgh
+
+For more examples in this format, just search files with the .ini extension
+on a windows-based computer.
+
+WWW: http://sourceforge.net/projects/ini-files/