summaryrefslogtreecommitdiff
path: root/ftp/pavuk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buildKirill Ponomarev2003-09-041-6/+9
| | | | | | | | PR: 56433 Submitted by: Ports Fury Notes: svn path=/head/; revision=88545
* - don't clobber any given LDFLAGSDirk Meyer2003-09-011-2/+2
| | | | | | | resolves conflitcs with bsd.openssl.mk Notes: svn path=/head/; revision=88230
* - Fix build packageKirill Ponomarev2003-08-312-20/+13
| | | | | | | | | | - Use DOCSDIR macro - Bump PORTREVISION Reported by: kris via bento Notes: svn path=/head/; revision=88218
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-291-2/+2
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-3/+4
| | | | | | | | PR: 42200 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65307
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-3/+4
| | | | | | | | PR: 39594 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61683
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56168
* Update to 0.9.27David W. Chapman Jr.2001-09-035-67/+28
| | | | | | | | PR: 29821 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=47404
* Update to 0.9.27Kevin Lo2000-12-163-19/+8
| | | | | | | | PR: 23567 Submitted by: Ports Fury Notes: svn path=/head/; revision=36019
* Update to version 0.9.26Kevin Lo2000-12-028-107/+93
| | | | | | | | PR: 23222 Submitted by: Ports Fury Notes: svn path=/head/; revision=35599
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-9/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=32957
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Remove all installed directoriesChris D. Faulhaber2000-07-141-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30617
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27456
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27113
* USE_OPENSSLKris Kennaway2000-02-153-2/+44
| | | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Approved by: Maintainer Notes: svn path=/head/; revision=25848
* allow definition of NO_X11 to compile without xpm/gtkChris Piazza2000-01-111-2/+7
| | | | | | | | PR: 16046 Submitted by: Phil Homewood <philh@mincom.com> Notes: svn path=/head/; revision=24630
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18Chris Piazza1999-08-051-0/+12
| | | | Notes: svn path=/head/; revision=20535
* Fix a typo in the makefile, it was doing ${MKDIR} share/... insteadChris Piazza1999-08-054-14/+20
| | | | | | | of ${MKDIR} ${PREFIX}/share and update to pl 18. Notes: svn path=/head/; revision=20531
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Make a few directories before installing data into them.Chris Piazza1999-07-241-1/+4
| | | | | | | | PR: 12715 Reported by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=20334
* Update to pl15.Chris Piazza1999-06-254-9/+22
| | | | | | | | PR: 12384 Submitted by: maintainer Notes: svn path=/head/; revision=19764
* update to p113Michael Haro1999-05-192-5/+5
| | | | | | | | PR: 11749 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=18892
* Update to 0.9.12Seiichirou Hiraoka1999-05-062-5/+5
| | | | | | | | PR: ports/11528 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18556
* Update to 0.9pl11Seiichirou Hiraoka1999-05-053-28/+17
| | | | | | | | PR: ports/11496 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18501
* Update to pl9, and now use gtk12Michael Haro1999-04-224-28/+39
| | | | | | | | PR: 11273 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18077
* Update to version 0.9pl5.Steve Price1999-03-153-7/+7
| | | | | | | | PR: 10222 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17203
* gtk11 library is called gtk11, not gtk.Satoshi Asami1998-12-221-2/+2
| | | | Notes: svn path=/head/; revision=15486
* Pavuk is a HTTP, FTP and Gopher mirroring tool.Bill Fumerola1998-12-166-0/+92
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 Notes: svn path=/head/; revision=15389