Commit Graph

90 Commits

Author SHA1 Message Date
Alexey Dokuchaev
43c79b331e comms/kermit: update C-Kermit to version 9.0.305 Alpha.06. 2022-01-06 08:02:58 +00:00
Alexey Dokuchaev
994cdbddbc comms/kermit: the port had been updated and cleaned up (+)
- Update C-Kermit to version 9.0.305 Alpha.04 which integrates both
  modern and legacy OpenSSL support (thus drop our local patch)
- Do not install essentially empty dot-files as examples; they also
  contain references to full *.ini files which are no longer shipped
  as part of the C-Kermit distribution
- The only useful documentation now is README.TXT, install it in the
  dedicated option helper target
2021-10-16 13:34:52 +00:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Alexey Dokuchaev
2848d2591f Update to version 9.0.304.24, offer and prioritize HTTP distfile location.
Changes in this development snapshot:
- Improvements to date/time parsing
- Segfault in CHANGE command fixed

Found out via:	repology.org
2020-07-15 09:02:25 +00:00
Alexey Dokuchaev
315bb91822 Unbreak the build against newer versions of OpenSSL (since 1.1.0-pre5), where
many data structures were made opaque and RLE compression support was removed.

Reported by:	pkg-fallout
2018-10-24 11:47:28 +00:00
Bernard Spil
7a678b4918 BROKEN_SSL: Add REASON for breakage
Reported by:	matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
7daf6e2c1a security/openssl-devel: Mark broken cat c* 2018-02-16 13:44:47 +00:00
Alexey Dokuchaev
c6ee9cd797 Update to the next development snapshot (-dev22). 2018-01-22 12:39:20 +00:00
Mathieu Arnold
6d588589c2 Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
2017-04-11 15:21:23 +00:00
John Marino
108315526d comms/kermit: Upgrade version 9.0.302 => 9.0.304 (LibreSSL support)
Fixes when SSL library has no SSLv3, EGD and compression.

PR:		198980
Submitted by:	brnrd@
Approved by:	maintainer timeout (2 months) + SSL blanket
2016-09-11 21:11:08 +00:00
Mark Felder
52c70980d9 Update License 2014-12-04 23:38:02 +00:00
Alexey Dokuchaev
995be4e4a4 Convert to OptionsNG and stagify. 2013-10-23 07:36:28 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Alexey Dokuchaev
bca0f8ef50 Augment CATEGORIES. 2011-08-29 15:58:25 +00:00
Alexey Dokuchaev
06e6ff3128 Update to version 9.0.302, which should build and work on all versions of
FreeBSD since 1993 without any patches.  Touch the COMMENT while I'm here.

This is result of collaborative work by Frank da Cruz (C-Kermit original
author and current upstream maintainer) and yours truly.
2011-08-21 18:12:08 +00:00
Alexey Dokuchaev
0164c3e8a9 - Switch from currently unsupported ALL_TARGET krbmit' to freebsd+ssl'
- Remove home-rolled MAKE_ARGS bundle, leave only FreeBSD specific things
- Do not trim version suffix when assigning HERALD value
- Adjust PREFIX -> MANPREFIX for manpage installation

Discussed with:	upstream maintainer (Frank da Cruz)
2011-08-20 15:08:59 +00:00
Alexey Dokuchaev
8db88ed817 - Update to version 9.0.301
- Remove no longer needed patches and inplace editing
- Define LICENSE (BSD)
- Fix pty locking on 800045 and above
- Simplify documentation installation

Tested with:	emulators/x48
2011-08-19 10:21:41 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alexey Dokuchaev
467a8feaed Update COMMENT and port description to match the wording from official site. 2010-05-11 15:20:27 +00:00
Alexey Dokuchaev
c50f234224 - Catch up with recent <utmp.h> replacement by <utmpx.h>
- Provide correct FreeBSD version; default #ifdef-based routine is not robust
  enough to handle all cases correctly
- Expand another comment while here
2010-01-20 13:34:22 +00:00
Alexey Dokuchaev
a7c3ce8941 Fix the build by resolving conflict between local macro and hexdump(3)
function in our libutil.

