./wip/wput, Wput is a command-line ftp-client that looks like wget

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.2nb3, Package name: wput-0.6.2nb3, Maintainer: pkgsrc-users

Wput is a command-line ftp-client that looks like wget but instead of
downloading, uploads files or whole directories to remote ftp-servers.


Required to build:
[pkgtools/cwrappers]

Package options: nls

Master sites:

RMD160: a3a62556ca258048ff5110ecdec199c98107766f
Filesize: 359.873 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-13 18:03:57 by othyro | Files touched by this commit (5)
Log message:
Added patch to fix gnutls includes detection during build. Move libiconv
dependency to the NLS option, which is what requires it. Setting DESTDIR
in INSTALL_ENV is superfluous - removing. Set PKGMANDIR via --mandir in
CONFIGURE_ARGS instead of passing PKGMANDIR in MAKE_ENV. Updated patch to
reflect change. Patches sent upstream. Disable gnutls option by default,
as it requires openssl compatibility, which is currently not supported in 
pkgsrc. Bump PKGREVISION.
   2012-11-03 17:50:38 by othyro | Files touched by this commit (1)
Log message:
Removed INSTALLATION_DIRS and do-install stage. Let gmake do this;
USE_TOOLS+=gmake msgfmt msgmerge xgettext; Included options.mk; Buildlinked
libiconv; INSTALL_ENV+=DESTDIR=${DESTDIR} PKGMANDIR=${PKGMANDIR}; Make wput
use DESTDIR; Bump PKGREVISION;
   2012-11-03 17:47:20 by othyro | Files touched by this commit (1)
Log message:
Enable the user to tailor the build with the gnutls and nls options.
gnutls option currently doesn't work, as configure cannot detect installed
gnutls package. Not sure why.
   2012-11-03 17:45:53 by othyro | Files touched by this commit (1)
Log message:
Removed *.po entries in favour of */LC_MESSAGES/*.mo entries.
   2012-11-03 17:44:55 by othyro | Files touched by this commit (1)
Log message:
Regenerated after adding patches/patch-Makefile.in
   2012-11-03 17:43:56 by othyro | Files touched by this commit (1)
Log message:
Make wput use DESTDIR. Also, fixes PKGMANDIR and symbolic linking during
install.
   2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-26 17:30:46 by othyro | Files touched by this commit (1)
Log message:
Fixed INSTALLATION_DIRS. Bump PKGREVISION.