Commit graph

82 commits

Author SHA1 Message Date
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
6b05a6f977 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:24:38 +00:00
christos
c9f1c30d74 fix missing <time.h> inclusion that produces:
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference
2012-05-17 20:29:13 +00:00
sbd
701c09ae49 1) Add missing mk/curses buildlink.
2) Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS to the make process.
3) Have the build variables  HAVE_LIBCURSES and HAVE_CURSES needed for the
   linux build set the by pkgsrc.

Bump PKGREVISION
2011-12-06 01:19:15 +00:00
tron
57b00f36d3 Fix build under recent versions of Mac OS X by selectin a make target
that actually exists.
2011-11-20 12:01:50 +00:00
hans
60fff8c6cd Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for more
information.

Tested on NetBSD-current and OpenIndiana.

Support for ssl and kerberos is now available through the options
framework.
2011-08-25 14:54:06 +00:00
hans
eeeb45091f Fix build on SunOS. 2011-05-14 19:27:53 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
jlam
3b34772d7f Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 05:33:32 +00:00
jlam
50e3759012 + Be like every other package and just install the man page but not
bother with the catman page.  This simplifies the Makefile and the
  PLIST considerably.

+ Use the pkginstall framework to install the kermit binary as
  setuid-uucp.  Generalize to use ${UUCP_USER} instead of "uucp".

Bump PKGREVISION to 3.
2008-03-01 05:17:32 +00:00
jlam
ac288c995b Add full DESTDIR support. 2008-03-01 05:03:25 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
f8899baeae Fixed some pkglint warnings. 2006-10-01 14:16:21 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
0a097d6253 Convert to options framework.
While here:
simplify PLIST handling; fix some pkglint warnings.
2005-12-02 17:01:35 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
yyamano
bc79acd5b6 Fix PR pkg/29868 provided by dbj. 2005-05-30 15:04:17 +00:00
christos
b5ed5395e0 Fix linux build. 2005-04-27 16:15:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
1bafbb81a1 Use PKGNAME_NOREV as DIST_SUBDIR. Closes PR 27131. 2004-10-03 23:50:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
ben
ca1140d436 Archive changed without changing filename. Apple OSX support was added to
the source distribution.  Adding a DIST_SUBDIR and updating distinfo.
Ian Zagorskih gave the heads up on tech-pkg.
2004-06-04 05:34:13 +00:00
drochner
d216d19213 update to 8.0.211
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a
handful of new features:
    INPUT /NOMATCH timeout (waits for the entire interval without trying
     to match anything; useful for scripted logging).
    SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale),
     SHOW INPUT.
    ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer).
    FREAD /TRIM and FREAD /UNTABIFY.
    \funtabify(string).
    ON_CD macro (if you define one, it executes automatically whenever
     you tell Kermit to change directories).
2004-04-15 18:14:52 +00:00
tron
0431fdbb35 Use buildlink3 framework to fix bad shared library runtime path to
OpenSSL libraries. Bump package revision because previous version of
this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30 21:04:21 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
agc
83e5a4f9fd Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} as
well as the -L flag when linking.
2003-11-16 12:21:33 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
jmmv
29ace625cb Add MANINSTALL to BUILD_DEFS for completeness. 2003-09-15 16:27:53 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
kim
aaa01e2f86 Enable OpenSSL by default to get SSL/TLS support (e.g. in TELNET and FTP).
Install the manual page again.
2003-07-02 20:37:34 +00:00
darcy
2c00ca0486 After discussion with package maintainer (Hubert Feyrer) I am updating
to version 8.0.209.  The previous package has been removed from the
Columbia site and this version was symlinked to it anyway so the checksum
was failing.

From the change message:

This is a minor update of C-Kermit 8.0 that fixes several bugs.
2003-04-11 11:49:53 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
seb
c61d0fe86c It's version 8.0.208 not 8.0.208nb1. 2003-03-12 01:10:29 +00:00
hubertf
ab37aefa39 Update to C-Kermit 8.0.208. Changes:
. Updating SSL/TLS interface to OpenSSL 0.9.7
 . Addition of SSL/TLS support to the VMS version
 . Bug fixes, especially in the built-in scriptable Unix FTP client

The full announcement is here:

    http://www.columbia.edu/kermit/ck80208ann.html
