summaryrefslogtreecommitdiff
path: root/www/w3m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.11-pre + kokb patchlevel 17.Akinori MUSHA2000-10-252-6/+16
| | | | | PR: ports/22275 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> (MAINTAINER)
* The include file machine/console.h has been deprecated on -current.Daniel C. Sobral2000-10-211-0/+16
| | | | | | Ifdef it. Submitted by: nobutaka@nobutaka.com
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-3/+0
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Conform PORTVERSION to how the handbook says: 0.1.11p -> 0.1.11.pAkinori MUSHA2000-07-101-2/+2
| | | | Preached by: PW
* Update to 0.1.11-pre.Akinori MUSHA2000-07-084-29/+29
| | | | | PR: ports/19779 Submitted by: Maintainer
* Update w3m to 0.1.9.Will Andrews2000-04-2212-86/+94
| | | | | PR: 18149 Submitted by: maintainer
* Tiny cosmetic fixes.Akinori MUSHA2000-04-141-1/+1
| | | | | | | Assure master ports and their lang-specific slaves of having consistent categories. Remove redundant space.
* Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX.Akinori MUSHA2000-04-111-2/+2
| | | | PR: ports/17925
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
|
* move variable - portlintMichael Haro2000-03-201-1/+1
|
* Temporary fix segfaulting problem -- disable any kind of optimizationsAlexey Zelkin2000-03-191-0/+1
| | | | | | during compilation. Not objected to by: -ports, -committers
* Fix build error for -current non-US users.Kris Kennaway2000-02-151-2/+2
| | | | PR: 16711
* Make this build again. I'm not sure how this slipped through :/Kris Kennaway2000-02-101-2/+6
|
* USE_OPENSSLKris Kennaway2000-02-061-15/+6
| | | | Assisted by: Jim Bloom <bloom@acm.org>
* This port only contains crypto if "USE_SSL" is defined.David E. O'Brien2000-02-031-0/+2
| | | | Restrict appropriately.
* Update to version 0.1.7.R. Imura2000-01-308-58/+69
| | | | | PR: 16448 Submitted by: maintainer
* Get rid of USE_INET6.Munechika SUMIKAWA2000-01-241-2/+4
| | | | Reviewed by: maintainer
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
|
* Support IPv6.Munechika SUMIKAWA2000-01-101-0/+4
| | | | Approved by: maintainer
* Upgrade to 991203.Munechika SUMIKAWA1999-12-077-44/+79
| | | | | PR: 15283 Submitted by: maintainer
* Cope with openssl's shared lib.SADA Kenji1999-11-181-2/+2
| | | | | PR: ports/14897 Submitted by: Maintainer
* Update to version 991028-2.Steve Price1999-11-1411-47/+233
| | | | | PR: 14691 Submitted by: maintainer
* Enable user's CFLAGS and CC environments.SADA Kenji1999-10-112-3/+15
| | | | Submitted by: Christian Weisgerber and the maintainer
* W3M is a text based http user agent.SADA Kenji1999-10-086-0/+110
It is alike Lynx but could represent table elements. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>