aboutsummaryrefslogtreecommitdiff
path: root/x11/yalias
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-12-081-2/+0
| | | | Notes: svn path=/head/; revision=374311
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-081-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364347
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360682
* Remove ftp://ftp.i-scream.org/ master site. The http equivalent stillTim Bishop2014-05-131-1/+0
| | | | | | | exists. Also remove DIST_SUBDIR where there's no need to have it. Notes: svn path=/head/; revision=353951
* Support stagedir.Vanilla I. Shu2014-01-113-4/+20
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339414
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-5/+2
| | | | Notes: svn path=/head/; revision=327018
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove USE_X_PREFIX and bump PORTREVISION.Tim Bishop2006-12-151-4/+2
| | | | | | | - Minor style change to Makefile. Notes: svn path=/head/; revision=179853
* - Change maintainer to my @FreeBSD.org address.Tim Bishop2005-12-012-1/+2
| | | | | | | | | - Add SHA256 checksum. Approved by: clement (mentor) Notes: svn path=/head/; revision=150154
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - update MASTER_SITES;Thierry Thomas2004-11-142-3/+5
| | | | | | | | | | - make portlint happy. PR: ports/73940 Submitted by: maintainer. Notes: svn path=/head/; revision=121606
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to version 0.7Kirill Ponomarev2004-04-062-4/+3
| | | | | | | | PR: ports/65247 Submitted by: maintainer Notes: svn path=/head/; revision=106314
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Use SIZEPav Lucistnik2004-02-071-0/+1
| | | | | | | | PR: ports/62483 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=100263
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 0.6Pav Lucistnik2004-01-072-2/+2
| | | | | | | | PR: ports/61035 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=97617
* - Update to version 0.5Kirill Ponomarev2003-10-123-3/+10
| | | | | | | | PR: 57900 Submitted by: maintainer Notes: svn path=/head/; revision=90931
* New port: x11/yalias: an execution box with regex matchingEdwin Groothuis2003-10-074-0/+37
yalias has a window with two buttons and a text widget. The left button clears the widget (and is bound to the Escape key). The right button matches the contents of the widget against a series of regular expressions that the user has previously specified in their $HOME/.yaliasrc, and executes the specified command if it matches any of them. PR: ports/56611 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=90564