# 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 9623980c400a02d11e53c9ebe51dd235 exit