summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Deal with "cc -version" reporting "2.7.2.1" or any other junk that mightPeter Wemm1996-10-141-0/+17
| | | | | | | | | end up appended (eg: "2.7.2p" or the like). Reported by: jhs@freebsd.org (who also suggested a different, larger patch) Notes: svn path=/head/; revision=3973
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-103-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! Notes: svn path=/head/; revision=3948
* Changed PKGNAME to bpl+-1.0. (There's no version number, though.)Masafumi Max NAKANE1996-09-261-2/+2
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=3876
* Activated bpl+Masafumi Max NAKANE1996-09-251-1/+2
| | | | Notes: svn path=/head/; revision=3871
* B Plus, binary file transfer protocolMasafumi Max NAKANE1996-09-255-0/+32
| | | | Notes: svn path=/head/; revision=3869
* Update comment to version 0.99 too.Satoshi Asami1996-09-141-2/+2
| | | | Notes: svn path=/head/; revision=3769
* Upgrade to version 0.99 (beta)Jean-Marc Zucconi1996-09-136-59/+46
| | | | Notes: svn path=/head/; revision=3763
* realloc()ing a just freed pointer is a bad idea.Joerg Wunsch1996-09-011-0/+10
| | | | | | | Detected by: phkmalloc :-) Notes: svn path=/head/; revision=3732
* XCept - a decoder for the CEPT protocol as it is in use in the BtxJoerg Wunsch1996-09-0110-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... Notes: svn path=/head/; revision=3731
* Upgrade to 3.44Andrey A. Chernov1996-08-172-5/+6
| | | | Notes: svn path=/head/; revision=3636
* Upgrade to 3.40Andrey A. Chernov1996-07-302-7/+6
| | | | Notes: svn path=/head/; revision=3463
* Oops, forgot to add this one.Satoshi Asami1996-07-121-0/+58
| | | | | | | Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> Notes: svn path=/head/; revision=3383
* Upgrade to 1.75, also build package with a default port if BATCH is set.Satoshi Asami1996-07-105-71/+60
| | | | | | | Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> Notes: svn path=/head/; revision=3361
* Change NO_PACKAGE to RESTRICTED, the authors prohibit redistributionSatoshi Asami1996-06-151-1/+1
| | | | | | | in any form.... Notes: svn path=/head/; revision=3220
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Add a note that the non-sgid-ness is intentional, and recommend addingSatoshi Asami1996-04-092-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 Notes: svn path=/head/; revision=2957
* Properly examine the validity of UUCP lock files. This was totallyJoerg Wunsch1996-04-041-0/+29
| | | | | | | broken, the locks were always clobbered. Notes: svn path=/head/; revision=2940
* Upgrade to 3.39Andrey A. Chernov1996-04-012-4/+4
| | | | Notes: svn path=/head/; revision=2925
* Another one with a missing newline at the end.Satoshi Asami1996-03-311-1/+1
| | | | Notes: svn path=/head/; revision=2918
* The original patch was incomplete and the installation did not work.Jean-Marc Zucconi1996-03-171-5/+17
| | | | Notes: svn path=/head/; revision=2846
* Upgrade to the latest official release (version 0.98)Jean-Marc Zucconi1996-03-139-405/+1249
| | | | Notes: svn path=/head/; revision=2832
* Remove ${KEYWORDS}.Satoshi Asami1996-03-061-2/+1
| | | | Notes: svn path=/head/; revision=2780
* Added minicom.Satoshi Asami1996-03-051-1/+2
| | | | Notes: svn path=/head/; revision=2774
* A serial communication program. A clone of MS-DOS Telix.Satoshi Asami1996-03-057-0/+194
| | | | | | | Submitted by: obrien@cs.ucdavis.edu Notes: svn path=/head/; revision=2773
* Upgrade one file from the author.Satoshi Asami1996-01-131-0/+102
| | | | | | | Submitted by: Lars Fredriksen <lars@mcs.com> Notes: svn path=/head/; revision=2618
* Upgrade to 3.38.06Andrey A. Chernov1996-01-042-4/+4
| | | | Notes: svn path=/head/; revision=2607
* Upgrade to 3.38Andrey A. Chernov1995-12-284-15/+15
| | | | Notes: svn path=/head/; revision=2590
* Update to 3.0pl1Paul Traina1995-10-272-2/+9
| | | | | | | Approved by: asami and jhs Notes: svn path=/head/; revision=2369
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-252-2/+2
| | | | Notes: svn path=/head/; revision=2361
* RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.Satoshi Asami1995-10-101-2/+2
| | | | | | | Submitted by: jhs Notes: svn path=/head/; revision=2299
* Install the files in ${PREFIX} (${X11BASE} in this case)Jean-Marc Zucconi1995-10-011-0/+8
| | | | Notes: svn path=/head/; revision=2208
* viewfax is the new name of g3view (in ports/x11). It is now upgraded toJean-Marc Zucconi1995-09-285-29/+26
| | | | | | | | version 2.2 Repository copy operation done by: peter@freebsd.org Notes: svn path=/head/; revision=2202