summaryrefslogtreecommitdiff
path: root/devel/pmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various brokenness in pmk(1) and update to 0.9.2.Sean Chittenden2005-02-024-7/+6
| | | | Notes: svn path=/head/; revision=127879
* Update pmk to 0.9.0.Sean Chittenden2005-01-163-4/+5
| | | | Notes: svn path=/head/; revision=126624
* Update pmk to 0.8.2.Sean Chittenden2004-12-182-4/+3
| | | | Notes: svn path=/head/; revision=124369
* Fix plist droppings when a pmk.conf file wasn't already in existence. AfterSean Chittenden2004-12-073-2/+5
| | | | | | | | | | | | this commit, it is now possible to depend on pmk as a build dependency and have it work 100% correctly as a package or port. Previously, one would have to call pmksetup(1), now this is no longer required. Port version bump. Pointed out by: kris Notes: svn path=/head/; revision=123417
* Update pmk to run pmksetup by default and remove pmk.conf only if it's theSean Chittenden2004-11-303-0/+31
| | | | | | | same as the default config. Bump port version. Notes: svn path=/head/; revision=122793
* I'm not sure how I missed committing this file, but commit the update.Sean Chittenden2004-06-261-2/+2
| | | | | | | Submitted by: Kris Kennaway Notes: svn path=/head/; revision=112304
* Update pmk to the latest stable version, 0.8.1. Now including a tutorial,Sean Chittenden2004-06-252-8/+9
| | | | | | | | | | | | examples, better docs, and a shiny new website! But wait, there's more! If you order your autoconf replacement today, at no additional charge we'll include six months worth of bug fixes!!! PR: ports/68248 Submitted by: David Bremner Notes: svn path=/head/; revision=112267
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* pmk has moved from premk.sf.net to pmk.sf.net. Update WWW accordingly.Sean Chittenden2003-11-181-1/+1
| | | | Notes: svn path=/head/; revision=94246
* A clean build revealed use of the wrong make variable. Correct bogon.Sean Chittenden2003-10-131-1/+1
| | | | Notes: svn path=/head/; revision=91101
* Add pmk, "Pre Make Kit." pmk is a sane and BSDL autoconf replacement.Sean Chittenden2003-10-134-0/+50
There are no dependencies on external software and the syntax of .pmk files is more than tollerable. A quick example of the syntax can be found here (scroll down to the pmkscan section): http://premk.sourceforge.net/example.html Notes: svn path=/head/; revision=91076