mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to 0.6.1
Approved by: brooks Differential Revision: https://reviews.freebsd.org/D6350
This commit is contained in:
parent
7ca07599c3
commit
5c872501d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415151
@ -1,11 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libxo
|
||||
PORTVERSION= 0.3.5
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel textproc
|
||||
MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
MAINTAINER= jonathan@FreeBSD.org
|
||||
COMMENT= Library to generate text, XML, JSON, and HTML output
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libxo-0.3.5.tar.gz) = a649d098ed1abdbe895c61875a3f1f577a24ce80888c8c06ff6fedd5a6943c9d
|
||||
SIZE (libxo-0.3.5.tar.gz) = 841272
|
||||
TIMESTAMP = 1463158287
|
||||
SHA256 (libxo-0.6.1.tar.gz) = 0b0474d8d889026b5a866cdc07b1b6c33a18bc5f4f014254d36195d37d105639
|
||||
SIZE (libxo-0.6.1.tar.gz) = 974249
|
||||
|
@ -2,22 +2,38 @@ bin/libxo-config
|
||||
bin/xo
|
||||
bin/xohtml
|
||||
bin/xolint
|
||||
bin/xopo
|
||||
include/libxo/xo.h
|
||||
include/libxo/xo_encoder.h
|
||||
lib/libxo.a
|
||||
lib/libxo.so
|
||||
lib/libxo.so.0
|
||||
lib/libxo.so.0.0.0
|
||||
lib/libxo/encoder/cbor.enc
|
||||
lib/libxo/encoder/libenc_cbor.a
|
||||
lib/libxo/encoder/libenc_cbor.so
|
||||
lib/libxo/encoder/libenc_cbor.so.0
|
||||
lib/libxo/encoder/libenc_cbor.so.0.0.0
|
||||
lib/libxo/encoder/libenc_test.a
|
||||
lib/libxo/encoder/libenc_test.so
|
||||
lib/libxo/encoder/libenc_test.so.0
|
||||
lib/libxo/encoder/libenc_test.so.0.0.0
|
||||
lib/libxo/encoder/test.enc
|
||||
lib/pkgconfig/libxo.pc
|
||||
man/man1/xo.1.gz
|
||||
man/man1/xohtml.1.gz
|
||||
man/man1/xolint.1.gz
|
||||
man/man1/xopo.1.gz
|
||||
man/man3/libxo.3.gz
|
||||
man/man3/xo_attr.3.gz
|
||||
man/man3/xo_create.3.gz
|
||||
man/man3/xo_emit.3.gz
|
||||
man/man3/xo_emit_err.3.gz
|
||||
man/man3/xo_err.3.gz
|
||||
man/man3/xo_error.3.gz
|
||||
man/man3/xo_finish.3.gz
|
||||
man/man3/xo_flush.3.gz
|
||||
man/man3/xo_message.3.gz
|
||||
man/man3/xo_no_setlocale.3.gz
|
||||
man/man3/xo_open_container.3.gz
|
||||
man/man3/xo_open_list.3.gz
|
||||
@ -28,8 +44,10 @@ man/man3/xo_set_flags.3.gz
|
||||
man/man3/xo_set_info.3.gz
|
||||
man/man3/xo_set_options.3.gz
|
||||
man/man3/xo_set_style.3.gz
|
||||
man/man3/xo_set_syslog_enterprise_id.3.gz
|
||||
man/man3/xo_set_version.3.gz
|
||||
man/man3/xo_set_writer.3.gz
|
||||
man/man3/xo_syslog.3.gz
|
||||
man/man5/xo_format.5.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Copyright
|
||||
%%DATADIR%%/external/jquery.js
|
||||
|
Loading…
Reference in New Issue
Block a user