summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 08:17:36 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 08:17:36 +0000
commit168204c6f55cd8b86b8150a577fe8f9cda430d2b (patch)
tree0c2cf43fc07d90004c223f24687d36181065ecf6 /ftp
parentupdate to 1.10. (diff)
ftp/wget caught up with -devel.
Notes
Notes: svn path=/head/; revision=137165
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wget-devel/Makefile62
-rw-r--r--ftp/wget-devel/distinfo2
-rw-r--r--ftp/wget-devel/files/patch-ac11
-rw-r--r--ftp/wget-devel/pkg-descr15
-rw-r--r--ftp/wget-devel/pkg-plist37
5 files changed, 0 insertions, 127 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
deleted file mode 100644
index 73a73be27d0b..000000000000
--- a/ftp/wget-devel/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Ports collection makefile for: wget-devel
-# Date created: 10 january 2004
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wget
-DISTVERSION= 1.10-rc1
-CATEGORIES= ftp www ipv6
-#MASTER_SITES= ${MASTER_SITE_GNU}
-#MASTER_SITE_SUBDIR= wget
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= sf
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= sf@FreeBSD.org
-COMMENT= Retrieve files from the Net via HTTP and FTP
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-.endif
-
-CONFLICTS= wget-1.8*
-
-USE_BZIP2= yes
-USE_REINPLACE= yes
-USE_PERL5_BUILD= yes
-GNU_CONFIGURE= yes
-
-.if defined(WITHOUT_SSL)
-CONFIGURE_ARGS= --with-ssl=no
-.else
-USE_OPENSSL= yes
-.endif
-PLIST_SUB= NLS=""
-.if !defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --enable-nls
-LDFLAGS= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- "LDFLAGS=${LDFLAGS}"
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB= NLS="@comment "
-.endif
-
-MAN1= wget.1
-INFO= wget
-
-post-patch:
- ${RM} -f ${WRKSRC}/doc/wget.info* ${WRKSRC}/po/*.mo ${WRKSRC}/po/*.gmo
-# eliminate gmakism
- ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \
- ${WRKSRC}/doc/Makefile.in
- ${REINPLACE_CMD} -e 's,/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
- -e 's,@file{},@file{${PREFIX}},' \
- ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
-
-post-install:
- install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>
diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo
deleted file mode 100644
index c568d98f3053..000000000000
--- a/ftp/wget-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (wget-1.10-rc1.tar.bz2) = 66350b498187ef49d5141a986f778d14
-SIZE (wget-1.10-rc1.tar.bz2) = 998409
diff --git a/ftp/wget-devel/files/patch-ac b/ftp/wget-devel/files/patch-ac
deleted file mode 100644
index 5fba79b376b3..000000000000
--- a/ftp/wget-devel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Sun Dec 31 14:07:09 2000
-+++ doc/Makefile.in Mon Jan 15 04:52:47 2001
-@@ -22,7 +22,7 @@
- SHELL = /bin/sh
-
- # Program to format Texinfo source into Info files.
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- # Program to format Texinfo source into DVI files.
- TEXI2DVI = texi2dvi
- # Program to convert DVI files to PostScript
diff --git a/ftp/wget-devel/pkg-descr b/ftp/wget-devel/pkg-descr
deleted file mode 100644
index d158470c9bc4..000000000000
--- a/ftp/wget-devel/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Wget [formerly known as Geturl] is a freely available network utility
-to retrieve files from the World Wide Web using HTTP and FTP, the two
-most widely used Internet protocols. It works non-interactively, thus
-enabling work in the background, after having logged off.
-
-The recursive retrieval of HTML pages, as well as FTP sites is
-supported -- you can use Wget to make mirrors of archives and home
-pages, or traverse the web like a WWW robot (Wget understands
-/robots.txt).
-
-Of course, since this is the latest bleeding edge version, it is
-possible that things don't work. Please report them to the maintainer
-and to the authors of wget!
-
-WWW: http://wget.sunsite.dk/
diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist
deleted file mode 100644
index bce1e9adf77a..000000000000
--- a/ftp/wget-devel/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-bin/wget
-etc/wgetrc
-%%NLS%%share/locale/bg/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ga/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/no/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wget.mo