Bug 113421 - [NEW PORT] www/p5-chklinks: A non-threaded Perl link checker
Summary: [NEW PORT] www/p5-chklinks: A non-threaded Perl link checker
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-06 17:50 UTC by chinsan
Modified: 2007-06-12 15:31 UTC (History)
0 users

See Also:


Attachments
p5-chklinks-3.04.shar (2.24 KB, text/plain)
2007-06-06 17:50 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2007-06-06 17:50:08 UTC
chklinks is a Perl link checker. It helps finding broken links on your
website.

chklinks differs from linkchecker in that chklinks is non- threaded. It does
not raises many simultaneously connections for its job. It won't run out of
the resources and crash your system in a moment. This is certainly more
desirable for most webmasters and users.

WWW: http://search.cpan.org/dist/chklinks/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-06 17:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-06-12 04:09:13 UTC
Responsible Changed
From-To: rafan->chinsan

Over to our new ports committer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-12 14:26:24 UTC
chinsan     2007-06-12 13:26:18 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-chklinks      Makefile distinfo pkg-descr 
  Log:
  Add p5-chklinks 3.06, a non-threaded Perl link checker.
  
  PR:             ports/113421
  Submitted by:   chinsan
  
  Revision  Changes    Path
  1.1841    +1 -0      ports/www/Makefile
  1.1       +30 -0     ports/www/p5-chklinks/Makefile (new)
  1.1       +3 -0      ports/www/p5-chklinks/distinfo (new)
  1.1       +9 -0      ports/www/p5-chklinks/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 chinsan freebsd_committer freebsd_triage 2007-06-12 15:31:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!