Port details |
- powerman Tool for doing remote power control
- 2.3.20_3 sysutils =6 2.3.20_3Version 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-06-17 16:16:34
- Last Update: 2024-02-26 06:32:19
- Commit Hash: 73aabc8
- People watching this port, also watch:: nut, webp, indexinfo, dbus, libXau
- Also Listed In: parallel
- License: GPLv2+
- WWW:
- https://github.com/chaos/powerman
- Description:
- powerman is free Unix/Linux software that controls (remotely and in
parallel) switched power distribution units. It was designed for remote
power control of Linux systems in a data center or cluster environment, but
has been used in other environments such as embedded management appliances,
home automation, and high availability service management.
powerman can be extended to support new devices using an expect-like
scripting language. It communicates with devices natively using telnet,
raw socket, and serial protocols. It also can drive virtual power control
devices via a coprocess interface. The coprocess mechanism has been used
to extend powerman to communicate with devices using other protocols such
as SNMP, IPMI, Insteon, X-10, and VXI-11.
powerman can control equipment connected using any combination of the above
methods and provide unified naming for the equipment and parallel execution
of control actions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- powerman>0:sysutils/powerman
- To install the port:
- cd /usr/ports/sysutils/powerman/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/powerman
- pkg install powerman
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: powerman
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (powerman-2.3.20.tar.gz) = a4b0858d1214aab18e2673596b00ac9bad976cb7b777209e10732467c3551b88
SIZE (powerman-2.3.20.tar.gz) = 620248
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:
-
- fakeroot : security/fakeroot
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libcurl.so : ftp/curl
- This port is required by:
- for Libraries
-
- sysutils/nut
- sysutils/nut-devel
Configuration Options:
- No options to configure
- Options name:
- sysutils_powerman
- USES:
- fakeroot libtool localbase:ldflags perl5 shebangfix
- 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 |
2.3.20_3 26 Feb 2024 06:32:19 |
Muhammad Moinur Rahman (bofh) |
sysutils/powerman: Moved man to share/man
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) |
2.3.20_2 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 ) |
2.3.20_2 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 ) |
2.3.20_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.3.20_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.20_2 26 Oct 2019 20:52:47 |
0mp |
Clean up
- Use USES=localbase instead of setting CPPFLAGS and LDFLAGS manually.
- Pet portlint, portfmt, and portclippy.
- Regenerate patches with makepatch.
- Define TEST_TARGET and disable failing tests.
- Set USES=fakeroot to address some errors during installation. |
2.3.20_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.3.20_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.3.20_2 31 Jul 2015 19:40:04 |
amdmi3 |
- Fix owner of /var/run/powerman |
2.3.20_1 13 Jul 2015 18:47:52 |
amdmi3 |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 |
2.3.20 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
2.3.20 12 Apr 2015 09:23:45 |
danfe |
- Update to version 2.3.20 (project moved to GitHub)
- Provide detailed port description (obtained upstream)
- Remove bogus ${DESTDIR} reference from --localstatedir
- Install stripped binaries via `install-strip' (and
teach configure script that elftoolchain's strip(1)
can strip libraries); sort pkg-plist while here
PR: 199250 |
2.3.16_2 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
2.3.16_2 02 Sep 2014 21:48:34 |
bapt |
Simplify plist
Remove @stopdaemon |
2.3.16_2 05 Jul 2014 15:16:09 |
tijl |
- New LIB_DEPENDS syntax
- Add USES=libtool |
2.3.16_1 12 Feb 2014 05:57:00 |
miwi |
- Stage support |
2.3.16_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.3.16_1 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.3.16_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
2.3.16 27 May 2013 16:48:01 |
bsam |
. remove LICENSE_FILE of a standard one (GPLv2);
. remove the indefinite article from COMMENT. |
2.3.16 27 Nov 2012 00:27:56 |
bdrewery |
- Update to 2.3.16
- Trim header
- Remove ABI version from LIB_DEPENDS
Feature safe: yes |
2.3.9 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.3.9 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.3.9 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.3.9 26 Aug 2011 04:29:08 |
miwi |
- Update to 2.3.9
PR: 160148
Submitted by: Ports Fury |
2.3.5_1 02 Aug 2011 16:27:06 |
bapt |
Mark BROKEN: Does not fetch |
2.3.5_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3.5_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
2.3.5_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.3.5 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
2.3.5 26 Jul 2009 11:26:01 |
arved |
Update to 2.3.5
PR: 137143
Submitted by: Kouki Hashimoto |
2.3.4 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.3.4 16 Feb 2009 13:25:42 |
jadawin |
- Update to 2.3.4
- Update MASTER_SITES
- Update dependencies
- Update manpages
- Remove useless old stuff
- Update WWW in pkg-descr
PR: ports/131654
Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de> |
1.0.20_1 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.0.20_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.0.20 04 Apr 2007 03:31:06 |
glewis |
. Drop maintainership of these ports. Its glaringly obvious that I don't
have time to maintain them since I'm not even keeping up with the ports
that are most important to me. |
1.0.20 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
1.0.20 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.0.20 16 Nov 2005 06:03:41 |
glewis |
. Add SHA256. |
1.0.20 05 Sep 2004 20:26:14 |
krion |
Fix build with gcc-3.4
Approved by: portmgr |
1.0.20 24 Aug 2004 15:21:13 |
glewis |
. Update to 1.0.20. |
1.0.19 20 Jul 2004 17:15:22 |
glewis |
. Add parallel to CATEGORIES as this is often used on clusters. |
1.0.19 17 Jun 2004 16:14:13 |
glewis |
Add a port of PowerMan:
PowerMan is a tool for manipulating remote power control (RPC)
devices from a central location. Several RPC varieties are supported
natively by PowerMan and Expect-like configurability simplifies the
addition of new devices.
WWW: http://www.llnl.gov/linux/powerman/ |