svn commit: r453325 - in head/deskutils: . gpicker
Yuri Victorovich
yuri at FreeBSD.org
Wed Nov 1 23:03:22 UTC 2017
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 at 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>
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
More information about the svn-ports-all
mailing list