notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tcpser TCPSER turns serial port into an emulated Hayes compatible modem
g20210425,1 comms on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20210425,1Version of this port present on the latest quarterly branch.
Maintainer: nc@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-09-24 15:46:11
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv2+
WWW:
https://github.com/FozzTexx/tcpser
Description:
TCPSER turns a PC serial port into an emulated Hayes compatible modem that uses TCP/IP for incoming and outgoing connections. It can be used to allow older applications and systems designed for modem use to operate on the Internet. TCPSER supports all standard Hayes commands, and understands extended and vendor proprietary commands (though it does not implement many of them). TCPSER can be used for both inbound and outbound connections.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/tcpser
  2. /usr/local/share/licenses/tcpser-g20210425,1/catalog.mk
  3. /usr/local/share/licenses/tcpser-g20210425,1/LICENSE
  4. /usr/local/share/licenses/tcpser-g20210425,1/GPLv2+
Collapse this list.
Dependency lines:
  • tcpser>0:comms/tcpser
To install the port:
cd /usr/ports/comms/tcpser/ && make install clean
To add the package, run one of these commands:
  • pkg install comms/tcpser
  • pkg install tcpser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tcpser
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1644381268 SHA256 (FozzTexx-tcpser-g20210425-95f4b51_GH0.tar.gz) = 98fc2ff2424f1e0bc35532e170f9d766e7242be757b6d55a51ddad3701209701 SIZE (FozzTexx-tcpser-g20210425-95f4b51_GH0.tar.gz) = 26719

Packages (timestamps in pop-ups are UTC):
tcpser
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20210425,1g20210425,11.0.r12g20210425,1g20210425,1-1.0.r12-
FreeBSD:13:quarterlyg20210425,1g20210425,1g20210425,1g20210425,1g20210425,1g20210425,1g20210425,1g20210425,1
FreeBSD:14:latestg20210425,1g20210425,1g20210425,1g20210425,1g20210425,1g20210425,1-g20210425,1
FreeBSD:14:quarterlyg20210425,1g20210425,1-g20210425,1g20210425,1g20210425,1g20210425,1g20210425,1
FreeBSD:15:latestg20210425,1g20210425,1n/ag20210425,1n/ag20210425,1g20210425,1g20210425,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tcpser-g20210425,1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
comms_tcpser
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/FozzTexx/tcpser/tar.gz/95f4b51?dummy=/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
g20210425,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20210425,1
20 Jul 2022 14:21:01
commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
comms: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20210425,1
09 Feb 2022 04:35:06
commit hash: 691035521a23921508e467d0edc3cc4f97b7c4f8commit hash: 691035521a23921508e467d0edc3cc4f97b7c4f8commit hash: 691035521a23921508e467d0edc3cc4f97b7c4f8commit hash: 691035521a23921508e467d0edc3cc4f97b7c4f8 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Update distinfo
g20210425,1
08 Feb 2022 17:19:48
commit hash: ddc038899706e2a1a3871cb110ee46c76d3aadfbcommit hash: ddc038899706e2a1a3871cb110ee46c76d3aadfbcommit hash: ddc038899706e2a1a3871cb110ee46c76d3aadfbcommit hash: ddc038899706e2a1a3871cb110ee46c76d3aadfb files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Set PORTEPOCH
g20210425
07 Feb 2022 20:23:20
commit hash: 0b9fc67840e3804cf09a04d89d4d7128a3e6eb91commit hash: 0b9fc67840e3804cf09a04d89d4d7128a3e6eb91commit hash: 0b9fc67840e3804cf09a04d89d4d7128a3e6eb91commit hash: 0b9fc67840e3804cf09a04d89d4d7128a3e6eb91 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Use version g20210425 not 20210425
20210425
01 Feb 2022 00:06:09
commit hash: 108a3e4794ae27bf910082c9648fe77afcc7ec8dcommit hash: 108a3e4794ae27bf910082c9648fe77afcc7ec8dcommit hash: 108a3e4794ae27bf910082c9648fe77afcc7ec8dcommit hash: 108a3e4794ae27bf910082c9648fe77afcc7ec8d files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS
20210425
25 Jan 2022 06:03:24
commit hash: 021f2367730c24152843c93f941a5c817d1a2404commit hash: 021f2367730c24152843c93f941a5c817d1a2404commit hash: 021f2367730c24152843c93f941a5c817d1a2404commit hash: 021f2367730c24152843c93f941a5c817d1a2404 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Pet portfmt/portclippy
20210425
25 Jan 2022 03:56:33
commit hash: e55904be04435344f49944a4dc3de6a75635c608commit hash: e55904be04435344f49944a4dc3de6a75635c608commit hash: e55904be04435344f49944a4dc3de6a75635c608commit hash: e55904be04435344f49944a4dc3de6a75635c608 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Update to 20210425
1.0.r12
25 Jan 2022 03:45:22
commit hash: e9e973568eb5230a8283c293de5dcaaf291e17b0commit hash: e9e973568eb5230a8283c293de5dcaaf291e17b0commit hash: e9e973568eb5230a8283c293de5dcaaf291e17b0commit hash: e9e973568eb5230a8283c293de5dcaaf291e17b0 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
comms/tcpser: Adopt port
1.0.r12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.r12
11 Jan 2018 14:18:01
Revision:458739Original commit files touched by this commit
danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
1.0.r12
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
1.0.r12
09 Nov 2015 20:48:18
Revision:401166Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix license
- Switch to options helpers
- Regenerate patches with `make makepatch`
1.0.r12
18 Nov 2013 13:45:44
Revision:334194Original commit files touched by this commit
bapt search for other commits by this committer
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
1.0.r12
14 Nov 2013 22:39:49
Revision:333801Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Use DOS2UNIX
- Remove CFLAGS: it was CFLAGS += ${PTHREAD_CFLAGS}
- Respect DOCS
- Remove unnecessary .include <bsd.port.options.mk>
1.0.r12
30 Oct 2013 05:08:18
Revision:332065Original commit files touched by this commit
eadler search for other commits by this committer
- Convert to staging
- Perform general cleanup
1.0.r12
20 Sep 2013 16:03:29
Revision:327714Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
1.0.r12
20 Jun 2013 19:09:06
Revision:321410Original commit files touched by this commit
bsam search for other commits by this committer
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. remove extra tabs from commands;
. mute mkdir command;
. install two files at one line command;
. trim Makefile headers.
1.0.r12
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.0.r12
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
1.0.r12
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.0.r12
25 Oct 2010 20:09:07
Original commit files touched by this commit
trasz search for other commits by this committer
Drop maintainership for ports I can't maintain anymore.
1.0.r12
24 Sep 2008 15:45:45
Original commit files touched by this commit
trasz search for other commits by this committer
TCPSER turns a PC serial port into an emulated Hayes compatible modem that
uses TCP/IP for incoming and outgoing connections.  It can be used to allow
older applications and systems designed for modem use to operate on the
Internet.  TCPSER supports all standard Hayes commands, and understands
extended and vendor proprietary commands (though it does not implement
many of them).  TCPSER can be used for both inbound and outbound connections.

WWW:    http://www.jbrain.com/pub/linux/serial/

Number of commits found: 24