The FreeBSD Ports Archive
FreeBSD comms : minicom4>
An MS-DOS Telix serial communication program "workalike"
Minicom is a serial communication program. It is a un*x clone of the
well-known MS-DOS Telix program. It has ANSI color, dialing directory,
dial-a-list, script language, file up/download support, screen capture,
scroll-back, etc.
The author is Miquel van Smoorenburg (miquels@cistron.nl -or-
miquels@drinkel.ow.org). Note, minicom is covered by the GNU GPL.
-- David (obrien@cs.ucdavis.edu)
http://alioth.debian.org/projects/minicom/
|
minicom history
v. 1.47
date: 2006/05/03 23:38:36; author: edwin; state: Exp; lines: +0 -1
remove USE_REINPLACE for all ports with categories starting with C
v. 1.46
date: 2005/11/27 15:07:30; author: anders; state: Exp; lines: +8 -10
Make /dev/cuad0 the default serial port in FreeBSD 6 and newer.
Drop the script to choose serial port and make the link from /dev/modem
(I assume people do not need or want it anymore), set the port directly
instead (and let people override with a make switch if they want).
Users can change the default port in the configuration anyway.
PR: ports/82241
v. 1.45
date: 2005/02/15 21:44:26; author: anders; state: Exp; lines: +11 -0
Fix pkg-plist according to pointyhat.
Disable home-rolled gettext.
Add WITHOUT_NLS for disabling internationalization.
v. 1.44
date: 2003/07/22 22:34:12; author: anders; state: Exp; lines: +6 -12
Update to 2.1.
v. 1.43
date: 2003/03/07 05:57:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.42
date: 2002/06/25 23:53:35; author: anders; state: Exp; lines: +2 -4
Rejecting new distfile with the same filename due to large and messy
diff, by using alternative master sites (at least for a while).
I'm trying to make the author roll a new tarball.
PR: 38823
v. 1.41
date: 2002/05/20 14:33:52; author: anders; state: Exp; lines: +14 -10
Patch configure instead of configure.in & aclocal.m4. Drop USE_AUTOCONF,
to avoid auto* trouble people have had with this port.
Use sed instead of Perl for patching in Makefile.
Make /dev/cuaa0 default port when doing batch builds, as we have no idea
whether /dev/modem is there.
Unbreak: Bento builds should have no problems with minicom now.
v. 1.40
date: 2002/05/18 03:34:18; author: kris; state: Exp; lines: +2 -0
BROKEN: configure fails
v. 1.39
date: 2002/04/10 19:42:42; author: anders; state: Exp; lines: +3 -1
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
v. 1.38
date: 2002/03/26 08:13:33; author: sobomax; state: Exp; lines: +3 -1
Explicitly specify /var/spool/lock as a locking directory, so that configure
script will not pick up a wrong one (e.g. samba's /var/lock).
v. 1.37
date: 2002/01/31 01:03:58; author: anders; state: Exp; lines: +35 -11
Update to version 2.00.0.
Unforbid because known vulnerabilities have been fixed.
Take over maintainership.
Approved by: obrien (previous maintainer)
v. 1.36
date: 2001/04/17 08:07:07; author: kris; state: Exp; lines: +3 -1
Mark FORBIDDEN; this port allows a local exploit yielding uid uucp
Submitted by: empathy@feelings.com
v. 1.35
date: 2000/11/11 22:26:29; author: obrien; state: Exp; lines: +1 -1
The previous commit - use the 4.4BSD spelling of TIOCMGET and TIOCMSET
rather than the obsolete TIOCMODG and TIOCMOD, was brought to you by the
letters B, D, and E.
Reviewed by: bde
v. 1.34
date: 2000/11/11 22:18:36; author: obrien; state: Exp; lines: +2 -2
Better detecting of modem status lines.
Use the 4.4BSD spelling of TIOCMGET and TIOCMSET rather than the obsolete
TIOCMODG and TIOCMOD.
PR: 16341
Submitted by: Andre Albsmeier
v. 1.33
date: 2000/10/11 22:58:19; author: obrien; state: Exp; lines: +2 -2
Fix "DISTFILES".
Submitted by: steve
v. 1.32
date: 2000/09/28 16:41:51; author: obrien; state: Exp; lines: +2 -1
Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp.
Requested by: Daniel O'Connor
v. 1.31
date: 2000/09/27 10:16:21; author: asami; state: Exp; lines: +2 -1
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out. My apologies.
Reported by: maintainer
v. 1.30
date: 2000/09/25 12:21:20; author: asami; state: Exp; lines: +2 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.29
date: 2000/06/01 18:00:34; author: obrien; state: Exp; lines: +2 -2
Upgrade to version 1.83.1.
1.83.1 is supose to have more sane logfile control.
v. 1.28
date: 2000/04/08 23:22:35; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.27
date: 2000/03/22 00:27:10; author: obrien; state: Exp; lines: +2 -1
Restore useless version required comments.
v. 1.26
date: 2000/03/20 02:36:46; author: obrien; state: Exp; lines: +1 -2
Remove the "version required" line.
v. 1.25
date: 2000/02/13 03:23:43; author: obrien; state: Exp; lines: +7 -8
Style nits in the ports I maintain.
v. 1.24
date: 2000/02/01 11:40:05; author: obrien; state: Exp; lines: +6 -5
Upgrade to version 1.83.0.
v. 1.23
date: 1999/08/25 05:12:37; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.22
date: 1999/07/10 08:33:56; author: obrien; state: Exp; lines: +2 -2
Another MASTER_SITE tweak.
v. 1.21
date: 1999/07/10 00:09:40; author: obrien; state: Exp; lines: +4 -3
Change order of MASTER_SITES for speeder access.
v. 1.20
date: 1999/04/14 00:27:12; author: scrappy; state: Exp; lines: +1 -3
Move WWW_SITE to DESCR
v. 1.19
date: 1999/03/12 15:52:27; author: scrappy; state: Exp; lines: +3 -1
More Y2K/WWW_SITE links...
v. 1.18
date: 1999/02/18 07:15:01; author: obrien; state: Exp; lines: +2 -2
upgrade to 1.82.1
v. 1.17
date: 1999/02/14 06:55:16; author: asami; state: Exp; lines: +2 -3
Remove kermit dependency. Kermit is unpackageable, which will make minicom
packaging fail too.
PR: 10065
Reviewed by: obrien
v. 1.16
date: 1998/12/14 03:14:49; author: obrien; state: Exp; lines: +5 -4
Upgrade to 1.82.
v. 1.15
date: 1998/12/09 22:35:04; author: billf; state: Exp; lines: +4 -2
Update MASTER_SITES.
Thanks To: Fenner's portsurvey and ftpsearch.lycos.com
v. 1.14
date: 1998/08/11 10:29:56; author: obrien; state: Exp; lines: +3 -2
Upgrade to version 1.80.
v. 1.13
date: 1998/01/03 10:58:40; author: obrien; state: Exp; lines: +5 -3
Upgrade to 1.78
v. 1.12
date: 1997/11/26 23:20:45; author: jseger; state: Exp; lines: +3 -5
Remove bad MASTER_SITE, fix version required line.
v. 1.11
date: 1997/07/13 18:49:13; author: max; state: Exp; lines: +2 -3
/bin/sh -> ${SH}
v. 1.10
date: 1997/04/04 15:58:10; author: obrien; state: Exp; lines: +2 -2
Change my email address.
v. 1.9
date: 1997/04/04 15:57:32; author: obrien; state: Exp; lines: +2 -2
Location w/in Sunsite moved.
v. 1.8
date: 1997/03/28 01:36:50; author: obrien; state: Exp; lines: +3 -2
Added the developer's site so I can remember what it is.
v. 1.7
date: 1996/11/24 08:51:38; author: obrien; state: Exp; lines: +4 -3
Change dependancy from restricted rzsz to un-restricied lrzsz.
v. 1.6
date: 1996/11/18 10:35:07; author: asami; state: Exp; lines: +3 -3
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1996/11/17 03:01:06; author: obrien; state: Exp; lines: +2 -2
CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
v. 1.4
date: 1996/11/13 12:40:52; author: asami; state: Exp; lines: +2 -7
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
v. 1.3
date: 1996/11/03 06:54:45; author: obrien; state: Exp; lines: +5 -5
Changed to use ${COMPRESS_MAN}
v. 1.2
date: 1996/07/10 10:47:08; author: asami; state: Exp; lines: +9 -9
Upgrade to 1.75, also build package with a default port if BATCH is set.
Submitted by: "David E. O'Brien"
v. 1.1
date: 1996/03/05 07:46:57; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/03/05 07:46:57; author: asami; state: Exp; lines: +0 -0
A serial communication program. A clone of MS-DOS Telix.
Submitted by: obrien@cs.ucdavis.edu
=============================================================================
|
| |

|