cvs commit: ports/sysutils Makefile ports/sysutils/powerman
Makefile distinfo pkg-descr pkg-plist
ports/sysutils/powerman/files patch-Makefile patch-man-powerman.1
patch-scripts-powerman.init ...
Greg Lewis
glewis at FreeBSD.org
Thu Jun 17 09:15:49 PDT 2004
glewis 2004-06-17 16:14:13 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/powerman Makefile distinfo pkg-descr pkg-plist
sysutils/powerman/files patch-Makefile patch-man-powerman.1
patch-man-powerman.conf.5
patch-man-powermand.1
patch-scripts-powerman.init
patch-src-Makefile patch-src-client.c
patch-src-device_pipe.c
patch-src-hostlist.c
patch-src-parse.lex patch-src-parse.y
patch-src-powerman.c
patch-src-powerman.h
patch-src-powermand.c
patch-src-wrappers.c
patch-src-wrappers.h
patch-test-Makefile patch-test-vpcd.c
Log:
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/
Revision Changes Path
1.546 +1 -0 ports/sysutils/Makefile
1.1 +41 -0 ports/sysutils/powerman/Makefile (new)
1.1 +2 -0 ports/sysutils/powerman/distinfo (new)
1.1 +106 -0 ports/sysutils/powerman/files/patch-Makefile (new)
1.1 +35 -0 ports/sysutils/powerman/files/patch-man-powerman.1 (new)
1.1 +21 -0 ports/sysutils/powerman/files/patch-man-powerman.conf.5 (new)
1.1 +28 -0 ports/sysutils/powerman/files/patch-man-powermand.1 (new)
1.1 +90 -0 ports/sysutils/powerman/files/patch-scripts-powerman.init (new)
1.1 +47 -0 ports/sysutils/powerman/files/patch-src-Makefile (new)
1.1 +19 -0 ports/sysutils/powerman/files/patch-src-client.c (new)
1.1 +15 -0 ports/sysutils/powerman/files/patch-src-device_pipe.c (new)
1.1 +13 -0 ports/sysutils/powerman/files/patch-src-hostlist.c (new)
1.1 +12 -0 ports/sysutils/powerman/files/patch-src-parse.lex (new)
1.1 +23 -0 ports/sysutils/powerman/files/patch-src-parse.y (new)
1.1 +38 -0 ports/sysutils/powerman/files/patch-src-powerman.c (new)
1.1 +19 -0 ports/sysutils/powerman/files/patch-src-powerman.h (new)
1.1 +15 -0 ports/sysutils/powerman/files/patch-src-powermand.c (new)
1.1 +35 -0 ports/sysutils/powerman/files/patch-src-wrappers.c (new)
1.1 +19 -0 ports/sysutils/powerman/files/patch-src-wrappers.h (new)
1.1 +20 -0 ports/sysutils/powerman/files/patch-test-Makefile (new)
1.1 +47 -0 ports/sysutils/powerman/files/patch-test-vpcd.c (new)
1.1 +6 -0 ports/sysutils/powerman/pkg-descr (new)
1.1 +23 -0 ports/sysutils/powerman/pkg-plist (new)
More information about the cvs-all
mailing list