Better HTMLification

Kevin Fitzpatrick pointed out that the HTMLification code for FreshPorts was including a comma that wasn’t part of the URL. The comma in question is part of the Makefile for java/linux-sun-jdk14. In that file, you’ll find this:


IGNORE: You must manually fetch the J2SE SDK self-extracting file for the Linux platform (j2sdk-1_4_2_10-linux-i586.bin) from http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-1.4.2_10-oth-JPR&SiteId=JSC&TransactionId=noreg, place it in /usr/ports/distfiles and then run make again

The original text, as shown above, is plain text. FreshPorts has some code that creates adds hyperlinks for any URLs found in such text. The problem is that comma, right after the URL. Commas are allowed in URLs.

I’ve amended my regex to look for “, ” and all seems well now.

Thanks Kevin.

Website Pin Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google StumbleUpon Premium Responsive

2 thoughts on “Better HTMLification”

Leave a Comment

Scroll to Top