summaryrefslogtreecommitdiff
path: root/sysutils/tits/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-09-02tits: strip -Werrornia1-1/+3
2015-04-26(pkgsrc)mef1-3/+2
- 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.
2013-12-23Reset maintainer for resigned developers.wiz1-3/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-01-10Set HOMEPAGE.obache1-1/+2
2011-01-10require tcp_wrappers to build.obache1-1/+2
2011-01-10LICENSE=original-bsdobache1-1/+2
2008-12-18DESTDIR support. Fix build with netbsd-5+joerg1-11/+9
2008-01-05+ AUTO_MKDIRSrillig1-1/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-09-28Restore some previous changes lost in the last commit.scw1-2/+9
Fixes a bulk build error pointed out by wiz@.
2006-09-19Update to version 1.2.2.scw1-10/+3
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-06-25This package needs man/cat8 to install correctly into a previously emptyrillig1-1/+4
${LOCALBASE}.
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.rillig1-1/+4
Bumped PKGREVISION.
2006-05-18Add rc.d scriptgavan1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2003-09-26Update tits to version 1.1.1, after a nudge from Steve Woodford.agc1-2/+2
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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-12-04Upgrade to version 1.0.3.scw1-3/+2
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-06-04Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.seb1-2/+4
PKGREVISION *not* bumped.
2002-06-04Add support for PKG_SYSCONFDIRseb1-1/+2
Bump PKGREVISION.
2002-05-23Update MASTER_SITES. "wee-eck" is going away soon.scw1-2/+2
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-2/+2
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.
2001-03-03Update to tits-1.0.2.scw1-2/+2
Changes are: - Fixed a problem parsing baudrate strings in the tty server. - Fixed some minor pointer type problems.
2001-02-27Update to version 1.0.1. Notable changes include:scw1-3/+3
. Many bug fixes over the previous version, . Config file support is much improved.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-2/+2
2001-02-09Import of a "Tiny Terminal Server".scw1-0/+24
`Tits' implements a fairly simple Terminal Server which allows clients to connect, using telnet(1), to serial ports on the host.