Upgrade graphics/xaralx-devel from 0.7r1640 to 0.7r1687
This commit is contained in:
parent
d749002517
commit
cef93a952f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170340
5 changed files with 2490 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 0.7r1640
|
||||
PORTVERSION= 0.7r1687
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (XaraLX-0.7r1640.tar.bz2) = a43b69c7940dd818cd9cb32b2a7cbdd9
|
||||
SHA256 (XaraLX-0.7r1640.tar.bz2) = 98d24d6b0f8bd11424b34faadcc6af6634a4a30d64d5221c49b7a945d48b6d2d
|
||||
SIZE (XaraLX-0.7r1640.tar.bz2) = 26850588
|
||||
MD5 (XaraLX-0.7r1687.tar.bz2) = 221b46813034872fce28a21f62714f03
|
||||
SHA256 (XaraLX-0.7r1687.tar.bz2) = ad5bb4ebf2f9f68088592904645f3b99449cc2559183889fcef4f185b874ec05
|
||||
SIZE (XaraLX-0.7r1687.tar.bz2) = 27539995
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -44,13 +44,12 @@ USE_GCC= 3.4+
|
|||
MAN1= xaralx${PKGNAMESUFFIX}.1
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCS_IN_WRKSRC= AUTHORS GPL LICENSE README
|
||||
DOCS= AUTHORS GPL LICENSE README doc/gifutil.txt doc/mtrand.txt
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
DOCS_IN_DOC= en/LICENSE en/xaralxHelp.tar.gz gifutil.txt mtrand.txt
|
||||
DOCS+= doc/en/LICENSE
|
||||
.else
|
||||
DOCS_IN_DOC= en/xaralx.htm gifutil.txt mtrand.txt
|
||||
DOCS+= doc/en/xaralx.htm
|
||||
.endif
|
||||
PORTDOCS= ${DOCS_IN_WRKSRC} en ${DOCS_IN_DOC:M*.txt}
|
||||
.endif
|
||||
|
||||
# make non-conflicting with the slave port
|
||||
|
@ -106,12 +105,14 @@ do-install:
|
|||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}/en
|
||||
.for d in ${DOCS_IN_WRKSRC}
|
||||
${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}/${d}
|
||||
.endfor
|
||||
.for d in ${DOCS_IN_DOC}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${d} ${DOCSDIR}/${d}
|
||||
.for d in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}/${d:S|^doc/||}
|
||||
.endfor
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
${MKDIR} ${DOCSDIR}/en/xaralxHelp
|
||||
${TAR} -C ${DOCSDIR}/en/xaralxHelp \
|
||||
-zxf ${WRKSRC}/doc/en/xaralxHelp.tar.gz
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
|
@ -33,7 +33,16 @@ bin/xaralx%%PKGNAMESUFFIX%%
|
|||
%%EXAMPLESDIR%%/Templates/A4 double page spread.xar
|
||||
%%EXAMPLESDIR%%/Templates/U S Letter.xar
|
||||
%%EXAMPLESDIR%%/Templates/animation.xar
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GPL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/xaralx.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gifutil.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mtrand.txt
|
||||
@dirrm %%EXAMPLESDIR%%/Designs
|
||||
@dirrm %%EXAMPLESDIR%%/Templates
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrmtry %%DESKTOPDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue