The Swap Extender Daemon is designed to monitor the amount of swap space

available on the system and create moer on-disk swap as needed. Additionally
Swap Extender will remove unwanted swap space when memory is freed.

WWW: http://makeapbi.sourceforge.net/

PR:		ports/155955
Submitted by:	Jesse Smith <jessefrgsmith@yahoo.ca>
This commit is contained in:
Dennis Herrmann 2011-03-27 06:48:15 +00:00
parent a7b9658ae7
commit ee929a6e24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271824
4 changed files with 32 additions and 0 deletions

View file

@ -859,6 +859,7 @@
SUBDIR += su2
SUBDIR += superiotool
SUBDIR += swapd
SUBDIR += swapexd
SUBDIR += swapmon
SUBDIR += symlinks
SUBDIR += symon

24
sysutils/swapexd/Makefile Normal file
View file

@ -0,0 +1,24 @@
# New ports collection makefile for: swapexd
# Date created: 26 March 2011
# Whom: Jesse Smith
#
# $FreeBSD$
#
PORTNAME= swapexd
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://makeapbi.sourceforge.net/${PORTNAME}/
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= A tool for growing and shrinking on-disk swap space
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (swapexd-0.1.tar.gz) = e010703f2951e1f85f3f955d2001bdbe4476c47b9bb83d1172063e7895816b42
SIZE (swapexd-0.1.tar.gz) = 7252

View file

@ -0,0 +1,5 @@
The Swap Extender Daemon is designed to monitor the amount of swap space
available on the system and create moer on-disk swap as needed. Additionally
Swap Extender will remove unwanted swap space when memory is freed.
WWW: http://makeapbi.sourceforge.net/