notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/rubygem-httpclient/distinfo

Number of commits found: 10

Friday, 30 Dec 2016
13:47 swills search for other commits by this committer
www/rubygem-httpclient: update to 2.8.3
Original commitRevision:429985 
Thursday, 28 Apr 2016
19:06 sunpoet search for other commits by this committer
- Update to 2.8.0

Changes:	https://github.com/nahi/httpclient/blob/master/CHANGELOG.md
Original commitRevision:414226 
Sunday, 6 Mar 2016
06:27 sunpoet search for other commits by this committer
- Update to 2.7.1

Changes:	https://github.com/nahi/httpclient/blob/master/CHANGELOG.md
Original commitRevision:410322 
Wednesday, 27 May 2015
11:22 sunpoet search for other commits by this committer
- Update to 2.6.0.1

Changes:	https://github.com/nahi/httpclient/blob/master/CHANGELOG.md
Original commitRevision:387573 
Monday, 25 Aug 2014
02:26 swills search for other commits by this committer
www/rubygem-httpclient: update to 2.4.0
Original commitRevision:366028 
Tuesday, 25 Jun 2013
17:56 swills search for other commits by this committer
- Update to 2.3.3
Original commitRevision:321752 
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Friday, 3 Jul 2009
21:01 pgollucci search for other commits by this committer
- Update to 2.1.5.2
Original commit
Wednesday, 10 Jun 2009
04:55 pgollucci search for other commits by this committer
- Update to 2.1.5
Original commit
Wednesday, 8 Apr 2009
20:29 pgollucci search for other commits by this committer
httpclient gives something like the functionality of libwww-perl (LWP) in Ruby.
httpclient formerly known as http-access2.

Features:

    * methods like GET/HEAD/POST/* via HTTP/1.1.
    * HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc.
    * asynchronous HTTP request, streaming HTTP request.
    * by contrast with net/http in standard distribution;
          o Cookies support
          o MT-safe
          o streaming POST (POST with File/IO)
          o Digest auth
          o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
          o NTLM auth for Proxy-Authenticate (requires win32/sspi module)
          o extensible with filter interface
          o you dont have to care HTTP/1.1 persistent connection (httpclient
cares instead of you)
    * Not supported now
          o Cache
          o Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of
course you can set it in header by yourself)

For more detail, see API document at dev.ctor.org/doc/httpclient/

WWW:    http://raa.ruby-lang.org/project/httpclient/

Sponsored by:   RideCharge Inc.
Original commit

Number of commits found: 10