Commit graph

12 commits

Author SHA1 Message Date
Danilo G. Baio
5415855f92 Fix order of variables
Ports maintained by me in categories: science security sysutils textproc
2018-03-17 14:43:34 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Dmitry Marakasov
5a5e1c8a24 - Update to 1.6.2
PR:		216455
Submitted by:	dbaio@bsd.com.br (maintainer)
2017-01-25 18:29:07 +00:00
Olivier Duchateau
6e18035bd3 - Update to 1.6.1
- Switch to GitHub host
- Remove GETOPT_LONG option
- Pass maintainership to submitter

PR:		216180
Submitted by:	Danilo G. Baio
MFH:		2017Q1
2017-01-23 16:40:43 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Dmitry Marakasov
7952845dda - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Cosmetic fixes
2016-08-29 09:01:26 +00:00
Raphael Kubo da Costa
f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
John Marino
250e583ec1 textproc/extract_url: Fix sample config file in pkg-plist
* 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)
2014-07-28 20:54:04 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
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
2014-06-25 05:35:31 +00:00
Steve Wills
93d7f597f6 - Change LICENSE from BSD to BSD2CLAUSE
PR:		ports/187672
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-03-18 15:00:53 +00:00
Rusmir Dusko
1724ff2173 This is a Perl script that extracts URLs from correctly-encoded MIME
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)
2013-10-24 15:39:27 +00:00