summaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spell pronounced correctly.Steve Price2002-03-291-1/+1
| | | | Notes: svn path=/head/; revision=56885
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Fix typo (DICSDIR -> DOCSDIR).Dmitry Sivachenko2001-07-191-1/+1
| | | | | | | Submitted by: Per Andersson <pa@cdg.chalmers.se> Notes: svn path=/head/; revision=45241
* Utilize DATADIR and DOCSDIR.Dmitry Sivachenko2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=45137
* Fix detection of pthreaded MesaGL.Maxim Sobolev2001-04-171-1/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=41527
* Argh! The XUnicode option was not correctly turned on..Akinori MUSHA2001-03-181-0/+3
| | | | | | | | | | Bump PORTREVISION for fltk-xunicode. Pointed out by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> Pointy hat to: knu Notes: svn path=/head/; revision=40016
* Update fltk to 1.0.10, fltk-xunicode to 1.0.10.20010114.Akinori MUSHA2001-02-245-54/+21
| | | | | | | Approved by: demon (MAINTAINER) Notes: svn path=/head/; revision=38674
* List myself as the maintainer of fltk-xunicode. Change MAINTAINER= inAkinori MUSHA2001-02-231-1/+1
| | | | | | | | | fltk/Makefile to MAINTAINER?= . Define COMMENT properly for fltk-xunicode. Notes: svn path=/head/; revision=38653
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.Akinori MUSHA2000-08-254-3/+57
| | | | | | | Approved by: Dmitry S. Sivachenko <dima@chg.ru> (MAINTAINER of fltk) Notes: svn path=/head/; revision=31976
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Update to version 1.0.9.Steve Price2000-07-074-29/+15
| | | | | | | | PR: 19671 Submitted by: maintainer Notes: svn path=/head/; revision=30336
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradeJustin M. Seger2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26874
* Update port to 1.0.7Chris D. Faulhaber2000-01-284-11/+13
| | | | | | | | PR: 16400 Submitted by: Maintainer Notes: svn path=/head/; revision=25133
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Fix rev 1.7: ports use ${PORTOBJFORMAT}.Bill Fenner1999-05-141-2/+2
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=18825
* Update to version 1.0.3 and cleanup a few nits.Steve Price1999-05-094-25/+31
| | | | | | | | PR: 11583 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18643
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18424
* mark as broken for aoutMichael Haro1999-05-011-2/+7
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=18300
* Update version required comment too.Steve Price1999-05-011-2/+2
| | | | Notes: svn path=/head/; revision=18253
* upgrade to 1.0.2Michael Haro1999-04-263-17/+13
| | | | | | | | PR: 11328 Submitted by: maintainer and Chris Piazza Notes: svn path=/head/; revision=18143
* Update to version 1.0.1Satoshi Taoka1999-04-164-29/+188
| | | | | | | | PR: 11142 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=17905
* x11-toolkits, not x11-toolkitBill Fumerola1999-04-091-2/+2
| | | | Notes: svn path=/head/; revision=17750
* Add a LIB_DEPEND for mesaBill Fumerola1999-03-151-1/+3
| | | | Notes: svn path=/head/; revision=17239
* The Fast Light ToolKit ("FLTK", pronounces "fulltick") is a LGPL'd C++Bill Fumerola1999-03-075-0/+272
graphical user interface for X. http://fltk.easysw.com PR: ports/10036 and ports/10053 Submitted by: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=17044