[gtk-mac-bundler] Add .doap file for Gnome.org



commit 8be0a9a364c00843067630937fb1315d2c022c41
Author: John Ralls <jralls ceridwen us>
Date:   Sat Oct 1 13:27:59 2011 -0700

    Add .doap file for Gnome.org

 gtk-mac-bundler.doap |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/gtk-mac-bundler.doap b/gtk-mac-bundler.doap
new file mode 100644
index 0000000..249f336
--- /dev/null
+++ b/gtk-mac-bundler.doap
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">gtk-mac-bundler</name>
+  <shortname>gtk-mac-bundler</shortname>
+  <shortdesc xml:lang="en">Create OS X Application Bundles from Gtk Quartz programs</shortdesc>
+  <description xml:lang="en">Gtk-mac-bundler creates an OS X Application Bundle from a Gtk+ Quartz application, automatically retrieving all shared library dependencies of the application and any designated executables or loadable modules, converting the rpaths to the bundle locations for all binaries. Data files, translations, and themes are also installed.
+
+  Gtk-mac-bundler is licensed under the Gnu General Public
+  License Version 2. Resulting bundles carry whatever licenses govern their contents.</description>
+  <homepage rdf:resource="http://www.gtk+.org/"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"; />
+  <bug-database rdf:resource="https://sourceforge.net/apps/trac/gtk-osx/newticket"; />
+  <download-page rdf:resource="https://sourceforge.net/projects/gtk-osx/files/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-osx-users-list"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list"; />
+
+
+  <programming-language>C</programming-language>
+
+  <repository>
+    <GitRepository>
+        <browse rdf:resource="http://git.gnome.org/browse/gtk-mac-bundler/"/>
+      <location rdf:resource="git://git.gnome.org/gtk-mac-bundler"/>
+    </GitRepository>
+  </repository>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>John Ralls</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jralls ceridwen us"/>
+      <gnome:userid>jralls</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]