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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ucspi-ipc UCSPI tools for building local-domain client-server applications
0.67 sysutils on this many watch lists=2 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 0.67Version 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 search for ports maintained by this maintainer
Port Added: 2004-08-12 11:04:14
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python, py39-pycparser, json-c, sysinfo, openjdk8
License: not specified in port
WWW:
http://www.superscript.com/ucspi-ipc/
Description:
ipcserver and ipcclient are command-line tools for building local-domain client-server applications. They conform to the UNIX Client-Server Program Interface, UCSPI. ipcserver listens for connections on a local-domain stream socket, and runs a program for each connection it accepts. The program environment includes variables that hold the local and remote socket addresses, and the effective user and group IDs of the process that called connect. ipcserver offers a concurrency limit on acceptance of new connections, and selective handling of connections based on client identity. ipcclient requests a connection to a local-domain socket, and runs a program. The program environment includes a variable that holds the local socket address. ipcperl is an example of an ipchandle server. It invokes a perl subroutine for each request.
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 (19 items)
Collapse this list.
  1. bin/ipccat
  2. bin/ipcclient
  3. bin/ipccommand
  4. bin/ipcconnect
  5. bin/ipcconnect-io
  6. bin/ipcdo
  7. bin/ipcexec
  8. bin/ipcexec-config
  9. bin/ipcexecrules
  10. bin/ipcexecrulescheck
  11. bin/ipcperl
  12. bin/ipcrules
  13. bin/ipcrulescheck
  14. bin/ipcrun
  15. bin/ipcserver
  16. share/doc/ucspi-ipc/CHANGES
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • ucspi-ipc>0:sysutils/ucspi-ipc
To install the port:
cd /usr/ports/sysutils/ucspi-ipc/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/ucspi-ipc
  • pkg install ucspi-ipc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ucspi-ipc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ucspi-ipc-0.67.tar.gz) = 950c970d4bea7377b75c8bba97149b1659f6066c5a796fbb2f764ca50a4d9e8b SIZE (ucspi-ipc-0.67.tar.gz) = 51281

Packages (timestamps in pop-ups are UTC):
ucspi-ipc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.670.670.670.670.67-0.67-
FreeBSD:13:quarterly0.670.670.670.670.670.670.670.67
FreeBSD:14:latest0.670.670.670.670.670.67-0.67
FreeBSD:14:quarterly0.670.67-0.670.670.670.670.67
FreeBSD:15:latest0.670.67n/a0.67n/a0.670.670.67
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. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ucspi-ipc-0.67: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_ucspi-ipc
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.superscript.com/ucspi-ipc/
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
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)
0.67
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)
0.67
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

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

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.67
26 Apr 2022 09:18:22
commit hash: 712e96144a2c5177770a51d5acffd01a542cec21commit hash: 712e96144a2c5177770a51d5acffd01a542cec21commit hash: 712e96144a2c5177770a51d5acffd01a542cec21commit hash: 712e96144a2c5177770a51d5acffd01a542cec21 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
*: return lx@'s ports to the pool after safekeeping his ports bit.
0.67
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.
0.67
03 Sep 2015 14:09:18
Revision:395960Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
0.67
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.67
15 Jul 2014 17:00:56
Revision:361978Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
0.67
17 Apr 2014 06:00:55
Revision:351452Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix build without gcc
- Stage
0.67
17 Apr 2014 05:56:51
Revision:351451Original commit files touched by this commit
bdrewery search for other commits by this committer
- These are not RESTRICTED anymore as DJB placed them into public
  domain and explicitly allows for distribution.
  See r350021 for more details.

With hat:	portmgr
0.67
17 Apr 2014 05:53:35
Revision:351450Original commit files touched by this commit
bdrewery search for other commits by this committer
- Pass MAKE_ENV into build so that WITH_CCACHE_BUILD works

With hat:	portmgr
0.67
20 Sep 2013 23:06:00
Revision:327772Original 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:
sysutils)
0.67
07 Sep 2013 06:13:27
Revision:326572Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
0.67
19 Jul 2011 06:34:21
Original commit files touched by this commit
rene search for other commits by this committer
- Unbreak and unexpire, the mastersite works fine here.
- Fix WWW line in pkg-descr.
PR:             ports/158675
Submitted by:   myself
Approved by:    maintainer timeout (14 days)
0.67
30 Apr 2011 00:36:43
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken/deprecated: mastersite disappeared.

Noticed on:     pointyhat-west
0.67
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.67
08 Sep 2007 01:04:03
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
0.67
03 Sep 2006 17:36:56
Original commit files touched by this commit
kris search for other commits by this committer
RESTRICTED is intended here instead of NO_PACKAGE
0.67
27 Nov 2005 10:06:52
Original commit files touched by this commit
arved search for other commits by this committer
Updating ucspi-ipc to 0.67. This is a bugfix release.

Changes:
        * Add compatibility macros for older Perl.
        * Don't leak pointer returned from eval_pv.
        * Don't fail on setsid if already group leader (Gabriel Russell).
        * Test with relative paths.
        * Support partial compilation and testing.
        * Replace trunc with lop to avoid builtin conflict.
        * Avoid daemontools in rts.
        * Completely generic package/ scripts.
        * Stop Perl 5.8.5 from warning about freeing temporaries.
        * Partial-install bug fix in package/upgrade.

PR:             89604
Submitted by:   maintainer
0.63
12 Aug 2004 18:02:52
Original commit files touched by this commit
pav search for other commits by this committer
Add ucspi-ipc, UCSPI tools for building local-domain client-server
applications, by William Baxter.

PR:             ports/68794
Submitted by:   David Thiel <lx@redundancy.redundancy.org>

Number of commits found: 20