aboutsummaryrefslogtreecommitdiff
path: root/devel/configgen
Commit message (Collapse)AuthorAgeFilesLines
* Rename this ports to use the real vendor package name. The advantage of thisJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for deskutils/superswitcher, devel/configgen and devel/gnome2-hacker-tools, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163654
* - Don't depend on gnu-libtool anymore since devel/libtool15 is not patchedMichael Johnson2006-05-221-1/+1
| | | | Notes: svn path=/head/; revision=163097
* - Update to 1.15Michael Johnson2006-05-113-5/+6
| | | | Notes: svn path=/head/; revision=162092
* - Update to 1.14 to work with new libtool changesMichael Johnson2006-02-242-4/+4
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156765
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.13 to better handle gnome packages.Michael Johnson2005-12-082-4/+4
| | | | Notes: svn path=/head/; revision=150637
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Add configgenMichael Johnson2005-09-153-0/+67
Simple script that makes life a little easier with gnu-autotools on FreeBSD. Configgen takes all the guess work out of figuring out paths, gnu-autotools versions, and more. Configgen can simply be run in a source directory and it will figure out which versions of autotools to use and the best way to auto-generate a configure script or you can specify a command below. -gnu Create generic gnu configure script -gnome Create gnome specific configure script -bsd Use FreeBSD auto-tools (versions: libtool15, automake15, autoconf253) -bsd14 Use FreeBSD auto-tools (versions: libtool13, automake14, autoconf213) -bsd19 Use FreeBSD auto-tools (versions: libtool15, automake19, autoconf259) <config> Specify a auto-gen configure script Notes: svn path=/head/; revision=142788