Bug 155955 - New port: sysutils/swapexd -- Swap extender daemon
Summary: New port: sysutils/swapexd -- Swap extender daemon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-26 22:40 UTC by Jesse
Modified: 2011-03-27 07:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.85 KB, text/plain)
2011-03-26 22:40 UTC, Jesse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse 2011-03-26 22:40:09 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-27 07:25:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-27 07:48:24 UTC
dhn         2011-03-27 06:48:15 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/swapexd     Makefile distinfo pkg-descr 
  Log:
  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>
  
  Revision  Changes    Path
  1.1284    +1 -0      ports/sysutils/Makefile
  1.1       +24 -0     ports/sysutils/swapexd/Makefile (new)
  1.1       +2 -0      ports/sysutils/swapexd/distinfo (new)
  1.1       +5 -0      ports/sysutils/swapexd/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-27 07:48:31 UTC
State Changed
From-To: open->closed

New port added. Thanks!