Port details |
- zgv Graphics viewer for SVGAlib
- 5.9_9 graphics
=5 5.9_9Version 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
 - Port Added: 2004-04-15 14:14:06
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: firefox, gnupg, nvidia-driver, zsh
- License: GPLv2+
- Description:
- zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with a
full-screen file selector front-end. It can be used as a simple
command, with zgv filename(s), which bypasses the front-end. For
more on how zgv works and how to use it, do `info zgv' or `man zgv'
once it's installed.
WWW: http://www.svgalib.org/rus/zgv/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/zgv/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/zgv
- pkg install zgv
- PKGNAME: zgv
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (zgv-5.9.tar.gz) = 92e5d848fb51a77dc0ebb0ab383c1499c23aaff01f5445e9b0d75e067a8a64ba
SIZE (zgv-5.9.tar.gz) = 395525
- 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:
-
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libvga.so : graphics/svgalib
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for zgv-5.9_9:
DOCS=on: Build and/or install documentation
SDL=off: Simple Direct Media Layer support
===> Use 'make config' to modify these settings
- Options name:
- graphics_zgv
- USES:
- gmake jpeg localbase:ldflags makeinfo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 5.9_9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Nov 2019 12:39:42
5.9_9
|
tobik  |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
25 May 2019 18:38:59
5.9_9
|
tobik  |
graphics/zgv: Spell ONLY_FOR_ARCHS correctly |
10 Nov 2018 18:12:58
5.9_9
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
30 Nov 2017 17:10:09
5.9_8
|
amdmi3  |
- Add LICENSE_FILE
- Switch to USES=localbase
- Cosmetic fixes
- Switch to options helpers |
01 Apr 2016 14:00:57
5.9_8
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
5.9_8
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
22 Jun 2015 18:33:22
5.9_8
|
antoine  |
Convert to USES=jpeg |
07 May 2015 22:50:10
5.9_8
|
antoine  |
Properly register info page |
18 Apr 2015 23:46:10
5.9_7
|
jbeich  |
Unbreak INFO build on DragonFly and FreeBSD 11+
zgv.texi:1529: @itemx must follow @item
Reported by: pkg-fallout |
25 Dec 2014 20:54:43
5.9_7
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
5.9_6
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
08 Dec 2014 16:48:41
5.9_6
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 17:04:21
5.9_5
|
bapt  |
Cleanup plist |
15 Jul 2014 23:30:06
5.9_5
|
adamw  |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. |
26 Jun 2014 07:32:37
5.9_5
|
antoine  |
Allow to build with texinfo from ports
With hat: portmgr |
20 Dec 2013 11:56:55
5.9_5
|
pawel  |
- Fix build with clang
- Add LICENSE
- Add amd64 to ONLY_FOR_ARCHS
- Add option for SDL support
- Switch to pkg-plist
- Support staging
PR: ports/184827
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
20 Sep 2013 18:35:46
5.9_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
01 Jun 2012 05:26:28
5.9_5
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:12:23
5.9_4
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
5.9_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
5.9_3
|
dinoex  |
- update to jpeg-8 |
18 Jul 2009 11:11:29
5.9_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
20 Mar 2008 09:46:38
5.9_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
08 Oct 2006 21:26:27
5.9_1
|
thierry  |
Import a patch from Gentoo bug #127008 to fix CVE-2006-1060.
Security: VuXML ID: a813a219-d2d4-11da-a672-000e0c2e438a |
02 Sep 2006 18:06:13
5.9 
|
kris  |
Schedule these forbidden ports for termination on 2006-12-01 |
07 May 2006 23:46:33
5.9 
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Apr 2006 21:49:52
5.9 
|
remko  |
Mark zgv and xzgv FORBIDDEN due to an arbitrary code execution
vulnerability.
Approved by: simon
Security:
http://vuxml.freebsd.org/a813a219-d2d4-11da-a672-000e0c2e438a.html |
05 Dec 2005 00:53:19
5.9 
|
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
26 Nov 2005 01:48:16
5.9 
|
pav  |
- Add SHA256 |
02 Nov 2005 10:11:44
5.9 
|
vs  |
Use INSTALL_PROGRAM with custom BINMODE to strip binary on installation |
04 May 2005 12:49:45
5.9 
|
pav  |
- Update to 5.9
PR: ports/80586
Submitted by: Radim Kolar <hsn@netmag.cz> |
18 Jan 2005 17:27:24
5.8_1 
|
nectar  |
Bump PORTREVISION for previous security fix. |
18 Jan 2005 17:26:56
5.8 
|
nectar  |
Correct exploitable vulnerabilities documented in
http://vuxml.freebsd.org/249a8c42-6973-11d9-ae49-000c41e2cdad.html . |
12 Oct 2004 13:23:48
5.8 
|
krion  |
Drop maintainership to ports@FreeBSD.org
PR: ports/71721
Submitted by: Radim Kolar <hsn@netmag.cz> |
09 May 2004 16:35:36
5.8 
|
pav  |
- Really fix build on 4.x
Reported by: bento via kris |
18 Apr 2004 14:35:27
5.8 
|
pav  |
- Register installed .info file
- Install one more doc file
PR: ports/65706
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer) |
17 Apr 2004 08:25:16
5.8 
|
krion  |
- Fix build on 4-x
Reported by: bento via kris |
15 Apr 2004 14:11:17
5.8 
|
krion  |
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar |