notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libtpl Library for serializing C data
1.6_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6_1Version 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 search for ports maintained by this maintainer
Port Added: 2010-08-02 12:44:05
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv3 MIT
WWW:
https://troydhanson.github.io/tpl/
Description:
You can use tpl to store and reload your C data quickly and easily. Tpl works with files, memory buffers and file descriptors so it's suitable for use as a file format, IPC message format or any scenario where you need to store and retrieve your data.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. lib/libtpl.a
  2. lib/libtpl.so
  3. lib/libtpl.so.0
  4. lib/libtpl.so.0.0.0
  5. include/tpl.h
  6. @ldconfig
  7. /usr/local/share/licenses/libtpl-1.6_1/catalog.mk
  8. /usr/local/share/licenses/libtpl-1.6_1/LICENSE
  9. /usr/local/share/licenses/libtpl-1.6_1/GPLv3
  10. /usr/local/share/licenses/libtpl-1.6_1/MIT
Collapse this list.
Dependency lines:
  • libtpl>0:devel/libtpl
To install the port:
cd /usr/ports/devel/libtpl/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libtpl
  • pkg install libtpl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libtpl
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (waitman-libtpl-1.6-8fa17e5_GH0.tar.gz) = 3bfd7d6d1fe4a91438aa1c848ecf150c8d4db2584755d01cd0fc2a8744893157 SIZE (waitman-libtpl-1.6-8fa17e5_GH0.tar.gz) = 578898

Packages (timestamps in pop-ups are UTC):
libtpl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6_11.6_11.6_11.6_11.6_1-1.6_1-
FreeBSD:13:quarterly1.6_11.6_11.6_11.6_11.6_11.6_11.6_11.6_1
FreeBSD:14:latest1.6_11.6_11.6_11.6_11.6_11.6_1-1.6_1
FreeBSD:14:quarterly1.6_11.6_1-1.6_11.6_11.6_11.6_11.6_1
FreeBSD:15:latest1.6_11.6_1n/a1.6_1n/a1.6_11.6_11.6_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libtpl-1.6_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_libtpl
USES:
libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/waitman/libtpl/tar.gz/8fa17e5?dummy=/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.6_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.6_1
06 Sep 2021 21:13:27
commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
1.6_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6_1
27 May 2020 13:43:31
Revision:536693Original commit files touched by this commit
danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
1.6_1
29 Dec 2016 14:29:19
Revision:429918Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
1.6_1
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
1.6_1
08 Mar 2016 13:09:12
Revision:410613Original commit files touched by this commit
mat search for other commits by this committer
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.

Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
1.6_1
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
1.6_1
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
1.6_1
22 Dec 2014 17:12:27
Revision:375249Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in devel category
1.6_1
28 Aug 2014 16:57:40
Revision:366437Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.6
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
1.6
21 Jan 2014 08:25:16
Revision:340577Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.6
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.6
16 Jun 2013 08:14:36
Revision:321025Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.6 [1]
- 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>
1.5
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.5
20 Oct 2010 05:53:20
Original commit files touched by this commit
culot search for other commits by this committer
Update my MAINTAINER address to culot@FreeBSD.org.

Approved by:    sahil@ (mentor)
1.5
02 Aug 2010 13:47:11
Original commit files touched by this commit
bapt search for other commits by this committer
Remove buildlog which should never have been committed

Reported by:    Frederic Coulot <frederic _at_ coulot.org> (maintainer) (by
email)
Approved by:    jadawin@ (co-mentor)
1.5
02 Aug 2010 12:43:49
Original commit files touched by this commit
bapt search for other commits by this committer
Tpl is a library for serializing C data. The data is stored in its
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)

Number of commits found: 21