aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 169906bcfef0..12d4fb600408 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -178,6 +178,7 @@
SUBDIR += hotkeys
SUBDIR += hulgalugha
SUBDIR += imerge
+ SUBDIR += ini_file_manager
SUBDIR += inplace
SUBDIR += ipa_conv
SUBDIR += ipbt