From c7eacc5d010a2a653cf2534b740d15292067dd0f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 23 Jul 2009 14:37:47 +0000
Subject: [PATCH] Changes contributed by Chris Kampmeier (Sun) to enable building pkg(5) zip off the network. This resolve issue 4008.

---
 opends/src/pkg/opends_proto.py |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/opends/src/pkg/opends_proto.py b/opends/src/pkg/opends_proto.py
index 7b59934..ec96957 100644
--- a/opends/src/pkg/opends_proto.py
+++ b/opends/src/pkg/opends_proto.py
@@ -31,12 +31,15 @@
     "name" : "opends",
     "version" : "@{version}",
     "attributes"    : {
-                        "pkg.summary" : "OpenDS",
+                        "pkg.summary" : "OpenDS Open Source Java LDAP Directory Service",
                         "info.classification" : "Directory Services",
-                        "pkg.description" : "OpenDS is an open source community project\
-building a free and comprehensive\
-next generation directory service,\
-based on LDAP and DSML standards."
+                        "pkg.description" : "Core components of the OpenDS Open Source Java LDAP \
+Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
+LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
+to be highly extensible, and to be easy to deploy, manage and monitor.",
+                        "pkg.detailed_url" :    "https://www.opends.org/wiki",
+                        "info.maintainer_url" : "http://www.opends.org/",
+                        "info.upstream_url" :   "http://www.opends.org/",
                       },
 
     "dirs"          : {

--
Gitblit v1.10.0