summaryrefslogtreecommitdiff
path: root/devel/libfs++
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libfs++')
-rw-r--r--devel/libfs++/Makefile30
-rw-r--r--devel/libfs++/distinfo2
-rw-r--r--devel/libfs++/files/patch-configure10
-rw-r--r--devel/libfs++/pkg-descr5
-rw-r--r--devel/libfs++/pkg-plist11
5 files changed, 0 insertions, 58 deletions
diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile
deleted file mode 100644
index d9f29328b9e8..000000000000
--- a/devel/libfs++/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: libfs++
-# Date created: Sep 14, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libfs++
-PORTVERSION= 0.1.7
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= http://bluebat.dyndns.org/software/libfs++/%SUBDIR%/
-MASTER_SITE_SUBDIR= . archive
-
-DEPRECATED= Looks like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ library which provides a file_iterator class
-
-USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-Wall -g -O2||g'
-
-.include <bsd.port.mk>
diff --git a/devel/libfs++/distinfo b/devel/libfs++/distinfo
deleted file mode 100644
index 44f1efce9c9d..000000000000
--- a/devel/libfs++/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libfs++-0.1.7.tar.gz) = 42995fcaf44ff8ccd7df9a6ebb8dcec987c5afdf24296153f97b92c2c122fc65
-SIZE (libfs++-0.1.7.tar.gz) = 180071
diff --git a/devel/libfs++/files/patch-configure b/devel/libfs++/files/patch-configure
deleted file mode 100644
index b30773103761..000000000000
--- a/devel/libfs++/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Sep 13 20:25:19 2002
-+++ configure Sat Dec 28 12:26:04 2002
-@@ -7502,6 +7502,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/devel/libfs++/pkg-descr b/devel/libfs++/pkg-descr
deleted file mode 100644
index fc9e411d4673..000000000000
--- a/devel/libfs++/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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.dyndns.org/software/libfs++/
diff --git a/devel/libfs++/pkg-plist b/devel/libfs++/pkg-plist
deleted file mode 100644
index 960b22a38143..000000000000
--- a/devel/libfs++/pkg-plist
+++ /dev/null
@@ -1,11 +0,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
-lib/libfs++.a
-lib/libfs++.la
-lib/libfs++.so
-lib/libfs++.so.0
-@dirrm include/fs++