OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 04-Jul-2006 17:47:58
Branch: HEAD Handle: 2006070416475700
Modified files:
openpkg-tools/cmd index.pl
Log:
put package Class information into repositoy index
Summary:
Revision Changes Path
1.7 +2 -0 openpkg-tools/cmd/index.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/index.pl
============================================================================
$ cvs diff -u -r1.6 -r1.7 index.pl
--- openpkg-tools/cmd/index.pl 1 Jan 2006 14:04:49 -0000 1.6
+++ openpkg-tools/cmd/index.pl 4 Jul 2006 15:47:57 -0000 1.7
@@ -618,6 +618,7 @@
xml_tag(6, $a, 'Version'),
xml_tag(6, $a, 'Release'),
xml_tag(6, $a, 'Distribution'),
+ xml_tag(6, $a, 'Class'),
xml_tag(6, $a, 'Group'),
xml_tag(6, $a, 'License'),
xml_tag(6, $a, 'Packager'),
@@ -709,6 +710,7 @@
License %{License}
Distribution %{Distribution}
Vendor %{Vendor}
+Class %{Class}
Group %{Group}
Packager %{Packager}
Prefixes %{Prefixes}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]