summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-03 08:08:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-03 08:08:42 +0000
commit2b760310565685da12019380b0295cfd6a267528 (patch)
tree9d3ca57439bac6b338f79635e015b7c1af7a9554 /ftp
parentUpdate to 2.4.2. (diff)
Remove ftp/libfxp. The mastersite disappeared a long time ago, and
it never worked on non-i386 in any case. No objection was noted since a checking in Oct 2004 proclaiming this.
Notes
Notes: svn path=/head/; revision=99868
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/libfxp/Makefile33
-rw-r--r--ftp/libfxp/distinfo2
-rw-r--r--ftp/libfxp/pkg-descr3
-rw-r--r--ftp/libfxp/pkg-plist7
5 files changed, 0 insertions, 46 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 9bdb3cfe4731..386e6260b756 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -41,7 +41,6 @@
SUBDIR += kbear
SUBDIR += kwebget
SUBDIR += lftp
- SUBDIR += libfxp
SUBDIR += llnlxdir
SUBDIR += llnlxftp
SUBDIR += lukemftp
diff --git a/ftp/libfxp/Makefile b/ftp/libfxp/Makefile
deleted file mode 100644
index 0f83458bc67d..000000000000
--- a/ftp/libfxp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: libfxp
-# Date created: Feb 5, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libfxp
-PORTVERSION= 0.1.4
-CATEGORIES= ftp
-MASTER_SITES= # http://millweed.com/projects/libfxp/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An ftp client library
-
-BROKEN= "master site has disappeared, and never worked on non-i386 in any case"
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
-CFLAGS+= -I. -Ilibmillweed
-
-post-patch:
-.for file in Makefile libmillweed/Makefile
- @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
- s,^CFLAGS,#CFLAGS,g ; \
- s,^PREFIX,#PREFIX,g" ${WRKSRC}/${file}
-.endfor
- @(cd ${WRKSRC} ; \
- ${GREP} -l -R malloc.h * | ${XARGS} \
- ${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g")
-
-.include <bsd.port.mk>
diff --git a/ftp/libfxp/distinfo b/ftp/libfxp/distinfo
deleted file mode 100644
index 208fc0642e6f..000000000000
--- a/ftp/libfxp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (libfxp-0.1.4.tar.gz) = 8dde4bf6826ca9a5cd4ba71f00284d56
-SIZE (libfxp-0.1.4.tar.gz) = 40188
diff --git a/ftp/libfxp/pkg-descr b/ftp/libfxp/pkg-descr
deleted file mode 100644
index e05fa458f455..000000000000
--- a/ftp/libfxp/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-An ftp client library
-
-WWW: http://millweed.com/projects/libfxp/
diff --git a/ftp/libfxp/pkg-plist b/ftp/libfxp/pkg-plist
deleted file mode 100644
index dca0295a4217..000000000000
--- a/ftp/libfxp/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-include/fxp.h
-include/millweed/list.h
-include/millweed/misc.h
-include/millweed/net.h
-include/millweed/parse.h
-lib/libfxp.a
-@dirrm include/millweed