Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 0.12.14 | obrien | 1997-02-03 | 2 | -3/+3 |
| | |||||
* | Upgrade to 4.01 | ache | 1997-01-28 | 2 | -8/+4 |
| | |||||
* | Upgrade to 4.00 | ache | 1997-01-27 | 2 | -4/+8 |
| | |||||
* | Added MAN1 and MANCOMPRESSED to Makefile. | max | 1997-01-18 | 2 | -1/+6 |
| | | | | Now, installs sample .kermrc into /usr/local/share/examples/kermit. | ||||
* | Original source distribution tarball has been changed. | max | 1997-01-18 | 1 | -1/+1 |
| | | | | Noticed by: Eivind Eklund <eivind@dimaga.com> | ||||
* | CATEGORIES+= -> CATEGORIES= | max | 1996-12-30 | 1 | -2/+2 |
| | |||||
* | Moving estic from ports/comms -> ports/misc | obrien | 1996-12-29 | 1 | -2/+1 |
| | | | | Reviewed by: cvs-commiters | ||||
* | Did a little "SUBDIR += estic" | obrien | 1996-12-27 | 1 | -1/+2 |
| | | | | Not-forgotten-by-so-Satoshi-wouldn't-have-to: obrien | ||||
* | Fix device permission problem by another way: | ache | 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 | ache | 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) | pst | 1996-12-10 | 6 | -18/+17 |
| | |||||
* | Make suid uucp rather than root. | obrien | 1996-12-10 | 1 | -3/+5 |
| | |||||
* | We should be able to put this on the CDROM as long as we let the user know | obrien | 1996-12-09 | 1 | -4/+3 |
| | | | | what the license restrictions are. | ||||
* | turn on zmtx-zmrx | obrien | 1996-12-08 | 1 | -1/+2 |
| | |||||
* | zmtx and zmrz impliement the ZMODEM error correcting protocol used to | obrien | 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, | max | 1996-12-08 | 1 | -2/+2 |
| | | | | | RESTRICTED or BROKEN. Pointed-out by: asami | ||||
* | Typo in RESTRICTED= line. | max | 1996-12-07 | 1 | -2/+2 |
| | |||||
* | Ask questions only if BATCH is not defined. Consequently, delete | asami | 1996-11-27 | 1 | -3/+3 |
| | | | | IS_INTERACTIVE and NO_PACKAGE. | ||||
* | Change dependancy from restricted rzsz to un-restricied lrzsz. | obrien | 1996-11-24 | 3 | -3/+36 |
| | |||||
* | Make this NO_PACKAGE, it asks too many questions. | asami | 1996-11-22 | 1 | -1/+2 |
| | |||||
* | Manpages need .gz suffix in package list. | swallace | 1996-11-22 | 1 | -14/+14 |
| | |||||
* | Misspelled manpage listed in Makefile. | swallace | 1996-11-22 | 1 | -2/+2 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | 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. | asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -3/+3 |
| | |||||
* | CAT_E_GORIES+= -> CAT_E_GORIES= | obrien | 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! | jmz | 1996-11-15 | 2 | -4/+4 |
| | | | | Fixes PR ports/1888. | ||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | 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 | ache | 1996-11-12 | 2 | -6/+6 |
| | |||||
* | Actually, I should just take out USE_X11 and PREFIX=, they cancel | asami | 1996-11-06 | 1 | -3/+1 |
| | | | | each other. ;) | ||||
* | Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where | asami | 1996-11-06 | 1 | -3/+3 |
| | | | | it belongs. | ||||
* | Add xcept. | asami | 1996-11-06 | 1 | -1/+2 |
| | |||||
* | Changed to use ${COMPRESS_MAN} | obrien | 1996-11-03 | 1 | -5/+5 |
| | |||||
* | Turn on lrzsz. | obrien | 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. | obrien | 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 | 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" | 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.) | max | 1996-09-26 | 1 | -2/+2 |
| | | | | Submitted by: asami | ||||
* | Activated bpl+ | max | 1996-09-25 | 1 | -1/+2 |
| | |||||
* | B Plus, binary file transfer protocol | max | 1996-09-25 | 5 | -0/+32 |
| | |||||
* | Update comment to version 0.99 too. | asami | 1996-09-14 | 1 | -2/+2 |
| | |||||
* | Upgrade to version 0.99 (beta) | jmz | 1996-09-13 | 6 | -59/+46 |
| | |||||
* | realloc()ing a just freed pointer is a bad idea. | joerg | 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 | 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 | ache | 1996-08-17 | 2 | -5/+6 |
| | |||||
* | Upgrade to 3.40 | ache | 1996-07-30 | 2 | -7/+6 |
| | |||||
* | Oops, forgot to add this one. | 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. | 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 | asami | 1996-06-15 | 1 | -1/+1 |
| | | | | in any form.... | ||||
* | pkg/COMMENT files for use by ports READMEs. | asami | 1996-04-09 | 1 | -0/+1 |
| |