aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/color-widgets-qt5
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-07-22 19:12:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-07-22 19:12:55 +0000
commitd5fc1155818ef508296aea9d5fde3131387401d7 (patch)
tree538443f074864b6a1bc632a7999cbb27aab19f42 /x11-toolkits/color-widgets-qt5
parentb0cb8f3a8650f25359bebed028295b1b632bc2e3 (diff)
downloadports-d5fc1155818ef508296aea9d5fde3131387401d7.tar.gz
ports-d5fc1155818ef508296aea9d5fde3131387401d7.zip
x11-toolkits/color-widgets-qt5: Remove a redundant line; Add to pkg-descr
Notes
Notes: svn path=/head/; revision=542889
Diffstat (limited to 'x11-toolkits/color-widgets-qt5')
-rw-r--r--x11-toolkits/color-widgets-qt5/Makefile1
-rw-r--r--x11-toolkits/color-widgets-qt5/pkg-descr18
2 files changed, 18 insertions, 1 deletions
diff --git a/x11-toolkits/color-widgets-qt5/Makefile b/x11-toolkits/color-widgets-qt5/Makefile
index 9b0c093e6d54..50d6772f8670 100644
--- a/x11-toolkits/color-widgets-qt5/Makefile
+++ b/x11-toolkits/color-widgets-qt5/Makefile
@@ -18,7 +18,6 @@ USE_LDCONFIG= yes
SUFFIX= -qt5
USE_GITLAB= yes
-GL_SITE= https://gitlab.com/
GL_ACCOUNT= mattia.basaglia
GL_PROJECT= Qt-Color-Widgets
GL_COMMIT= f2eca13bbc836cec09daae02579f10d5e85e71e8
diff --git a/x11-toolkits/color-widgets-qt5/pkg-descr b/x11-toolkits/color-widgets-qt5/pkg-descr
index cfbc1e9ae9e2..10ce514ef89b 100644
--- a/x11-toolkits/color-widgets-qt5/pkg-descr
+++ b/x11-toolkits/color-widgets-qt5/pkg-descr
@@ -1,4 +1,22 @@
Qt-Color-Widgets is a color dialog that is more user-friendly than the default
QColorDialog and several other color-related widgets.
+The provided widgets are:
+* ColorWheel, An analog widget used to select a color
+* ColorPreview, A simple widget that displays a color
+* GradientSlider, A slider that has a gradient background
+* HueSlider, A variant of GradientSlider that has a rainbow background
+* ColorSelector, A ColorPreview that shows a ColorDialog when clicked
+* ColorDialog, A dialog that uses the above widgets to provide a better user
+ experience than QColorDialog
+* ColorListWidget, A widget to edit a list of colors
+* Swatch, A widget to display a color palette
+* ColorPaletteWidget, A widget to use and manage a list of palettes
+* Color2DSlider, An analog widget used to select 2 color components
+* ColorLineEdit, A widget to manipulate a string representing a color
+* HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
+ separated by hue
+* GradientListModel, A QAbstractListModel used to list gradients (useful for
+ comboboxes, list views and the like)
+
WWW: https://gitlab.com/mattia.basaglia/Qt-Color-Widgets