CoreObject is a framework for describing and organizing model objects, with
automatic persistence and versioning by recording messages sent to objects. It offers a flexible versioning scheme where both individual objects and their entire object graph can be versioned separately. The built-in object model is a generalization of the property model used by the AddressBook framework. Foreign model objects can be also integrated by wrapping them with a special proxy. CoreObject uses the EtoileSerialize framework which, in many cases, allows objects and messages to be automatically serialized with no extra code being written. WWW: http://www.etoile-project.org/
This commit is contained in:
parent
7a5868e5cb
commit
5c4987ca2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223338
@ -319,6 +319,7 @@
|
||||
SUBDIR += esvn
|
||||
SUBDIR += etl
|
||||
SUBDIR += etoile-collectionkit
|
||||
SUBDIR += etoile-coreobject
|
||||
SUBDIR += etoile-foundation
|
||||
SUBDIR += etoile-serialize
|
||||
SUBDIR += etoile-unitkit
|
||||
|
39
devel/etoile-coreobject/Makefile
Normal file
39
devel/etoile-coreobject/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: etoile-coreobject
|
||||
# Date created: 23 Nov 2008
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= coreobject
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= devel gnustep
|
||||
MASTER_SITES= http://download.gna.org/etoile/
|
||||
PKGNAMEPREFIX= etoile-
|
||||
DISTNAME= etoile-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Etoile Project CoreObject framework
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
||||
USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT}
|
||||
USE_GNUSTEP_LOCAL_LIBS+= EtoileSerialize:${SERIALIZE_PORT}
|
||||
USE_PGSQL= yes
|
||||
|
||||
DEFAULT_LIBVERSION= 0.4
|
||||
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
||||
USE_GNUSTEP_MAKE_DIRS+= Frameworks/CoreObject
|
||||
DEFAULT_LIBVERSION2= 0.1
|
||||
PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2}
|
||||
PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}
|
||||
|
||||
FOUNDATION_PORT?= devel/etoile-foundation
|
||||
SERIALIZE_PORT?= devel/etoile-serialize
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/etoile-coreobject/distinfo
Normal file
3
devel/etoile-coreobject/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de
|
||||
SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a
|
||||
SIZE (etoile-0.4.0.tar.bz2) = 8225128
|
11
devel/etoile-coreobject/pkg-descr
Normal file
11
devel/etoile-coreobject/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
*CoreObject* is a framework for describing and organizing model objects, with
|
||||
automatic persistence and versioning by recording messages sent to objects. It
|
||||
offers a flexible versioning scheme where both individual objects and their
|
||||
entire object graph can be versioned separately. The built-in object model is a
|
||||
generalization of the property model used by the AddressBook framework. Foreign
|
||||
model objects can be also integrated by wrapping them with a special proxy.
|
||||
CoreObject uses the EtoileSerialize framework which, in many cases, allows
|
||||
objects and messages to be automatically serialized with no extra code being
|
||||
written.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
41
devel/etoile-coreobject/pkg-plist
Normal file
41
devel/etoile-coreobject/pkg-plist
Normal file
@ -0,0 +1,41 @@
|
||||
Local/Library/Frameworks/CoreObject.framework/CoreObject
|
||||
Local/Library/Frameworks/CoreObject.framework/CoreObject.framework
|
||||
Local/Library/Frameworks/CoreObject.framework/Headers
|
||||
Local/Library/Frameworks/CoreObject.framework/Resources
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/CoreObject
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COCollection.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COCoreObjectProtocol.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/CODeserializer.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/CODirectory.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COFile.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COFileObject.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COGroup.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COMetadataServer.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COMultiValue.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COObject.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COObjectContext.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COObjectServer.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COPersistentPool.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COPropertyType.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COProxy.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COSerializer.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COSmartGroup.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/COUtility.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/CoreObject.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/GNUstep.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers/NSObject+CoreObject.h
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Resources/Info-gnustep.plist
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/libCoreObject.so
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/libCoreObject.so.%%MAJORVERSION%%
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/libCoreObject.so.%%LIBVERSION%%
|
||||
Local/Library/Frameworks/CoreObject.framework/Versions/Current
|
||||
Local/Library/Frameworks/CoreObject.framework/libCoreObject.so
|
||||
Local/Library/Headers/CoreObject
|
||||
Local/Library/Libraries/libCoreObject.so
|
||||
Local/Library/Libraries/libCoreObject.so.%%MAJORVERSION%%
|
||||
Local/Library/Libraries/libCoreObject.so.%%LIBVERSION%%
|
||||
@dirrm Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Resources
|
||||
@dirrm Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%/Headers
|
||||
@dirrm Local/Library/Frameworks/CoreObject.framework/Versions/%%MAJORVERSION%%
|
||||
@dirrm Local/Library/Frameworks/CoreObject.framework/Versions
|
||||
@dirrm Local/Library/Frameworks/CoreObject.framework
|
Loading…
Reference in New Issue
Block a user