mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
new port: graphics/gqview-devel
gqview-devel is development (GTK2) version of GQview. PR: 48959 Submitted by: Andrew Dolgov <cthulhu@cthulhu.ru>
This commit is contained in:
parent
1995afb5cf
commit
71c44ad7d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83153
@ -115,6 +115,7 @@
|
||||
SUBDIR += gphoto2
|
||||
SUBDIR += gplot
|
||||
SUBDIR += gqview
|
||||
SUBDIR += gqview-devel
|
||||
SUBDIR += gracula
|
||||
SUBDIR += graphviz
|
||||
SUBDIR += gridpix
|
||||
|
37
graphics/gqview-devel/Makefile
Normal file
37
graphics/gqview-devel/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: gqview-devel
|
||||
# Date Created: 5 March 2003
|
||||
# Whom: Andrew Dolgov <cthulhu@cthulhu.ru>
|
||||
# based on graphics/gqview port
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gqview
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= cthulhu@cthulhu.ru
|
||||
COMMENT= Another gtk2-based graphic file viewer
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
MAN1= gqview.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/gqview
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
graphics/gqview-devel/distinfo
Normal file
1
graphics/gqview-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gqview-1.3.1.tar.gz) = 339e64d5454c8e831887f05983e184e6
|
12
graphics/gqview-devel/files/patch-aa
Normal file
12
graphics/gqview-devel/files/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
*** src/exif.c.orig Wed Mar 5 20:01:10 2003
|
||||
--- src/exif.c Wed Mar 5 20:01:27 2003
|
||||
***************
|
||||
*** 23,29 ****
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
- #include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
--- 23,28 ----
|
6
graphics/gqview-devel/pkg-descr
Normal file
6
graphics/gqview-devel/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Another gtk2-based graphic file viewer.
|
||||
|
||||
WWW: http://gqview.sourceforge.net/
|
||||
|
||||
-Vanilla
|
||||
vanilla@FreeBSD.ORG
|
26
graphics/gqview-devel/pkg-plist
Normal file
26
graphics/gqview-devel/pkg-plist
Normal file
@ -0,0 +1,26 @@
|
||||
bin/gqview
|
||||
%%PORTDOCS%%share/doc/gqview/README
|
||||
share/gqview/README
|
||||
share/locale/cs/LC_MESSAGES/gqview.mo
|
||||
share/locale/da/LC_MESSAGES/gqview.mo
|
||||
share/locale/de/LC_MESSAGES/gqview.mo
|
||||
share/locale/es/LC_MESSAGES/gqview.mo
|
||||
share/locale/et/LC_MESSAGES/gqview.mo
|
||||
share/locale/fi/LC_MESSAGES/gqview.mo
|
||||
share/locale/fr/LC_MESSAGES/gqview.mo
|
||||
share/locale/hu/LC_MESSAGES/gqview.mo
|
||||
share/locale/it/LC_MESSAGES/gqview.mo
|
||||
share/locale/ja/LC_MESSAGES/gqview.mo
|
||||
share/locale/nl/LC_MESSAGES/gqview.mo
|
||||
share/locale/no/LC_MESSAGES/gqview.mo
|
||||
share/locale/pl/LC_MESSAGES/gqview.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gqview.mo
|
||||
share/locale/ru/LC_MESSAGES/gqview.mo
|
||||
share/locale/sk/LC_MESSAGES/gqview.mo
|
||||
share/locale/sl/LC_MESSAGES/gqview.mo
|
||||
share/locale/tr/LC_MESSAGES/gqview.mo
|
||||
share/locale/uk/LC_MESSAGES/gqview.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gqview.mo
|
||||
%%PORTDOCS%%@dirrm share/doc/gqview
|
||||
@dirrm share/gqview
|
Loading…
Reference in New Issue
Block a user