Port details |
- micro_inetd inetd-like program intended for temporarily usage
- 2014.08.14_1 net =4 2014.08.14_1Version of this port present on the latest quarterly branch.
- Maintainer: pankov_p@mail.ru
- Port Added: 2006-08-15 14:13:30
- Last Update: 2024-01-21 20:24:09
- Commit Hash: 1a50cba
- People watching this port, also watch:: p5-Apache-SessionX, sash, zzuf, nc, healthd
- License: BSD2CLAUSE
- WWW:
- https://www.acme.com/software/micro_inetd/
- Description:
- Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
* only 'stream' socket type
* only 'nowait'
* doesn't switch user-ids
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- micro_inetd>0:net/micro_inetd
- To install the port:
- cd /usr/ports/net/micro_inetd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/micro_inetd
- pkg install micro_inetd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: micro_inetd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (micro_inetd_14Aug2014.tar.gz) = 15f5558753bb50ed18e4a1445b3e8a185f3b1840ec8e017a5e6fc7690616ec52
SIZE (micro_inetd_14Aug2014.tar.gz) = 3830
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_micro_inetd
- 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 |
2014.08.14_1 21 Jan 2024 20:24:09 |
Muhammad Moinur Rahman (bofh) |
net/micro_inetd: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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) |
2014.08.14 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 ) |
2014.08.14 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2014.08.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2014.08.14 11 Apr 2015 12:35:21 |
bofh |
net/micro_inetd: Update version 2005.06.29=>2014.08.14
- Add LICENSE (BSD2CLAUSE)
PR: 197860
Submitted by: neel@neelc.org
Approved by: maintainer (timeout, 7 weeks) |
2005.06.29 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
2005.06.29 27 Mar 2014 12:08:41 |
ehaupt |
Support staging |
2005.06.29 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2005.06.29 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2005.06.29 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
2005.06.29 15 Aug 2006 14:13:10 |
shaun |
Add net/micro_inetd.
Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
- only 'stream' socket type
- only 'nowait'
- doesn't switch user-ids
PR: ports/101964
Submitted by: Pankov Pavel <pankov_p@mail.ru> |