mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 0.6.4
This commit is contained in:
parent
ce9a2cf29e
commit
2ebfefc0b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101894
@ -6,15 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= libebml
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://matroska.sourceforge.net/downloads/
|
||||
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_SIZE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libebml-0.4.3.tar.bz2) = 835f215d5ef9cab9187f5e4114c7f775
|
||||
SIZE (libebml-0.4.3.tar.bz2) = 30357
|
||||
MD5 (libebml-0.6.4.tar.gz) = 7ac6fb3f4bcadcd845f0e9446ff446b7
|
||||
SIZE (libebml-0.6.4.tar.gz) = 56877
|
||||
|
@ -4,6 +4,7 @@ include/ebml/EbmlConfig.h
|
||||
include/ebml/EbmlContexts.h
|
||||
include/ebml/EbmlCrc32.h
|
||||
include/ebml/EbmlDate.h
|
||||
include/ebml/EbmlDummy.h
|
||||
include/ebml/EbmlElement.h
|
||||
include/ebml/EbmlEndian.h
|
||||
include/ebml/EbmlFloat.h
|
||||
@ -20,10 +21,9 @@ include/ebml/EbmlUnicodeString.h
|
||||
include/ebml/EbmlVersion.h
|
||||
include/ebml/EbmlVoid.h
|
||||
include/ebml/IOCallback.h
|
||||
include/ebml/MemIOCallback.h
|
||||
include/ebml/StdIOCallback.h
|
||||
include/ebml/StdInclude.h
|
||||
include/ebml/api/c/libebml_t.h
|
||||
include/ebml/c/libebml_t.h
|
||||
lib/libebml.a
|
||||
@dirrm include/ebml/api/c
|
||||
@dirrm include/ebml/api
|
||||
@dirrm include/ebml/c
|
||||
@dirrm include/ebml
|
||||
|
Loading…
Reference in New Issue
Block a user