Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -12/+23 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | 1.34 -> 1.35 change (CPPFLAGS=-DINET6) works only if we are on 1.5, not on | itojun | 1 | -1/+4 | |
current. have some comment about that. we should fix bsd.pkg.mk instaed. | |||||
2001-02-03 | Make INET6 work again, fix supplied by Olaf Seibert in PR pkg/12124. | fredb | 1 | -3/+2 | |
Additionally remove redundant CPPFLAGS setting, and respect setting of CPPFLAGS in builder's environment. | |||||
2001-01-11 | Fix lynx's completely mucked version numbering scheme to something more sane. | tv | 1 | -2/+2 | |
2.8.3rel.1 -> 2.8.3.1 2.8.4dev.10 -> 2.8.4.0b10 | |||||
2000-11-17 | add an empty line for pkglint | wiz | 1 | -1/+2 | |
2000-11-15 | link against libtermcap, needed for 1.4 systems. | hubertf | 1 | -2/+2 | |
2000-11-01 | use USE_LIBINTL and BUILD_DEPEND to devel/gettext. | itojun | 1 | -3/+4 | |
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -5/+1 | |
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-08-11 | Fix build problem caused by using "DIST_SUBDIR". | tron | 1 | -9/+17 | |
2000-08-11 | Put distribution files into sub directory "lynx". | tron | 2 | -13/+14 | |
2000-08-10 | Remove a blank line, to satisfy pkglint. | fredb | 1 | -2/+1 | |
2000-08-10 | Update lynx to the latest stable version, 2.8.3rel1. This was | fredb | 34 | -10504/+310 | |
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-04-07 | Add support for SOCKS versions 4 and 5. | scottr | 3 | -2/+28 | |
2000-01-15 | remove lint from splitting the KAME patch | hubertf | 25 | -99/+51 | |
2000-01-15 | sync patches | hubertf | 1 | -13/+0 | |
2000-01-15 | next part of IPv6ification of lynx (KAME patch) | hubertf | 26 | -0/+10441 | |
2000-01-15 | Make this use IPv6. Also made sure to still work on 1.4.1. :) | hubertf | 3 | -4/+46 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-01 | Wildcard dependency on libslang. | mjl | 1 | -2/+2 | |
1999-10-15 | Update dependeny on libslang to 1.3.9 | mjl | 1 | -2/+2 | |
1999-07-22 | libslang to 1.3.8 | mycroft | 1 | -2/+2 | |
1999-07-13 | Remove duplicate files after installation. | jlam | 1 | -2/+3 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-07-02 | Update "www/lynx" to latest release 2.8.2. | jlam | 4 | -9/+27 | |
1999-06-22 | Update dependence on "libslang" package to version 1.3.7. | tron | 1 | -2/+2 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-01-23 | Apply patch from pr 6820 (and 6821 which was send double) to compile | frueauf | 1 | -4/+12 | |
lynx with -DNOPORT if PASSIVE_FETCH is set in /etc/mk.conf. Provided by Dan McMahill. | |||||
1998-11-05 | 2.8.1 | mycroft | 3 | -31/+10 | |
1998-10-04 | Explicitly specify -ltermcap - the slang detection autoconf code is ugly. | tv | 1 | -2/+2 | |
1998-10-04 | Switch to using SLang (libslang) instead of ncurses. Advantages: | tv | 1 | -3/+5 | |
- 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-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- 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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-07-04 | Update to the actual 2.8 release. | mycroft | 3 | -8/+8 | |
1998-06-21 | Automanpage handling. | tv | 1 | -3/+1 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
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-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-10 | Update lynx to 2.8rel.2 | tron | 3 | -39/+42 | |
1998-01-30 | Modify individual package Makefiles to use the new way of specifying | agc | 1 | -2/+2 | |
shared object dependencies (LIB_DEPENDS). | |||||
1998-01-24 | portlint: move entries around | hubertf | 1 | -3/+4 | |
1997-12-23 | Update for lynx2.7.1ac-0.102. | drochner | 3 | -5/+51 | |
1997-11-26 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1997-11-26 | Updated for newer (lynx2.7.1ac-0.97) version | agc | 1 | -1/+1 | |
1997-11-26 | Add NetBSD RCS Id. | agc | 1 | -2/+4 | |
Update version. Add library dependency on ncurses. | |||||
1997-11-26 | Initial import of the Web browser lynx, from the FreeBSD ports | agc | 5 | -0/+31 | |
collection, into the NetBSD packages collection. |