summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-18 01:39:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-18 01:39:20 +0000
commit12bb0b22815560f82b3ae0ad2d08c688f64abe3f (patch)
tree02704a367f9fe64b6e36496d1c19312b2b86028d /ftp
parentUpdate to latest bsd.java.mk; remove pkg-plist; pacify portlint (including (diff)
add wgetpro 0.1.2
Wget with "PRO" features
Notes
Notes: svn path=/head/; revision=109390
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/wgetpro/Makefile37
-rw-r--r--ftp/wgetpro/distinfo2
-rw-r--r--ftp/wgetpro/files/patch-configure11
-rw-r--r--ftp/wgetpro/pkg-descr4
5 files changed, 55 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 81faabf8214f..587cc6d27325 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -86,6 +86,7 @@
SUBDIR += vsftpd
SUBDIR += wget
SUBDIR += wget-devel
+ SUBDIR += wgetpro
SUBDIR += wmget
SUBDIR += wput
SUBDIR += wu-ftpd
diff --git a/ftp/wgetpro/Makefile b/ftp/wgetpro/Makefile
new file mode 100644
index 000000000000..3d8217a3924c
--- /dev/null
+++ b/ftp/wgetpro/Makefile
@@ -0,0 +1,37 @@
+# ex:ts=8
+# Ports collection makefile for: wgetpro
+# Date created: May 18, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= wgetpro
+PORTVERSION= 0.1.2
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Wget with "PRO" features
+
+USE_GETOPT_LONG= yes
+USE_OPENSSL= yes
+USE_GETTEXT= yes
+USE_PERL5_BUILD= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lintl"
+USE_GMAKE= yes
+
+PLIST_FILES= bin/wpro
+
+post-patch:
+ @${TOUCH} ${WRKSRC}/configure
+
+post-install:
+ @${FIND} ${PREFIX}/share/locale -name "wpro.mo" | \
+ ${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/ftp/wgetpro/distinfo b/ftp/wgetpro/distinfo
new file mode 100644
index 000000000000..0ee351dd8a92
--- /dev/null
+++ b/ftp/wgetpro/distinfo
@@ -0,0 +1,2 @@
+MD5 (wgetpro-0.1.2.tgz) = 91fb0ae4fd18366fb49fdb44fb162dc4
+SIZE (wgetpro-0.1.2.tgz) = 901735
diff --git a/ftp/wgetpro/files/patch-configure b/ftp/wgetpro/files/patch-configure
new file mode 100644
index 000000000000..7d2d6e9e83c8
--- /dev/null
+++ b/ftp/wgetpro/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue May 18 09:21:47 2004
++++ configure Tue May 18 09:22:06 2004
+@@ -1443,7 +1443,7 @@
+ VERSION=`sed -e 's/^.*"\(.*\)";$/\1/' ${srcdir}/src/version.c`
+ echo "configuring for WgetPRO $VERSION"
+
+-PACKAGE=wget
++PACKAGE=wpro
+
+
+ ac_aux_dir=
diff --git a/ftp/wgetpro/pkg-descr b/ftp/wgetpro/pkg-descr
new file mode 100644
index 000000000000..0e00d29ba658
--- /dev/null
+++ b/ftp/wgetpro/pkg-descr
@@ -0,0 +1,4 @@
+Wget "PRO" edition - with additional protocol support and html rewriting
+capabilities.
+
+WWW: http://www.wgetpro.org/