Port details |
- libs11n C++ library for easily serializing a wide variety of objects
- 1.2.10_1 devel
=0 Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-08-01 04:22:30
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- License: not specified in port
- Description:
- s11n (an abbreviation for serialization) is an Open Source project focused
on the generic serialization of objects (i.e., object persistence) in the
C++ programming language.
The project's flagship library, appropriately named libs11n, can easily
serialize all manner of PODs (Plain Old Data types), most STL containers,
and user-defined Serializable types. By taking advantage of relatively
new, advanced C++ techniques s11n turns this formerly-difficult task into
child's play. It supports literally hundreds of millions of combinations
of standard containers out of the box. libs11n is 100% data-format
agnostic, and currently includes support for many formats, including 3 XML
flavours. (As far as i am aware, this exceeds support provided by any
other serialization framework, regardless of the implementation language!)
WWW: http://s11n.net
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libs11n/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libs11n
- pkg install libs11n
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libs11n
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libs11n-1.2.10-nobuildfiles.zip) = cb399a81545cd8578eee4a2eee0f1243731bda34b9b91b69fddceb1ed7999e48
SIZE (libs11n-1.2.10-nobuildfiles.zip) = 294629
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_libs11n
- USES:
- uidfix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 1.2.10_1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.2.10_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Jan 2018 12:13:43
1.2.10_1 |
sunpoet  |
Use WRKSRC_SUBDIR |
19 May 2016 10:21:25
1.2.10_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
21 Oct 2014 19:30:52
1.2.10_1 |
antoine  |
Fix packaging |
20 Oct 2014 11:21:27
1.2.10_1 |
marino  |
devel/libs11n: Fix NO_PROFILE support |
07 Mar 2014 16:49:10
 |
bapt  |
Convert d* to USES=zip |
21 Jan 2014 00:56:01
1.2.10 |
bapt  |
Support stage
Fix packaging as a user |
20 Sep 2013 17:13:47
1.2.10 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
03 Jul 2011 14:59:23
1.2.10 |
ohauer  |
-remove MD5 |
31 Aug 2010 16:19:53
1.2.10 |
bapt  |
- Update to 1.2.10
Approved by: mentors (implicit) |
21 Dec 2009 02:19:12
1.2.8 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
27 Aug 2009 18:52:46
1.2.8 |
miwi  |
- Fix fetch |
11 Jun 2009 06:06:38
1.2.8 |
leeym  |
- update to 1.2.8 |
23 Oct 2008 23:09:01
1.2.5 |
araujo  |
- Update to 1.2.5.
- Removed old contact in pkg-descr. |
25 Jul 2008 14:34:52
1.2.4 |
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
29 Apr 2008 05:27:10
1.2.4 |
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
19 Apr 2008 17:56:05
1.2.4  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
01 Aug 2006 04:44:01
1.2.4 |
aaron  |
- Update to v1.2.4 |
01 Aug 2006 04:22:07
1.2.3 |
aaron  |
Adding port devel/libs11n, A C++ library for easily serializing a wide
variety of objects. |