summaryrefslogtreecommitdiffstats
path: root/devel/qxorm/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qxorm/DETAILS')
-rwxr-xr-xdevel/qxorm/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/qxorm/DETAILS b/devel/qxorm/DETAILS
new file mode 100755
index 0000000000..9180974684
--- /dev/null
+++ b/devel/qxorm/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=qxorm
+ SPELLX=QxOrm
+ VERSION=1.2.8
+ SOURCE_HASH=sha512:4bd59277900c5b8bd651611da2d96d7675d6e0ae7ef5adfd17b24ef43b09a03460df9c1f7dfbee0c1362f42760606fdc3bfd9922ef8b9ba740e39af76d15cf4a
+ SOURCE=${SPELLX}_${VERSION}.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}
+ WEB_SITE=http://www.qxorm.com
+ SOURCE_URL[0]=$WEB_SITE/version/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20130922
+ KEYWORDS="C++ library providing Object Relational Mapping for Qt"
+ SHORT=""
+cat << EOF
+QxOrm is a C++ library designed to provide Object Relational Mapping (ORM) feature to
+C++/Qt users (like Hibernate in Java, or NHibernate in .Net).
+ QxOrm engine is based on a simple and non intrusive mapping function by class to provide
+:
+Persistence (based on QtSql Qt module) ;
+Serialization (XML and binary, based on boost serialization) ;
+Reflection or Introspection (invoke class methods and access to properties).
+EOF