summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up PLIST.Satoshi Asami1997-05-291-76/+119
| | | | | | | | | | | | | | | (1) pkg_* can't handle absolute paths, so use two @cwd's and relative paths throughout. (2) pkg_* can't handle FIFOs, so use mkfifo to create it and rm to delete it. (3) pkg_* can't handle empty directories, so create them with mkdir. (4) the @mode/@owner/@group directives don't appear to work so use @exec to set all the modes. Notes: svn path=/head/; revision=6620
* Upgrade to 4.01. This port requires tiff-3.4.Satoshi Asami1997-05-2910-588/+463
| | | | | | | | PR: 3518 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6618
* Fix typo in the MAINTAINER field.Masafumi Max NAKANE1997-05-251-2/+2
| | | | | | | | PR: 3679 Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6564
* Add snooper.Satoshi Asami1997-05-201-2/+3
| | | | Notes: svn path=/head/; revision=6505
* Re-import this to comms. Sorry!Satoshi Asami1997-05-206-0/+55
| | | | Notes: svn path=/head/; revision=6504
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-302-4/+4
| | | | Notes: svn path=/head/; revision=6369
* Merge two files that were patching the same file (xcept/script.h). InSatoshi Asami1997-04-242-10/+18
| | | | | | | xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>. Notes: svn path=/head/; revision=6280
* Upgrade to 0.12.16.David E. O'Brien1997-04-072-3/+3
| | | | | | | Submitted by: From: Bradley Dunn <bradley@dunn.org> Notes: svn path=/head/; revision=6152
* gmake is no more required when building man pages.Jean-Marc Zucconi1997-04-051-2/+2
| | | | Notes: svn path=/head/; revision=6140
* Upgrade to version 1.0.0Jean-Marc Zucconi1997-04-058-227/+429
| | | | Notes: svn path=/head/; revision=6139
* Change my email address.David E. O'Brien1997-04-041-2/+2
| | | | Notes: svn path=/head/; revision=6135
* Location w/in Sunsite moved.David E. O'Brien1997-04-041-2/+2
| | | | Notes: svn path=/head/; revision=6134
* Added the developer's site so I can remember what it is.David E. O'Brien1997-03-281-2/+3
| | | | Notes: svn path=/head/; revision=6038
* Upgrade to 4.05Andrey A. Chernov1997-03-262-4/+4
| | | | Notes: svn path=/head/; revision=6023
* Upgrade to 4.04Andrey A. Chernov1997-03-022-4/+4
| | | | Notes: svn path=/head/; revision=5801
* Upgrade to 0.12.14David E. O'Brien1997-02-032-3/+3
| | | | Notes: svn path=/head/; revision=5510
* Upgrade to 4.01Andrey A. Chernov1997-01-282-8/+4
| | | | Notes: svn path=/head/; revision=5451
* Upgrade to 4.00Andrey A. Chernov1997-01-272-4/+8
| | | | Notes: svn path=/head/; revision=5449
* Added MAN1 and MANCOMPRESSED to Makefile.Masafumi Max NAKANE1997-01-182-1/+6
| | | | | | | Now, installs sample .kermrc into /usr/local/share/examples/kermit. Notes: svn path=/head/; revision=5378
* Original source distribution tarball has been changed.Masafumi Max NAKANE1997-01-181-1/+1
| | | | | | | Noticed by: Eivind Eklund <eivind@dimaga.com> Notes: svn path=/head/; revision=5377
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-12-301-2/+2
| | | | Notes: svn path=/head/; revision=5139
* Moving estic from ports/comms -> ports/miscDavid E. O'Brien1996-12-291-2/+1
| | | | | | | Reviewed by: cvs-commiters Notes: svn path=/head/; revision=5124
* Did a little "SUBDIR += estic"David E. O'Brien1996-12-271-1/+2
| | | | | | | Not-forgotten-by-so-Satoshi-wouldn't-have-to: obrien Notes: svn path=/head/; revision=5101
* Fix device permission problem by another way:Andrey A. Chernov1996-12-111-3/+0
| | | | | | | | don't install kermit as setgid Suggested-by: pst Notes: svn path=/head/; revision=4931
* Close small security hole introduced with last upgrade (one neededAndrey A. Chernov1996-12-102-5/+5
| | | | | | | | | | patch not applied): anyone (not dialer group members only) can do anything with serial devices Convert to new kermit version number scheme Notes: svn path=/head/; revision=4917
* Upgrade to kermit 6.192 (package tested too)Paul Traina1996-12-106-18/+17
| | | | Notes: svn path=/head/; revision=4915
* Make suid uucp rather than root.David E. O'Brien1996-12-101-3/+5
| | | | Notes: svn path=/head/; revision=4911
* We should be able to put this on the CDROM as long as we let the user knowDavid E. O'Brien1996-12-091-4/+3
| | | | | | | what the license restrictions are. Notes: svn path=/head/; revision=4902
* turn on zmtx-zmrxDavid E. O'Brien1996-12-081-1/+2
| | | | Notes: svn path=/head/; revision=4901
* zmtx and zmrz impliement the ZMODEM error correcting protocol used toDavid E. O'Brien1996-12-088-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. Notes: svn path=/head/; revision=4900
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Typo in RESTRICTED= line.Masafumi Max NAKANE1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4863
* Ask questions only if BATCH is not defined. Consequently, deleteSatoshi Asami1996-11-271-3/+3
| | | | | | | IS_INTERACTIVE and NO_PACKAGE. Notes: svn path=/head/; revision=4702
* Change dependancy from restricted rzsz to un-restricied lrzsz.David E. O'Brien1996-11-243-3/+36
| | | | Notes: svn path=/head/; revision=4650
* Make this NO_PACKAGE, it asks too many questions.Satoshi Asami1996-11-221-1/+2
| | | | Notes: svn path=/head/; revision=4640
* Manpages need .gz suffix in package list.Steven Wallace1996-11-221-14/+14
| | | | Notes: svn path=/head/; revision=4638
* Misspelled manpage listed in Makefile.Steven Wallace1996-11-221-2/+2
| | | | Notes: svn path=/head/; revision=4636
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-185-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4572
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-179-56/+44
| | | | | | | Added MAINTAINER's to some, switched to new MAN[1-8] Notes: svn path=/head/; revision=4529
* Don't say that the modem line is secure!Jean-Marc Zucconi1996-11-152-4/+4
| | | | | | | Fixes PR ports/1888. Notes: svn path=/head/; revision=4483
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-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. Notes: svn path=/head/; revision=4440
* Upgrade to 3.55Andrey A. Chernov1996-11-122-6/+6
| | | | Notes: svn path=/head/; revision=4413
* Actually, I should just take out USE_X11 and PREFIX=, they cancelSatoshi Asami1996-11-061-3/+1
| | | | | | | each other. ;) Notes: svn path=/head/; revision=4312
* Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to whereSatoshi Asami1996-11-061-3/+3
| | | | | | | it belongs. Notes: svn path=/head/; revision=4310
* Add xcept.Satoshi Asami1996-11-061-1/+2
| | | | Notes: svn path=/head/; revision=4309
* Changed to use ${COMPRESS_MAN}David E. O'Brien1996-11-031-5/+5
| | | | Notes: svn path=/head/; revision=4270
* Turn on lrzsz.David E. O'Brien1996-11-031-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). Notes: svn path=/head/; revision=4267
* Receive/Send files via X/Y/ZMODEM protocol.David E. O'Brien1996-11-035-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. Notes: svn path=/head/; revision=4266