Up to [cvs.NetBSD.org] / pkgsrc / wm / afterstep
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jul 10 22:18:38 2023 UTC (5 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.27: +5 -5
lines
Diff to previous 1.27 (colored)
afterstep: add comments to remaining patches Make this "pkglint-clean".
Revision 1.27 / (download) - annotate - [select for diffs], Mon Jul 10 21:46:54 2023 UTC (5 months ago) by gutteridge
Branch: MAIN
Changes since 1.26: +6 -5
lines
Diff to previous 1.26 (colored)
afterstep: fix builds with GNU binutils >= 2.36
Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 26 11:25:10 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
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
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
wm: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 7 15:05:03 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.24: +1 -2
lines
Diff to previous 1.24 (colored)
wm: Remove SHA1 hashes for distfiles
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 11 12:13:17 2021 UTC (2 years, 4 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.23: +26 -27
lines
Diff to previous 1.23 (colored)
Update afterstep to 2.2.12 (released in 2013, lol). version 2.2.12 release * Session Management. AfterStep will utilize gnome-session for session management if available. Several things needs to be manually adjusted for full functionality : 1) go over list of autostart application files in /etc/xdg/autostart and for those that you want started and have line OnlyShowIn= - add AfterStep to the list of environments. One example is gnome-keyring* stuff - by default it is only enabled in GNOME session. 2) if session takes a long time to close after Logout dialog was shown - most likely culprit is the pulseaudio. You may need to get rid of it and switch to more standard and stable ALSA. 3) It is recommended to uninstall zeitgeist daemon since its useless under AfterStep anyway but wastes resources with its snooping activity. 4) gnome-session will save any app that support session mamgement at the end of the session to be restarted the next time. Unless you run UBUNTU in which case this functionality my be disabled in stock gnome-session. If you want it back, then it is recommended that you build your own gnome-session from sources. On the other hand if you do not want this functionality, again, get gnome-session source and comment out contents of maybe_load_saved_session_apps() function in gnome-session/gsm-session-fill.c. 5) If you find that your GTK apps look butt-ugly - its probably because gconfd is not running. It is normally started by gnome-session, but bastardised version of it that comes with Ubuntu does not do it for some reason. * More Useless packages : ubuntu-desktop deja-dup
Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 18 18:02:11 2020 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.22: +8 -1
lines
Diff to previous 1.22 (colored)
Fix shell code portability
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jul 14 12:52:49 2017 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
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
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Fix unused function to at least compile on NetBSD. Fix C99 inline use.
Revision 1.21 / (download) - annotate - [select for diffs], Sun May 1 19:30:58 2016 UTC (7 years, 7 months ago) by dholland
Branch: 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
Changes since 1.20: +15 -15
lines
Diff to previous 1.20 (colored)
Add patch comments.
Revision 1.20 / (download) - annotate - [select for diffs], Sun May 1 19:26:34 2016 UTC (7 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.19: +14 -4
lines
Diff to previous 1.19 (colored)
Patch up broad misuse of <ctype.h> functions. Also patch some other things found by the compiler, like broken printf formats. Not complete, but a start.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 2 23:42:50 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Add SHA512 digests for distfiles for wm category Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 26 21:17:44 2013 UTC (10 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: 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
Changes since 1.17: +4 -1
lines
Diff to previous 1.17 (colored)
Fix backtrace linking on NetBSD. Fix inline use.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 9 09:44:01 2013 UTC (10 years, 8 months ago) by cheusov
Branch: MAIN
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove empty patch, thanks to Patrick Welche for pointing out
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 7 10:36:53 2013 UTC (10 years, 8 months ago) by cheusov
Branch: MAIN
Changes since 1.15: +12 -12
lines
Diff to previous 1.15 (colored)
Fix build failure with png-1.5. Update to 2.2.11
Revision 1.15 / (download) - annotate - [select for diffs], Fri May 4 16:36:10 2012 UTC (11 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.14: +12 -1
lines
Diff to previous 1.14 (colored)
Fix inline usage.
Revision 1.14 / (download) - annotate - [select for diffs], Wed May 25 13:17:37 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
* set LICENSE=mit * add user-destdir installation support
Revision 1.12.38.1 / (download) - annotate - [select for diffs], Wed Apr 6 22:17:43 2011 UTC (12 years, 8 months ago) by tron
Branch: pkgsrc-2011Q1
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pullup ticket #3400 - requested by wiz audio/gqmpeg-devel: build fix devel/teem: build fix games/ufoai: build fix graphics/tuxpaint: build fix lang/kaffe: build fix sysutils/xnc: build fix wm/afterstep: build fix www/chimera: build fix www/mMosaic: build fix x11/xcursorgen: build fix Revisions pulled up: - audio/gqmpeg-devel/distinfo 1.5 - audio/gqmpeg-devel/patches/patch-src_ui__pixbuf__save.c 1.1 - devel/teem/distinfo 1.6 - devel/teem/patches/patch-ad 1.2 - games/ufoai/distinfo 1.5 - games/ufoai/patches/patch-ab 1.3 - graphics/tuxpaint/distinfo 1.21 - graphics/tuxpaint/patches/patch-ab 1.5 - lang/kaffe/distinfo 1.30 - lang/kaffe/patches/patch-libraries_clib_awt_X_imgpng.c 1.1 - sysutils/xnc/distinfo 1.8 - sysutils/xnc/patches/patch-src_lib_image2_sdl__image_IMG__png.c 1.1 - wm/afterstep/distinfo 1.13 - wm/afterstep/patches/patch-libAfterImage_export.c 1.1 - wm/afterstep/patches/patch-libAfterImage_import.c 1.1 - www/chimera/distinfo 1.9 - www/chimera/patches/patch-ad 1.5 - www/mMosaic/distinfo 1.11 - www/mMosaic/patches/patch-ai 1.2 - www/mMosaic/patches/patch-src_MIME.c 1.1 - x11/xcursorgen/distinfo 1.3 - x11/xcursorgen/patches/patch-xcursorgen.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 08:09:47 UTC 2011 Modified Files: pkgsrc/audio/gqmpeg-devel: distinfo Added Files: pkgsrc/audio/gqmpeg-devel/patches: patch-src_ui__pixbuf__save.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:04:40 UTC 2011 Modified Files: pkgsrc/graphics/tuxpaint: distinfo pkgsrc/graphics/tuxpaint/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:07:00 UTC 2011 Modified Files: pkgsrc/x11/xcursorgen: distinfo Added Files: pkgsrc/x11/xcursorgen/patches: patch-xcursorgen.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:27:29 UTC 2011 Modified Files: pkgsrc/devel/teem: distinfo pkgsrc/devel/teem/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:32:46 UTC 2011 Modified Files: pkgsrc/games/ufoai: distinfo pkgsrc/games/ufoai/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:49:51 UTC 2011 Modified Files: pkgsrc/lang/kaffe: distinfo Added Files: pkgsrc/lang/kaffe/patches: patch-libraries_clib_awt_X_imgpng.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:56:30 UTC 2011 Modified Files: pkgsrc/sysutils/xnc: distinfo Added Files: pkgsrc/sysutils/xnc/patches: patch-src_lib_image2_sdl__image_IMG__png.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:02:00 UTC 2011 Modified Files: pkgsrc/wm/afterstep: distinfo Added Files: pkgsrc/wm/afterstep/patches: patch-libAfterImage_export.c patch-libAfterImage_import.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:16:39 UTC 2011 Modified Files: pkgsrc/www/chimera: distinfo pkgsrc/www/chimera/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:27:06 UTC 2011 Modified Files: pkgsrc/www/mMosaic: distinfo pkgsrc/www/mMosaic/patches: patch-ai Added Files: pkgsrc/www/mMosaic/patches: patch-src_MIME.c Log Message: Fix build with png-1.5 and avoid conflict with getline() on NetBSD.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 5 12:01:59 2011 UTC (12 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Fix build with png-1.5.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 7 04:41:57 2007 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
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,
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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2011Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Made the package work for me (bin/GWCommand was missing), added the missing dependencies to GTK2 and Bash. PKGREVISION++
Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 2 23:52:51 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Fixed the usage of test(1) together with "==".
Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 6 13:14:06 2005 UTC (18 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
fix errno usage.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 28 10:25:14 2005 UTC (18 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Changes 2.1.2: * minor bugfix release * lots of polish on various new features, as well as new xml tools
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 23 18:43:53 2005 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 14 13:37:53 2005 UTC (18 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +3 -12
lines
Diff to previous 1.6 (colored)
Update to 2.00.01. In fact, this is a completely new package coming from pkgsrc-wip, as the program has changed a lot. So: AfterStep is a window manager for the Unix X Window System. Based on the look and feel of the NeXTStep interface, it provides end users with a consistent, clean, and elegant desktop. Some of the distinguishing features of AfterStep compared to other window managers are its low usage of resources, stability and configurability.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 2 17:54:36 2003 UTC (20 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: 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
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Avoid hardcoding /usr/pkg in patch files.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 4 19:16:05 2002 UTC (21 years, 9 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
Update to afterstep-1.8.11. The only new feature (from NEWS): Added DefaultGeometry option to database. That should allow to place window with specifyed geometry when no USPosition was requested, instead of dragging it around. Useful for things like Netscape. Example: Style "*escape*" DefaultGeometry 800x600+10-100 Afterstep-1.8.10 added "Xinerama" support (whatever that is) which we have to disable in "configure" to build, and multi-head support -- which is untested on NetBSD. Follows is the complete ChangeLog since 1.8.9: 1.8.10 patch 1 (sasha+Geoff Burling+Jan Fedak) o Numerous man page and usage fixes by Geoff Burling. o Fixed bug in DefaultGeometry handling where check for USPosition/Size should have been negated. o Fixed compilation bug in lib/parse.c o Fixed minor typho in afterstep man page. o Debugged background setting on multihead config. It apperas that asetroot cannot be run with -l if it is named other then asetroot. Otherwise background selection from the menu does not work. o Updated Clean to use ProcessModuleArgs. Added global var display_name that is set to --display argument value or env var $DISPLAY 's value. MOst modules must be updated to remove var with the same name from main(). o Applied patch from Jan Fedak to add startup geometry to database parameters. o Applied patch from Jan Fedak to fix hotkeys in menus. o Applied patch to get AfterStep to change Icon when Title is changing. New feel option - FollowTitleChanges in feel has to be used to enable this feature. o Fixed Tile's -h handling. o added support for maximization to not exceed screen size, while working with xinerama. o man pages fixes. o Fixed socket/pipes reading loops to not cause 100% CPU utilization under CYGWIN and in some cases even on Unix. o Fixed Menus pointer location handling to use coordinates from events and not abuse XQueryPointer. Otherwise menus were behaving strange whenever events were late due to one reason or others. 1.8.9 patch 1 (sasha) o Fix X libraries order, to have Xext preceed X11 - causes problems on some Solaris systems. o fixed two warnings related to time.h o commented out dependency checking to avoid problems for users with old compilers. It is not needed in stable series anyways. o Added functionality to WindowsDesk function. If second argument is 10000 then first is relative desk number, instead of exact. o Implemented Xinerama support. When window is initially placed - it will be appropriately moved to not appear in between monitors, unless user requested geometry explicetely. o When Xinerama is active, and asetroot is requested to scale or pad background image to the screen size it will use size of the first head ( the one with origin of 0,0 ). o Implemented separate Feel, Look, Background and Init/Restart functions for different screens in multihead config with no Xinerama. o We now read $TMPDIR in order to locate /tmp directory, and falling back to /tmp if envvar is not set. o somewhat fixed Align and Pad fields in the Asetroot config parsing.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 16 15:21:21 2001 UTC (22 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen. Extract from ChangeLog: o installastheme.pl now uses the first screen depth reported by xdpyinfo instead of the last; this fixes problems with the look not updating on XFree86 4.x (allanon) o removed reference to xiterm from Wharf config file; wharf now tries to load aterm, and then xterm if that fails (allanon) o fix to mystyle drawing as applied to empty menu drawing o removed config reading from the pipe - was causing some compile time problems and really was never needed.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 30 09:48:57 2001 UTC (22 years, 5 months ago) by zuntum
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Converted to use buildlink stuff
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 17 14:14:47 2001 UTC (22 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add size of distfile
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:54:04 2001 UTC (22 years, 7 months ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo