aboutsummaryrefslogtreecommitdiffstats
path: root/comms/zmtx-zmrx
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when CC=clang.delphij2011-07-236-16/+71
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Mark MAKE_JOBS_SAFE wherever makes sense.delphij2009-03-271-0/+1
|
* Fix a few typos in ports/comms.olgeni2008-06-221-1/+1
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - New mastersite with repackaged distfilepav2005-07-062-19/+6
| | | | | | | - Take maintainership PR: ports/82955 Submitted by: delphij
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* Cleanup:vs2005-03-212-3/+1
| | | | | - Use PLIST_FILES - Avoid excessive Makefile-patching
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* Per distfile survey, remove old mastersites. All I could find onlinimon2003-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.
* ECHO -> ECHO_MSGedwin2003-09-271-2/+2
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* To ports@freebsd.org.obrien2002-05-091-1/+1
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Rename pkg/license to pkg-message, which will make it a full-blownasami2000-10-081-2/+1
| | | | ${PKGMESSAGE} file.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update MASTER_SITES.billf1998-12-101-2/+2
| | | | Thanks To: Fenner's portsurvey and ftpsearch.lycos.com
* Wow. Deleting manpages is a lot faster on bento.hoek1998-08-171-2/+0
|
* Grammar, spelling, and usage police. This commit brought to you bymph1998-08-061-2/+2
| | | | the letters "B" and "C". And some Chinese symbols as well.
* Change my email address to @FreeBSDobrien1997-10-101-2/+2
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* We should be able to put this on the CDROM as long as we let the user knowobrien1996-12-091-4/+3
| | | | what the license restrictions are.
* zmtx and zmrz impliement the ZMODEM error correcting protocol used toobrien1996-12-098-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.