summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add compilation options: SETREUID,SAVEDUID,NDSYSERRLISTAndrey A. Chernov1995-09-191-6/+3
| | | | | | | | | Install as sgid dialer to make able to remove stale lock files. Degradate priv_opn function to simple open: we don't need sgid capabilities to open devices. Notes: svn path=/head/; revision=2168
* Take out ghostview from EXEC_DEPENDS, it's not called from hylafaxSatoshi Asami1995-08-201-1/+0
| | | | | | | | | directly. Submitted by: jhs Notes: svn path=/head/; revision=2084
* Add more master sites (ftp.std.com and Darmstadt).Satoshi Asami1995-08-111-1/+4
| | | | | | | Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de> Notes: svn path=/head/; revision=2051
* (Hand-edited patch-aa, because Rob's patch was an addition of twoSatoshi Asami1995-07-291-1/+3
| | | | | | | | | | | | | | | | lines to an already existing hunk.) Submitted by: Rob Snow <rsnow@legend.txdirect.net> I was having a whale of a time getting hylafax to work with seyon. faxgetty kept cycling DTR whenever I was trying to run seyon. I did a little poking around and it looks like the LCK..cuaa1 file should have the PID of the locking process. seyon didn't, it had some garbage in the lock file. here is the patch to make seyon lock the port with the PID in the lock file. Notes: svn path=/head/; revision=2022
* Moved rzsz from RESTRICTED to SUBDIR. Convert to new format alongSatoshi Asami1995-07-291-4/+7
| | | | | | | the way. Notes: svn path=/head/; revision=2016
* Delete "BROKEN: flexfax", it's officially gone now.Satoshi Asami1995-06-241-3/+1
| | | | Notes: svn path=/head/; revision=1874
* Make one-line comment actually fit in one line. PLIST is mostly the oneSatoshi Asami1995-05-302-208/+144
| | | | | | | Submitted by: "Lars Fredriksen" <fredriks@mcs.com> Notes: svn path=/head/; revision=1813
* (1) Take out definition of ${INSTALL}. Add a do-configure rule thatSatoshi Asami1995-05-301-45/+30
| | | | | | | | | | | | | | does not define INSTALL, so that the one in the source will be honored. (2) Change comments about "mv patch-ab patch-ab.mv", that won't work. It should be "rm patch-ab". (3) EXEC_DEPENDS now have ghostview, gs and bash. (4) Compress manpages. (5) Remove post-clean target, there is no such thing! ("make clean" will delete the whole work/ subdirectory anyway.) Notes: svn path=/head/; revision=1812
* Add hylafax.Satoshi Asami1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=1811
* Reduce the brokenness of this port a little by addingSatoshi Asami1995-05-222-26/+5
| | | | | | | | | | | | "EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch that complains how it doesn't work. Reorder some variables, take out the numerous KEYWORD lines, etc. This port is still broken rather badly. For starters, there are 17 chunks of failing patches. Notes: svn path=/head/; revision=1792