diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-01 23:03:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-01 23:03:20 +0000 |
commit | b3bcafeb6586e0b390e948e6bd27d90f40617b68 (patch) | |
tree | 7f7dd01d85c4998822a3285866073cd396532478 /deskutils/gpicker | |
parent | 9d3cb15a8937500f4d37e888f4227987c2318618 (diff) |
Notes
Diffstat (limited to 'deskutils/gpicker')
-rw-r--r-- | deskutils/gpicker/Makefile | 23 | ||||
-rw-r--r-- | deskutils/gpicker/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gpicker/pkg-descr | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/deskutils/gpicker/Makefile b/deskutils/gpicker/Makefile new file mode 100644 index 000000000000..44acfda9913d --- /dev/null +++ b/deskutils/gpicker/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gpicker +DISTVERSION= 2.3 +CATEGORIES= deskutils +MASTER_SITES= SAVANNAH/${PORTNAME} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Program allowing to quickly pick a file in a large project + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gmake gettext-runtime pkgconfig +USE_GNOME= gtk20 cairo gdkpixbuf2 +GNU_CONFIGURE= yes + +PLIST_FILES= bin/gpicker bin/gpicker-simple man/man1/gpicker-simple.1.gz man/man1/gpicker.1.gz + +.include <bsd.port.mk> diff --git a/deskutils/gpicker/distinfo b/deskutils/gpicker/distinfo new file mode 100644 index 000000000000..5fae51d3ef9a --- /dev/null +++ b/deskutils/gpicker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484208021 +SHA256 (gpicker-2.3.tar.gz) = 565b39aaca0e6d3b824eaa3f589200c6ac16abfb2377a82d923e3d47c43f9a4b +SIZE (gpicker-2.3.tar.gz) = 250338 diff --git a/deskutils/gpicker/pkg-descr b/deskutils/gpicker/pkg-descr new file mode 100644 index 000000000000..eba886a87fe4 --- /dev/null +++ b/deskutils/gpicker/pkg-descr @@ -0,0 +1,7 @@ +gpicker is a program that allows you to quickly and conveniently pick file +in a (possibly very large) project. You type significant letters of file name +(typically from the start of words) and gpicker provides you with a list of +files you most likely mean to pick. The program filters and orders project's +list of files in real-time as you type. + +WWW: http://savannah.nongnu.org/projects/gpicker |