mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to latest nip2-7.10.21
This commit is contained in:
parent
0f49663203
commit
17a13e2b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179757
4 changed files with 36 additions and 6 deletions
|
@ -6,15 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= nip2
|
||||
PORTVERSION= 7.10.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.10.21
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.10/
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= Graphical user interface for VIPS
|
||||
|
||||
LIB_DEPENDS= vips.14:${PORTSDIR}/graphics/vips \
|
||||
LIB_DEPENDS= vips.18:${PORTSDIR}/graphics/vips \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (nip2-7.10.10.tar.gz) = b2216f33d4a707d5e0dc6aa3572f3ed0
|
||||
SHA256 (nip2-7.10.10.tar.gz) = 226f43440cb0c678b67de2fb85f64879899bb27cf6f156d72b15d5647336dc23
|
||||
SIZE (nip2-7.10.10.tar.gz) = 12366690
|
||||
MD5 (nip2-7.10.21.tar.gz) = 25ab1f179c350d43746b66c90156013e
|
||||
SHA256 (nip2-7.10.21.tar.gz) = 83745506c88d48c8fc900f29dd8daca9c762059152cbc4c4627a8e712f3e5cb4
|
||||
SIZE (nip2-7.10.21.tar.gz) = 12374798
|
||||
|
|
22
graphics/nip2/files/patch-po-Makefile.in.in
Normal file
22
graphics/nip2/files/patch-po-Makefile.in.in
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- po/Makefile.in.in.orig Thu Dec 14 17:24:22 2006
|
||||
+++ po/Makefile.in.in Thu Dec 14 17:24:51 2006
|
||||
@@ -34,7 +34,7 @@
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||
+itlocaledir = $(datadir)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
||||
@@ -44,8 +44,8 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
-GMSGFMT = @GMSGFMT@
|
||||
-MSGFMT = @MSGFMT@
|
||||
+GMSGFMT = @INTLTOOL_MSGFMT@
|
||||
+MSGFMT = @INTLTOOL_MSGFMT@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
|
@ -1,5 +1,7 @@
|
|||
bin/nip2
|
||||
bin/run-nip2.sh
|
||||
share/locale/en_GB/LC_MESSAGES/nip2.mo
|
||||
share/locale/malkovich/LC_MESSAGES/nip2.mo
|
||||
share/nip2/compat/7.8/Capture.def
|
||||
share/nip2/compat/7.8/Colour.def
|
||||
share/nip2/compat/7.8/Filter.def
|
||||
|
@ -95,6 +97,12 @@ share/nip2/data/macbeth_lab_d65.mat
|
|||
share/nip2/data/nip-slider-16.png
|
||||
share/nip2/data/rachel.con
|
||||
share/nip2/data/sRGB.icm
|
||||
share/nip2/data/stock-led-blue-18.png
|
||||
share/nip2/data/stock-led-cyan-18.png
|
||||
share/nip2/data/stock-led-green-18.png
|
||||
share/nip2/data/stock-led-off-18.png
|
||||
share/nip2/data/stock-led-red-18.png
|
||||
share/nip2/data/stock-led-yellow-18.png
|
||||
share/nip2/data/stock-tool-bucket-fill-22.png
|
||||
share/nip2/data/stock-tool-ink-22.png
|
||||
share/nip2/data/stock-tool-move-22.png
|
||||
|
|
Loading…
Add table
Reference in a new issue