aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcweject
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/mcweject: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-212-3/+4
| | | | Approved by: portmgr (blanket)
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* Multiple ports:Jason W. Bacon2018-01-311-2/+1
| | | | | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128 Notes: svn path=/head/; revision=460452
* - Update maintainer mail addressMartin Wilke2015-12-111-3/+2
| | | | | | | | | | | | - Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493 Notes: svn path=/head/; revision=403506
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Allow staging as a regular userAntoine Brodin2014-09-142-2/+6
| | | | Notes: svn path=/head/; revision=368231
* - Update to 1.1.Raphael Kubo da Costa2014-06-296-33/+16
| | | | | | | | | | - Set LICENSE. PR: 191460 Submitted by: jwbacon@tds.net (maintainer) Notes: svn path=/head/; revision=359757
* Stagify.Vanilla I. Shu2014-06-273-10/+26
| | | | | | | Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=359522
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* 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