Port details |
- avro-c C library for Apache Avro
- 1.12.0 devel =2 1.11.3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-01-27 14:29:27
- Last Update: 2024-08-15 10:55:30
- Commit Hash: f8667c8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://avro.apache.org/
- https://github.com/apache/avro
- Description:
- This is the C library of Apache Avro (devel/avro).
Apache Avro is a data serialization system which provides:
- Rich data structures.
- A compact, fast, binary data format.
- A container file, to store persistent data.
- Remote procedure call (RPC).
- Simple integration with dynamic languages. Code generation is not required to
read or write data files nor to use or implement RPC protocols. Code
generation as an optional optimization, only worth implementing for statically
typed languages.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/avro-c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/avro-c
- pkg install avro-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: avro-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723201037
SHA256 (avro-c-1.12.0.tar.gz) = 74333d431079c35d770cef6996cb4de04058d19e81bd0b9a363bcfd38575037f
SIZE (avro-c-1.12.0.tar.gz) = 219070
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libjansson.so : devel/jansson
- libsnappy.so : archivers/snappy
- This port is required by:
- for Build
-
- devel/avro
- for Libraries
-
- devel/avro
- devel/libserdes
Configuration Options:
- No options to configure
- Options name:
- devel_avro-c
- USES:
- cmake cpe pathfix pkgconfig shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12.0 15 Aug 2024 10:55:30 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.12.0
- Update MASTER_SITES
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/apache/avro/releases |
1.11.3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.11.3 30 Sep 2023 00:44:24 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.11.3
Changes: https://github.com/apache/avro/releases |
1.11.2 09 Jul 2023 21:34:22 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.11.2
Changes: https://github.com/apache/avro/releases |
1.11.1_1 09 Apr 2023 13:36:32 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Fix avro-c.pc
- Bump PORTREVISION for package change
PR: 269873
Reported by: pi |
1.11.1 21 Mar 2023 19:20:02 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Convert REINPLACE_CMD to USES=shebangfix and patch file |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.11.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.11.1 27 Aug 2022 10:23:55 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.11.1
Changes: https://github.com/apache/avro/releases |
1.11.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.11.0 01 Nov 2021 13:41:29 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.11.0
- Update MASTER_SITES: change to upstream release tarball
Changes: https://github.com/apache/avro/releases |
1.10.2 25 Sep 2021 20:28:45 |
Bernhard Froehlich (decke) |
devel/avro-c: Add CPE information
Approved by: portmgr (blanket) |
1.10.2 18 Apr 2021 05:42:17 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.10.2
Changes: https://github.com/apache/avro/releases |
1.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 10 Dec 2020 21:31:38 |
sunpoet |
Update to 1.10.1
Changes: https://github.com/apache/avro/releases |
1.10.0 08 Jul 2020 18:56:00 |
sunpoet |
Update to 1.10.0
Changes: https://github.com/apache/avro/releases |
1.9.2 13 Feb 2020 18:33:18 |
sunpoet |
Update to 1.9.2
Changes: https://github.com/apache/avro/releases |
1.9.1 03 Sep 2019 19:08:17 |
sunpoet |
Update to 1.9.1
Changes: https://github.com/apache/avro/releases |
1.9.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.9.0 18 May 2019 09:43:18 |
sunpoet |
Update to 1.9.0
Changes: https://github.com/apache/avro/releases |
1.8.2_1 15 Mar 2019 21:40:47 |
sunpoet |
Use USES=pathfix |
1.8.2_1 09 Jan 2019 14:53:15 |
sunpoet |
Fix build on powerpc
PR: 234786
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.8.2_1 09 Aug 2018 14:45:57 |
sunpoet |
Fix build on aarch64, arm and mips
PR: 230478
Submitted by: Greg V <greg@unrelenting.technology> |
1.8.2_1 28 Feb 2018 15:13:22 |
sunpoet |
Fix Requires: in avro-c.pc
- Bump PORTREVISION for package change
PR: 217310
Submitted by: Alexander Shikov <a.shikov@itcons.net.ua> |
1.8.2 26 Feb 2018 22:32:59 |
sunpoet |
Update to 1.8.2
- Change MASTER_SITES to GitHub
- Update COMMENT
- Add LICENSE
- Pet portlint: move BROKEN_* upward
- Update BROKEN: use lowercase for leading character
- Use WRKSRC_SUBDIR
- Update pkg-descr
- Update WWW
Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt
https://github.com/apache/avro/commits/branch-1.8/lang/c |
1.8.1_1 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
1.8.1_1 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.8.1_1 05 Jan 2017 11:00:50 |
amdmi3 |
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes
portmgr blanket |
1.8.1_1 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
1.8.1_1 08 Nov 2016 08:52:35 |
linimon |
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
1.8.1_1 20 Jul 2016 19:28:56 |
amdmi3 |
- Add missing depends
- Fix liblzma detection on pre 10.3
- Make documentation generation consistent (disable it)
- Fix snappy support for FreeBSD (also submitted upstream)
Approved by: vg (maintainer) |
1.8.1 25 Jun 2016 20:29:04 |
gnn |
Update avro and related ports from version 1.7.7 to 1.8.1
Submitted by: Arun Thomas <arun.thomas @ gmail.com>
Reviewed by: vg
Approved by: vg (maintainer)
Sponsored by: DARPA, AFRL |
1.7.7 23 Aug 2015 15:12:36 |
vg |
- Update to 1.7.7
PR: ports/202469
Submitted by: Chris Petrik <chris@bsdjunk.com> |
1.7.3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.7.3 09 Dec 2014 10:40:44 |
bapt |
Cleanup plist |
1.7.3 21 Jan 2014 08:07:15 |
bapt |
Support stage |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.7.3 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
1.7.3 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
1.7.3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.7.3 27 Jan 2013 14:29:11 |
vanilla |
Add avro-c 1.7.3, data serialization system for ANSI C.
PR: ports/175562
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |