aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-FontDialog
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Update to 0.15Martin Wilke2008-09-302-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 127729 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=221047
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.14 (noop)Andrew Pantyukhin2007-10-292-5/+4
| | | | Notes: svn path=/head/; revision=202318
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add port x11-toolkits/p5-Tk-FontDialog:Andrew Pantyukhin2007-04-174-0/+41
Tk::FontDialog implements a font dialog widget. The dialog is displayed by calling the Show method. The returned value is either the selected font (if the dialog was closed with the Ok button) or undef (otherwise). The exact type of the return value is either a Tk::Font object (in Tk800) or a font name string (usually something like font1). Both can be used as values in Tk -font options. WWW: http://search.cpan.org/dist/Tk-FontDialog/ Author: Slaven Rezic <slaven@rezic.de> Notes: svn path=/head/; revision=190177