- Update to 1.3
PR: 119971 Submitted by: "Beat Gaetzi" <beat@chruetertee.ch> Approved by: maintainer implicit
This commit is contained in:
parent
5963a99940
commit
89e410fb12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206636
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= isomaster
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://littlesvr.ca/isomaster/releases/
|
||||
|
||||
@ -40,7 +40,9 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/${i} ${DATADIR}/icons
|
||||
.endfor
|
||||
.if !defined(WITHOUT_NLS)
|
||||
.for i in bg de es fr it nl pl pt ro ru sk sq zh_CN zh_TW
|
||||
.for i in bg ca cs de el es fi fo fr he hr hu id it nb nl nn pl pt ro ru sk sq sr sl sr@latin sr@Latn sv tr uk zh_CN zh_TW
|
||||
test -d ${PREFIX}/share/locale/${i} || ${MKDIR} ${PREFIX}/share/locale/${i}
|
||||
test -d ${PREFIX}/share/locale/${i}/LC_MESSAGES || ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
|
||||
${INSTALL_DATA} ${WRKSRC}/po/${i}.mo ${PREFIX}/share/locale/${i}/LC_MESSAGES/isomaster.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (isomaster-1.1.tar.bz2) = f1c54cf16ffbce30b2f97cdc21ed0f99
|
||||
SHA256 (isomaster-1.1.tar.bz2) = efe45d9927c5898361fd6e49c809b4da3615f99609bad07edee087170f95b52b
|
||||
SIZE (isomaster-1.1.tar.bz2) = 167869
|
||||
MD5 (isomaster-1.3.tar.bz2) = 091689302dc41705706da0323c4febf3
|
||||
SHA256 (isomaster-1.3.tar.bz2) = 5b5bfaa7f47a89efdef5aa3985442c296fe51626e2b9cff08685ece506122831
|
||||
SIZE (isomaster-1.3.tar.bz2) = 191258
|
||||
|
11
sysutils/isomaster/files/patch-Makefile
Normal file
11
sysutils/isomaster/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Thu Jan 24 22:52:24 2008
|
||||
+++ Makefile Thu Jan 24 22:52:52 2008
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
isomaster: $(OBJECTS) lib iniparser
|
||||
@echo 'Linking isomaster'
|
||||
- @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
|
||||
+ @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
|
||||
|
||||
# static pattern rule
|
||||
$(OBJECTS): %.o: %.c %.h bk/bk.h Makefile
|
11
sysutils/isomaster/files/patch-bk-bkCache.c
Normal file
11
sysutils/isomaster/files/patch-bk-bkCache.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- bk/bkCache.c.orig Thu Jan 24 22:54:28 2008
|
||||
+++ bk/bkCache.c Thu Jan 24 22:54:47 2008
|
||||
@@ -21,8 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
-#include <sys/timeb.h>
|
||||
-#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "bkInternal.h"
|
@ -7,19 +7,41 @@ bin/isomaster
|
||||
%%DATADIR%%/icons/go-back-kearone.png
|
||||
%%DATADIR%%/icons/isomaster.png
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/fo/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sr@Latn/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sr@latin/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/isomaster.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/isomaster.mo
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry %%DESKTOPDIR%%
|
||||
@dirrmtry %%NLS%%share/locale/fo/LC_MESSAGES
|
||||
@dirrmtry %%NLS%%share/locale/fo
|
||||
@dirrmtry %%NLS%%share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry %%NLS%%share/locale/sr@latin
|
||||
|
Loading…
Reference in New Issue
Block a user