Index: head/deskutils/Makefile =================================================================== --- head/deskutils/Makefile +++ head/deskutils/Makefile @@ -92,6 +92,7 @@ SUBDIR += gnustep-wrapper SUBDIR += go-for-it SUBDIR += gourmet + SUBDIR += gpicker SUBDIR += griffith SUBDIR += growl-for-linux SUBDIR += gruler Index: head/deskutils/gpicker/Makefile =================================================================== --- head/deskutils/gpicker/Makefile +++ head/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 Index: head/deskutils/gpicker/distinfo =================================================================== --- head/deskutils/gpicker/distinfo +++ head/deskutils/gpicker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484208021 +SHA256 (gpicker-2.3.tar.gz) = 565b39aaca0e6d3b824eaa3f589200c6ac16abfb2377a82d923e3d47c43f9a4b +SIZE (gpicker-2.3.tar.gz) = 250338 Index: head/deskutils/gpicker/pkg-descr =================================================================== --- head/deskutils/gpicker/pkg-descr +++ head/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