aboutsummaryrefslogtreecommitdiff
path: root/graphics/viewnior
Commit message (Collapse)AuthorAgeFilesLines
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)Nuno Teixeira2021-02-101-1/+1
| | | | | | | | Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28534 Notes: svn path=/head/; revision=564845
* graphics/viewnior: fix build on GCC architecturesPiotr Kubaj2020-02-261-1/+2
| | | | | | | | Use C++11 compiler: /usr/local/lib/libexiv2.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' Notes: svn path=/head/; revision=527227
* graphics/viewnior: update 1.6 -> 1.7, submitter becomes maintainerKurt Jaeger2020-02-233-13/+11
| | | | | | | | | | PR: 243529, 243726 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Approved by: portmaster@BSDforge.com (maintainer timeout) Relnotes: https://github.com/hellosiyan/Viewnior/blob/master/NEWS Notes: svn path=/head/; revision=526891
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517071
* graphics/viewnior: assign maintainerSteve Wills2019-10-161-2/+2
| | | | | | | | PR: 241274 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Notes: svn path=/head/; revision=514620
* Unbreak build (distfile is fetchable via GitHub)Thomas Zander2019-10-042-11/+8
| | | | | | | | | PR: 240868 Submitted by: freebsd-ports@jan0sch.de MFH: 2019Q4 (build fix blanket) Notes: svn path=/head/; revision=513768
* Deprecate a few portsAntoine Brodin2019-09-151-0/+2
| | | | Notes: svn path=/head/; revision=512125
* Mark BROKEN: unfetchableAntoine Brodin2019-08-041-0/+2
| | | | Notes: svn path=/head/; revision=508091
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* graphics/exiv2: update to 0.27Tobias C. Berner2019-03-171-1/+1
| | | | | | | | | | | | | | | Changelog: http://www.exiv2.org/changelog.html - All depending ports have been bumped. - graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings Exp-run by: antoine PR: 235943 PR: 234830 Notes: svn path=/head/; revision=496059
* Fix build on gcc-based architectures:Mark Linimon2019-03-161-2/+2
| | | | | | | undefined reference to 'VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21' Notes: svn path=/head/; revision=495852
* Reset maintainer (3+ months of inactivity).Emanuel Haupt2018-06-261-1/+1
| | | | | | | Discussed with: portmgr (adamw, mat) Notes: svn path=/head/; revision=473398
* Update grahics/exiv2 to 0.26Tobias C. Berner2018-04-281-1/+1
| | | | | | | | | PR: 223625 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12345 Notes: svn path=/head/; revision=468519
* Update graphics/exiv2 to 0.25.Tobias C. Berner2016-07-271-0/+1
| | | | | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283 Notes: svn path=/head/; revision=419170
* Github cleanup.Mathieu Arnold2016-06-012-4/+4
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 1.6, please seeRusmir Dusko2016-01-182-4/+4
| | | | | | | | | | /usr/local/share/doc/viewnior/NEWS PR: 205503 Submitted by: olivierd Notes: svn path=/head/; revision=406617
* - Update to 1.5, announce message is here:Rusmir Dusko2015-05-244-18/+13
| | | | | | | | | | | | | | | | | http://siyanpanayotov.com/project/viewnior/news/ - Add master site - Add USES gettext-tools [1] - Add USE_GNOME gdkpixbuf2 intltool intlhack [1] - Use gettext-runtime instead of gettext [1] - Use pre-configure do avoid patching [1] - Remove files/patch-Makefile.am [1] PR: 199870 Submitted by: olivierd [1] Notes: svn path=/head/; revision=387261
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Convert to USES=autoreconfTijl Coosemans2015-04-181-17/+3
| | | | Notes: svn path=/head/; revision=384248
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* Announce message:Rusmir Dusko2014-08-044-12/+8
| | | | | | | | | | | | | | | Add switch to disable wallpaper functionality Fix nitrogen wallpaper Position preferences menu on the left of the button - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for recreate tarball, new GH_COMMIT - Remove ChangeLog-20090517 from DOCS - Change pkg-descr, change WWW - Change pkg-plist, remove mtree Notes: svn path=/head/; revision=363964
* - Chase libexiv2.so shlib version bump after r350163Alexey Dokuchaev2014-04-041-0/+1
| | | | | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :( Notes: svn path=/head/; revision=350164
* - Update to 1.4, Announce message:Rusmir Dusko2014-02-255-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | New features: Read EXIF and IPTC metadata Nitrogen support Updated translations Fixes: Preserve metadata after image modification Rendidering artifacts when panning - Add dependencies for devel/gnome-common, textproc/p5-XML-Parser and graphics/exiv2 - Remove master sites, use GitHub=yes - Change USES, remove shared-mime-info, add desktop-file-utils - Add missing USE_AUTOTOOLS items - Change DOCS - Break lines around 80 characters - Remove INSTALL_MAN, changed by Upstream - Remove obsolete patch, add patch-Makefile.am libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am Notes: svn path=/head/; revision=346054
* - Use REINPLACE_CMD instead of USES pathfix (revert)Rusmir Dusko2013-12-111-2/+4
| | | | | | | Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=336202
* - Fix NLSRusmir Dusko2013-12-092-4/+18
| | | | | | | | | | - USES pathfix instead of REINPLACE_CMD - Add patch Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=336032
* - Change Makefile headerRusmir Dusko2013-11-293-57/+23
| | | | | | | | | | | | | | - Change maintainer email to @FreeBSD.org - USES shared-mime-info instead of misc/shared-mime-info - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use REINPLACE_CMD instead of simple patches - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335194
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix plist for NLS caseGuido Falsi2012-10-032-65/+6
| | | | | | | | | | | | | | | - Trim Makefile headers - Clean up COMMENT - Use standard description for NLS option - Rework post-install target - Bump PORTREVISION PR: ports/172302 Submitted by: Guido Falsi <madpilot@FreeBSD.org> Approved by: nemysis <nemysis@gmx.ch> (maintainer, via IRC) Notes: svn path=/head/; revision=305213
* - Convert to OptionsNGGuido Falsi2012-08-191-9/+12
| | | | | | | | | | | | | - Don't depend on intltool and pkgconfig - Remove INSTALL from PORTDOCS - Bump PORTREVISION PR: ports/170751 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Approved by: crees (mentor) Notes: svn path=/head/; revision=302760
* Remove unconditional USE_GETTEXT.Guido Falsi2012-05-021-1/+0
| | | | | | | | Reported by: Peter Jeremy <peterjeremy@acm.org> Approved by: nemysis <nemysis@gmx.ch> (maintainer), crees (mentor) Notes: svn path=/head/; revision=295854
* This is Viewnior, an image viewer program. Created to be simple, fastGuido Falsi2012-04-305-0/+197
and elegant. It's minimalistic interface provides more screenspace for your images. Among its features are: Fullscreen & Slideshow Rotate, flip, crop, save, delete images Animation support Browse only selected images Navigation window Set image as wallpaper (GNOME2, GNOME3, XFCE, LXDE, FluxBox) Simple interface Configurable mouse actions WWW: http://xsisqox.github.com/Viewnior/ PR: ports/167242 Submitted by: nemysis@gmx.ch Approved by: crees (mentor) Notes: svn path=/head/; revision=295734