Port details |
- ucspi-ipc UCSPI tools for building local-domain client-server applications
- 0.67 sysutils =4 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
- 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:: e2fsprogs, fusefs-sshfs, monit, inotify-tools, freeradius3
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
0.67 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
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 ) |
0.67 26 Apr 2022 09:18:22 |
Rene Ladan (rene) |
*: return lx@'s ports to the pool after safekeeping his ports bit. |
0.67 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.67 03 Sep 2015 14:09:18 |
amdmi3 |
- 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 |
antoine |
Cleanup plist |
0.67 15 Jul 2014 17:00:56 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.67 17 Apr 2014 06:00:55 |
bdrewery |
- Fix build without gcc
- Stage |
0.67 17 Apr 2014 05:56:51 |
bdrewery |
- 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 |
bdrewery |
- Pass MAKE_ENV into build so that WITH_CCACHE_BUILD works
With hat: portmgr |
0.67 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.67 07 Sep 2013 06:13:27 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.67 19 Jul 2011 06:34:21 |
rene |
- 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 |
linimon |
Mark as broken/deprecated: mastersite disappeared.
Noticed on: pointyhat-west |
0.67 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.67 08 Sep 2007 01:04:03 |
linimon |
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 |
kris |
RESTRICTED is intended here instead of NO_PACKAGE |
0.67 27 Nov 2005 10:06:52 |
arved |
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 |
pav |
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> |