The NetBSD Project

CVS log for pkgsrc/graphics/scrot/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / scrot

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Aug 1 06:44:22 2024 UTC (4 months, 1 week ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -3 lines
graphics/scrot: update to 1.11.1

1.11.1
 - Minor fix in Makefile.am

1.11
 - New feature: zsh and bash completion
 - Improvement: more detailed --help output and new --list-options flag
 - Improvement: better error reporting on newer imlib2 versions
 - Improvement: better handle mutually exclusive options
 - Improvement: --stack no longer errors out if no compositor is running
 - Improvement: print a warning if output file was changed
 - Improvement: default file-name extension is now based on the format used
 - Improvement: selection line mode will be automatically set to "edge" mode if no compositors is running
 - Improvement: rewrite autogen.sh to be simpler and more robust
 - Document: add examples of using scrot with other utilities in manpage
 - Document: Correct strftime section in the manual
 - Fixes: selection borders appearing in the screenshot
 - Fixes: reject filenames with trailing slash
 - Fixes: incorrect line opacity mapping
 - Fixes: don't return 0 on exec failure
 - Fixes: bad extension detection
 - Fixes: stricter optional argument parsing
 - Fixes: buffer overrun due to bad x,y in imlib_create_image_from_ximage call
 - Fixes: printing potentially truncated file-size
 - Fixes: various memory leaks
 - Fixes: replace dprintf() calls to fix the SmartOS port

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:22:17 2023 UTC (12 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jul 3 11:29:04 2023 UTC (17 months, 1 week ago) by vins
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
*: Recursive revbump from devel/libmd

This affects all packages requiring libbsd/libmd
on Linux.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jun 14 17:27:21 2023 UTC (17 months, 4 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -2 lines
graphics/scrot: update to 1.10

1.10
 - New option: --compression to specify a compression level. Note that certain
   formats (such as PNG) will now use --compression instead of --quality.
 - Improvement: Timing in scrot --delay.
 - Improvement: Screenshot timestamps timing.
 - Improvement: Robustness of default CFLAGS.
 - Document: Not all compositors support opacity.
 - Document: Depend on an interface, not an implementation.
 - Document: Fixed license to MIT-feh. NOTE: this is NOT a license change, we
   simply fixed the document to correctly identify the license.
 - Document: Make it clear --window option takes an argument.
 - Document: Clarify imlib2 feature requirement.
 - Document: Fix --quality description in manpage.
 - Improvement: Use -O3 and do not build debug info by default if no CFLAGS was
   set by the user.
 - Improvement: Fatally error out in case the mouse pointer image cannot be
   acquired.
 - Deprecate: --note.
 - Fixes: Memory leak.
 - Several other fixes.

1.9
 - Fixes: Add delay to all capture options
 - New option: --window
 - Deprecate -S
 - Fixes: compilation on CentOS 7
 - Fixes: multiple bugs in output file handling
 - Fixes: multiple bugs in scrot's -C option
 - Fixes: restore "keep ratio" functionality in --thumb
 - New option: add --format flag
 - Improvement: allow b prefix in --delay argument
 - Fixes: memory leak on multiple -F options
 - Fixes: hostname potentially getting truncated
 - Several internal fixes

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Feb 1 12:30:44 2023 UTC (22 months, 1 week ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
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.44: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:16:46 2023 UTC (22 months, 1 week ago) by ryoon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
*: Recursive revbup from graphics/freetype2

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jun 11 13:33:22 2022 UTC (2 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -3 lines
scrot: update to 1.7. take maintainership.

Version 1.7

 * Fixed: code style, add missing final newline.
 * Fixed: autogen.sh: fix some shellcheck issues.
 * Replace insecure c-strings functions (following libbsd integration).
 * New option: --select=hole (-shole), hole selection area.
 * New option: --select=hide (-shide), hide selection area, support image.
 * New option: --select=blur (-sblur), blur selection area.
 * New option: (-) add redirection to standard output (format PNG).
 * Improvement option: --stack, add an optional join direction (v/h).
 * Fixed: free memory image and font resources.
 * Bug fixed: segfault if mouse cursor image was not obtained.
 * Use err/warn functions (following libbsd integration).
 * Others various code improvement.
 * Added new library dependency: libbsd.
 * Autotools: added option --without-libbsd.
 * Improvement: Autotools: remove unused files, remove obsolete macros, assume
   C89 functions exist, delete scrot.spec.
 * Improvement: remove unused C macro, use strndup function, use designated
   initializers (C99).
 * Improvement: Doc: polish the txt2man manual, CONTRIBUTING.md, TODO.md.
 * Others various code improvement.
 * New option: --file (-F), provide the filename as an option.
 * Fixed: code style guideline violations (WebKit).
 * Use strlcpy/strlcat (following libbsd integration).
 * Fixed a mistake in README.md.
 * Convert all source files to the WebKit style.
 * New option: --ignorekeyboard (-i), Don't exit for keyboard input. ESC still
   exits.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 14 08:12:46 2021 UTC (3 years, 3 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -4 lines
scrot: update to 1.6

Version 1.6

  [ Christopher R. Nelson ] alias @languidnights

  * Removed dependence on giblib library.

  [ Daniel T. Borelli ] alias @daltomi

  * Fixed the capture when a window is hidden behind another.
  * Fixed the capture of the edge of the focused window.
  * Avoid capturing the selection box when drag and drop quickly.
  * Fixed issue when selection reaches the end of screen.
  * New feature: resize the selection with the arrow keys.
  * New feature: support script Imlib2 commands.
  * New feature: added WM_CLASS to exclude selection mode edge from some
    composite window managers.
  * Improvement: selection option, capture the mouse cursor when the delay
    option is used.
  * Removed forced compiler options: -g -O3

  [ Guilherme Janczak ] alias @guijan

  * Removed the local implementation function: strdup.
  * Removed the local implementation function: getopt_long.
  * Removed unused file debug.h.

  [ Martin C ] alias @Cationiz3r

  * New feature: change the cursor pointer according to the movement of the
    selection.

  [ Shawn Webb ] alias @lattera

  * Fixed Control Flow Integrity complain in HardenedBSD.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 10 11:23:13 2021 UTC (3 years, 10 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -11 lines
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.40: download - view: text, markup, annotated - select for diffs
Wed Nov 25 13:48:41 2020 UTC (4 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
scrot: needs libXcomposite

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Nov 24 17:13:08 2020 UTC (4 years ago) by nia
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
scrot: Update to 1.4

Sat Jul 18 23:23:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.4

  [ ideal ]

  * Fix SIGSEGV, if running without DISPLAY environment variable.

  [ Jeroen Roovers ]

  * README.md: mention libXcomposite in build requirements.
  * Removed libXcursor references.

  [ Joao Eriberto Mota Filho ]

  * Added a new logo 128x128.
  * Added rights for "ideal", Jeroen Roovers and spycapitan.
  * Fixed spelling errors in manpage.
  * Prepare for new release.
  * Updated manpage.
  * Using create-man.sh 2.0 from txt2man package from Debian.

  [ spycapitan ]

  * Call XCloseDisplay on exit. This is the right thing in every X server
    program, to release acquired resources.
  * Fixed autoselect.
  * Fixed capturing partially hidden windows on the edge of the desktop.
  * Fixed required number.
  * Fixed SIGSEGV, option --note.
  * Minor fix: variable is assigned that is never used.
  * New Feature: capture stack/overlapping windows. Depends of libXcomposite
    (X11). New option: --stack or -k.
  * Stack windows: client list spec EWMH.

Sun Apr 16 00:08:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.3

  [ Joao Eriberto Mota Filho ]

  * Added rights for Hinigatsu and Sean Brennan.
  * Created full-check.yml to provide CI tests.
  * Prepare for new release.
  * Updated manpage.
  * Using an updated README.md as replace for README.

  [ Hinigatsu ]

  * Added delay option to autoselect.
  * Fixed bug #39, mouse pointer not captured with -a -p options.

  [ Sean Brennan ]

  * Added -D option to specify the display to use.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 10 21:14:11 2020 UTC (4 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Needs libXcursor.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 10 11:21:59 2019 UTC (5 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
scrot: Needs libXfixes

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Aug 19 17:41:56 2019 UTC (5 years, 3 months ago) by fox
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
scrot: Update to 1.2

Removes patch-src_getopt.c since the changes have been integrated to upstream.

Changes since 1.1.1:

Sun Aug 19 08:35:00 -03:00 2019  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.2

  [ Daniel T. Borelli ]

  * Changed the cursor to indicate the selection mode.
  * Fixed GCC >=8.0 warning: -Wstringop-truncation.
  * Evaluate return of strftime.

  [ Jade Auer ]

  * Added a gitignore to prevent accidentally including any files generated by
    autotools.

  [ Santhosh Raju ]

  * Fixes ambiguous else warning by providing proper braces for if in
    src/getopt.c.
  * Fixed missing <string.h> warnings.

  [ Joao Eriberto Mota Filho ]

  * Added rights for Santhosh Raju.
  * Prepare for new release.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Aug 18 16:52:03 2019 UTC (5 years, 3 months ago) by fox
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +15 -7 lines
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.34: download - view: text, markup, annotated - select for diffs
Mon Sep 4 18:00:56 2017 UTC (7 years, 3 months ago) by wiz
Branches: 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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Comment out dead sites.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 5 13:29:36 2013 UTC (11 years, 5 months ago) by ryoon
Branches: MAIN
CVS tags: 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
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Recursive revbump from graphics/giflib update to 5.0.4.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jun 4 22:16:27 2013 UTC (11 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 3 10:05:21 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 16 11:22:30 2013 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Recursive bump for png-1.6.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 26 21:38:00 2013 UTC (11 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Revbump after graphics/jpeg and textproc/icu

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Oct 6 14:11:21 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:40:36 2012 UTC (12 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:01:47 2011 UTC (13 years, 1 month ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:38:20 2011 UTC (13 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:44:44 2010 UTC (14 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:08 2010 UTC (14 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 15 21:48:03 2009 UTC (14 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Recursive bump for libltdl

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:50 2009 UTC (15 years, 3 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
bump revision because of graphics/jpeg update

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Mar 5 23:57:40 2009 UTC (15 years, 9 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Drop maintainership.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 5 17:23:45 2006 UTC (18 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2 lines
DESTDIR support.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:36 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:39 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:57 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:09 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 15 12:22:14 2004 UTC (20 years, 2 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update linkage to libltdl (via imlib2), now in its own package.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:57 2004 UTC (20 years, 2 months ago) by tv
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 20 22:06:37 2004 UTC (20 years, 2 months ago) by snj
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
I'll maintain this.  While here, make a few aesthetic adjustments.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 7 01:14:48 2004 UTC (20 years, 7 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 11 22:56:23 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump PKGREVISION due to imlib2 update.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 11 05:54:12 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
bl3ify

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:44 2004 UTC (20 years, 11 months ago) by reed
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 4 19:48:25 2003 UTC (21 years ago) by xtraeme
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 28 20:05:19 2003 UTC (21 years, 3 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change my email address to the NetBSD one, ok'ed by wiz@

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:52:15 2003 UTC (21 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
PKGREVISION bump for libiconv update.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 2 10:06:33 2003 UTC (21 years, 5 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Update to 0.8 with patch provided by Juan RP in PR pkg/21974:

* Patch from Claes Nasten <pekdon@gmx.net>
* Enhances thumbnail related options:
  First, specifying -t would break the $f param to -exec.
  Second, the thumbnail and the screenshot got different timestamps.
  Third, one weren't able to specify geometry with -t.
* Update for latest giblib. Requires latest release now.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 2 11:55:29 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 27 19:29:02 2003 UTC (21 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Move documentation to share/doc/scrot.  Bump PKGREVISION to 1.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 17 13:10:03 2003 UTC (21 years, 9 months ago) by zuntum
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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 - view: text, markup, annotated - select for diffs
Mon Feb 17 13:10:03 2003 UTC (21 years, 9 months ago) by zuntum
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>