This is a shell archive to update the net/gutenfetch port from version 1.4 to 1.5.
V ne, 25. 07. 2004 v 23:08, Russell Francis p=ED=B9e: Please resubmit in unified diff format between old and new port directory. For instructions how to send port updates, read http://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html Thank you. --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> On real UNIX, /usr/bin/more prints -More-.
State Changed From-To: open->closed Committed, thanks!
Pav Lucistnik wrote: > V ne, 25. 07. 2004 v 23:08, Russell Francis pí¹e: > > Please resubmit in unified diff format between old and new port > directory. For instructions how to send port updates, read > > http://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html > > Thank you. > I apologize, here is a unified diff of the changes from 1.4 -> 1.5 I removed the file README.html as it was out of date and it doesn't appear to be in other ports I looked at. I am not really sure how it ended up there in the first place. Thanks again, Russ diff -ruN gutenfetch-old/Makefile gutenfetch/Makefile --- gutenfetch-old/Makefile Thu May 27 04:05:01 2004 +++ gutenfetch/Makefile Mon Jul 26 04:59:35 2004 @@ -6,15 +6,15 @@ # PORTNAME= gutenfetch -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gutenfetch -MAINTAINER= rf358197@ohio.edu +MAINTAINER= johntabularasa@users.sf.net COMMENT= Fetch listings and books from Project Gutenberg -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch:install GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff -ruN gutenfetch-old/README.html gutenfetch/README.html --- gutenfetch-old/README.html Mon Feb 23 19:22:55 2004 +++ gutenfetch/README.html Thu Jan 1 00:00:00 1970 @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"> - -<html> - <head> - <title>The FreeBSD Ports Collection (net/gutenfetch)</title> - </head> - - <body> - <h1>The FreeBSD Ports Collection (net/gutenfetch)</h1> - <hr> - - <p>You are now in the directory for the port "net/gutenfetch".</p> - - <p>The package name of this port is "gutenfetch-1.1".</p> - - <p>This is the one-line description for this port:</p> - <hr> - - <p> -Fetch listings and books from Project Gutenberg - </p> - <hr> - - <p>Please read the "<a href="pkg-descr">description file</a>" for a - longer description.</p> - - <p>If needed, you may contact the <a href= - "mailto:rf358197@oak.cats.ohiou.edu">maintainer</a> of this port or the port <a href= - "mailto:ports@FreeBSD.org">mailing-list</a>.</p> - - <p>This port requires package(s) "expat-1.95.6_1 gettext-0.12.1 gmake-3.80_1 libiconv-1.9.1_3" to build.</p> - - <p>This port requires package(s) "expat-1.95.6_1 gettext-0.12.1 libiconv-1.9.1_3 unzip-5.50_2 wget-1.8.2_5" to run.</p> - - <p>Go to the <a href="../../README.html">top of the ports tree</a> for - a summary on how to use the ports collection.</p> - <hr> - - <p><a href="../README.html">Go up one level</a> | <a href= - "../../README.html">Go to top of ports tree</a></p> - </body> -</html> - diff -ruN gutenfetch-old/distinfo gutenfetch/distinfo --- gutenfetch-old/distinfo Thu May 27 04:05:01 2004 +++ gutenfetch/distinfo Mon Jul 26 04:50:16 2004 @@ -1,2 +1,2 @@ -MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f -SIZE (gutenfetch-1.4.tar.bz2) = 255815 +MD5 (gutenfetch-1.5.tar.bz2) = 346b5876311411a2e2ecdea8d21038a1 +SIZE (gutenfetch-1.5.tar.bz2) = 229482 diff -ruN gutenfetch-old/pkg-message gutenfetch/pkg-message --- gutenfetch-old/pkg-message Thu May 27 04:05:02 2004 +++ gutenfetch/pkg-message Mon Jul 26 04:53:16 2004 @@ -1,10 +1,15 @@ ---------------------------------------------------------------- -gutenfetch must be run once to pick out local Project Gutenberg -servers. If you are an administrator please copy the generated +gutenfetch can be run once to pick out local Project Gutenberg +servers with the following command line. + +# gutenfetch -m + +If you are an administrator please copy the generated file ~/.gutenfetchrc to %%PREFIX%%/etc/gutenfetchrc. This will prevent other users from having to pick out their favorite servers. gutenfetch also performs best with a caching proxy server such -as wwwoffle or squid. +as wwwoffle or squid. Although, this version will cache fetched +books in the ~/.libgutenfetch/ directory by default. ----------------------------------------------------------------