Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 4.01 | Andrey A. Chernov | 1997-01-28 | 2 | -8/+4 |
| | |||||
* | Upgrade to 4.00 | Andrey A. Chernov | 1997-01-27 | 2 | -4/+8 |
| | |||||
* | Added MAN1 and MANCOMPRESSED to Makefile. | Masafumi Max NAKANE | 1997-01-18 | 2 | -1/+6 |
| | | | | Now, installs sample .kermrc into /usr/local/share/examples/kermit. | ||||
* | Original source distribution tarball has been changed. | Masafumi Max NAKANE | 1997-01-18 | 1 | -1/+1 |
| | | | | Noticed by: Eivind Eklund <eivind@dimaga.com> | ||||
* | CATEGORIES+= -> CATEGORIES= | Masafumi Max NAKANE | 1996-12-30 | 1 | -2/+2 |
| | |||||
* | Moving estic from ports/comms -> ports/misc | David E. O'Brien | 1996-12-29 | 1 | -2/+1 |
| | | | | Reviewed by: cvs-commiters | ||||
* | Did a little "SUBDIR += estic" | David E. O'Brien | 1996-12-27 | 1 | -1/+2 |
| | | | | Not-forgotten-by-so-Satoshi-wouldn't-have-to: obrien | ||||
* | Fix device permission problem by another way: | Andrey A. Chernov | 1996-12-11 | 1 | -3/+0 |
| | | | | | don't install kermit as setgid Suggested-by: pst | ||||
* | Close small security hole introduced with last upgrade (one needed | Andrey A. Chernov | 1996-12-10 | 2 | -5/+5 |
| | | | | | | | patch not applied): anyone (not dialer group members only) can do anything with serial devices Convert to new kermit version number scheme | ||||
* | Upgrade to kermit 6.192 (package tested too) | Paul Traina | 1996-12-10 | 6 | -18/+17 |
| | |||||
* | Make suid uucp rather than root. | David E. O'Brien | 1996-12-10 | 1 | -3/+5 |
| | |||||
* | We should be able to put this on the CDROM as long as we let the user know | David E. O'Brien | 1996-12-09 | 1 | -4/+3 |
| | | | | what the license restrictions are. | ||||
* | turn on zmtx-zmrx | David E. O'Brien | 1996-12-08 | 1 | -1/+2 |
| | |||||
* | zmtx and zmrz impliement the ZMODEM error correcting protocol used to | David E. O'Brien | 1996-12-08 | 8 | -0/+117 |
| | | | | | | send/receive files over a dial-in serial port. And they do one thing and only one thing -- transmit files. They don't do file conversions, they don't do remote commands, or any of that other stuff. | ||||
* | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | Masafumi Max NAKANE | 1996-12-08 | 1 | -2/+2 |
| | | | | | RESTRICTED or BROKEN. Pointed-out by: asami | ||||
* | Typo in RESTRICTED= line. | Masafumi Max NAKANE | 1996-12-07 | 1 | -2/+2 |
| | |||||
* | Ask questions only if BATCH is not defined. Consequently, delete | Satoshi Asami | 1996-11-27 | 1 | -3/+3 |
| | | | | IS_INTERACTIVE and NO_PACKAGE. | ||||
* | Change dependancy from restricted rzsz to un-restricied lrzsz. | David E. O'Brien | 1996-11-24 | 3 | -3/+36 |
| | |||||
* | Make this NO_PACKAGE, it asks too many questions. | Satoshi Asami | 1996-11-22 | 1 | -1/+2 |
| | |||||
* | Manpages need .gz suffix in package list. | Steven Wallace | 1996-11-22 | 1 | -14/+14 |
| | |||||
* | Misspelled manpage listed in Makefile. | Steven Wallace | 1996-11-22 | 1 | -2/+2 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 5 | -9/+7 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -3/+3 |
| | |||||
* | CAT_E_GORIES+= -> CAT_E_GORIES= | David E. O'Brien | 1996-11-17 | 9 | -56/+44 |
| | | | | Added MAINTAINER's to some, switched to new MAN[1-8] | ||||
* | Don't say that the modem line is secure! | Jean-Marc Zucconi | 1996-11-15 | 2 | -4/+4 |
| | | | | Fixes PR ports/1888. | ||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | Satoshi Asami | 1996-11-13 | 1 | -7/+2 |
| | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. | ||||
* | Upgrade to 3.55 | Andrey A. Chernov | 1996-11-12 | 2 | -6/+6 |
| | |||||
* | Actually, I should just take out USE_X11 and PREFIX=, they cancel | Satoshi Asami | 1996-11-06 | 1 | -3/+1 |
| | | | | each other. ;) | ||||
* | Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where | Satoshi Asami | 1996-11-06 | 1 | -3/+3 |
| | | | | it belongs. | ||||
* | Add xcept. | Satoshi Asami | 1996-11-06 | 1 | -1/+2 |
| | |||||
* | Changed to use ${COMPRESS_MAN} | David E. O'Brien | 1996-11-03 | 1 | -5/+5 |
| | |||||
* | Turn on lrzsz. | David E. O'Brien | 1996-11-03 | 1 | -1/+2 |
| | | | | | | (btw, is there a better way to do this than ``cvs co ports'' when all I want to edit is ports/comms/Makefile? Freefall doesn't have enought space for a total ports checkout). | ||||
* | Receive/Send files via X/Y/ZMODEM protocol. | David E. O'Brien | 1996-11-03 | 5 | -0/+41 |
| | | | | | | | lrzsz is derived from the last unrestricted verison of Chuck Forsberg's rzsz package. lrzsz is covered under the GNU copyleft, so the distribution file can be included on our CDROM. See lrzsz's home page at http://www.csl-gmbh.net/~uwe/lrzsz.html. | ||||
* | Deal with "cc -version" reporting "2.7.2.1" or any other junk that might | Peter Wemm | 1996-10-14 | 1 | -0/+17 |
| | | | | | | end up appended (eg: "2.7.2p" or the like). Reported by: jhs@freebsd.org (who also suggested a different, larger patch) | ||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 3 | -3/+3 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Changed PKGNAME to bpl+-1.0. (There's no version number, though.) | Masafumi Max NAKANE | 1996-09-26 | 1 | -2/+2 |
| | | | | Submitted by: asami | ||||
* | Activated bpl+ | Masafumi Max NAKANE | 1996-09-25 | 1 | -1/+2 |
| | |||||
* | B Plus, binary file transfer protocol | Masafumi Max NAKANE | 1996-09-25 | 5 | -0/+32 |
| | |||||
* | Update comment to version 0.99 too. | Satoshi Asami | 1996-09-14 | 1 | -2/+2 |
| | |||||
* | Upgrade to version 0.99 (beta) | Jean-Marc Zucconi | 1996-09-13 | 6 | -59/+46 |
| | |||||
* | realloc()ing a just freed pointer is a bad idea. | Joerg Wunsch | 1996-09-01 | 1 | -0/+10 |
| | | | | Detected by: phkmalloc :-) | ||||
* | XCept - a decoder for the CEPT protocol as it is in use in the Btx | Joerg Wunsch | 1996-09-01 | 10 | -0/+729 |
| | | | | | | | | | | | service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down... | ||||
* | Upgrade to 3.44 | Andrey A. Chernov | 1996-08-17 | 2 | -5/+6 |
| | |||||
* | Upgrade to 3.40 | Andrey A. Chernov | 1996-07-30 | 2 | -7/+6 |
| | |||||
* | Oops, forgot to add this one. | Satoshi Asami | 1996-07-12 | 1 | -0/+58 |
| | | | | Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> | ||||
* | Upgrade to 1.75, also build package with a default port if BATCH is set. | Satoshi Asami | 1996-07-10 | 5 | -71/+60 |
| | | | | Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> | ||||
* | Change NO_PACKAGE to RESTRICTED, the authors prohibit redistribution | Satoshi Asami | 1996-06-15 | 1 | -1/+1 |
| | | | | in any form.... | ||||
* | pkg/COMMENT files for use by ports READMEs. | Satoshi Asami | 1996-04-09 | 1 | -0/+1 |
| | |||||
* | Add a note that the non-sgid-ness is intentional, and recommend adding | Satoshi Asami | 1996-04-09 | 2 | -5/+6 |
| | | | | | | | | | the user to the "dialer" group instead of making kermit sgid. Taken from a conversation on the ports list. Asked by: Andrew MacIntyre <andymac@bullseye.apana.org.au> Answered by: ache |