diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-05 19:32:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-05 19:32:33 +0800 |
commit | 753ca4b00ca54f1824f9c2d53050ceb688398bcc (patch) | |
tree | 0b610463253af311ffec9de4262e8571c5d0e4e9 /ftp | |
parent | 71b4cbc7b2010722543c5532053bb4029b89af9c (diff) | |
download | freebsd-ports-gnome-753ca4b00ca54f1824f9c2d53050ceb688398bcc.tar.gz freebsd-ports-gnome-753ca4b00ca54f1824f9c2d53050ceb688398bcc.tar.zst freebsd-ports-gnome-753ca4b00ca54f1824f9c2d53050ceb688398bcc.zip |
add libfxp 0.1.4
An ftp client library
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/libfxp/Makefile | 29 | ||||
-rw-r--r-- | ftp/libfxp/distinfo | 1 | ||||
-rw-r--r-- | ftp/libfxp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/libfxp/pkg-descr | 3 | ||||
-rw-r--r-- | ftp/libfxp/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 6f03acf98ae9..a0f5ff2b9f94 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -31,6 +31,7 @@ SUBDIR += kmago SUBDIR += kwebget SUBDIR += lftp + SUBDIR += libfxp SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += lukemftp diff --git a/ftp/libfxp/Makefile b/ftp/libfxp/Makefile new file mode 100644 index 000000000000..6fa900a58867 --- /dev/null +++ b/ftp/libfxp/Makefile @@ -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> diff --git a/ftp/libfxp/distinfo b/ftp/libfxp/distinfo new file mode 100644 index 000000000000..a416ae7bcc11 --- /dev/null +++ b/ftp/libfxp/distinfo @@ -0,0 +1 @@ +MD5 (libfxp-0.1.4.tar.gz) = 8dde4bf6826ca9a5cd4ba71f00284d56 diff --git a/ftp/libfxp/pkg-comment b/ftp/libfxp/pkg-comment new file mode 100644 index 000000000000..5414b386c443 --- /dev/null +++ b/ftp/libfxp/pkg-comment @@ -0,0 +1 @@ +An ftp client library diff --git a/ftp/libfxp/pkg-descr b/ftp/libfxp/pkg-descr new file mode 100644 index 000000000000..e05fa458f455 --- /dev/null +++ b/ftp/libfxp/pkg-descr @@ -0,0 +1,3 @@ +An ftp client library + +WWW: http://millweed.com/projects/libfxp/ diff --git a/ftp/libfxp/pkg-plist b/ftp/libfxp/pkg-plist new file mode 100644 index 000000000000..dca0295a4217 --- /dev/null +++ b/ftp/libfxp/pkg-plist @@ -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 |