Commit graph

42 commits

Author SHA1 Message Date
tv
7f370f6d60 Fix lynx's completely mucked version numbering scheme to something more sane.
2.8.3rel.1 -> 2.8.3.1
2.8.4dev.10 -> 2.8.4.0b10
2001-01-11 20:59:04 +00:00
wiz
6f78db21e3 add an empty line for pkglint 2000-11-17 14:26:00 +00:00
hubertf
fb533d50bd link against libtermcap, needed for 1.4 systems. 2000-11-15 03:29:24 +00:00
itojun
6e9c4fdef5 use USE_LIBINTL and BUILD_DEPEND to devel/gettext. 2000-11-01 17:26:40 +00:00
fredb
0c6b58570c Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).

Specifically,

- - All packages which set USE_SSL just lose their RESTRICTED
    variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
    on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
    no longer available. On this, we're no worse off than before.
    [We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
    a user to utilize strong encryption (working definition: ability
    to encode a message that requires a secret key plus big number
    arithmetic to decode).
2000-09-09 19:40:14 +00:00
tron
1a34beb2d6 Fix build problem caused by using "DIST_SUBDIR". 2000-08-11 08:11:23 +00:00
tron
2faaed85ef Put distribution files into sub directory "lynx". 2000-08-11 07:09:23 +00:00
fredb
3e5370a3e7 Remove a blank line, to satisfy pkglint. 2000-08-10 18:31:36 +00:00
fredb
d1ee902bf4 Update lynx to the latest stable version, 2.8.3rel1. This was
lynx-current as of 2000-08-01 (see "www/lynx-current" cvs log
for changes), with the addition of several language catalogs
(patches contributed by Jim Spath, PR pkg/10771), and with IPv6
support based on a patch submitted by Wesley Morgan to the
lynx-dev mailing list, text at
<http://www.flora.org/lynx-dev/html/month072000/msg00160.html>.
(Use of Wesley's patch for IPv6 was suggested by Jim Spath.)
2000-08-10 18:28:30 +00:00
scottr
44b9b3b7ab Add support for SOCKS versions 4 and 5. 2000-04-07 18:52:25 +00:00
hubertf
7613e85e17 remove lint from splitting the KAME patch 2000-01-15 22:55:47 +00:00
hubertf
52b2167c3e sync patches 2000-01-15 17:45:56 +00:00
hubertf
27bb9201a4 next part of IPv6ification of lynx (KAME patch) 2000-01-15 17:44:20 +00:00
hubertf
ea2861853c Make this use IPv6. Also made sure to still work on 1.4.1. :) 2000-01-15 17:37:53 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
mjl
3f7c2a0449 Wildcard dependency on libslang. 2000-01-01 17:11:27 +00:00
mjl
d8affa5162 Update dependeny on libslang to 1.3.9 1999-10-15 23:59:18 +00:00
mycroft
00f045cdf8 libslang to 1.3.8 1999-07-22 07:10:47 +00:00
jlam
012259b04e Remove duplicate files after installation. 1999-07-13 00:53:14 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
jlam
c36b1c7f7d Update "www/lynx" to latest release 2.8.2. 1999-07-02 08:34:36 +00:00
tron
35c9aac0ba Update dependence on "libslang" package to version 1.3.7. 1999-06-22 07:34:15 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
be49eebb29 Apply patch from pr 6820 (and 6821 which was send double) to compile
lynx with -DNOPORT if PASSIVE_FETCH is set in /etc/mk.conf. Provided by
Dan McMahill.
1999-01-23 12:41:13 +00:00
mycroft
063b98e025 2.8.1 1998-11-05 02:29:18 +00:00
tv
b650b0f226 Explicitly specify -ltermcap - the slang detection autoconf code is ugly. 1998-10-04 22:05:42 +00:00
tv
092596ed73 Switch to using SLang (libslang) instead of ncurses. Advantages:
- better color support (slang used to be the only way to get color in Lynx)
- uses system-supplied termcap.db--works properly with terminal types
  "screen" and "xterm"
- more optimized on most displays
1998-10-04 17:59:42 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
mycroft
e9083442bf Update to the actual 2.8 release. 1998-07-04 08:50:42 +00:00
tv
168d3df4c2 Automanpage handling. 1998-06-21 15:22:19 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
ef4ee9767b Update lynx to 2.8rel.2 1998-03-10 23:03:02 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
hubertf
55d4d12e2f portlint: move entries around 1998-01-24 23:50:29 +00:00
drochner
9b5669811f Update for lynx2.7.1ac-0.102. 1997-12-23 11:06:50 +00:00
agc
21446cd2ac Add NetBSD RCS Id. 1997-11-26 15:03:43 +00:00
agc
31f1c42a1b Updated for newer (lynx2.7.1ac-0.97) version 1997-11-26 15:02:33 +00:00
agc
f84961ae75 Add NetBSD RCS Id.
Update version.

Add library dependency on ncurses.
1997-11-26 15:00:59 +00:00
agc
af016b2d19 Initial import of the Web browser lynx, from the FreeBSD ports
collection, into the NetBSD packages collection.
1997-11-26 14:56:52 +00:00