Up to [cvs.NetBSD.org] / pkgsrc / graphics / scrot
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 1 12:30:44 2023 UTC (7 days, 7 hours ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -0
lines
Diff to previous 1.5 (colored)
scrot: update to 1.8.1 Fri Jan 20 23:46:15 -03:00 2023 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.8.1 [ Guilherme Janczak ] alias @guijan * Fixed libbsd feature test confusion. Rationale: users expressed confusion when using the old "--without-libbsd" configure flag. Some assumed that it compiles scrot without libbsd, but it only made the build script error if libbsd is a dependency. This is useful to package maintainers: it gives them a yes/no answer on whether the library is a dependency on their system. The old configure flag has been replaced by a more verbose "--enable-libbsd-feature-test". [ Joao Eriberto Mota Filho ] alias @eribertomota * Fixed 'make dist', adding some files to bootstrapped tarballs. Mon Jan 09 23:33:55 -03:00 2023 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.8 [ Daniel T. Borelli ] alias @daltomi * Created FAQ file. * README.md: added a reference to libXinerama. * Improvement: added new format specifier $W: name of the window. * Fixes: automake: using default compression format. * Bug fixed: issue when not showing counting progress in terminal. * Several other code improvements. [ Guilherme Janczak ] alias @guijan * Improvement: modified logo image, shown logo image in README.md. * Improvement: added estrdup function, renamed identifiers that use reserved names. * Improvement: untangle headers files, removed reference to oldstable in CONTRIBUTING.md. * Improvement: small CI revamp: added cygwin, added distcheck, updated MacOS CI. * Improvement: added informative error messages when parsing args. * Fixes: C99: empty initializer braces. * Fixes: removed VLA and imlib2 deprecated DATA32 type. * Fixes: MacOS CI build failures. * Autotools: removed stamp-h.in, check for more libbsd functions, added link time optimization(-flto) and warnings. [ Joao Eriberto Mota Filho ] alias @eribertomota * Removed copyright symbol from some source files. * Updated copyright notices. * Added SEE ALSO section to manpage. * Updated manpage. [ N-R-K ] * Fixes: memleak and potentially bad free data. * Fixes: shift error (undefined behavior) and remove deprecated type DATA32. [ Sam James ] alias @thesamesam * Fixes: autotools: respect --docdir. [ Zev Weiss ] alias @zevweiss * New option: added -M/--monitor option to capture a Xinerama display. * Added new library dependency: libXinerama.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 10 11:23:13 2021 UTC (23 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.4: +4 -0
lines
Diff to previous 1.4 (colored)
scrot: Update to 1.5 Changes Do not record pointer when selecting an area. Fixed compilation on Sparc64. Fixed a possible overflow in src/options.c. Fixed a segfault with --multidisp option. Fixed issues when file extension is more than 3 characters. New feature: allow save thumbnail without extension. New feature: retry to grab the keyboard for 1s in 50ms intervals if it is still being grabbed by the windows manager. New option --class (-C): discriminate windows by class name. Support various modes of drawing selection.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 18 16:52:03 2019 UTC (3 years, 5 months ago) by fox
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.3: +1 -5
lines
Diff to previous 1.3 (colored)
scrot: Update to 1.1.1 Removes patch-aa and patch-ab since they are no longer applicable to 1.1.1 Thanks to ng0 for coming up with the update patch. Changes since 0.8: Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.1.1 [ Daniel T. Borelli ] * Update manpage and help. [ Joao Eriberto Mota Filho ] * New release. Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.1 [ Daniel T. Borelli ] * Added (-n, --note) to draw a text. * Added (-l, --line) to define the line to use to select an area to capture. [ Jade Auer ] * Added a specifier ($a) to embed hostname in output file. [ Joao Eriberto Mota Filho ] * Added a check for autoconf-archive presence in configure.ac. * Added rights for Jade. * Adjusted Makefile.am to remove src/scrot_config.h when distclean. * Updated manpage. * Final adjustments for a new release. * Several tests in Debian. Sun Jun 11 11:01:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.0 [ Daniel Lublin ] * Added EXIT_FAILURE when are no arguments required by some options. Fix Debian bug #685173. * Improved the manpage to show undocumented options. [ Daniel T. Borelli ] * Added option: --overwrite or -o. Now, by default do not overwrite the file. Fix Debian bug #807139. * Added support to grab mouse pointer (-p option). Fix Ubuntu bug #1698375. * Added support to freeze the screen when selection is activated (-f option). * Do not use gib_eprintf in calls to X11 functions. Fix Ubuntu bug #1523212. * Fix: scrot can't save files without extension. Fix Ubuntu bug #148659. * Fix: scrot don't complain about invalid numeric argument. Fix Ubuntu bug #371784. * Fixed some compiling warnings. [ Joao Eriberto Mota Filho ] * Final adjustments for a new release. * Several tests in Debian. * Updated AUTHORS file. Tue Feb 12 19:06:11 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 0.9 * Added --autoselect rectangle option. Thanks to Stoney Sauce <stoneysauce@gmail.com>. * Added --focused option. Thanks to James Cameron <quozl@us.netrek.org>. * Added an autogen.sh file. * Added some explanation about how to help the project. * Character cleanup for UTF-8 compatibility. Thanks to William Vera <billy@billy.com.mx>. * Fixed a missing option for beep prevention. Thanks to Ibragimov Rinat <ibragimovrinat@mail.ru>. * Fixed spelling errors in final binary. Thanks to William Vera <billy@billy.com.mx>. * Improved the autotools (acinclude.m4, configure.ac, Makefile.am and src/Makefile.am). * Improved the GCC hardening. * Prevent arbitrary long file names. Thanks to George Danchev <danchev@spnet.net>. * Several fixes in manpage.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:28 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Remove @dirrm entries from PLISTs
Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 27 19:29:02 2003 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (colored)
Move documentation to share/doc/scrot. Bump PKGREVISION to 1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 17 13:10:03 2003 UTC (19 years, 11 months ago) by zuntum
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of graphics/scrot (version 0.6) scrot is a commandline screen capture util like "import", but using imlib2 Provided by Juan RP in PR#19604.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 17 13:10:03 2003 UTC (19 years, 11 months ago) by zuntum
Branch: MAIN
Initial revision