In a two-step process, the Husky ports that are due to be removed
on September 1 are being removed now. The next step will be to rename
the husky-*-devel ports to plain husky-*
Approved by: former maintainer (fjoe@)
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
The memoize library allows you to cache methods for faster lookup. Cached
results can either be stored in memory (the default) or to a file.
WWW: http://github.com/djberg96/memoize
While here, including missing library files and use install-strip
target. Maintainer added a crash fix patch while reviewing.
PR: 192366
Submitted by: dewayne (heruristicssystems.com.au)
Approved by: maintainer (strongswan nanoteq.com)
This is done to avoid confusion with mail/rss2email3. Also update the
conflicts line of rss2email3 that broke with the recent update of
mail/rss2email. This is the second part of the PR.
PR: 190381
Submitted by: Stephen Guglielmo
This is the first part of a two-part PR, and it involves upgrading
rss2email. The second part will relocate the port.
During the first part, the following changed:
* python prefix added to package name
* USE_PYTHON converted to USES=python
* Upgraded to version 2.71
* Assign maintainership to submitter
* Update the comment
* Note GPLv2 and GPLv3 dual licensing
* Improve RUN_DEPENDS specification
* Note conflict with py-rss2email3
PR: 190381
Submitted by: Stephen R. Guglielmo
Tweaked by: marino
PR: 191979
Submitted by: JingFeng Yan
Libevhtp was created as a replacement API for Libevent's current HTTP API.
The reality of libevent's http interface is that it was created as a JIT
server, meaning the developer never thought of it being used for creating a
full-fledged HTTP service. The maintainer is under the impression that the
libevent http API was designed almost as an example of what you can do with
libevent. It's not Apache in a box, but more and more developers are
attempting to use it as such.
sas2ircu allows basic management of mps(4) based RAID controllers.
This includes controllers based on the LSI SAS2 IR protocol.
See the mps(4) man page for a more thorough list of controllers.
May not be redistributed. Must accept license to download.
WWW: http://www.lsi.com/
PR: 190399
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>