Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-26 | Update to 8.0.200.b4 (beta.04). More bugfixes. | hubertf | 2 | -7/+9 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -7/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-13 | Change license to 'kermit-license', as this pkg has a specific | hubertf | 1 | -2/+2 | |
license that's not covered by a general 'limited-redistribution' license. And even if you agree to honour the 'limited-redistribution' for some other pkg (by putting ACCEPTABLE_LICENSES=... into /etc/mk.conf), that doesn't mean you also agree to not redistribute kermit. Modeled after the www/jsdk20 license. | |||||
2000-07-23 | A license of "no-redistribution" is an oxymoron. Change "no-redistribution" | fredb | 1 | -2/+2 | |
to "limited-redistribution", which is more correct. | |||||
2000-07-23 | Give kermit a no-redistribution ${LICENSE}, as ${NO_CDROM} is deprecated. | fredb | 1 | -3/+2 | |
2000-06-12 | Add ${PREFIX}/lib library search paths for SOCKS4/5 | rh | 1 | -3/+3 | |
2000-02-13 | Readd dummy element to "for" loop. Solaris's "sh" and "bash" need this. | tron | 1 | -2/+2 | |
2000-02-12 | Remove dummy element from "for" loop, "/bin/sh" can handle "for" loops | tron | 1 | -2/+2 | |
with empty word lists. | |||||
2000-01-08 | Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring the | fredb | 1 | -2/+1 | |
source archive, nor are our mirrors. Moreover, it's inconsistent to restrict the source while permitting binaries, as the Kermit license makes no distinction between the two. | |||||
2000-01-08 | Update md5 checksum. | fredb | 1 | -2/+2 | |
2000-01-07 | Update to more accurately reflect kermit's network capabilites. | fredb | 1 | -1/+1 | |
Language provided by Frank da Cruz <fdc@watsun.cc.columbia.edu> | |||||
2000-01-06 | Convert to "standard" form: | fredb | 1 | -2/+4 | |
.include "../../mk/bsd.prefs.mk" _tests_ .include "../../mk/bsd.pkg.mk" This incidently causes the BUILD_DEFS (pkg_info -B foo) in the binary package to be set correctly. | |||||
2000-01-06 | Add -ltermcap for NetBSD-1.3*. Move test for USE_SOCKS= | fredb | 1 | -21/+26 | |
to _after_ include of bsd.pkg.mk, where it has a fighting chance to actually work. Minor clean-ups. | |||||
2000-01-05 | Because the custom "do-install" target doesn't compress the manual pages | tron | 1 | -2/+1 | |
automatically let "bsd.pkg.mk" do it again. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-04 | Update kermit to 7.0.196. Cosmetic changes since last update. | fredb | 2 | -7/+5 | |
2000-01-02 | This distro incorporates the last netbsd patch. Thanks to Frank da Cruz | fredb | 4 | -21/+10 | |
(kermit's maintainer) for responding so quickly! Remove more no-op KFLAGS. Also comment out -DNODEBUG and -DNOOLDMODEMS at Frank da Cruz's request. | |||||
2000-01-02 | Update checksum--new tarfile, same name. Builds now with full support, | fredb | 5 | -71/+21 | |
by default, for dtr/cts and dtr/cd flow-control. Also, remove -DSUNX25 (Frank da Cruz pointed out that it's a no-op), and install the man page, which is again included in the distro. | |||||
1999-12-20 | Update kermit to 7.0.96.beta11. Numerous changes, too many to list, | fredb | 10 | -155/+77 | |
but here's a couple: - - kermit protocol transfers default to "fast" mode - - support for SOCKS and sun X.25 (both untested) | |||||
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1999-10-06 | Sync after change to "patch-ac" and "patch-ad". | tron | 1 | -3/+3 | |
1999-10-06 | Add RCS Id and remove duplicate patch sections which caused patch to fail. | tron | 1 | -33/+2 | |
1999-10-06 | Add RCS Id and convert to unified format. | tron | 1 | -63/+49 | |
1999-10-06 | no point letting them select 7200 if we can't set it | sjg | 1 | -5/+57 | |
1999-10-05 | add 14400 and 28800 for BSD44 | sjg | 1 | -27/+63 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+7 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -6/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-03-26 | Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods. | tron | 1 | -4/+14 | |
1999-03-06 | Better use a single package list file. | tron | 1 | -8/+8 | |
1999-03-06 | s/echo/${ECHO}/g | agc | 1 | -3/+3 | |
1999-03-06 | Create a dynamic packing list for manual pages. | kim | 2 | -3/+11 | |
1999-03-06 | The man source does not get installed. | kim | 1 | -2/+1 | |
1999-02-06 | Be uniform; don't cat DESCR during install. | tv | 1 | -2/+1 | |
1999-01-02 | utilitiy -> utility | abs | 1 | -1/+1 | |
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-08-07 | Add NetBSD RCS Ids. | agc | 8 | -0/+15 | |
1998-06-22 | Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to | agc | 1 | -5/+5 | |
bsd.pkg.mk, and will go away soon. | |||||
1998-06-20 | Apply fix to the real source of the problem. | tron | 1 | -12/+15 | |
1998-06-20 | Really fix the code for 64 bit architectures instead of only making the | tron | 2 | -30/+22 | |
compiler happy. Problem pointed out by Klaus Klein. | |||||
1998-06-19 | Add temporary kludge for problem with automatical manual page handling. | tron | 1 | -1/+4 | |
1998-06-19 | Make "kermit" 64bit clean using patches supplied by Tim Rightnour in | tron | 4 | -14/+58 | |
PR pkg/5609. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-20 | Handle MANZ and MANINSTALL case better. | frueauf | 2 | -3/+5 | |
1998-03-10 | portlint: pkg->${PKGDIR}; remove unnecessery blank line. | frueauf | 1 | -4/+3 | |
As there was no real FreeBSD MAINTAINER, set it to packages@netbsd.org. | |||||
1998-03-05 | Fix manual page compression (or not) a different way. | agc | 1 | -6/+4 | |