Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 22:30:24 GMT
From:      Jesse <jessefrgsmith@yahoo.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155955: Newe port: sysutils/swapexd -- Swap extender daemon
Message-ID:  <201103262230.p2QMUO8q029145@red.freebsd.org>
Resent-Message-ID: <201103262240.p2QMeA3B064581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155955
>Category:       ports
>Synopsis:       Newe port: sysutils/swapexd -- Swap extender daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 26 22:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jesse
>Release:        8.2
>Organization:
RM
>Environment:
FreeBSD-8.2
>Description:
Please find attached my shar for a new port called Swap Extender Daemon (swapexd). This port monitors the available swap space on the system and grows/shrinks the amount of on-disk swap space to accommodate our usage. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	swapexd-port
#	swapexd-port/pkg-descr
#	swapexd-port/distinfo
#	swapexd-port/Makefile
#
echo c - swapexd-port
mkdir -p swapexd-port > /dev/null 2>&1
echo x - swapexd-port/pkg-descr
sed 's/^X//' >swapexd-port/pkg-descr << '5af5bbb01f42c4e8bc5ef698c333dbcc'
XThe Swap Extender Daemon is designed to monitor the amount of swap space
Xavailable on the system and create moer on-disk swap as needed. Additionally
XSwap Extender will remove unwanted swap space when memory is freed.
X
XWWW: http://makeapbi.sourceforge.net/
5af5bbb01f42c4e8bc5ef698c333dbcc
echo x - swapexd-port/distinfo
sed 's/^X//' >swapexd-port/distinfo << 'cc2d7f38fb826fd5205868fb85966cce'
XMD5 (swapexd-0.1.tar.gz) = 38d81aa26fb27f87de4fe413332c99bc
XSHA256 (swapexd-0.1.tar.gz) = e010703f2951e1f85f3f955d2001bdbe4476c47b9bb83d1172063e7895816b42
XSIZE (swapexd-0.1.tar.gz) = 7252
cc2d7f38fb826fd5205868fb85966cce
echo x - swapexd-port/Makefile
sed 's/^X//' >swapexd-port/Makefile << '9623980c400a02d11e53c9ebe51dd235'
X# New ports collection makefile for:	swapexd
X# Date created:				26 March 2011
X# Whom:					Jesse Smith
X#
X# $FreeBSD$
X#
X
XPORTNAME=	swapexd
XPORTVERSION=	0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
X
XMAINTAINER=	jessefrgsmith@yahoo.ca
XCOMMENT=	A tool for growing and shrinking on-disk swap space.
X
XWRKSRC=	${WRKDIR}/${PORTNAME}
X
XPLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
X	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf
X
X.include <bsd.port.mk>
9623980c400a02d11e53c9ebe51dd235
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103262230.p2QMUO8q029145>