mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add libfs++ 0.1.7
C++ library which provides a file_iterator class
This commit is contained in:
parent
b22644f661
commit
99b190c92b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66360
@ -278,6 +278,7 @@
|
||||
SUBDIR += libevent
|
||||
SUBDIR += libffi
|
||||
SUBDIR += libformat
|
||||
SUBDIR += libfs++
|
||||
SUBDIR += libg++
|
||||
SUBDIR += libgetline
|
||||
SUBDIR += libghthash
|
||||
|
19
devel/libfs++/Makefile
Normal file
19
devel/libfs++/Makefile
Normal 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
1
devel/libfs++/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libfs++-0.1.7.tar.gz) = 7c0389137404780d70af881ad4c0f9ac
|
1
devel/libfs++/pkg-comment
Normal file
1
devel/libfs++/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C++ library which provides a file_iterator class
|
5
devel/libfs++/pkg-descr
Normal file
5
devel/libfs++/pkg-descr
Normal 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
11
devel/libfs++/pkg-plist
Normal 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++
|
Loading…
Reference in New Issue
Block a user