Date: Sat, 23 Dec 2006 10:26:23 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/etoile-collectionkit Makefile distinfo pkg-descr pkg-plist Message-ID: <200612231026.kBNAQN5q092089@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2006-12-23 10:26:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/etoile-collectionkit Makefile distinfo pkg-descr pkg-plist Log: CollectionKit provides a common storage facility for records with properties, such as contact information, playlist, bookmark, etc. These records have defined structure (property-value relationship) which can be handled better than general property list. But values of these properties are too flexible to be stored in database, for example, a contact information may have multipe home phone numbers. Records can be grouped and groups can have groups inside. AddressBook framework from Apple provides a good machenism of handling these kind of records and Addresses for GNUstep implements the same interface. CollectionKit aims to provide a general storage facility based on Addresses for GNUstep so that other applications and frameworks can easily handle their information in the same manner. CollectionKit provide very little pre-defined properties. Therefore, a framework on top of CollectionKit is needed if the information is intended to be shared by many applications. WWW: http://www.etoile-project.org/ Revision Changes Path 1.2557 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/etoile-collectionkit/Makefile (new) 1.1 +3 -0 ports/devel/etoile-collectionkit/distinfo (new) 1.1 +17 -0 ports/devel/etoile-collectionkit/pkg-descr (new) 1.1 +14 -0 ports/devel/etoile-collectionkit/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612231026.kBNAQN5q092089>