diff options
author | Dave Woodfall <dave@dawoodfall.net> | 2017-11-03 22:05:33 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-03 23:18:37 +0000 |
commit | 5636f8aece32c3c90f173fa80cb84dd24df06aea (patch) | |
tree | 65a52582cec875aa2865c515b07d60c651bafaa3 /system/mkslack/ChangeLog.txt | |
parent | d7a1be93351cba0a2bec8683d904484c8c4c64ea (diff) |
system/mkslack: Added (a SlackBuild generation system).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/mkslack/ChangeLog.txt')
-rw-r--r-- | system/mkslack/ChangeLog.txt | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/system/mkslack/ChangeLog.txt b/system/mkslack/ChangeLog.txt new file mode 100644 index 0000000000000..365b4d14d9359 --- /dev/null +++ b/system/mkslack/ChangeLog.txt @@ -0,0 +1,182 @@ +Mon 01 Aug 2016 20:22:51 BST +Version 5.1 +Do not rename python and perl packages. +Sat 30 Jul 2016 03:27:00 BST +Version 5.0 +Fix documentation +Thu 28 Jul 2016 02:25:54 BST +Version 4.9 +Updated templates for i586 +Mon 04 May 2015 05:48:43 BST +Version 4.8 +Remove some debugging code +Sat 11 Apr 2015 23:18:49 BST +Version 4.7 +Add autotools as the first option. +Wed 24 Dec 2014 09:32:31 GMT +Update various build templates and revised documentation line. +Mon 07 Apr 2014 10:12:35 BST +Add waf template. ++--------------------------+ +Tue 31 Dec 2013 03:02:59 GMT +Info file: Remove APPROVED. Add REQUIRES. ++--------------------------+ +Mon 30 Dec 2013 11:22:07 GMT +Bugfix for missing manpage lines in autotools template. ++--------------------------+ +Fri 22 Nov 2013 08:49:14 GMT +Updated SlackBuild templates ++--------------------------+ +Sun 30 Oct 2011 00:25:05 BST +Added --infodir to autotools template ++--------------------------+ +Tue 25 Oct 2011 19:25:35 BST +Version 4.0 +Minor edit of mkslack.conf +Added a chmod +x of SlackBuild ++--------------------------+ +Sun 24 Apr 2011 17:30:38 BST +Version 4.0 +Hmm where did 3.9 go? +Fixed a problem with repeating additions to doinst.sh +Removed annoying ... from slack-desc ++--------------------------+ +Tue 08 Feb 2011 22:29:23 GMT +Version 3.8 +Added support to auto-add year into slackbuilds. ++--------------------------+ +Sun Jan 16 18:55:57 GMT 2011 +Version 3.7 +Added ruby support. ++--------------------------+ +Tue 09 Nov 2010 12:07:36 PM GMT +Version 3.6 +Bugfix for docmuentation ++--------------------------+ +Tue 21 Sep 2010 18:45:16 BST +Version 3.5 +Added 'doc' as an option for documentation ++--------------------------+ +Mon 20 Sep 2010 08:28:24 BSTTue 07 Sep 2010 15:24:53 BST +Version 3.4 +Changed .desktop and mimetype grep to case-insensitive. +Added stock doinst.sh to templates for convenience. ++--------------------------+ +Version 3.3 finalised ++--------------------------+ +Thu 12 Aug 2010 06:35:28 BST +Version 3.3rc8 +Small code improvements ++--------------------------+ +Sat 31 Jul 2010 20:59:50 BST +Version 3.3rc6 +Small bugfix for $PKG with python/perl packages. ++--------------------------+ +Thu 01 Jul 2010 03:14:02 BST +Version 3.3rc5 +Small bugfix. ++--------------------------+ +Wed 30 Jun 2010 19:39:47 BST +Version 3.3rc4 +Small bugfix. ++--------------------------+ +Wed 30 Jun 2010 17:28:31 BST +Version 3.3rc3 +Cleaned up message for usr/share/man pages found. ++--------------------------+ +Wed 30 Jun 2010 09:54:37 BST +Version 3.3rc2 +Reverted back to not needing an underscore for TAG. ++--------------------------+ +Wed 30 Jun 2010 09:07:19 BST +Version 3.3rc1 +Incorporated slakmagik's nice, new code. +-r is now -b (for build) +A new -V for version check. +With -b you get the choice of having a failed build fixed and +rebuilt. Mostly for manpage/info errors. A new config option +ERRORACTION to do this, which can be PROMPT, AUTO or EXIT. +Now config file errors are reported back. +Now TAG _must_ have a preceding underscore, which keeps it in +line with slackbuilds. ++--------------------------+ +Sun 27 Jun 2010 16:28:32 BST +Version 3.1 +Fixed ARCH bug. +Now puts appname into first line of slack-desc. ++--------------------------+ +Wed 23 Jun 2010 23:59:14 BST +Version 3.0 +Adjusted docs. ++--------------------------+ +Tue 22 Jun 2010 19:47:26 BST +Version 2.9 +Code improvements. ++--------------------------+ +Tue 22 Jun 2010 19:47:05 BST +Version 2.8 +??? ++--------------------------+ +Tue 22 Jun 2010 17:48:34 BST +Version 2.7 +Adjusted docs. ++--------------------------+ +Tue 22 Jun 2010 09:30:00 BST +Version 2.6 +Upgraded to new perl template. ++--------------------------+ +Mon 21 Jun 2010 01:12:41 BST +Version 2.6 +Fixed python support. ++--------------------------+ +Sun 20 Jun 2010 02:35:23 BST +Version 2.5 +Improved backups. Added KEEPBACKUPS option to conf. ++--------------------------+ +Sun 20 Jun 2010 01:20:39 BST +Version 2.4 +Fixed slack-desc. ++--------------------------+ +Sun 20 Jun 2010 00:44:02 BST +Version 2.3 +Code improvements. ++--------------------------+ +Sun 20 Jun 2010 00:12:41 BST +Version 2.2 +Improved support for perl modules. ++--------------------------+ +Fri 18 Jun 2010 01:07:52 BST +Version 2.1 +Added some support for ./autogen.sh or autoreconf in configure +is missing. YMMV on this. ++--------------------------+ +Thu 17 Jun 2010 22:29:57 BST +Version 2.0 +Added function to check for latest version. ++--------------------------+ +Sun 13 Jun 2010 21:51:29 BST +Version 1.9 +Fixed tag error ++--------------------------+ +Sun 13 Jun 2010 19:20:55 BST +Version 1.8 +Various code improvements ++--------------------------+ +Sun 13 Jun 2010 10:24:38 BST +Version 1.7 +Fixed _tag bug in package name. ++--------------------------+ +Thu 10 Jun 2010 21:48:12 BST +Version 1.6 +Updated for all templates on slackbuilds.org +It _should_ detect the correct template to use. +YMMV ;-) ++--------------------------+ +Mon 31 May 2010 01:52:00 BST +Version 1.5 +Minor bugfix. ++--------------------------+ +Sat 29 May 2010 12:35:08 BST +Version 1.4 +Updated SlackBuild template to the latest on slackbuilds.org ++--------------------------+ |