From owner-svn-ports-head@freebsd.org Wed Nov 1 23:03:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 446ADE66779; Wed, 1 Nov 2017 23:03:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13EF425F5; Wed, 1 Nov 2017 23:03:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA1N3L6V069836; Wed, 1 Nov 2017 23:03:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA1N3Kh5069832; Wed, 1 Nov 2017 23:03:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711012303.vA1N3Kh5069832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 1 Nov 2017 23:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453325 - in head/deskutils: . gpicker X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/deskutils: . gpicker X-SVN-Commit-Revision: 453325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 23:03:22 -0000 Author: yuri Date: Wed Nov 1 23:03:20 2017 New Revision: 453325 URL: https://svnweb.freebsd.org/changeset/ports/453325 Log: New port: deskutils/gpicker: Program allowing to quickly pick a file in a large project PR: 215986 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12886 Added: head/deskutils/gpicker/ head/deskutils/gpicker/Makefile (contents, props changed) head/deskutils/gpicker/distinfo (contents, props changed) head/deskutils/gpicker/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Nov 1 22:59:24 2017 (r453324) +++ head/deskutils/Makefile Wed Nov 1 23:03:20 2017 (r453325) @@ -92,6 +92,7 @@ SUBDIR += gnustep-wrapper SUBDIR += go-for-it SUBDIR += gourmet + SUBDIR += gpicker SUBDIR += griffith SUBDIR += growl-for-linux SUBDIR += gruler Added: head/deskutils/gpicker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gpicker/Makefile Wed Nov 1 23:03:20 2017 (r453325) @@ -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 Added: head/deskutils/gpicker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gpicker/distinfo Wed Nov 1 23:03:20 2017 (r453325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484208021 +SHA256 (gpicker-2.3.tar.gz) = 565b39aaca0e6d3b824eaa3f589200c6ac16abfb2377a82d923e3d47c43f9a4b +SIZE (gpicker-2.3.tar.gz) = 250338 Added: head/deskutils/gpicker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gpicker/pkg-descr Wed Nov 1 23:03:20 2017 (r453325) @@ -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