Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-16 | restore rmail from libexec not bin since it moved and the libexec one is newer | christos | 2 | -81/+69 | |
2007-03-16 | put in the pkgsrc location of uucico | christos | 2 | -4/+4 | |
2007-03-16 | - fix plist | christos | 2 | -3/+5 | |
- bump package | |||||
2007-03-16 | Adjust ${PREFIX} dynamically so that man pages and programs work properly. | christos | 5 | -10/+17 | |
2007-03-15 | explain what needs to be done post-install. | christos | 1 | -0/+7 | |
2007-03-15 | Add rmail and uucpd back. List code snippets that need to be added to etc files. | christos | 19 | -4/+958 | |
2006-10-30 | Create the UUCP directories at post-install time. | jlam | 1 | -1/+5 | |
2006-10-30 | Merge improvements from the version of Taylor UUCP 1.06.1 that exists | jlam | 20 | -20/+665 | |
in NetBSD's src/gnu/libexec/uucp directory. Changes include: * Teaching cu(1) about hardware flow control. * Make cu(1) honor "echocheck" and "binary mode" with respect to inspecting the data stream for newlines. * Make some proper integer casts so as not to break on LP64 platforms. * Teach uucp to substitute for \H with the IP address of the system. * Avoid potential divide-by-zero errors when computing times using serial rates. * Properly initialize some variables. The main difference between this version and the one in NetBSD is the location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is ${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp. Bump PKGREVISION to 1. | |||||
2006-04-24 | Initial import of uucp-1.07 as net/uucp. | jlam | 5 | -0/+85 | |
This is a package for Taylor UUCP. This package provides everything you need to make a UUCP connection. It currently supports the 'f', 'g' (in all window and packet sizes), 'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX UUCICO 'y' protocol, and two new bidirectional protocols. If you have a Berkeley sockets library, it can make TCP connections. If you have TLI libraries, it can make TLI connections. It supports a new configuration file mechanism. |