aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gtkfind
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove dependency on X_CLIENTS_PORTSmiwi2008-03-081-3/+4
| | | | | PR: 121470 Submitted by: Chess Griffin <chess@chessgriffin.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-2/+2
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Reset maintainer at his request due to current lack of FreeBSD time.linimon2006-03-191-1/+1
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Unbreak by adding dependeny on XFree86-4-clients.arved2002-11-072-7/+11
| | | | | | | | Respect CFLAGS Don't install an own version of mktmp. Approved by: billf (maintainer) PR: 43456
* Deploy USE_GNOMENG infrastructurelioux2002-09-011-1/+2
| | | | | PR: 42286 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* BROKEN: Missing a dependency on xtermkris2002-05-181-0/+2
|
* Implement USE_GTK, part 2.reg2000-10-051-6/+4
|
* Now that USE_IMAKE is gone, we need to explicitly define USE_X_PREFIXbillf2000-09-161-0/+1
| | | | Submitted by: ade
* Remove USE_IMAKE, it just breaks things.billf2000-09-161-2/+1
| | | | Submitted by: ade
* USE_IMAKEalex2000-08-181-0/+1
| | | | Approved by: billf (maintainer)
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Upgrade to gtkfind1.1billf1999-12-252-3/+10
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Update to use gtk version 1.2.3.steve1999-05-291-2/+2
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* gtk11 -> gtk12mharo1999-04-221-2/+2
|
* Upgrade to 0.10, change depends to gtk11-devel.vanilla1999-01-243-12/+10
|
* Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.nectar1999-01-231-2/+3
|
* Loose gmake dependency, patch the port's Makefile so we don't have to runbillf1998-11-191-10/+3
| | | | | | | sed on it, other small, yet really nice fixes. Thanks Vanilla. Reviewed by: Bill Fumerola <billf@FreeBSD.org> Submitted by: Vanilla Shu <vanilla@FreeBSD.org>
* Initial import of gtkfind, a gtk-enhanced interface to the find(1)billf1998-11-185-0/+37
command. PR: ports/8126