summaryrefslogtreecommitdiff
path: root/comms/zmtx-zmrx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Per distfile survey, remove old mastersites. All I could find onMark Linimon2003-10-261-2/+4
| | | | | | | | Google was one project that appeared to be based on this source code: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/stp. Notes: svn path=/head/; revision=92182
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35328
* Rename pkg/license to pkg-message, which will make it a full-blownSatoshi Asami2000-10-071-2/+1
| | | | | | | ${PKGMESSAGE} file. Notes: svn path=/head/; revision=33495
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Update MASTER_SITES.Bill Fumerola1998-12-091-2/+2
| | | | | | | Thanks To: Fenner's portsurvey and ftpsearch.lycos.com Notes: svn path=/head/; revision=15237
* Wow. Deleting manpages is a lot faster on bento.Tim Vanderhoek1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12571
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-051-2/+2
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* 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
* 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