aboutsummaryrefslogtreecommitdiff
path: root/sysutils/avfs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
commit829b60e37de6ce706f13d4ca1d972ea82fc97208 (patch)
treef7d554eaba8519da25f58c6e80eeb8a5bdf4c6f5 /sysutils/avfs
parent7cde1eac4068a2f82ceead2c541d4ebbe1af90d9 (diff)
downloadports-829b60e37de6ce706f13d4ca1d972ea82fc97208.tar.gz
ports-829b60e37de6ce706f13d4ca1d972ea82fc97208.zip
Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
Notes
Notes: svn path=/head/; revision=325483
Diffstat (limited to 'sysutils/avfs')
-rw-r--r--sysutils/avfs/Makefile57
-rw-r--r--sysutils/avfs/distinfo2
-rw-r--r--sysutils/avfs/files/patch-configure8
-rw-r--r--sysutils/avfs/pkg-descr5
-rw-r--r--sysutils/avfs/pkg-plist52
5 files changed, 0 insertions, 124 deletions
diff --git a/sysutils/avfs/Makefile b/sysutils/avfs/Makefile
deleted file mode 100644
index 788096a89697..000000000000
--- a/sysutils/avfs/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# Created by: Evgeny Zhirnov <jirnov@gmail.com>
-# $FreeBSD$
-
-PORTNAME= avfs
-PORTVERSION= 0.9.9
-CATEGORIES= sysutils
-MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= jirnov@gmail.com
-COMMENT= A Virtual File System
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-08-27
-BROKEN= does not package
-
-NO_INSTALL_MANPAGES= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv
-
-GNU_CONFIGURE= yes
-USES= fuse
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= DEBUG LIBRARY FUSE
-OPTIONS_DEFAULT= FUSE
-LIBRARY_DESC= Enable library
-FUSE_DESC= Enable fuse
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
-.endif
-
-.if ${PORT_OPTIONS:MLIBRARY}
-CONFIGURE_ARGS+= --enable-library
-PLIST_SUB+= LIBRARY=""
-.else
-CONFIGURE_ARGS+= --disable-library
-PLIST_SUB+= LIBRARY="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MFUSE}
-CONFIGURE_ARGS+= --enable-fuse
-PLIST_SUB+= FUSE=""
-.else
-CONFIGURE_ARGS+= --disable-fuse
-PLIST_SUB+= FUSE="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/avfs/distinfo b/sysutils/avfs/distinfo
deleted file mode 100644
index 1825167fc7e9..000000000000
--- a/sysutils/avfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (avfs-0.9.9.tar.bz2) = 5e3100e99f6e136158a0d33045649959f830ddd31d57ec02f9e70cca421196cb
-SIZE (avfs-0.9.9.tar.bz2) = 678451
diff --git a/sysutils/avfs/files/patch-configure b/sysutils/avfs/files/patch-configure
deleted file mode 100644
index d6f5cb28d078..000000000000
--- a/sysutils/avfs/files/patch-configure
+++ /dev/null
@@ -1,8 +0,0 @@
---- configure.orig 2007-05-31 23:54:21.000000000 +0400
-+++ configure 2008-06-14 02:58:12.000000000 +0400
-@@ -1,4 +1,4 @@
--#! /bin/sh
-+#! /usr/local/bin/bash
- # Guess values for system-dependent variables and create Makefiles.
- # Generated by GNU Autoconf 2.60.
- #
diff --git a/sysutils/avfs/pkg-descr b/sysutils/avfs/pkg-descr
deleted file mode 100644
index 3ee8e7f3ba23..000000000000
--- a/sysutils/avfs/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-AVFS is a system, which enables all programs to look inside gzip, tar,
-zip, etc. files or view remote (ftp, http, dav, etc.) files, without
-recompiling the programs.
-
-WWW: http://avf.sourceforge.net/
diff --git a/sysutils/avfs/pkg-plist b/sysutils/avfs/pkg-plist
deleted file mode 100644
index e67dd39a151e..000000000000
--- a/sysutils/avfs/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-%%LIBRARY%%bin/avfs-config
-%%FUSE%%bin/avfsd
-bin/davpass
-bin/ftppass
-%%FUSE%%bin/mountavfs
-%%FUSE%%bin/umountavfs
-include/avfs.h
-%%LIBRARY%%include/virtual.h
-lib/avfs/extfs/README
-lib/avfs/extfs/a
-lib/avfs/extfs/apt
-lib/avfs/extfs/audio
-lib/avfs/extfs/bpp
-lib/avfs/extfs/deb
-lib/avfs/extfs/deba
-lib/avfs/extfs/debd
-lib/avfs/extfs/dpkg
-lib/avfs/extfs/extfs.ini
-lib/avfs/extfs/ftplist
-lib/avfs/extfs/hp48
-lib/avfs/extfs/iso9660
-lib/avfs/extfs/lslR
-lib/avfs/extfs/mailfs
-lib/avfs/extfs/patchfs
-lib/avfs/extfs/rpm
-lib/avfs/extfs/rpms
-lib/avfs/extfs/trpm
-lib/avfs/extfs/u7z
-lib/avfs/extfs/uar
-lib/avfs/extfs/uarj
-lib/avfs/extfs/ucpio
-lib/avfs/extfs/uha
-lib/avfs/extfs/ulha
-lib/avfs/extfs/urar
-lib/avfs/extfs/uzip
-lib/avfs/extfs/uzoo
-lib/avfs/extfs/uace
-lib/avfs/extfs/uc1541
-lib/avfs/extfs/upp
-lib/avfs/extfs/uxdms
-lib/avfs/extfs/uxpk
-lib/avfs/extfs/uadf
-lib/avfs/extfs/uarc
-lib/avfs/extfs/ucab
-lib/avfs/extfs/udar
-lib/avfs/extfs/uimg
-%%LIBRARY%%lib/libavfs.a
-%%LIBRARY%%lib/libavfs.la
-%%LIBRARY%%lib/libavfs.so
-%%LIBRARY%%lib/libavfs.so.0
-@dirrm lib/avfs/extfs
-@dirrm lib/avfs