RESTful interface
This effort aims at providing a network-based interface to the checkpkg database, allowing to perform queries against the package database. It is intended to be used primarily by other parts of OpenCSW infrastructure.
URLs
Please visit http://buildfarm.opencsw.org/pkgdb/ as the main RESTful interface hub.
The "OpenCSW" Atom Extension
Elements
upstream_version
Specifies the upstream's version of the package.
opencsw_revision
Specifies OpenCSW's revision of the package. Each upstream version can be packaged multiple times.
Example
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:opencsw="http://spec.opencsw.org/opencsw-atom-extension/1.0">
<id>..</id>
<title>OpenCSW Catalog Changes for unstable/SunOS5.10/i386</title>
<updated>2011-05-13T15:57:16+02:00</updated>
<link href="http://opencsw.org/"/>
<entry>
<title>Updated gitk</title>
<id>opencsw-mirror.opencsw.org.opencsw-future.unstable.SunOS5.10.i386,gitk,2011-04-12</id>
<updated>2011-04-12T18:55:44+02:00</updated>
<author>
<email>bwalton@opencsw.org</email>
</author>
<content>Updated gitk from 1.7.4.1,REV=2011.03.19 to 1.7.4.2,REV=2011.03.27.</content>
<opencsw:upstream_version>1.7.4.1</opencsw:upstream_version>
<opencsw:opencsw_revision>2011.03.19</opencsw:opencsw_revision>
</entry>
</feed>
page revision: 2, last edited: 29 Dec 2011 19:55