aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcweject
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update maintainer's email address. Had already been done for hisMark Linimon2009-06-192-2/+2
| | | | | | | other ports. Notes: svn path=/head/; revision=236345
* - Update to 1.0Martin Wilke2007-04-092-17/+5
| | | | | | | | | | | - Fix exploitable buffer overflow (CVE-2007-1719) - Update maintainer mail adress PR: 111421 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (Maintainer) Notes: svn path=/head/; revision=189599
* Mark forbidden due to exploitable buffer overflow (CVE-2007-1719).Stefan Walter2007-04-081-0/+2
| | | | | | | Inspired by: Jeff Forsythe<tornandfilthy2006@yahoo.com> (ports/111365) Notes: svn path=/head/; revision=189508
* Correct a typo which will break build in a future version ofXin LI2007-01-191-1/+1
| | | | | | | | | | | | FreeBSD. Because we already have '-9' in our ${GZIP_CMD} we do not need to specify '--best' anyway. PR: ports/108068 Reported by: pointyhat via kris Approved by: maintainer Notes: svn path=/head/; revision=182767
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Update to port mcwejectEdwin Groothuis2006-01-042-20/+14
| | | | | | | | | | | | | | | My original dist file mistakenly contained object files and a gzipped man page. (I simply forgot to make clean before rolling the tarball.) Someone on your end enhanced the port Makefile to remove these post-extract as a workaround. I've since cleaned up the dist file, and updated the port Makefile and distinfo. Here's the new tree: PR: ports/91247 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=152710
* New port for ejecting removable mediaEdwin Groothuis2005-12-214-0/+59
This is a completely new eject command, loosely modelled after the Linux eject, which is far more feature-rich than the existing FreeBSD eject. Like the Linux eject, it accepts either device names or mount points to specify the device, and supports tray-close where available. I originally contacted the author of the existing eject port, but he wasn't interested in making any such enhancements. Hence, a new eject command written entirely from scratch, with the eventual goal of supporting as many ioctls and hardware devices as possible. PR: ports/90396 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=151705