diff options
Diffstat (limited to 'graphics/gcolor3')
-rw-r--r-- | graphics/gcolor3/Makefile | 27 | ||||
-rw-r--r-- | graphics/gcolor3/distinfo | 3 | ||||
-rw-r--r-- | graphics/gcolor3/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/gcolor3/pkg-plist | 11 |
4 files changed, 50 insertions, 0 deletions
diff --git a/graphics/gcolor3/Makefile b/graphics/gcolor3/Makefile new file mode 100644 index 000000000000..298c19454f0d --- /dev/null +++ b/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 <bsd.port.mk> diff --git a/graphics/gcolor3/distinfo b/graphics/gcolor3/distinfo new file mode 100644 index 000000000000..f96be6bd3713 --- /dev/null +++ b/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 diff --git a/graphics/gcolor3/pkg-descr b/graphics/gcolor3/pkg-descr new file mode 100644 index 000000000000..b9757ffad32f --- /dev/null +++ b/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/ diff --git a/graphics/gcolor3/pkg-plist b/graphics/gcolor3/pkg-plist new file mode 100644 index 000000000000..b7effd604fa9 --- /dev/null +++ b/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 |