add libfs++ 0.1.7

C++ library which provides a file_iterator class
This commit is contained in:
Ying-Chieh Liao 2002-09-15 12:18:40 +00:00
parent b22644f661
commit 99b190c92b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66360
6 changed files with 38 additions and 0 deletions

View File

@ -278,6 +278,7 @@
SUBDIR += libevent
SUBDIR += libffi
SUBDIR += libformat
SUBDIR += libfs++
SUBDIR += libg++
SUBDIR += libgetline
SUBDIR += libghthash

19
devel/libfs++/Makefile Normal file
View File

@ -0,0 +1,19 @@
# ex:ts=8
# Ports collection makefile for: libfs++
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libfs++
PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= http://bluebat.dnsalias.org/software/libfs++/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

1
devel/libfs++/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (libfs++-0.1.7.tar.gz) = 7c0389137404780d70af881ad4c0f9ac

View File

@ -0,0 +1 @@
C++ library which provides a file_iterator class

5
devel/libfs++/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
libfs++ is a small c++ library which provides a file_iterator class, which
makes it very easy to iterate through all files in a directory and its
subdirectories.
WWW: http://bluebat.dnsalias.org/software/libfs++/

11
devel/libfs++/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
lib/libfs++.a
lib/libfs++.la
lib/libfs++.so
lib/libfs++.so.0
include/fs++/file_iterator-impl.h
include/fs++/file_iterator.h
include/fs++/file_monitor.h
include/fs++/file_t.h
include/fs++/general-impl.h
include/fs++/general.h
@dirrm include/fs++