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
librs232 Simple serial library
20190531 comms on this many watch lists=1 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 20190531Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-12-04 06:50:15
Last Update: 2023-06-08 15:30:55
Commit Hash: d05a00a
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: GPLv3
WWW:
https://www.teuniz.net/RS-232/
Description:
Librs232 is a library which provides common interface to rs232 serial interface communication.
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 (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/librs232-20190531/catalog.mk
  3. /usr/local/share/licenses/librs232-20190531/LICENSE
  4. /usr/local/share/licenses/librs232-20190531/GPLv3
  5. include/rs232.h
  6. lib/librs232_p.a
  7. lib/librs232.a
  8. lib/librs232.so
  9. lib/librs232.so.1
  10. share/doc/librs232/doc.txt
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • librs232>0:comms/librs232
To install the port:
cd /usr/ports/comms/librs232/ && make install clean
To add the package, run one of these commands:
  • pkg install comms/librs232
  • pkg install librs232
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: librs232
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1527224866 SHA256 (RS-232.tar.gz) = e7081e3254dae901b6d4dfda7ce5affb1c8a5dadd9708e4e6ed7ad2a9532450c SIZE (RS-232.tar.gz) = 31467

Packages (timestamps in pop-ups are UTC):
librs232
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2019053120190531201905312019053120190531-20190531-
FreeBSD:13:quarterly2019053120190531201905312019053120190531201905312019053120190531
FreeBSD:14:latest2019053120190531-201905312019053120190531-20190531
FreeBSD:14:quarterly2019053120190531-2019053120190531201905312019053120190531
FreeBSD:15:latest2019053120190531n/a20190531n/a201905312019053120190531
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for librs232-20190531: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
comms_librs232
USES:
uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.teuniz.net/RS-232/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20190531
08 Jun 2023 15:30:55
commit hash: d05a00a5b05d8c5e803f593330d8841198662a93commit hash: d05a00a5b05d8c5e803f593330d8841198662a93commit hash: d05a00a5b05d8c5e803f593330d8841198662a93commit hash: d05a00a5b05d8c5e803f593330d8841198662a93 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
comms/librs232: Fix build with llvm15

- Pet portclippy
- Adopt port
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)
20190531
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)
20190531
16 Oct 2021 09:51:39
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
20190531
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
20190531
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
20190531
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.
20190531
07 Sep 2020 18:37:15
Revision:547937Original commit files touched by this commit
rene search for other commits by this committer
Return kevlo@'s ports to the pool after his commit bit was safekept.
20190531
06 Aug 2019 06:10:10
Revision:508228Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20190531.
20171122
25 May 2018 09:25:59
Revision:470827Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 20171122
- Retain maintainer for Kevin

Submitted by:	kevlo
20170805
12 Jan 2018 11:21:07
Revision:458818Original commit files touched by this commit
rene search for other commits by this committer
Return kevlo's ports to the pool, he handed in his commit bit.

With hat:	portmgr-secretary
20170805
14 Oct 2017 07:53:04
Revision:452047Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20170805.
20160710
13 Oct 2017 13:24:55
Revision:451992Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: invalid checksum
20160710
20 Jul 2016 08:30:44
Revision:418823Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20160710.
20151219
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
20151219
28 Jan 2016 07:13:55
Revision:407396Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20151219.
20151011
15 Oct 2015 02:54:51
Revision:399325Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20151011.
20150110
10 Jan 2015 14:39:43
Revision:376709Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20150110.
20141206
08 Dec 2014 06:32:40
Revision:374234Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 20141206.
20140105
04 Dec 2014 06:49:58
Revision:373861Original commit files touched by this commit
kevlo search for other commits by this committer
Import librs232.

Librs232 is a library which provides common interface to rs232 serial
interface communication.

Number of commits found: 20