Commit graph

38 commits

Author SHA1 Message Date
mycroft
f292b7c600 Update to kermit 8.0.201, and add the minor version to the pkg name.
The web site sez:

   The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:

     * An obscure path through the code could cause the Unix version of
       C-Kermit to dump core during its startup sequence. This happened to
       only one person, but now it's fixed.

     * When C-Kermit 8.0 is in Kermit server mode and the client says "get
       blah", where blah (on the server) is a symlink rather than a real
       file, the server unreasonably refused to send the linked-to file.

     * When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
       that includes one or more path segments), it failed to accept the
       incoming file (this happened only with GET, not MGET).

     * Array references should be case insensitive but only lowercase array
       letters were accepted.

     * SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).

     * Spurious refusals of remote directory listings if the remote server's
       date was set in the past.

   C-Kermit 8.0.201 (8 Feb 2002)

     Installability as an [147]SSH v2 Subsystem.

     [148]SET LOCUS command.

     [149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
	  execution.

     [150]USER and ACCOUNT added as synonyms for FTP USER and FTP
	  ACCOUNT.

     [151]SHOW VARIABLES now accepts a list of variables.

     Rudimentary support for [152]Caller ID when receiving phone calls.

     Up/Down [153]Arrow-key navigation of command history buffer.

     [154]Automatic execution of customization file if init file is
	  missing.
2002-07-12 19:08:10 +00:00
fredb
017cbf8956 The name of the socks4 static library is "libsocks4.a" not "libsocks.a",
and we don't need to add a run-path in either USE_SOCKS case, as we always
link against a static socks library. (To link against a shared socks5, we
would have to use "-lsocks5_sh".)
2002-05-25 19:24:00 +00:00
agc
0abcc0edc2 Make this package also work on Darwin.
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2002-01-28 12:06:55 +00:00
hubertf
878cf85901 Update to 8.0 release. Changes:
. A Telnet and Rlogin client
 . An FTP client <-- New
 . An HTTP 1.1 client <-- New
 . An SSH client (via external ssh program) <-- New
 . A serial-port communications program
 . A dialout communications program
 . An Internet server
2001-12-23 05:25:18 +00:00
wiz
d12f207020 Dewey'ize (ouch ;) version number. 2001-12-03 21:53:59 +00:00
hubertf
f58d01909a Update to 8.0.200.b4 (beta.04). More bugfixes. 2001-11-26 04:52:47 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
hubertf
fc9707f9a2 Change license to 'kermit-license', as this pkg has a specific
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-09-13 02:26:50 +00:00
fredb
80e9a700c5 A license of "no-redistribution" is an oxymoron. Change "no-redistribution"
to "limited-redistribution", which is more correct.
2000-07-23 19:40:17 +00:00
fredb
33f8193f0d Give kermit a no-redistribution ${LICENSE}, as ${NO_CDROM} is deprecated. 2000-07-23 18:34:46 +00:00
rh
4a506322a0 Add ${PREFIX}/lib library search paths for SOCKS4/5 2000-06-12 17:24:21 +00:00
tron
83241def63 Readd dummy element to "for" loop. Solaris's "sh" and "bash" need this. 2000-02-13 16:33:47 +00:00
tron
2b188722c7 Remove dummy element from "for" loop, "/bin/sh" can handle "for" loops
with empty word lists.
2000-02-12 23:45:09 +00:00
fredb
90ff63d261 Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring the
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 05:03:46 +00:00
fredb
3b738b2482 Convert to "standard" form:
.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 16:57:16 +00:00
fredb
82e544588d Add -ltermcap for NetBSD-1.3*. Move test for USE_SOCKS=
to _after_ include of bsd.pkg.mk, where it has a fighting
chance to actually work. Minor clean-ups.
2000-01-06 16:31:06 +00:00
tron
b9c15ea13a Because the custom "do-install" target doesn't compress the manual pages
automatically let "bsd.pkg.mk" do it again.
2000-01-05 23:13:36 +00:00
fredb
3b707ef791 Update kermit to 7.0.196. Cosmetic changes since last update. 2000-01-04 01:49:13 +00:00
fredb
34224bfc0d This distro incorporates the last netbsd patch. Thanks to Frank da Cruz
(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 22:57:25 +00:00
fredb
4186ff235e Update checksum--new tarfile, same name. Builds now with full support,
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.
2000-01-02 21:05:01 +00:00
fredb
17d71d4121 Update kermit to 7.0.96.beta11. Numerous changes, too many to list,
but here's a couple:

- - kermit protocol transfers default to "fast" mode
- - support for SOCKS and sun X.25 (both untested)
1999-12-20 12:33:45 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
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-07-02 08:37:20 +00:00
tron
a78a9c8fe8 Better use a single package list file. 1999-03-06 22:50:31 +00:00
agc
8abb4df038 s/echo/${ECHO}/g 1999-03-06 22:27:38 +00:00
kim
421d42fe9d Create a dynamic packing list for manual pages. 1999-03-06 21:24:43 +00:00
tv
093e52a6a2 Be uniform; don't cat DESCR during install. 1999-02-06 17:56: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
3024b9c49e Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to
bsd.pkg.mk, and will go away soon.
1998-06-22 09:03:07 +00:00
tron
45873e7d30 Add temporary kludge for problem with automatical manual page handling. 1998-06-19 21:18:06 +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
frueauf
b086b26141 Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
frueauf
16fef212bf portlint: pkg->${PKGDIR}; remove unnecessery blank line.
As there was no real FreeBSD MAINTAINER, set it to packages@netbsd.org.
1998-03-10 13:39:53 +00:00
agc
1c00631d85 Fix manual page compression (or not) a different way. 1998-03-05 17:11:10 +00:00
tron
d8098e043c Distribution "Makefile" handles "MANZ" on its own. 1998-03-05 13:04:03 +00:00
tron
dd00badee1 Make this package work with NetBSD. 1998-02-10 00:29:57 +00:00
tron
1500f4fb25 Initial import of FreeBSD's "kermit" port. 1998-02-09 22:45:02 +00:00