aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zgv
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Import a patch from Gentoo bug #127008 to fix CVE-2006-1060.thierry2006-10-092-4/+70
| | | | Security: VuXML ID: a813a219-d2d4-11da-a672-000e0c2e438a
* Schedule these forbidden ports for termination on 2006-12-01kris2006-09-031-0/+2
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Mark zgv and xzgv FORBIDDEN due to an arbitrary code executionremko2006-04-241-0/+2
| | | | | | | vulnerability. Approved by: simon Security: http://vuxml.freebsd.org/a813a219-d2d4-11da-a672-000e0c2e438a.html
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* Use INSTALL_PROGRAM with custom BINMODE to strip binary on installationvs2005-11-021-1/+2
|
* - Update to 5.9pav2005-05-043-320/+3
| | | | | PR: ports/80586 Submitted by: Radim Kolar <hsn@netmag.cz>
* Bump PORTREVISION for previous security fix.nectar2005-01-191-0/+1
|
* Correct exploitable vulnerabilities documented innectar2005-01-191-0/+316
| | | | http://vuxml.freebsd.org/249a8c42-6973-11d9-ae49-000c41e2cdad.html .
* Drop maintainership to ports@FreeBSD.orgkrion2004-10-121-1/+1
| | | | | PR: ports/71721 Submitted by: Radim Kolar <hsn@netmag.cz>
* - Really fix build on 4.xpav2004-05-101-1/+4
| | | | Reported by: bento via kris
* - Register installed .info filepav2004-04-181-1/+2
| | | | | | | - Install one more doc file PR: ports/65706 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
* - Fix build on 4-xkrion2004-04-171-0/+1
| | | | Reported by: bento via kris
* Add zgv 5.8,krion2004-04-153-0/+62
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