aboutsummaryrefslogtreecommitdiff
path: root/devel/libtpl
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6 [1]Frederic Culot2013-06-164-22/+28
| | | | | | | | | | | | | | - Update MASTER_SITES and WWW link [1] - Trim Makefile's header [1] - Convert to optionsng [1] - Switch from pkg-plist to PLIST_FILES Changes: http://troydhanson.github.io/tpl/ChangeLog.html PR: ports/179575 [1] Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> Notes: svn path=/head/; revision=321025
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update my MAINTAINER address to culot@FreeBSD.org.Frederic Culot2010-10-201-1/+1
| | | | | | | Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=263326
* Remove buildlog which should never have been committedBaptiste Daroussin2010-08-021-165/+0
| | | | | | | | Reported by: Frederic Coulot <frederic _at_ coulot.org> (maintainer) (by email) Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258632
* Tpl is a library for serializing C data. The data is stored in itsBaptiste Daroussin2010-08-025-0/+208
natural binary form. The API is small and tries to stay "out of the way". Tpl can serialize many C data types, including structures. WWW: http://tpl.sourceforge.net/ PR: ports/149108 Submitted by: Frederic Culot <frederic at culot.org> Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258630