add libformat
C++ library that supports printf style like format printing
This commit is contained in:
parent
e8beaf5e40
commit
367692504c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44151
6 changed files with 31 additions and 0 deletions
|
@ -191,6 +191,7 @@
|
|||
SUBDIR += libdsp
|
||||
SUBDIR += libelf
|
||||
SUBDIR += libffi
|
||||
SUBDIR += libformat
|
||||
SUBDIR += libg++
|
||||
SUBDIR += libgetline
|
||||
SUBDIR += libgii
|
||||
|
|
20
devel/libformat/Makefile
Normal file
20
devel/libformat/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: libFormat
|
||||
# Date created: Jun 19, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libformat
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://members.chello.at/oberzalek/development/
|
||||
DISTNAME= Format-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/libformat/distinfo
Normal file
1
devel/libformat/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Format-0.1.2.tar.gz) = a0b90ba8378f8b21e4a2ad02dde738d9
|
1
devel/libformat/pkg-comment
Normal file
1
devel/libformat/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
C++ library that supports printf style like format printing
|
3
devel/libformat/pkg-descr
Normal file
3
devel/libformat/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
C++ library that supports printf style like format printing
|
||||
|
||||
WWW: http://members.chello.at/oberzalek/development/cpp-de.html#format
|
5
devel/libformat/pkg-plist
Normal file
5
devel/libformat/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
include/Format.hh
|
||||
lib/libFormat.a
|
||||
lib/libFormat.la
|
||||
lib/libFormat.so
|
||||
lib/libFormat.so.0
|
Loading…
Reference in a new issue