The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD ftp : pavuk

HTTP, FTP and Gopher mirroring tool

 Pavuk is UNIX program used to mirror contents of WWW documents or files. It
transfers documents from HTTP, FTP, Gopher and optionaly from HTTPS (HTTP
over SSL) servers. Pavuk has an optional GUI based on GTK2 widget set. 

is http://pavuk.sourceforge.net/



pavuk history


v. 1.53
date: 2007/07/23 09:35:51;  author: rafan;  state: Exp;  lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.52 date: 2007/05/19 20:05:10; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.51 date: 2007/03/27 07:38:00; author: miwi; state: Exp; lines: +6 -7 - Update to 0.9.35 PR: 110816 Submitted by: KATO Tsuguru
v. 1.50 date: 2006/05/07 11:09:20; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with F
v. 1.49 date: 2006/03/07 08:26:19; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.48 date: 2006/01/27 18:15:23; author: anray; state: Exp; lines: +3 -3 Update to 0.9.34
v. 1.47 date: 2005/10/05 22:31:24; author: pav; state: Exp; lines: +1 -1 - Update to 0.9.33
v. 1.46 date: 2005/04/04 07:51:11; author: flz; state: Exp; lines: +2 -9 - Update to version 0.9.32. PR: ports/79470 Submitted by: Ports Fury
v. 1.45 date: 2005/02/20 11:17:39; author: krion; state: Exp; lines: +12 -0 Implement net/dante and net/socks5 support.
v. 1.44 date: 2004/11/16 10:12:01; author: krion; state: Exp; lines: +7 -0 Fix package build. Submitted by: Ports Fury
v. 1.43 date: 2004/11/14 09:20:04; author: krion; state: Exp; lines: +21 -20 Update to version 0.9.31 PR: ports/73902 Submitted by: Ports Fury
v. 1.42 date: 2004/07/27 10:55:27; author: eik; state: Exp; lines: +1 -1 Fix Obtained from: gentoo cvs
v. 1.41 date: 2004/07/02 22:26:44; author: naddy; state: Exp; lines: +1 -1 Fix buffer overflow. Submitted by: Ulf Harnhammar
v. 1.40 date: 2004/03/25 11:39:19; author: kris; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.39 date: 2004/02/04 04:35:57; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.38 date: 2004/01/23 18:11:53; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.37 date: 2003/09/04 14:28:53; author: krion; state: Exp; lines: +9 -6 - Fix build PR: 56433 Submitted by: Ports Fury
v. 1.36 date: 2003/09/01 03:02:15; author: dinoex; state: Exp; lines: +2 -2 - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk
v. 1.35 date: 2003/08/31 22:13:21; author: krion; state: Exp; lines: +4 -4 - Fix build package - Use DOCSDIR macro - Bump PORTREVISION Reported by: kris via bento
v. 1.34 date: 2003/08/26 20:25:43; author: marcus; state: Exp; lines: +1 -1 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.33 date: 2003/08/25 05:41:25; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.32 date: 2003/04/20 03:01:35; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.31 date: 2003/02/20 17:24:12; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:44:55; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +2 -2 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.27 date: 2002/08/30 13:46:46; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42200 Submitted by: Edwin Groothuis
v. 1.26 date: 2002/08/01 16:22:11; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.25 date: 2002/06/21 16:13:17; author: ijliao; state: Exp; lines: +4 -3 Replace ${PERL} with ${REINPLACE_CMD} PR: 39594 Submitted by: Oliver Braun
v. 1.24 date: 2002/04/12 17:09:35; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.23 date: 2002/03/15 19:44:01; author: ade; state: Exp; lines: +2 -2 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.22 date: 2001/09/03 23:01:43; author: dwcjr; state: Exp; lines: +13 -15 Update to 0.9.27 PR: 29821 Submitted by: tkato@prontomail.com
v. 1.21 date: 2000/12/16 03:17:34; author: kevlo; state: Exp; lines: +4 -4 Update to 0.9.27 PR: 23567 Submitted by: Ports Fury
v. 1.20 date: 2000/12/02 15:49:53; author: kevlo; state: Exp; lines: +40 -41 Update to version 0.9.26 PR: 23222 Submitted by: Ports Fury
v. 1.19 date: 2000/09/22 01:58:53; author: kris; state: Exp; lines: +3 -10 Update all ports using OpenSSL and RSA to work without rsaref since it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
v. 1.18 date: 2000/08/03 09:23:17; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.17 date: 2000/04/17 00:17:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.16 date: 2000/04/12 05:31:20; author: mharo; state: Exp; lines: +4 -4 PORTNAME/PORTVERSION stuff
v. 1.15 date: 2000/03/29 07:19:16; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.14 date: 2000/02/15 07:25:52; author: kris; state: Exp; lines: +16 -3 USE_OPENSSL Submitted by: Jim Bloom Approved by: Maintainer
v. 1.13 date: 2000/01/11 00:20:07; author: cpiazza; state: Exp; lines: +8 -3 allow definition of NO_X11 to compile without xpm/gtk PR: 16046 Submitted by: Phil Homewood
v. 1.12 date: 1999/08/25 05:55:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.11 date: 1999/08/05 04:03:40; author: cpiazza; state: Exp; lines: +10 -9 Fix a typo in the makefile, it was doing ${MKDIR} share/... instead of ${MKDIR} ${PREFIX}/share and update to pl 18.
v. 1.10 date: 1999/08/02 10:43:55; author: asami; state: Exp; lines: +2 -2 Change "net" -> "ftp".
v. 1.9 date: 1999/07/24 03:44:30; author: cpiazza; state: Exp; lines: +4 -1 Make a few directories before installing data into them. PR: 12715 Reported by: Andrew
v. 1.8 date: 1999/06/25 16:45:32; author: cpiazza; state: Exp; lines: +14 -8 Update to pl15. PR: 12384 Submitted by: maintainer
v. 1.7 date: 1999/05/19 19:47:47; author: mharo; state: Exp; lines: +4 -4 update to p113 PR: 11749 Submitted by: Chris Piazza cpiazza@home.net
v. 1.6 date: 1999/05/06 14:04:38; author: flathill; state: Exp; lines: +4 -4 Update to 0.9.12 PR: ports/11528 Submitted by: cpiazza@home.net
v. 1.5 date: 1999/05/05 14:03:27; author: flathill; state: Exp; lines: +5 -6 Update to 0.9pl11 PR: ports/11496 Submitted by: cpiazza@home.net
v. 1.4 date: 1999/04/22 08:01:56; author: mharo; state: Exp; lines: +7 -9 Update to pl9, and now use gtk12 PR: 11273 Submitted by: Chris Piazza
v. 1.3 date: 1999/03/15 01:50:13; author: steve; state: Exp; lines: +3 -3 Update to version 0.9pl5. PR: 10222 Submitted by: Michael Haro
v. 1.2 date: 1998/12/22 08:22:08; author: asami; state: Exp; lines: +2 -2 gtk11 library is called gtk11, not gtk.
v. 1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; lines: +0 -0 Pavuk is a HTTP, FTP and Gopher mirroring tool. What this program does : - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving - synchronizing retrieved local copies of document with remote - partial content retrieving on servers which suppots it (FTP and HTTP/1.1) - follows moved documents - supports "robots.txt" standart - supports HTTP and FTP proxy server - supports HTTP authentification - shows document tree - have interface to "at" command for scheduling - have X-windows user interface (built with own widgets based on plain Xt) - may be built with or without X-windows user interface - can handle setup files PR: ports/6085 ============================================================================= v. 1.53 date: 2007/07/23 09:35:51; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.52 date: 2007/05/19 20:05:10; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.51 date: 2007/03/27 07:38:00; author: miwi; state: Exp; lines: +6 -7 - Update to 0.9.35 PR: 110816 Submitted by: KATO Tsuguru
v. 1.50 date: 2006/05/07 11:09:20; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with F
v. 1.49 date: 2006/03/07 08:26:19; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.48 date: 2006/01/27 18:15:23; author: anray; state: Exp; lines: +3 -3 Update to 0.9.34
v. 1.47 date: 2005/10/05 22:31:24; author: pav; state: Exp; lines: +1 -1 - Update to 0.9.33
v. 1.46 date: 2005/04/04 07:51:11; author: flz; state: Exp; lines: +2 -9 - Update to version 0.9.32. PR: ports/79470 Submitted by: Ports Fury
v. 1.45 date: 2005/02/20 11:17:39; author: krion; state: Exp; lines: +12 -0 Implement net/dante and net/socks5 support.
v. 1.44 date: 2004/11/16 10:12:01; author: krion; state: Exp; lines: +7 -0 Fix package build. Submitted by: Ports Fury
v. 1.43 date: 2004/11/14 09:20:04; author: krion; state: Exp; lines: +21 -20 Update to version 0.9.31 PR: ports/73902 Submitted by: Ports Fury
v. 1.42 date: 2004/07/27 10:55:27; author: eik; state: Exp; lines: +1 -1 Fix Obtained from: gentoo cvs
v. 1.41 date: 2004/07/02 22:26:44; author: naddy; state: Exp; lines: +1 -1 Fix buffer overflow. Submitted by: Ulf Harnhammar
v. 1.40 date: 2004/03/25 11:39:19; author: kris; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.39 date: 2004/02/04 04:35:57; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.38 date: 2004/01/23 18:11:53; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.37 date: 2003/09/04 14:28:53; author: krion; state: Exp; lines: +9 -6 - Fix build PR: 56433 Submitted by: Ports Fury
v. 1.36 date: 2003/09/01 03:02:15; author: dinoex; state: Exp; lines: +2 -2 - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk
v. 1.35 date: 2003/08/31 22:13:21; author: krion; state: Exp; lines: +4 -4 - Fix build package - Use DOCSDIR macro - Bump PORTREVISION Reported by: kris via bento
v. 1.34 date: 2003/08/26 20:25:43; author: marcus; state: Exp; lines: +1 -1 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.33 date: 2003/08/25 05:41:25; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.32 date: 2003/04/20 03:01:35; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.31 date: 2003/02/20 17:24:12; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:44:55; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +2 -2 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.27 date: 2002/08/30 13:46:46; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42200 Submitted by: Edwin Groothuis
v. 1.26 date: 2002/08/01 16:22:11; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.25 date: 2002/06/21 16:13:17; author: ijliao; state: Exp; lines: +4 -3 Replace ${PERL} with ${REINPLACE_CMD} PR: 39594 Submitted by: Oliver Braun
v. 1.24 date: 2002/04/12 17:09:35; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.23 date: 2002/03/15 19:44:01; author: ade; state: Exp; lines: +2 -2 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.22 date: 2001/09/03 23:01:43; author: dwcjr; state: Exp; lines: +13 -15 Update to 0.9.27 PR: 29821 Submitted by: tkato@prontomail.com
v. 1.21 date: 2000/12/16 03:17:34; author: kevlo; state: Exp; lines: +4 -4 Update to 0.9.27 PR: 23567 Submitted by: Ports Fury
v. 1.20 date: 2000/12/02 15:49:53; author: kevlo; state: Exp; lines: +40 -41 Update to version 0.9.26 PR: 23222 Submitted by: Ports Fury
v. 1.19 date: 2000/09/22 01:58:53; author: kris; state: Exp; lines: +3 -10 Update all ports using OpenSSL and RSA to work without rsaref since it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
v. 1.18 date: 2000/08/03 09:23:17; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.17 date: 2000/04/17 00:17:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.16 date: 2000/04/12 05:31:20; author: mharo; state: Exp; lines: +4 -4 PORTNAME/PORTVERSION stuff
v. 1.15 date: 2000/03/29 07:19:16; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.14 date: 2000/02/15 07:25:52; author: kris; state: Exp; lines: +16 -3 USE_OPENSSL Submitted by: Jim Bloom Approved by: Maintainer
v. 1.13 date: 2000/01/11 00:20:07; author: cpiazza; state: Exp; lines: +8 -3 allow definition of NO_X11 to compile without xpm/gtk PR: 16046 Submitted by: Phil Homewood
v. 1.12 date: 1999/08/25 05:55:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.11 date: 1999/08/05 04:03:40; author: cpiazza; state: Exp; lines: +10 -9 Fix a typo in the makefile, it was doing ${MKDIR} share/... instead of ${MKDIR} ${PREFIX}/share and update to pl 18.
v. 1.10 date: 1999/08/02 10:43:55; author: asami; state: Exp; lines: +2 -2 Change "net" -> "ftp".
v. 1.9 date: 1999/07/24 03:44:30; author: cpiazza; state: Exp; lines: +4 -1 Make a few directories before installing data into them. PR: 12715 Reported by: Andrew
v. 1.8 date: 1999/06/25 16:45:32; author: cpiazza; state: Exp; lines: +14 -8 Update to pl15. PR: 12384 Submitted by: maintainer
v. 1.7 date: 1999/05/19 19:47:47; author: mharo; state: Exp; lines: +4 -4 update to p113 PR: 11749 Submitted by: Chris Piazza cpiazza@home.net
v. 1.6 date: 1999/05/06 14:04:38; author: flathill; state: Exp; lines: +4 -4 Update to 0.9.12 PR: ports/11528 Submitted by: cpiazza@home.net
v. 1.5 date: 1999/05/05 14:03:27; author: flathill; state: Exp; lines: +5 -6 Update to 0.9pl11 PR: ports/11496 Submitted by: cpiazza@home.net
v. 1.4 date: 1999/04/22 08:01:56; author: mharo; state: Exp; lines: +7 -9 Update to pl9, and now use gtk12 PR: 11273 Submitted by: Chris Piazza
v. 1.3 date: 1999/03/15 01:50:13; author: steve; state: Exp; lines: +3 -3 Update to version 0.9pl5. PR: 10222 Submitted by: Michael Haro
v. 1.2 date: 1998/12/22 08:22:08; author: asami; state: Exp; lines: +2 -2 gtk11 library is called gtk11, not gtk.
v. 1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; lines: +0 -0 Pavuk is a HTTP, FTP and Gopher mirroring tool. What this program does : - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving - synchronizing retrieved local copies of document with remote - partial content retrieving on servers which suppots it (FTP and HTTP/1.1) - follows moved documents - supports "robots.txt" standart - supports HTTP and FTP proxy server - supports HTTP authentification - shows document tree - have interface to "at" command for scheduling - have X-windows user interface (built with own widgets based on plain Xt) - may be built with or without X-windows user interface - can handle setup files PR: ports/6085 ============================================================================= v. 1.53 date: 2007/07/23 09:35:51; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.52 date: 2007/05/19 20:05:10; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.51 date: 2007/03/27 07:38:00; author: miwi; state: Exp; lines: +6 -7 - Update to 0.9.35 PR: 110816 Submitted by: KATO Tsuguru
v. 1.50 date: 2006/05/07 11:09:20; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with F
v. 1.49 date: 2006/03/07 08:26:19; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.48 date: 2006/01/27 18:15:23; author: anray; state: Exp; lines: +3 -3 Update to 0.9.34
v. 1.47 date: 2005/10/05 22:31:24; author: pav; state: Exp; lines: +1 -1 - Update to 0.9.33
v. 1.46 date: 2005/04/04 07:51:11; author: flz; state: Exp; lines: +2 -9 - Update to version 0.9.32. PR: ports/79470 Submitted by: Ports Fury
v. 1.45 date: 2005/02/20 11:17:39; author: krion; state: Exp; lines: +12 -0 Implement net/dante and net/socks5 support.
v. 1.44 date: 2004/11/16 10:12:01; author: krion; state: Exp; lines: +7 -0 Fix package build. Submitted by: Ports Fury
v. 1.43 date: 2004/11/14 09:20:04; author: krion; state: Exp; lines: +21 -20 Update to version 0.9.31 PR: ports/73902 Submitted by: Ports Fury
v. 1.42 date: 2004/07/27 10:55:27; author: eik; state: Exp; lines: +1 -1 Fix Obtained from: gentoo cvs
v. 1.41 date: 2004/07/02 22:26:44; author: naddy; state: Exp; lines: +1 -1 Fix buffer overflow. Submitted by: Ulf Harnhammar
v. 1.40 date: 2004/03/25 11:39:19; author: kris; state: Exp; lines: +8 -1 Support WITHOUT_NLS
v. 1.39 date: 2004/02/04 04:35:57; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.38 date: 2004/01/23 18:11:53; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.37 date: 2003/09/04 14:28:53; author: krion; state: Exp; lines: +9 -6 - Fix build PR: 56433 Submitted by: Ports Fury
v. 1.36 date: 2003/09/01 03:02:15; author: dinoex; state: Exp; lines: +2 -2 - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk
v. 1.35 date: 2003/08/31 22:13:21; author: krion; state: Exp; lines: +4 -4 - Fix build package - Use DOCSDIR macro - Bump PORTREVISION Reported by: kris via bento
v. 1.34 date: 2003/08/26 20:25:43; author: marcus; state: Exp; lines: +1 -1 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.33 date: 2003/08/25 05:41:25; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.32 date: 2003/04/20 03:01:35; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.31 date: 2003/02/20 17:24:12; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:44:55; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +2 -2 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.27 date: 2002/08/30 13:46:46; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42200 Submitted by: Edwin Groothuis
v. 1.26 date: 2002/08/01 16:22:11; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.25 date: 2002/06/21 16:13:17; author: ijliao; state: Exp; lines: +4 -3 Replace ${PERL} with ${REINPLACE_CMD} PR: 39594 Submitted by: Oliver Braun
v. 1.24 date: 2002/04/12 17:09:35; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.23 date: 2002/03/15 19:44:01; author: ade; state: Exp; lines: +2 -2 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.22 date: 2001/09/03 23:01:43; author: dwcjr; state: Exp; lines: +13 -15 Update to 0.9.27 PR: 29821 Submitted by: tkato@prontomail.com
v. 1.21 date: 2000/12/16 03:17:34; author: kevlo; state: Exp; lines: +4 -4 Update to 0.9.27 PR: 23567 Submitted by: Ports Fury
v. 1.20 date: 2000/12/02 15:49:53; author: kevlo; state: Exp; lines: +40 -41 Update to version 0.9.26 PR: 23222 Submitted by: Ports Fury
v. 1.19 date: 2000/09/22 01:58:53; author: kris; state: Exp; lines: +3 -10 Update all ports using OpenSSL and RSA to work without rsaref since it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
v. 1.18 date: 2000/08/03 09:23:17; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.17 date: 2000/04/17 00:17:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.16 date: 2000/04/12 05:31:20; author: mharo; state: Exp; lines: +4 -4 PORTNAME/PORTVERSION stuff
v. 1.15 date: 2000/03/29 07:19:16; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.14 date: 2000/02/15 07:25:52; author: kris; state: Exp; lines: +16 -3 USE_OPENSSL Submitted by: Jim Bloom Approved by: Maintainer
v. 1.13 date: 2000/01/11 00:20:07; author: cpiazza; state: Exp; lines: +8 -3 allow definition of NO_X11 to compile without xpm/gtk PR: 16046 Submitted by: Phil Homewood
v. 1.12 date: 1999/08/25 05:55:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.11 date: 1999/08/05 04:03:40; author: cpiazza; state: Exp; lines: +10 -9 Fix a typo in the makefile, it was doing ${MKDIR} share/... instead of ${MKDIR} ${PREFIX}/share and update to pl 18.
v. 1.10 date: 1999/08/02 10:43:55; author: asami; state: Exp; lines: +2 -2 Change "net" -> "ftp".
v. 1.9 date: 1999/07/24 03:44:30; author: cpiazza; state: Exp; lines: +4 -1 Make a few directories before installing data into them. PR: 12715 Reported by: Andrew
v. 1.8 date: 1999/06/25 16:45:32; author: cpiazza; state: Exp; lines: +14 -8 Update to pl15. PR: 12384 Submitted by: maintainer
v. 1.7 date: 1999/05/19 19:47:47; author: mharo; state: Exp; lines: +4 -4 update to p113 PR: 11749 Submitted by: Chris Piazza cpiazza@home.net
v. 1.6 date: 1999/05/06 14:04:38; author: flathill; state: Exp; lines: +4 -4 Update to 0.9.12 PR: ports/11528 Submitted by: cpiazza@home.net
v. 1.5 date: 1999/05/05 14:03:27; author: flathill; state: Exp; lines: +5 -6 Update to 0.9pl11 PR: ports/11496 Submitted by: cpiazza@home.net
v. 1.4 date: 1999/04/22 08:01:56; author: mharo; state: Exp; lines: +7 -9 Update to pl9, and now use gtk12 PR: 11273 Submitted by: Chris Piazza
v. 1.3 date: 1999/03/15 01:50:13; author: steve; state: Exp; lines: +3 -3 Update to version 0.9pl5. PR: 10222 Submitted by: Michael Haro
v. 1.2 date: 1998/12/22 08:22:08; author: asami; state: Exp; lines: +2 -2 gtk11 library is called gtk11, not gtk.
v. 1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/16 22:37:40; author: billf; state: Exp; lines: +0 -0 Pavuk is a HTTP, FTP and Gopher mirroring tool. What this program does : - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving - synchronizing retrieved local copies of document with remote - partial content retrieving on servers which suppots it (FTP and HTTP/1.1) - follows moved documents - supports "robots.txt" standart - supports HTTP and FTP proxy server - supports HTTP authentification - shows document tree - have interface to "at" command for scheduling - have X-windows user interface (built with own widgets based on plain Xt) - may be built with or without X-windows user interface - can handle setup files PR: ports/6085 =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm