Add port graphics/gx:
gx is a small image viewer for Unix written in C++ (using gtkmm). It can rotate, rescale, and zoom in/out an image. WWW: http://perticone.homelinux.net/sergio/c++/gx/ Author: Sergio Perticone <gall0ws@tiscali.it>
This commit is contained in:
parent
00a40ddf76
commit
b5b913a783
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193189
5 changed files with 40 additions and 0 deletions
|
@ -252,6 +252,7 @@
|
|||
SUBDIR += guilib
|
||||
SUBDIR += gview
|
||||
SUBDIR += gwenview
|
||||
SUBDIR += gx
|
||||
SUBDIR += hobbes-icons-xpm
|
||||
SUBDIR += hpoj
|
||||
SUBDIR += hppsmtools
|
||||
|
|
23
graphics/gx/Makefile
Normal file
23
graphics/gx/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: gx
|
||||
# Date created: 11 June 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gx
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ CENKES
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Lightweight image viewer
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
||||
gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
|
||||
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
||||
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/gx/distinfo
Normal file
3
graphics/gx/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gx-0.4.0.tar.gz) = 4aacbf154469a19cda1c29cfa6338082
|
||||
SHA256 (gx-0.4.0.tar.gz) = 4367995f0d7ebe2973a077291e5277ccb2746b32c1088baa705564833cf59e76
|
||||
SIZE (gx-0.4.0.tar.gz) = 378729
|
5
graphics/gx/pkg-descr
Normal file
5
graphics/gx/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
gx is a small image viewer for Unix written in C++ (using gtkmm). It
|
||||
can rotate, rescale, and zoom in/out an image.
|
||||
|
||||
WWW: http://perticone.homelinux.net/sergio/c++/gx/
|
||||
Author: Sergio Perticone <gall0ws@tiscali.it>
|
8
graphics/gx/pkg-plist
Normal file
8
graphics/gx/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/gx
|
||||
share/app-install/icons/gx.png
|
||||
share/app-install/desktop/gx.desktop
|
||||
share/pixmaps/gx.png
|
||||
share/pixmaps/gx_logo.png
|
||||
@dirrmtry share/app-install/icons
|
||||
@dirrmtry share/app-install/desktop
|
||||
@dirrmtry share/app-install
|
Loading…
Reference in a new issue