contrib: introduce .ini for projects maintained by Alexis Laferrière
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:32:39 +0000 (19:32 -0400)
committerJean Privat <jean@pryen.org>
Sun, 30 Aug 2015 18:10:39 +0000 (14:10 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

15 files changed:
contrib/benitlux/project.ini [new file with mode: 0644]
contrib/crazy_moles/project.ini [new file with mode: 0644]
contrib/github_search_for_jni/project.ini [new file with mode: 0644]
contrib/header_keeper/project.ini [new file with mode: 0644]
contrib/inkscape_tools/project.ini [new file with mode: 0644]
contrib/jwrapper/project.ini [new file with mode: 0644]
contrib/mnit_test/project.ini [new file with mode: 0644]
contrib/nitester/project.ini [new file with mode: 0644]
contrib/objcwrapper/project.ini [new file with mode: 0644]
contrib/pep8analysis/project.ini [new file with mode: 0644]
contrib/physical_interface_for_mpd_on_rpi/project.ini [new file with mode: 0644]
contrib/rss_downloader/project.ini [new file with mode: 0644]
contrib/sort_downloads/project.ini [new file with mode: 0644]
contrib/tinks/project.ini [new file with mode: 0644]
contrib/tnitter/project.ini [new file with mode: 0644]

diff --git a/contrib/benitlux/project.ini b/contrib/benitlux/project.ini
new file mode 100644 (file)
index 0000000..a9eff3b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=benitlux
+tags=network
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/benitlux/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/benitlux/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/crazy_moles/project.ini b/contrib/crazy_moles/project.ini
new file mode 100644 (file)
index 0000000..0369bd7
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=crazy_moles
+tags=game
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/crazy_moles/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/crazy_moles/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/github_search_for_jni/project.ini b/contrib/github_search_for_jni/project.ini
new file mode 100644 (file)
index 0000000..5b5c36b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=github_search_for_jni
+tags=cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/github_search_for_jni/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/github_search_for_jni/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/header_keeper/project.ini b/contrib/header_keeper/project.ini
new file mode 100644 (file)
index 0000000..f2783c0
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=header_keeper
+tags=devel,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/header_keeper/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/header_keeper/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/inkscape_tools/project.ini b/contrib/inkscape_tools/project.ini
new file mode 100644 (file)
index 0000000..d8cc3c4
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=inkscape_tools
+tags=devel,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/inkscape_tools/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/inkscape_tools/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/jwrapper/project.ini b/contrib/jwrapper/project.ini
new file mode 100644 (file)
index 0000000..b43cd0e
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=jwrapper
+tags=java,devel,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/jwrapper/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/jwrapper/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/mnit_test/project.ini b/contrib/mnit_test/project.ini
new file mode 100644 (file)
index 0000000..e595abe
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mnit_test
+tags=
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/mnit_simple/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/mnit_simple/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/nitester/project.ini b/contrib/nitester/project.ini
new file mode 100644 (file)
index 0000000..10897ac
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=nitester
+tags=devel,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/nitester/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/nitester/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/objcwrapper/project.ini b/contrib/objcwrapper/project.ini
new file mode 100644 (file)
index 0000000..4359608
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=objcwrapper
+tags=devel,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/objcwrapper/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/objcwrapper/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/pep8analysis/project.ini b/contrib/pep8analysis/project.ini
new file mode 100644 (file)
index 0000000..9a50402
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=pep8analysis
+tags=educ,web,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/pep8analysis/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/pep8analysis/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/physical_interface_for_mpd_on_rpi/project.ini b/contrib/physical_interface_for_mpd_on_rpi/project.ini
new file mode 100644 (file)
index 0000000..5c1fe75
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=physical_interface_for_mpd_on_rpi
+tags=embedded,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/physical_interface_for_mpd_on_rpi/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/physical_interface_for_mpd_on_rpi/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/rss_downloader/project.ini b/contrib/rss_downloader/project.ini
new file mode 100644 (file)
index 0000000..162816a
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=rss_downloader
+tags=network,cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/rss_downloader/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/rss_downloader/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/sort_downloads/project.ini b/contrib/sort_downloads/project.ini
new file mode 100644 (file)
index 0000000..acd2fe2
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sort_downloads
+tags=cli
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/sort_downloads/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/sort_downloads/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/tinks/project.ini b/contrib/tinks/project.ini
new file mode 100644 (file)
index 0000000..ec34d3a
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=tinks
+tags=game
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/tinks/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/tinks/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/tnitter/project.ini b/contrib/tnitter/project.ini
new file mode 100644 (file)
index 0000000..d589d1f
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=tnitter
+tags=web
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/tnitter/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/tnitter/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues