Date: 17 Feb 2004 13:26:11 -0000 From: Ismail Yenigul <ismail@enderunix.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62910: New port www/linkcheck Message-ID: <20040217132611.89683.qmail@istanbul.enderunix.org> Resent-Message-ID: <200402161330.i1GDUIlI003522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62910 >Category: ports >Synopsis: New port www/linkcheck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 16 05:30:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ismail Yenigul >Release: FreeBSD 4.9-STABLE i386 >Organization: EnderUNIX >Environment: System: FreeBSD istanbul.enderunix.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Sat Feb 7 13:58:19 EET 2004 root@istanbul.enderunix.org:/usr/src/sys/compile/EnderUNIX i386 >Description: New port: www/linkcheck >How-To-Repeat: >Fix: --- linkcheck.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # linkcheck # linkcheck/Makefile # linkcheck/distinfo # linkcheck/pkg-descr # linkcheck/pkg-message # linkcheck/pkg-plist # linkcheck/files # linkcheck/files/patch-aa # echo c - linkcheck mkdir -p linkcheck > /dev/null 2>&1 echo x - linkcheck/Makefile sed 's/^X//' >linkcheck/Makefile << 'END-of-linkcheck/Makefile' X# New ports collection makefile for: linkcheck X# Date created: 17 Feb 2004 X# Whom: ismail@enderunix.org X# X# $FreeBSD$ X# X XPORTNAME= linkcheck XPORTVERSION= 1.4 XCATEGORIES= www XMASTER_SITES= http://www.inter7.com/linkcheck/ X XMAINTAINER= ismail@EnderUNIX.org XCOMMENT= LinkCheck checks a web site for bad links X XMAN1 = linkcheck.1 X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --prefix=${PREFIX} X X.include <bsd.port.mk> END-of-linkcheck/Makefile echo x - linkcheck/distinfo sed 's/^X//' >linkcheck/distinfo << 'END-of-linkcheck/distinfo' XMD5 (linkcheck-1.4.tar.gz) = 78eed91daeebfc03c67d694604e20379 XSIZE (linkcheck-1.4.tar.gz) = 112630 END-of-linkcheck/distinfo echo x - linkcheck/pkg-descr sed 's/^X//' >linkcheck/pkg-descr << 'END-of-linkcheck/pkg-descr' XLinkCheck is a free software package that checks a web site for bad links. X XFeatures X XUnderstands HTML 3.0 XUnderstands Frames XUnderstands JavaScript XFast and lean, written in C. Source code is free XCan check a whole web site XCan be restricted to subdirectory checks XEstimates download times for each page and flags slow pages XValidates and reports temporarily moved pages and checks the new location XReports server types XReports html files last modification time XValidates mailto hrefs for valid DNS MX record on the internet XValidates ftp/file hrefs by getting actual file via ftp protocol XReports news:, telnet:, wais:, gopher, powwow: urls< XAutomatically walks the entire web site tree END-of-linkcheck/pkg-descr echo x - linkcheck/pkg-message sed 's/^X//' >linkcheck/pkg-message << 'END-of-linkcheck/pkg-message' X XFirst edit %%PREFIX%%/etc/isoqlog.conf XAfter that edit %%PREFIX%%/etc/isoqlog.domains X XFinally you have to add a crontab entry in order to get isoqlog work like: X X58 * * * * %%PREFIX%%/bin/isoqlog 1>/dev/null 2>/dev/null X XYou can read %%PREFIX%%/share/doc/isoqlog/EnderUNIX about our other projects X END-of-linkcheck/pkg-message echo x - linkcheck/pkg-plist sed 's/^X//' >linkcheck/pkg-plist << 'END-of-linkcheck/pkg-plist' Xbin/linkcheck END-of-linkcheck/pkg-plist echo c - linkcheck/files mkdir -p linkcheck/files > /dev/null 2>&1 echo x - linkcheck/files/patch-aa sed 's/^X//' >linkcheck/files/patch-aa << 'END-of-linkcheck/files/patch-aa' X--- src/linkcheck.c.org Tue Feb 17 14:48:59 2004 X+++ src/linkcheck.c Tue Feb 17 14:25:24 2004 X@@ -47,6 +47,8 @@ X # endif X #endif X X+# include <arpa/inet.h> X+ X #ifdef HAVE_NETINET_IN_H X # include <netinet/in.h> X #endif/*HAVE_NETINET_IN_H*/ END-of-linkcheck/files/patch-aa exit --- linkcheck.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040217132611.89683.qmail>