aboutsummaryrefslogtreecommitdiff
path: root/textproc/extract_url
Commit message (Collapse)AuthorAgeFilesLines
* textproc/extract_url: Fix sample config file in pkg-plistJohn Marino2014-07-283-9/+15
| | | | | | | | | | | | | | | * remove construct for .sample this this port doesn't install a working config file by default * update pkg-message to tell the user to copy the provided sample file to $HOME and edit accordingly * Fix plist * Respect 80-column limit PR: 191926 Submitted by: maintainer (Horia Racoviceanu) Notes: svn path=/head/; revision=363256
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Change LICENSE from BSD to BSD2CLAUSESteve Wills2014-03-181-1/+1
| | | | | | | | PR: ports/187672 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=348567
* This is a Perl script that extracts URLs from correctly-encoded MIMERusmir Dusko2013-10-246-0/+123
email messages or plain text. This can be used either as a pre-parser for urlview, or to replace urlview entirely. This is designed primarily for use with the mutt emailer. The idea is that if you want to access a URL in an email, you pipe the email to a URL extractor (like this one) which then lets you select a URL to view in some third program (such as Firefox). An alternative design is to access URLs from within mutt's pager by defining macros and tagging the URLs in the display to indicate which macro to use. A script you can use to do that is tagurl.pl. Main features: - Configurable - Handles URLs that have been broken over several lines in format=flowed delsp=yes email messages - Handles quoted-printable email messages - Sanitizes URLs so that they can't break out of the command shell WWW: http://www.memoryhole.net/~kyle/extract_url/ PR: ports/180022 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: wg (mentor) Notes: svn path=/head/; revision=331496