aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/swapexd
Commit message (Collapse)AuthorAgeFilesLines
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-6/+1
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* 1: Stagify.Vanilla I. Shu2014-06-291-15/+4
| | | | | | 2: use @sample to handle config file. Approved by: portmgr@ (blanket approval)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | sysutils)
* sysutils/swapexd: update to 0.4William Grzybowski2013-06-203-13/+6
| | | | | | | | | | | - Update to 0.4 [1] - Fix typo in pkg-descr [1] - Trim Makefile header - Remove leading article from COMMENT PR: ports/179717 [1] Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Fix build on 7.xChris Rees2011-08-151-3/+21
| | | | | | | | - While here, fix clang build (CC=gcc) - Stop clobbering config files PR: ports/157242 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
* - update to 0.3Baptiste Daroussin2011-04-273-4/+55
| | | | | | | - add a patch to have a cleaner rc script and make the port respect PREFIX PR: ports/156663 Submitted by: Jesse <jessefrgsmith _at_ yahoo.ca> (maintainer)
* The Swap Extender Daemon is designed to monitor the amount of swap spaceDennis Herrmann2011-03-273-0/+31
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>