Bug 149108

Summary: New port: devel/libtpl, a library for serializing C data
Product: Ports & Packages Reporter: Frederic Culot <frederic>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Frederic Culot 2010-07-30 15:20:06 UTC
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.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2010-08-02 11:28:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-02 13:43:58 UTC
bapt        2010-08-02 12:43:49 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libtpl         Makefile buildlog distinfo pkg-descr 
                         pkg-plist 
  Log:
  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)
  
  Revision  Changes    Path
  1.3993    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/libtpl/Makefile (new)
  1.1       +165 -0    ports/devel/libtpl/buildlog (new)
  1.1       +3 -0      ports/devel/libtpl/distinfo (new)
  1.1       +5 -0      ports/devel/libtpl/pkg-descr (new)
  1.1       +7 -0      ports/devel/libtpl/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2010-08-02 13:56:25 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-08-02 20:46:34 UTC
bapt        2010-08-02 19:45:30 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/dtpstree    Makefile distinfo pkg-descr 
  Log:
  DT PS Tree shows running processes as a tree. It is a reimplementation
  of pstree from PSmisc for FreeBSD. It also works without /proc and will
  show the full set of processes in a jail even if init is not present.
  
  WWW: http://code.douglasthrift.net/trac/dtpstree
  
  PR:             ports/149108
  Submitted by:   Douglas Thrift
  Approved by:    jadawin@ (co-mentor)
  
  Revision  Changes    Path
  1.1204    +1 -0      ports/sysutils/Makefile
  1.1       +26 -0     ports/sysutils/dtpstree/Makefile (new)
  1.1       +3 -0      ports/sysutils/dtpstree/distinfo (new)
  1.1       +5 -0      ports/sysutils/dtpstree/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"