notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
gzstream Provides zlib functionality in an iostream
1.5_3 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-08-28 15:13:34
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-Unicode-CheckUTF8, ap24-mod_auth_pgsql2, gaupol, mkvtoolnix
License: LGPL21
WWW:
https://www.cs.unc.edu/Research/compgeom/gzstream/
Description:
Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. It is freely available under the LGPL license. Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the Computational Geometry Group at UNC Chapel Hill.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. lib/libgzstream.so
  2. lib/libgzstream.so.0
  3. include/gzstream.h
  4. @ldconfig
  5. /usr/local/share/licenses/gzstream-1.5_3/catalog.mk
  6. /usr/local/share/licenses/gzstream-1.5_3/LICENSE
  7. /usr/local/share/licenses/gzstream-1.5_3/LGPL21
Collapse this list.
Dependency lines:
  • gzstream>0:devel/gzstream
To install the port:
cd /usr/ports/devel/gzstream/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gzstream
  • pkg install gzstream
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gzstream
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1484218275 SHA256 (gzstream.tgz) = 99acb23903dd0e41ee86c29f65b9f36a8f43af29325dd233fb45362df14dc103 SIZE (gzstream.tgz) = 20503

Packages (timestamps in pop-ups are UTC):
gzstream
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5_31.5_31.5_31.5_31.5_3-1.5_3-
FreeBSD:13:quarterly1.5_31.5_31.5_31.5_31.5_31.5_31.5_31.5_3
FreeBSD:14:latest1.5_31.5_31.5_31.5_31.5_31.5_3-1.5_3
FreeBSD:14:quarterly1.5_31.5_3-1.5_31.5_31.5_31.5_31.5_3
FreeBSD:15:latest1.5_31.5_3n/a1.5_3n/a1.5_31.5_31.5_3
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Libraries
  1. audio/pianod2

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. graphics/libgfx*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_gzstream
USES:
tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.cs.unc.edu/Research/compgeom/gzstream/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.5_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.5_3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.5_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5_3
16 May 2019 04:23:30
Revision:501768Original commit files touched by this commit
tobik search for other commits by this committer
devel/gzstream: Link with ${CXX}

libgzstream is a C++ library so should be linked with libc++.  This
should unbreak consumers like audio/pianod2 after base r345349.
Also use INSTALL_LIB to install the library and make the build
respect LDFLAGS.

ld: error: /usr/local/lib/libgzstream.so: undefined reference to
std::__1::basic_streambuf<char, std::__1::char_traits<char>
>::imbue(std::__1::locale const&)
...
ld: error: /usr/local/lib/libgzstream.so: undefined reference to
std::__1::ios_base::init(void*)
ld: error: /usr/local/lib/libgzstream.so: undefined reference to
std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()
ld: error: /usr/local/lib/libgzstream.so: undefined reference to typeinfo for
std::__1::basic_streambuf<char, std::__1::char_traits<char> >
ld: error: /usr/local/lib/libgzstream.so: undefined reference to typeinfo for
std::__1::basic_ios<char, std::__1::char_traits<char> >
ld: error: /usr/local/lib/libgzstream.so: undefined reference to vtable for
__cxxabiv1::__vmi_class_type_info

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/errors/pianod2-301.log
1.5_2
04 Mar 2019 05:47:20
Revision:494551Original commit files touched by this commit
jbeich search for other commits by this committer
devel/gzstream: unbreak with libc++ 8

In file included from gzstream.C:29:
In file included from ./gzstream.h:33:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:505:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:57:
In file included from /usr/include/c++/v1/algorithm:640:
In file included from /usr/include/c++/v1/initializer_list:47:
In file included from /usr/include/c++/v1/cstddef:38:
./version:1:1: error: expected unqualified-id
1.5 (08 Jan 2003)
^

PR:		236192
1.5_2
12 Jan 2017 11:04:05
Revision:431246Original commit files touched by this commit
matthew search for other commits by this committer
Unbreak

Set the MARTER_SITE to UNC Chapel Hill, where the original authors of the
software are.

Note: the supplied tarball is called just "gztream.tgz" with no
version number info.  However, this software is pretty stable -- last
update was in April 2003.
1.5_2
26 Dec 2016 11:59:12
Revision:429499Original commit files touched by this commit
rene search for other commits by this committer
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
1.5_2
13 May 2015 23:28:21
Revision:386277Original commit files touched by this commit
bapt search for other commits by this committer
Actually commit the right revision
1.5
13 May 2015 23:15:43
Revision:386275Original commit files touched by this commit
bapt search for other commits by this committer
devel/gzstream: create a proper shared library
Bump portrevision of dependent ports
1.5_1
09 Apr 2015 19:50:13
Revision:383671Original commit files touched by this commit
marino search for other commits by this committer
devel/gzstream: Fetchs again; unbreak

The maintainer's web server suffered a drive failure.  The server has
been restored so the port's distfile fetches again.
1.5_1
30 Mar 2015 21:33:16
Revision:382742Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: no public distfiles
1.5_1
23 Apr 2014 01:09:58
Revision:351900Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188034
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
1.5_1
21 Jan 2014 00:05:20
Revision:340504Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.5_1
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
1.5_1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.5_1
07 Sep 2008 00:19:05
Original commit files touched by this commit
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
1.5_1
03 May 2008 07:45:23
Original commit files touched by this commit
sat search for other commits by this committer
- Convert gzstream, libgfx[1] and qslim to shlibs
- Unbundle libgfx from qslim
- Chase the conversion in vis5d+

Suggested by:   thierry [1]
1.5
18 Apr 2007 08:01:25
Original commit files touched by this commit
sat search for other commits by this committer
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
1.5
28 Aug 2006 15:11:16
Original commit files touched by this commit
sat search for other commits by this committer
Add port devel/gzstream:

Gzstream is a small C++ library, basically just a wrapper, that provides
the functionality of the zlib C-library in a C++ iostream. It is freely
available under the LGPL license.

Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the
Computational Geometry Group at UNC Chapel Hill.

WWW: http://www.cs.unc.edu/Research/compgeom/gzstream/

Number of commits found: 20