Re: Downloading with lynx or w3m, how to download as is, without gratuitous gzip

2017-04-28 Thread Thomas Mueller
from Jason Harris:

> Some rationale for why gzip encoding is enabled:

> https://davidwalsh.name/check-gzip

> A look at the headers and how wget behaves:

>   wget --no-check-certificate -S --header="Accept-Encoding: gzip" 
> "https://svnweb.freebsd.org/ports/head/x11/xcb-proto/files/patch-xcbgen_align.py?revision=425597=co;

> What to add to your /usr/local/etc/lynx.cfg:

> PREFERRED_ENCODING:NONE

> HTH.

Yes, that worked, files in 
https://svnweb.freebsd.org/ports/head/x11/xcb-proto/files
downloaded true, file sizes were correct, no gzip.

My thanks.

But this really needs to be better documented.

Tom

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


VoIP Users

2017-04-28 Thread Victor Martin

Hi,

Just a quick note to check, if you would be interested in reaching out 
*VoIP Users List*?


We have recently released a verified contact database of *AT 
CallVantage, Mitel, Avaya/Nortel, Spirit DSP,  Amtel, Cisco, Dell, 
Juniper Networks, Blackberry, Amazon Web Services, Windows Azure, Cloud 
computing, NoSQL, Hadoop, MapReduce, ElasticSearch, Cloudera, Cisco 
Systems, NetApp, VMware, IronPort, HP, Juniper, IBM, Microsoft,  Apache 
Hadoop, Red Hat, Citrix, Symantec, Oracle, Big Data, Hortonworks, 
Teradata, Pivotal and more..*


All these contacts are comes with Company Name, Website, Contact Name, 
Job Title, Mailing Address and E-mail Addresses, Technology Type, Phone 
Number and FAX Number.


We provide accurate Technology Lists based on your requirement. You may 
segregate the lists based on the type of ERP, CRM, DB, Storage 
software’s or Target titles, Geography etc..


Let Us know your Interest!

Best Regards,
*Victor Martin*
Online Marketing Manager

*Other Industries :-* Health Care, Technology, Transportation, 
Manufacturing, Finance, Insurance, Food & Beverage, Hospitality, 
Construction, Publishing and Printing, Pharmaceutical, Semiconductors, 
Security Etc.


We respect your privacy, if you do not wish to receive any further 
emails from our end, please reply with a subject “Leave Out”.


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

How to call easy_install argparse after installation

2017-04-28 Thread Hongjiang Zhang via freebsd-ports
Hi all,

I'm trying to create a new ports app, which is a python application and depends 
on argparse. For python 2.7, argparse is builtin.
Unfortunately, when the app is starting, it complains:

pkg_resources.DistributionNotFound: The 'argparse' distribution was not found 
and is required by XXX

According to the argparse document, the fix is one of the followings. My 
question is how can I invoke "easy_install argparse" in my Makefile? By the 
way, argparse has already been removed from ports.

  1.  python setup.py install
  2.  easy_install argparse
  3.  pip install argparse
  4.  putting argparse.py in some directory listed in sys.path should also work

Thanks

Hongjiang Zhang

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2017-04-28 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
lang/groovy | 2.4.8   | 2.4.11
+-+
multimedia/vdr  | 1.7.29  | 2.3.4
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"