mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.04.11
PR: Ports Fury
This commit is contained in:
parent
9329f6c830
commit
d1dedc4368
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212060
@ -6,27 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= etl
|
||||
DISTVERSION= 0.04.09
|
||||
PORTVERSION= 0.04.11
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= synfig
|
||||
DISTNAME= ETL-${DISTVERSION}
|
||||
MASTER_SITES= SF/synfig
|
||||
DISTNAME= ETL-0.4.11
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Voria Extended Class and Template Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.for doc in AUTHORS ChangeLog INSTALL NEWS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ETL-0.04.09.tar.gz) = 29fc27fdbcc1edde6b8ef58574d85cf9
|
||||
SHA256 (ETL-0.04.09.tar.gz) = 7af1ab2019aa8fa1fd8c21ea0e30abaa2dbb185b0c620f990f2193b56f2ab1c9
|
||||
SIZE (ETL-0.04.09.tar.gz) = 330256
|
||||
MD5 (ETL-0.4.11.tar.gz) = 24bd5d1762c613a5fecd4fee2c2aca5a
|
||||
SHA256 (ETL-0.4.11.tar.gz) = 8d85a5c907a036d690570201b4078f1d69936df4dc97c369127558a7401ce2d8
|
||||
SIZE (ETL-0.4.11.tar.gz) = 338054
|
||||
|
@ -2,4 +2,4 @@ ETL is a multi-platform class and template library designed to add
|
||||
new datatypes and functions which combine well with the existing
|
||||
types and functions from the C++ Standard Template Library (STL).
|
||||
|
||||
WWW: http://www.synfig.com/
|
||||
WWW: http://www.synfig.org/
|
||||
|
@ -21,6 +21,7 @@ include/ETL/_hermite.h
|
||||
include/ETL/_misc.h
|
||||
include/ETL/_mutex_null.h
|
||||
include/ETL/_mutex_pthreads.h
|
||||
include/ETL/_mutex_pthreads_simple.h
|
||||
include/ETL/_mutex_win32.h
|
||||
include/ETL/_pen.h
|
||||
include/ETL/_random.h
|
||||
@ -49,6 +50,7 @@ include/ETL/handle
|
||||
include/ETL/hermite
|
||||
include/ETL/ipc
|
||||
include/ETL/misc
|
||||
include/ETL/mutex
|
||||
include/ETL/pen
|
||||
include/ETL/random
|
||||
include/ETL/rect
|
||||
@ -63,4 +65,10 @@ include/ETL/thread
|
||||
include/ETL/trivial
|
||||
include/ETL/value
|
||||
libdata/pkgconfig/ETL.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/ETL
|
||||
|
Loading…
Reference in New Issue
Block a user