add libfxp 0.1.4

An ftp client library
This commit is contained in:
Ying-Chieh Liao 2002-02-05 11:32:33 +00:00
parent 3485e83f13
commit fcac30e7e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54230
6 changed files with 42 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += kmago
SUBDIR += kwebget
SUBDIR += lftp
SUBDIR += libfxp
SUBDIR += llnlxdir
SUBDIR += llnlxftp
SUBDIR += lukemftp

29
ftp/libfxp/Makefile Normal file
View File

@ -0,0 +1,29 @@
# 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
USE_GMAKE= yes
CFLAGS+= -I. -Ilibmillweed
post-patch:
.for file in Makefile libmillweed/Makefile
@${PERL} -pi -e "s,^CC,#CC,g ; \
s,^CFLAGS,#CFLAGS,g ; \
s,^PREFIX,#PREFIX,g" ${WRKSRC}/${file}
.endfor
@(cd ${WRKSRC} ; \
${GREP} -l -R malloc.h * | xargs \
${PERL} -pi -e "s|malloc.h|stdlib.h|g")
.include <bsd.port.mk>

1
ftp/libfxp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (libfxp-0.1.4.tar.gz) = 8dde4bf6826ca9a5cd4ba71f00284d56

1
ftp/libfxp/pkg-comment Normal file
View File

@ -0,0 +1 @@
An ftp client library

3
ftp/libfxp/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
An ftp client library
WWW: http://millweed.com/projects/libfxp/

7
ftp/libfxp/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
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