2003-03-11 01:48:56 +00:00
jmmv
5748863994 Install documentation. Bump PKGREVISION to 1. 2003-01-23 22:47:43 +00:00
mycroft
05614a827e Update from 8.0.201 to 8.0.206.
List of Changes

   Most of these also apply to Kermit 95 2.1.

   New commands:
      * ORIENTATION lists location-related variables and their values.
      * KCD changes to special directories by their symbolic names ("kcd ?"
        for a list).
      * SET CD HOME path to specify home directory for CD and KCD commands.
      * CONTINUE given at top level is equivalent to END -- handy when
        PROMPT'ed out of a script, to continue the script.

   New switches or operands for existing commands:
      * GETOK /TIMEOUT
      * ASK, ASKQ, GETOK /QUIET (suppresses error message on timeout)
      * COPY /APPEND now allows concatenating multiple source files into one
        dest file.
      * SET TCP { HTTP-PROXY, SOCKS-SERVER } /USER, /PASSWORD.
      * DIRECTORY command now accepts multiple filespecs, e.g. "dir a b c".

   SET QUIET ON now also applies to:
      * SET HOST connection progress messages.
      * "Press the X or E key to cancel" file-transfer message.
      * REMOTE CD response.
      * REMOTE LOGIN response.

   Improvements and new features:
      * Numerous FTP client fixes and new features, listed below.
      * C-Kermit, when in remote mode at the end of a file transfer, now
        prints a one-line "where" message. Control with SET TRANSFER REPORT.
      * Unix makefile "install" target now creates an UNINSTALL script.
      * Improved operation and performance on RFC 2217 Telnet connections.
      * Improved CONNECT (interactive terminal connection) performance.
      * HELP text updated for many commands.

   New or fixed makefile targets:
      * Solaris 9 (several variations)
      * Concurrent PowerMAX
      * Mac OS X 10.2
      * FreeBSD 1.0
      * FreeBSD 4.6, 5.0
      * AIX 5.2, 5.3

   Bugs fixed (general):
      * Failure to run in VMS Batch fixed.
      * LDIRECTORY fixed to run Kermit's built-in DIRECTORY command rather
        than an external one.
      * Fixed Solaris and other SVORPOSIX builds to find out their full
        hostnames rather than just the "uname -n" name.
      * Fixed some problems matching strings that start with ".".
      * Fixed some problems matching pattern that contain {a,b,c} lists.
      * Fixed erroneous reporting of text-mode reception as binary when
        sender did not report the file size (cosmetic only).
      * Many problems with SWITCH statements fixed.
      * Fixed SET OPTIONS DIRECTORY /DOTFILES to work for server too.
      * Fixed DELETE to print an error message if the file was not found.
      * Fixed SET CONTROL UNPREFIX ALL and SET PREFIXING NONE to do the same
        thing.
      * Fixed bugs executing macros from within the ON_EXIT macro.
      * \fday() and \fnday() fixed for dates prior to 17 Nov 1858.
      * Serial speed-changing bug in Linux fixed.
      * "Unbalanced braces" script parsing errors when using \{number} fixed.
      * "if defined \v(name)" fixed to behave as described in the book.
      * Fixed Problems caused by LOCAL variables whose names are left
        substrings of macro names.
      * The INPUT command was fixed to honor the PARITY setting.
      * Fixed bug with COPY to existing file that is longer than source file.
      * REINPUT command failed to strip braces/quotes around its target
        string.
      * Network directory lookups didn't work for SSH connections.
      * REMOTE SET { FILE, TRANSFER } CHARACTER-SET fixed.
      * Closed some holes whereby an incompletely received file was not
        deleted when SET FILE INCOMPLETE is DISCARD, e.g. when the Kermit is
        hung up upon.
      * SET XFER CHARACTER-SET TRANSPARENT fixed to do the same as SET XFER
        TRANSLATION OFF.
      * SET HOST PTY (e.g. SSH) connection fixed to pass along window-size
        changes.
      * C-Kermit search path for TAKE files was accidentally disabled.

   FTP client bugs fixed:
      * Character set translation was broken on little-endian (e.g. PC)
        architectures.
      * FTP PUT /SERVER-RENAME:, /RENAME-TO:, /MOVE-TO: switches were sticky.
      * Make SET TRANSFER MODE MANUAL apply to FTP.
      * Make SET FILE INCOMPLETE { KEEP, DISCARD } apply to FTP.
      * FTP MGET /UPDATE handled equal times incorrectly.
      * FTP GET /RECOVER fixed to ignore file dates, use only size.
      * FTP MGET /RECOVER sometimes downloaded files it didn't need to.
      * FTP downloads with TRANSFER DISPLAY BRIEF could give misleading error
        msgs.
      * MGET temp file not deleted if FTP DEBUG set to OFF after it was ON.
      * LOCUS not switched back when FTP connection is lost.
      * Set incoming file date even if it was not completely received.
      * FTP MGET sent SIZE and MDTM commands even when it didn't have to.
      * FTP MGET sent SIZE and MDTM commands even when it knew they wouldn't
        work.
      * FTP MGET failed if no files were selected for download.
      * FTP MGET a* b* c* would fail to get any c*'s if no b*'s existed.
      * Big problems canceling MGET with Ctrl-C.
      * Some extraneous LOCUS dialogs squelched.
      * Some inconsistencies in SET FTP FILENAMES AUTO fixed.
      * Fixed file-descriptor pileup after multiple MGETs when using
        mkstemp().
      * Fixed "mget foo", where foo is a directory name.

   FTP improvements:
      * New FTP protocol features added (FEAT, MLSD).
      * FTP MGET /RECURSIVE now works as expected if server supports MLSD.
      * FTP MGET /DATES-DIFFER to download if local and remote file dates
        differ.
      * FTP DATES default changed to ON.
      * FTP MPUT, MGET /EXCEPT now allows up to 64 patterns (up from 8).
      * Top-level SITE and PASSIVE commands added for convenience.
      * MGET /COLLISION:APPEND /AS-NAME:newfile *.* puts all remote files
        into one local file.
      * SET FTP SERVER-TIME-OFFSET for when server has wrong timezone set.
      * Allow for alternative server interpretations of [M]MPUT /UNIQUE.
      * SET FTP ANONOMOUS-PASSWORD lets you specify the default anonymous
        password.
      * Allow "GET /RECURSIVE path/file" to force local subdirectory
        creation.
      * SET FTP DISPLAY is like SET TRANSFER DISPLAY but applies only to FTP.
      * FTP { ENABLE, DISABLE } new-protocol-feature-name.
      * FTP MGET /NODOTFILES.
      * Debug log now records FTP commands and responses in grep-able format.
2003-01-09 18:41:03 +00:00
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