Port details |
- ser2net Allows to access serial ports over IP
- 3.5.1 comms
=2 3.5.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-09-04 09:28:33
- Last Update: 2022-02-08 15:44:42
- Commit Hash: 6b34600
- People watching this port, also watch:: msmtp, minised, postfix, thttpd, gtk2
- Also Listed In: net
- License: GPLv2+
- Description:
- This is ser2net, a program for allowing network connections to serial
ports. See the man page for information about using the program.
Note that ser2net supports RFC 2217 (remote control of serial port
parameters), but you must have a compliant client. The only one I
know if is kermit (http://www.columbia.edu/kermit).
WWW: http://www.sourceforge.net/projects/ser2net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/ser2net/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/ser2net
- pkg install ser2net
- PKGNAME: ser2net
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1545042767
SHA256 (ser2net-3.5.1.tar.gz) = 02f5dd0abbef5a17b80836b0de1ef0588e257106fb5e269b86822bfd001dc862
SIZE (ser2net-3.5.1.tar.gz) = 437254
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ser2net-3.5.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_ser2net
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Feb 2022 15:44:42 3.5.1
|
VinÃcius Zavam (egypcio)  |
comms/ser2net: drop maintainership |
06 Apr 2021 14:31:13 3.5.1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.5.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Dec 2018 17:32:27
3.5.1
|
egypcio  |
comms/ser2net: update 3.5 to 3.5.1
Makefile
adopt the port;
silent portlint.
files/
regen patch-dataxfer.h with makepatch.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18588 |
04 Feb 2018 08:54:30
3.5
|
danfe  |
- Update `comms/ser2net' to version 3.5
- Drop unneeded `autoreconf' from USES list
- Unroll .for loop when installing documentation
PR: 225507 |
12 Jan 2016 16:20:32
2.10.0
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
06 Dec 2015 20:35:54
2.10.0
|
amdmi3  |
- Add LICENSE_FILE
- Don't install install instructions
- Simplify installation
- Switch to options helpers |
03 Jan 2015 14:47:34
2.10.0
|
wen  |
- Update to 2.10.0
PR: 196378
Submitted by: koue@chaosophia.net |
18 Dec 2014 11:45:14
2.9.1
|
bapt  |
Convert to USES=autoreconf |
13 Sep 2014 18:25:05
2.9.1
|
tijl  |
Use default LIBTOOLIZE_ARGS |
01 Nov 2013 22:01:49
2.9.1
|
pawel  |
- Update to version 2.9.1
- Support staging
PR: ports/181063
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
20 Sep 2013 16:03:29
2.8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
24 Mar 2013 16:22:09
2.8
|
miwi  |
- Update to 2.8
PR: 177258
Submitted by: ports fury |
01 Nov 2012 15:30:59
2.7
|
pawel  |
- Update to version 2.7
- Add option DOCS
- Switch to PLIST_FILES
PR: ports/172220
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
22 Sep 2012 15:38:50
2.5
|
tabthorpe  |
- Reassign to the heap at maintainer's request |
14 Jan 2012 08:57:23
2.5
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
2.5
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
2.5
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
2.5
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
21 Jun 2008 16:25:46
2.5
|
olgeni  |
Fix a few typos in ports/comms. |
16 Mar 2008 20:45:13
2.5
|
lippe  |
- Update maintainer mail address.
Approved by: araujo (mentor) |
16 Mar 2008 16:38:23
2.5
|
lippe  |
- Update to 2.5.
- Respect PORTDOCS.
- No using pkg-plist.
PR: ports/120390
Submitted by: lippe (myself)
Approved by: araujo (mentor), maintainer timeout (> 2 weeks) |
08 Dec 2006 03:00:42
2.3_1
|
shaun  |
Add UUCP device locking support.
PR: ports/106457
Submitted by: Eric Masson <emss@free.fr>
Approved by: Devon H. O'Dell <devon.odell@coyotepoint.com> (maintainer) |
04 Sep 2006 09:26:10
2.3
|
sat  |
Add port comms/ser2net:
This is ser2net, a program for allowing network connections to serial
ports. See the man page for information about using the program.
Note that ser2net supports RFC 2217 (remote control of serial port
parameters), but you must have a complient client. The only one I
know if is kermit (http://www.columbia.edu/kermit).
WWW: http://www.sourceforge.net/projects/ser2net/
Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com> |