Commit graph

30 commits

Author SHA1 Message Date
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