From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 11:11:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31C4CE0D; Sat, 9 Mar 2013 11:11:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 09054A5C; Sat, 9 Mar 2013 11:11:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r29BBrrr025668; Sat, 9 Mar 2013 11:11:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r29BBrmS025666; Sat, 9 Mar 2013 11:11:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303091111.r29BBrmS025666@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Mar 2013 11:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313703 - head/www/httrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 11:11:54 -0000 Author: sunpoet Date: Sat Mar 9 11:11:53 2013 New Revision: 313703 URL: http://svnweb.freebsd.org/changeset/ports/313703 Log: - Cleanup Makefile header - Cosmetic change - Reformat pkg-descr Modified: head/www/httrack/Makefile head/www/httrack/pkg-descr (contents, props changed) Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sat Mar 9 10:59:44 2013 (r313702) +++ head/www/httrack/Makefile Sat Mar 9 11:11:53 2013 (r313703) @@ -1,9 +1,5 @@ -# New ports collection makefile for: httrack -# Date created: Sun Jun 17 10:28:52 CEST 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# PORTNAME= httrack PORTVERSION= 3.46.1 @@ -33,12 +29,9 @@ MAN1= htsserver.1 httrack.1 proxytrack. .include post-patch: - @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/html/server/div/WebHTTrack.desktop \ - ${WRKSRC}/html/server/div/WebHTTrack-Websites.desktop + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/html/server/div/WebHTTrack* .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/^SUBDIRS = / s| html||' ${WRKSRC}/Makefile.in .endif Modified: head/www/httrack/pkg-descr ============================================================================== --- head/www/httrack/pkg-descr Sat Mar 9 10:59:44 2013 (r313702) +++ head/www/httrack/pkg-descr Sat Mar 9 11:11:53 2013 (r313703) @@ -1,13 +1,11 @@ -HTTrack is an easy-to-use offline browser utility. It allows you -to download a World Wide website from the Internet to a local -directory, building recursively all directories, getting html, -images, and other files from the server to your computer. HTTrack -arranges the original site's relative link-structure. Simply open -a page of the "mirrored" website in your browser, and you can browse -the site from link to link, as if you were viewing it online. +HTTrack is an easy-to-use offline browser utility. It allows you to download a +World Wide website from the Internet to a local directory, building recursively +all directories, getting html, images, and other files from the server to your +computer. HTTrack arranges the original site's relative link-structure. Simply +open a page of the "mirrored" website in your browser, and you can browse the +site from link to link, as if you were viewing it online. -HTTrack can also update an existing mirrored site, and resume -interrupted downloads. HTTrack is fully configurable, and has an -integrated help system. +HTTrack can also update an existing mirrored site, and resume interrupted +downloads. HTTrack is fully configurable, and has an integrated help system. WWW: http://www.httrack.com/