svn commit: r378738 - in head/x11-toolkits: fltk fltk-devel
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Feb 9 16:06:27 UTC 2015
Author: danfe
Date: Mon Feb 9 16:06:25 2015
New Revision: 378738
URL: https://svnweb.freebsd.org/changeset/ports/378738
QAT: https://qat.redports.org/buildarchive/r378738/
Log:
Augment FLTK ports' descriptions.
Modified:
head/x11-toolkits/fltk-devel/pkg-descr
head/x11-toolkits/fltk/pkg-descr
Modified: head/x11-toolkits/fltk-devel/pkg-descr
==============================================================================
--- head/x11-toolkits/fltk-devel/pkg-descr Mon Feb 9 15:33:54 2015 (r378737)
+++ head/x11-toolkits/fltk-devel/pkg-descr Mon Feb 9 16:06:25 2015 (r378738)
@@ -1,8 +1,13 @@
The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++
-graphical user interface for X.
+graphical user interface for X11.
+
FLTK provides modern GUI functionality without the bloat and supports
3D graphics via OpenGL and its built-in GLUT emulation.
+FLTK is designed to be small and modular enough to be statically linked,
+but works fine as a shared library. FLTK also includes an excellent UI
+builder called FLUID that can be used to create applications in minutes.
+
This port tracks the development snapshot releases of FLTK.
WWW: http://www.fltk.org/
Modified: head/x11-toolkits/fltk/pkg-descr
==============================================================================
--- head/x11-toolkits/fltk/pkg-descr Mon Feb 9 15:33:54 2015 (r378737)
+++ head/x11-toolkits/fltk/pkg-descr Mon Feb 9 16:06:25 2015 (r378738)
@@ -1,6 +1,11 @@
The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++
-graphical user interface for X.
+graphical user interface for X11.
+
FLTK provides modern GUI functionality without the bloat and supports
3D graphics via OpenGL and its built-in GLUT emulation.
+FLTK is designed to be small and modular enough to be statically linked,
+but works fine as a shared library. FLTK also includes an excellent UI
+builder called FLUID that can be used to create applications in minutes.
+
WWW: http://www.fltk.org/
More information about the svn-ports-head
mailing list