pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/geners



Module name:	wip
Committed by:	jihbed
Date:		Sat Nov 22 12:22:53 UTC 2014

Added Files:
	wip/geners: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import geners-1.5.0 as wip/geners.

The geners package is designed to address the problem of C++ object persistence
in situations where the most typical data access pattern is write once read man
(WORM). This access pattern is very common in scientific projects ? a data
recording device or a simulation program creates the original set of objects
which is later reused (typically, for the purposes of data analysis and
presentation of results) by other programs. Geners is, more or less, a set of
tools and conventions which allows its users to develop C++ classes that can be
converted to and from a storable stream of bytes in a well-organized and
type-safe manner. Serialization of STL containers is supported, including the
ones added in the C++11 standard. Independent versioning of each class
definition is allowed. Geners code depends only on the standard C++ facilities
and on two well-established portable data compression libraries, zlib and
bzip2

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/geners/DESCR wip/geners/Makefile \
    wip/geners/PLIST wip/geners/buildlink3.mk wip/geners/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/geners/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/geners/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/geners/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/geners/buildlink3.mk?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/geners/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index