mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
add new port: sysutils/gigolo
Gigolo is a frontend to easily manage connections to local and remote filesystems using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such. It is part of the Xfce Goodies project and the Subversion respository is hosted on the Xfce servers though it does not have any hard Xfce dependencies and can be used on other desktop environments as well. The only hard dependency is GTK2. WWW: http://www.uvena.de/gigolo/ PR: 170020 Submitted by: nemysis@gmx.ch Feature safe: yes
This commit is contained in:
parent
69ba078f35
commit
97b1f03056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308356
@ -311,6 +311,7 @@
|
||||
SUBDIR += geomgui
|
||||
SUBDIR += getdelta
|
||||
SUBDIR += geteltorito
|
||||
SUBDIR += gigolo
|
||||
SUBDIR += gkfreq
|
||||
SUBDIR += gkleds2
|
||||
SUBDIR += gkrellfire
|
||||
|
36
sysutils/gigolo/Makefile
Normal file
36
sysutils/gigolo/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# Created by: nemysis@gmx.ch
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gigolo
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.uvena.de/gigolo/
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Frontend to easily manage filesystem connections
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20 gvfs
|
||||
USE_XORG= x11
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
|
||||
MAN1= gigolo.1
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README TODO COPYING
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf configure --mandir=${PREFIX}/man
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/gigolo/distinfo
Normal file
2
sysutils/gigolo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gigolo-0.4.1.tar.bz2) = 82f3b5f0ce3ff19c1facac1c89117d67bdf1d4fac66e42fb7a98a8b0d74a17f9
|
||||
SIZE (gigolo-0.4.1.tar.bz2) = 194112
|
10
sysutils/gigolo/pkg-descr
Normal file
10
sysutils/gigolo/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Gigolo is a frontend to easily manage connections to local and
|
||||
remote filesystems using GIO/GVfs. It allows you to
|
||||
quickly connect/mount a remote filesystem and manage bookmarks of such.
|
||||
|
||||
It is part of the Xfce Goodies project and the Subversion respository
|
||||
is hosted on the Xfce servers though it does not have any hard
|
||||
Xfce dependencies and can be used on other desktop environments as well.
|
||||
The only hard dependency is GTK2.
|
||||
|
||||
WWW: http://www.uvena.de/gigolo/
|
44
sysutils/gigolo/pkg-plist
Normal file
44
sysutils/gigolo/pkg-plist
Normal file
@ -0,0 +1,44 @@
|
||||
bin/gigolo
|
||||
share/applications/gigolo.desktop
|
||||
share/locale/bg/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ca/LC_MESSAGES/gigolo.mo
|
||||
share/locale/cs/LC_MESSAGES/gigolo.mo
|
||||
share/locale/da/LC_MESSAGES/gigolo.mo
|
||||
share/locale/de/LC_MESSAGES/gigolo.mo
|
||||
share/locale/el/LC_MESSAGES/gigolo.mo
|
||||
share/locale/es/LC_MESSAGES/gigolo.mo
|
||||
share/locale/eu/LC_MESSAGES/gigolo.mo
|
||||
share/locale/fi/LC_MESSAGES/gigolo.mo
|
||||
share/locale/fr/LC_MESSAGES/gigolo.mo
|
||||
share/locale/gl/LC_MESSAGES/gigolo.mo
|
||||
share/locale/hr/LC_MESSAGES/gigolo.mo
|
||||
share/locale/hu/LC_MESSAGES/gigolo.mo
|
||||
share/locale/id/LC_MESSAGES/gigolo.mo
|
||||
share/locale/it/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ja/LC_MESSAGES/gigolo.mo
|
||||
share/locale/lv/LC_MESSAGES/gigolo.mo
|
||||
share/locale/nl/LC_MESSAGES/gigolo.mo
|
||||
share/locale/pl/LC_MESSAGES/gigolo.mo
|
||||
share/locale/pt/LC_MESSAGES/gigolo.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ru/LC_MESSAGES/gigolo.mo
|
||||
share/locale/sk/LC_MESSAGES/gigolo.mo
|
||||
share/locale/sv/LC_MESSAGES/gigolo.mo
|
||||
share/locale/tr/LC_MESSAGES/gigolo.mo
|
||||
share/locale/uk/LC_MESSAGES/gigolo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ast/LC_MESSAGES/gigolo.mo
|
||||
share/locale/kk/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ug/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ur/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/gigolo.mo
|
||||
@dirrmtry share/locale/ur_PK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur_PK
|
||||
@dirrmtry share/locale/ur
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user