add libformat

C++ library that supports printf style like format printing
This commit is contained in:
Ying-Chieh Liao 2001-06-18 04:52:10 +00:00
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

View file

@ -191,6 +191,7 @@
SUBDIR += libdsp
SUBDIR += libelf
SUBDIR += libffi
SUBDIR += libformat
SUBDIR += libg++
SUBDIR += libgetline
SUBDIR += libgii

20
devel/libformat/Makefile Normal file
View 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
View file

@ -0,0 +1 @@
MD5 (Format-0.1.2.tar.gz) = a0b90ba8378f8b21e4a2ad02dde738d9

View file

@ -0,0 +1 @@
C++ library that supports printf style like format printing

View 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

View file

@ -0,0 +1,5 @@
include/Format.hh
lib/libFormat.a
lib/libFormat.la
lib/libFormat.so
lib/libFormat.so.0