Commit graph

40 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
mef
3d271dc98b (pkgsrc)
- Drop patch-af and patch-ag, both now included
(upstream)
 - Update 1.2.2 -> 1.3.0
~~~~~~~~~~~~~~
15/1/2011    - Added reverse telnet server.
             - Hopefully fixed masterpty client.
             - Don't abuse POLLHUP.
             - Support insertion of a short inter-character delay for tty
               output to slow devices. (experimental).
             - Add an 'exclusive' client property which, when connected, will
               prevent input/output for all other connected clients.
               Provide a way to specify an additional client which can
               override this restriction.
             - Add a timer option for exclusive clients. If they don't send
               any data for a specified number of seconds, they lose their
               exclusive status until they start sending again.
             - New feature: Support for hot-pluggable tty(4) devices such as
               USB-Serial adapters/modems. If 'pluggable true;' is specified
               in the configuration file, then treat errors while
               reading/writing the tty device as non-fatal. We will try to
               re-open the device periodically as long as there are connected
               clients. We will not disconnect clients in this case, but any
               input from them will be discarded while the tty device is
               unavailable.
             - Pull in patches for DragonflyBSD, via pkgsrc.
2015-04-26 14:38:10 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
obache
b08b0ea389 Fixes build on DraognFly (and other than NetBSD).
Based on PR#44346 by Tony Young.
2011-01-10 12:47:03 +00:00
obache
b729b06d8a Set HOMEPAGE. 2011-01-10 12:31:41 +00:00
obache
e7e068a227 require tcp_wrappers to build. 2011-01-10 12:28:12 +00:00
obache
fb02c2b783 once more sort. 2011-01-10 12:22:53 +00:00
obache
f32e51d238 sort. 2011-01-10 12:18:50 +00:00
obache
21cde71c79 Add RCS Id and comments to patch-aa. 2011-01-10 12:17:43 +00:00
obache
cc2b2aae2f LICENSE=original-bsd 2011-01-10 12:15:13 +00:00
joerg
6107d0f8df DESTDIR support. Fix build with netbsd-5+ 2008-12-18 14:48:01 +00:00
rillig
84cd3f35bd + AUTO_MKDIRS 2008-01-05 14:12:40 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
scw
afde3d3d8c Restore some previous changes lost in the last commit.
Fixes a bulk build error pointed out by wiz@.
2006-09-28 07:07:15 +00:00
scw
adbad799df Update to version 1.2.2.
Notable changes are:

- Added "closeidle true/false" to the tty server's config file
  option list to tell the server that it should close the terminal
  device when there are no clients connected to the service.

- If tits is invoked as "stdio2pty", it will allocate a pseudo-tty
  device and connect its stdin/stdout to the master side. It will
  fork(2) and exec(2) a program specified on the command line.
  This program will have *its* stdin/stdout connected to the
  slave side of the pty. One application for this is to execute
  pppd(8) from inetd.conf.

- Add a "masterpty" client, which makes it possible associate
  a pseudo-tty device with a service. For example, you can now
  use tip(1) to connect to the slave pty, which will cause the
  master side to be connected to the server.

- Adapt to NetBSD's more stringent <ctype> parameter checks.

- Gcc4 fixes, from Martin Husemann.

Ok'd by agc@
2006-09-19 19:42:48 +00:00
rillig
9ebcc2709b This package needs man/cat8 to install correctly into a previously empty
${LOCALBASE}.
2006-06-25 09:49:51 +00:00
rillig
2064acf872 Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.
Bumped PKGREVISION.
2006-06-18 21:35:43 +00:00
gavan
5f8eedc659 Add rc.d script 2006-05-18 15:45:09 +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
martin
05d19a764d Fix uninitialized warnings 2005-09-09 23:13:12 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
kleink
36ff0ebf26 Add (unsigned char) casts to ctype function arguments. 2004-12-14 00:30:22 +00:00
agc
92f2bc71e8 Update tits to version 1.1.1, after a nudge from Steve Woodford.
Changes from previous version:

1.0.3 -> 1.1.0
~~~~~~~~~~~~~~
13/04/2003  - Added a "raw" protocol, based on the existing telnet code.
            - Added a "suppressbanner" client option, for the benefit of
              the "raw" protocol.

1.1.0 -> 1.1.1
~~~~~~~~~~~~~~
1/09/2003   - Added "xonxoff true/false" to the tty server's config file
              option list to permit changing software flow-control settings.
              (Requested by Ben Elliston).
2003-09-26 08:16:17 +00:00
martti
86c6e000bc COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
scw
422efe9127 Upgrade to version 1.0.3.
Changes since the previous point release:
 - The telnet listener should not bomb out if it fails to init/add a client.
 - Fix a buffer size problem in the telnet client. Note: This was not a
   a buffer-overflow. It was simply getnameinfo(3) returning an error when
   presented with a peer whose IP address resolved to a string larger than
   NI_MAXSERV. Since NI_MAXSERV was the wrong constant to use anyway in this
   context, replace it with NI_MAXHOST.
2002-12-04 09:52:17 +00:00
seb
cfdd163ef7 Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.
PKGREVISION *not* bumped.
2002-06-04 09:08:32 +00:00
seb
ae9e8640bc Add support for PKG_SYSCONFDIR
Bump PKGREVISION.
2002-06-04 08:38:20 +00:00
scw
dcc0e6338c Update MASTER_SITES. "wee-eck" is going away soon. 2002-05-23 07:33:54 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
scw
dfe6bb70c9 Update to tits-1.0.2.
Changes are:
 - Fixed a problem parsing baudrate strings in the tty server.
 - Fixed some minor pointer type problems.
2001-03-03 14:07:19 +00:00
scw
3cb3911b90 Update to version 1.0.1. Notable changes include:
. Many bug fixes over the previous version,
 . Config file support is much improved.
2001-02-27 21:04:13 +00:00
wiz
c6a3f50e29 Fix build on alpha. 2001-02-23 14:35:07 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
scw
cc59bf2a5d Import of a "Tiny Terminal Server".
`Tits' implements a fairly simple Terminal Server which allows clients
to connect, using telnet(1), to serial ports on the host.
2001-02-09 14:25:48 +00:00