Prodded by:	pav
2008-08-05 10:11:45 +00:00
Alexey Dokuchaev
2d87fb788a - Correct BROKEN statement, seems to be amd64-specific
- Take maintainership, I use it frequently
- Canonicalize Makefile header
- Utilize PLIST_FILES, PORTDOCS, PORTEXAMPLES
- Respect NOPORTEXAMPLES
- Cleanup installation routine
2008-07-25 10:34:51 +00:00
Alexey Dokuchaev
cb0277b0f8 - Reformat text to fit nicer in 80-column display
- Update project URL
2008-07-25 09:18:12 +00:00
Pav Lucistnik
d64499c326 - Mark BROKEN on 8-CURRENT: does not like hexdump 2008-07-24 20:40:52 +00:00
Gabor Kovesdan
f89a2cd356 - Remove 4.X support from unmaintained ports in categories starting with
letter a-c
2007-04-14 16:20:45 +00:00
Pav Lucistnik
d60ad805ee - Fix build with gcc41
PR:		ports/103748
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-09-28 16:31:06 +00:00
Dirk Meyer
258dcc614f - add SHA256 2005-11-20 09:49:13 +00:00
Dirk Meyer
5b621ecce6 - Fix conflicts with openssl 2005-09-29 18:39:43 +00:00
Pav Lucistnik
9e93169c09 - Distfile was rerolled with a change specific to Mac OS X and update
to documentation. Except from diff:

+I had somehow lost the edit to ckutio.c that changed the UUCP lockfile for
+Mac OS X from /var/spool/uucp to /var/spool/lock.  So I slipped it in and
+re-uploaded version 8.0.211.  You can tell the difference because SHOW
+VERSIONS has a 17 Apr 2004 for the Communications I/O module.  Also the 10.3
+executable now has a designer banner: "Mac OS X 10.3".  makefile, ckuver.h,
+ckutio.c, ckuus[45].c, 17 Apr 2004.

PR:		ports/65694
Reported by:	Helge Oldach <kermitmar04@oldach.net>
2004-04-18 15:02:58 +00:00
Christian Weisgerber
2422cfbb6d - Update to 8.0.211: bugfix release.
- Drop maintainership.
2004-04-14 20:32:44 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Christian Weisgerber
d8bf72e71e Support NOPORTDOCS.
PR:		50671
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-04-07 14:17:51 +00:00
Christian Weisgerber
fa049497d6 Update to 8.0.209.
Notified by:	Xander Jansen <x+freebsd-ports@surfnet.nl> et al.
2003-04-07 12:18:11 +00:00
Christian Weisgerber
0daf883abc Handle OpenSSL < 0.9.7 (for RELENG_4_7).
Submitted by:	olgeni
2003-03-24 12:37:33 +00:00
Christian Weisgerber
503eb07162 Update to 8.0.208. 2003-03-24 01:15:23 +00:00
Christian Weisgerber
04049df846 Fix build with OpenSSL 0.9.7.
Submitted by:	nectar
2003-03-04 15:03:42 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Christian Weisgerber
4f952de8b2 The distfile has been updated without version bump.
A diff has shown the changes to be limited to minor documentation
updates.

Submitted by:	numerous people
Approved by:	lioux (portmgr)
2002-12-17 19:10:20 +00:00
Christian Weisgerber
c10f0c3bc6 Update to 8.0.206: bugfix release. 2002-11-18 23:14:39 +00:00
Kris Kennaway
a5ccab6a15 Forgot to commit new distinfo corresponding to previous Makefile
revision.

Pointy hat to:	kris
Noticed by:	naddy (maintainer)
2002-05-05 18:57:19 +00:00
Kris Kennaway
6a36ca2203 Update to 8.0.201.1 which includes a trivial code change.
Noticed by:	bento
2002-05-04 21:25:54 +00:00
Christian Weisgerber
f960838315 honor CC 2002-03-03 13:53:57 +00:00
Christian Weisgerber
2cc65c878e tarball has been re-rolled, minor documentation changes 2002-02-22 02:18:29 +00:00
Christian Weisgerber
bb6d250cce Forgotten in 8.0.201 update. 2002-02-15 11:11:56 +00:00
Christian Weisgerber
95cf4aa33b Add SSL support.
Submitted by:	olgeni

Update to 8.0.201.  Changes in this release:
* A more natural user interface for the FTP client.
* Up/Down Arrow keys for command recall.
* SET ESCAPE now lets you choose 8-bit characters.
* A more-flexible SHOW VARIABLES command.
* Bug fixes.
2002-02-15 11:08:10 +00:00
Christian Weisgerber
eaa3726552 Enable HTTP support.
Submitted by:	olgeni
2002-02-09 12:40:22 +00:00
Christian Weisgerber
2504556c3f * Update to 8.0.200.
* Take over maintainership.

Approved by:	joerg
2002-01-27 17:31:04 +00:00
Christian Weisgerber
2d79ada819 * Update to latest stable release, 7.0.197.
* Add mirror site.
* Fix and improve comment and description.
* Use the provided build infrastructure instead of gratuitously
  replacing it with our own.
* Tweak build defines.

Reviewed by:	joerg
2001-11-06 00:53:05 +00:00
Satoshi Asami
d3182734b6 @dirrm share/doc/kermit
@dirrm share/examples/kermit

Submitted by:	bento
2000-06-07 21:43:59 +00:00
Satoshi Asami
770d9a7020 Typo (PKGNAME -> PORTNAME). 2000-04-13 06:35:36 +00:00