Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile +++ head/graphics/Makefile @@ -217,6 +217,7 @@ SUBDIR += gbm SUBDIR += gcolor SUBDIR += gcolor2 + SUBDIR += gcolor3 SUBDIR += gd SUBDIR += gdal SUBDIR += gdchart Index: head/graphics/gcolor3/Makefile =================================================================== --- head/graphics/gcolor3/Makefile +++ head/graphics/gcolor3/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= gcolor3 +PORTVERSION= 2.2 +DISTVERSIONPREFIX= v +CATEGORIES= graphics + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Simple color chooser + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf gmake gettext libtool pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes + +USE_GITHUB= yes +GH_ACCOUNT= Hjdskes + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls + +.include Index: head/graphics/gcolor3/distinfo =================================================================== --- head/graphics/gcolor3/distinfo +++ head/graphics/gcolor3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493043434 +SHA256 (Hjdskes-gcolor3-v2.2_GH0.tar.gz) = a3f67108ef7524b424b774b4b68332e45371703f61d659ce7ca1da47c7fb5590 +SIZE (Hjdskes-gcolor3-v2.2_GH0.tar.gz) = 37947 Index: head/graphics/gcolor3/pkg-descr =================================================================== --- head/graphics/gcolor3/pkg-descr +++ head/graphics/gcolor3/pkg-descr @@ -0,0 +1,9 @@ +Gcolor3 enables you to pick the color from any pixel on your screen. +It also offers a palette, so that you can easily mix and match a +couple of colors together. + +When you have found the perfect combination of colors, naturally you +want to save them. Gcolor3 allows you to conveniently save and +retrieve colors. + +WWW: https://hjdskes.github.io/projects/gcolor3/ Index: head/graphics/gcolor3/pkg-plist =================================================================== --- head/graphics/gcolor3/pkg-plist +++ head/graphics/gcolor3/pkg-plist @@ -0,0 +1,11 @@ +bin/gcolor3 +share/appdata/gcolor3.appdata.xml +share/applications/gcolor3.desktop +share/icons/hicolor/scalable/apps/gcolor3.svg +%%NLS%%share/locale/de_DE/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/fr/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/nl/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/sr/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/sv/LC_MESSAGES/Gcolor3.mo +%%NLS%%share/locale/uk/LC_MESSAGES/Gcolor3.mo