Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (27205dc361cff1142a3dff1ed0e5903997d0f014)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (27205dc361cff1142a3dff1ed0e5903997d0f014)
  • Date: Tue, 1 Jul 2008 16:54:26 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 2 +
collab/bugzilla/CONFIGURE | 8 +++++-
collab/bugzilla/DEPENDS | 31
+++++++++++++++++++++------
collab/bugzilla/HISTORY | 3 ++
perl-cpan/email-address/DETAILS | 2 -
perl-cpan/email-address/HISTORY | 3 ++
perl-cpan/email-date-format/DETAILS | 2 -
perl-cpan/email-date-format/HISTORY | 3 ++
perl-cpan/email-mime-contenttype/DETAILS | 2 -
perl-cpan/email-mime-contenttype/HISTORY | 1
perl-cpan/email-mime-encodings/DETAILS | 2 -
perl-cpan/email-mime-encodings/HISTORY | 3 ++
perl-cpan/email-simple/DETAILS | 2 -
perl-cpan/email-simple/HISTORY | 3 ++
perl-cpan/mime-parser/DETAILS | 2 -
perl-cpan/mime-parser/HISTORY | 3 ++
perl-cpan/return-value/DETAILS | 2 -
perl-cpan/return-value/HISTORY | 3 ++
perl-cpan/template-gd/CONFLICTS | 1
perl-cpan/template-plugin-gd-image/BUILD | 1
perl-cpan/template-plugin-gd-image/DEPENDS | 3 --
perl-cpan/template-plugin-gd-image/DETAILS | 3 --
perl-cpan/template-plugin-gd-image/HISTORY | 3 ++
perl-cpan/template-plugin-gd-image/INSTALL | 1
perl-cpan/template-plugin-gd-image/PRE_BUILD | 1
perl-cpan/template-plugin-gd-image/TRIGGERS | 1
26 files changed, 71 insertions(+), 20 deletions(-)

New commits:
commit 27205dc361cff1142a3dff1ed0e5903997d0f014
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-date-format: quill forgot the sha512

commit 8983fe738175b79841663fa65b54263c5017c78b
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

mime-parser: quill forgot the sha512

commit cdcb0be9d4d554e8c769fcd20c3d92483456a4a2
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-mime-encodings: quill forgot the sha512

commit ff93d898a1b0c352ef4d27e46361ab8ae8238e8a
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-address: quill forgot the sha512

commit 9555e7fd6683f9909ab577e29d122102be162d8e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-simple: quill forgot the sha512

commit d85969f144de3b691bf165dfe81da13ce45dd41c
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

return-value: quill forgot the sha512

commit 22ad1c4981c436f4d4b78c3df238e78b4c0c4fdc
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-mime-contenttype: oops, quill didn't add the sha512 :(

commit 2235cd4ed5d5e75d8f6b21518e199977ef4d3907
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Bugzilla: dependency modifications and such :D

commit ea34bd98dfb3c78da23e814e680ffe08af2864b0
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

template-plugin-gd-image: deprectaed in favor of template-gd

diff --git a/ChangeLog b/ChangeLog
index cd19be8..45eb1cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@
* perl-cpan/email-simple-creator: new spell, needed for
email-mime-creator
* perl-cpan/email-mime-creator: new spell, needed for email-reply
* perl-cpan/email-reply: new spell, needed for bugzilla
+ * perl-cpan/template-plugin-gd-image: deprecated in favor of
template-gd
+ (they do the same thing)

2008-06-30 Vlad Glagolev <stealth AT sourcemage.org>
* ftp/rsync/WayneDavison.gpg: added gpg key for rsync
diff --git a/collab/bugzilla/CONFIGURE b/collab/bugzilla/CONFIGURE
index 64a2505..223b146 100755
--- a/collab/bugzilla/CONFIGURE
+++ b/collab/bugzilla/CONFIGURE
@@ -1,4 +1,8 @@
config_query_list BUGZILLA_DATABASE "Which database backend would you like
to use?" mysql postgresql &&
-config_query BUGZILLA_CHARTING "Do you want all the things needed for
bugzilla's charting? (reccomended)" n &&
+config_query BUGZILLA_CHARTING "Do you want all the things needed for
bugzilla's graphs? (reccomended)" n &&
config_query BUGZILLA_PATCH "Do you want nifty patch abilities\
- (Difference between patches, and pretty views)?" n
+ (Difference between patches, and pretty views)?" n &&
+config_query BUGZILLA_DEPENDENCY_CHARTS "Do you want the things for bugzilla
to do dependency charts?" n &&
+config_query BUGZILLA_IMPORT_EXPORT "Do you want to be ablet to import and
export bugs? " n &&
+config_query BUGZILLA_INBOUND_MAIL "Do you want bugzilla to be able to
receive mail?" n &&
+config_query BUGZILLA_HTML "Do you want bugzilla to handle more html (in
product/group descriptions)?" n
diff --git a/collab/bugzilla/DEPENDS b/collab/bugzilla/DEPENDS
index f668367..0acf3d9 100755
--- a/collab/bugzilla/DEPENDS
+++ b/collab/bugzilla/DEPENDS
@@ -1,11 +1,11 @@
-depends appconfig &&
depends perl-cgi &&
+depends date-format &&
+depends dbi &&
depends file-spec &&
depends template-toolkit &&
-depends mime-base64 &&
-depends mime-tools &&
+depends email-send &&
+depends email-mime-modifier &&

-depends dbi &&

if [[ "$BUGZILLA_DATABASE" == "mysql" ]]; then
depends dbd-mysql
@@ -26,7 +26,26 @@ if [[ "$BUGZILLA_CHARTING" == "y" ]]; then
depends chart
fi &&

+if [[ "$BUGZILLA_DEPENDENCY_CHARTS" == "y" ]]; then
+ depends graphviz
+fi &&
+
+if [[ "$BUGZILLA_IMPORT_EXPORT" == "y" ]]; then
+ depends mime-parser &&
+ depends xml-twig
+fi &&
+
+if [[ "$BUGZILLA_INBOUND_MAIL" == "y" ]]; then
+ depends email-mime-attachment-stripper &&
+ depends email-reply
+fi &&
+
+if [[ "$BUGZILLA_HTML" == "y" ]]; then
+ depends html-parser &&
+ depends html-scrubber
+fi &&
+
optional_depends imagemagick '' '' 'to convert bmp attachments to png' &&
-optional_depends xml-twig '' '' 'For importing bugs via the xml format
also required for the "move bugs" feature' &&
optional_depends net-ldap '' '' 'for LDAP authentication' &&
-optional_depends html-scrubber '' '' 'If you want additional HTML tags
within product and group descriptions'
+optional_depends soap-lite '' '' 'For the web services interface' &&
+optional_depends lwp '' '' 'For automatic update notifications'
diff --git a/collab/bugzilla/HISTORY b/collab/bugzilla/HISTORY
index 3acd227..e1513df 100644
--- a/collab/bugzilla/HISTORY
+++ b/collab/bugzilla/HISTORY
@@ -1,3 +1,6 @@
+2008-06-30 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE, DEPENDS: much changes to make it more smarter
+
2008-06-13 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated version to 3.0.4

diff --git a/perl-cpan/email-address/DETAILS b/perl-cpan/email-address/DETAILS
index 5e77934..bc58350 100755
--- a/perl-cpan/email-address/DETAILS
+++ b/perl-cpan/email-address/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.889
SOURCE="Email-Address-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:09d2885e727ab863a9dff7848f3b434ee99902a4c7c6e2fdd16314c6aa9bdac8c5c54004e2a76957ae133947350c706c3f0d0b5935524f740239fb4821134dae
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://search.cpan.org/search?query=Email-Address&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/email-address/HISTORY b/perl-cpan/email-address/HISTORY
index c5fde08..3f9bb29 100644
--- a/perl-cpan/email-address/HISTORY
+++ b/perl-cpan/email-address/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot the sha512
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/email-date-format/DETAILS
b/perl-cpan/email-date-format/DETAILS
index c8994d1..4a2713e 100755
--- a/perl-cpan/email-date-format/DETAILS
+++ b/perl-cpan/email-date-format/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.002
SOURCE="Email-Date-Format-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:44e96ce8605185ecc6f11d2e1b9349dc6fd9868de03fc9929d33bfcf5b9dd2d8cfbab8b9768aacf8d99106e118c00620d2fb6250d8fffe53d04124fe9d3976b7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://search.cpan.org/search?query=Email-Date-Format&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/email-date-format/HISTORY
b/perl-cpan/email-date-format/HISTORY
index c5fde08..3f9bb29 100644
--- a/perl-cpan/email-date-format/HISTORY
+++ b/perl-cpan/email-date-format/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot the sha512
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/email-mime-contenttype/DETAILS
b/perl-cpan/email-mime-contenttype/DETAILS
index e644fa6..e42bdd6 100755
--- a/perl-cpan/email-mime-contenttype/DETAILS
+++ b/perl-cpan/email-mime-contenttype/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.014
SOURCE="Email-MIME-ContentType-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:2e552c65ca537fde39561ca0ce4fea97f7a3138bfed6d404bd590ad2df400087e411cc4fc74ebcaafc521ae420bcef525f57c5b517a1c1c7ad02ffcaf73cc39f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://search.cpan.org/search?query=Email-MIME-ContentType&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/email-mime-contenttype/HISTORY
b/perl-cpan/email-mime-contenttype/HISTORY
index c5fde08..ad652eb 100644
--- a/perl-cpan/email-mime-contenttype/HISTORY
+++ b/perl-cpan/email-mime-contenttype/HISTORY
@@ -1,3 +1,4 @@
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created
+ * DETAILS: somehow quill didn't include the sha512 :(

diff --git a/perl-cpan/email-mime-encodings/DETAILS
b/perl-cpan/email-mime-encodings/DETAILS
index 244bce0..bd3a7ca 100755
--- a/perl-cpan/email-mime-encodings/DETAILS
+++ b/perl-cpan/email-mime-encodings/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.311
SOURCE="Email-MIME-Encodings-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:c7b85ac1b5d40b267a4f68187a4159b540d6c4d890dee53a8c6e7c911dc517d86eeb61f688c36d781b753e7df42d0228cdd602cdbb9f81f7f2197afccba21627
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://search.cpan.org/search?query=Email-MIME-Encodings&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/email-mime-encodings/HISTORY
b/perl-cpan/email-mime-encodings/HISTORY
index c5fde08..3f9bb29 100644
--- a/perl-cpan/email-mime-encodings/HISTORY
+++ b/perl-cpan/email-mime-encodings/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot the sha512
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/email-simple/DETAILS b/perl-cpan/email-simple/DETAILS
index d119a45..9ca4944 100755
--- a/perl-cpan/email-simple/DETAILS
+++ b/perl-cpan/email-simple/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.004
SOURCE="Email-Simple-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:ecf24547ee6da9447d85c9db42da16c125661d75c33a8ad6d6afa36055437e514505940cdd0acef1de45d1f7c215f23f571ce3f7883f0681f9bdb3ed97d4b207
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://search.cpan.org/~rjbs/Email-Simple-2.004/";
LICENSE[0]=ART
diff --git a/perl-cpan/email-simple/HISTORY b/perl-cpan/email-simple/HISTORY
index c5fde08..3f9bb29 100644
--- a/perl-cpan/email-simple/HISTORY
+++ b/perl-cpan/email-simple/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot the sha512
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/mime-parser/DETAILS b/perl-cpan/mime-parser/DETAILS
index e82871b..1f6bf76 100755
--- a/perl-cpan/mime-parser/DETAILS
+++ b/perl-cpan/mime-parser/DETAILS
@@ -2,7 +2,7 @@
VERSION=5.427
SOURCE="MIME-tools-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DO/DONEILL/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:fb7d095920db0568e5eb108e5b0340fc86a65b4409f4331acce1f894f7e6df16debbbe52746a7a1b6a935ea2c0c60bd15ee7fa09aeecffb2f8e034904d5b0669
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://search.cpan.org/search?query=MIME%3A%3AParser&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/mime-parser/HISTORY b/perl-cpan/mime-parser/HISTORY
index c5fde08..3f9bb29 100644
--- a/perl-cpan/mime-parser/HISTORY
+++ b/perl-cpan/mime-parser/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot the sha512
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/return-value/DETAILS b/perl-cpan/return-value/DETAILS
index 66e7794..577ca17 100755
--- a/perl-cpan/return-value/DETAILS
+++ b/perl-cpan/return-value/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.302
SOURCE="Return-Value-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:
+
SOURCE_HASH=sha512:270187fe2e64b609e9023ec6c3c15ed4c5546f9fcebc67fa3f7c8a0ff5fee1a85a9ca13f6261f6f0555fa137b16dfc7a478b5322c03cf1ae29c34e7c0b3e7bbb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://search.cpan.org/search?query=Return-Value&mode=all";
LICENSE[0]=ART
diff --git a/perl-cpan/return-value/HISTORY b/perl-cpan/return-value/HISTORY
index c5fde08..48df1ef 100644
--- a/perl-cpan/return-value/HISTORY
+++ b/perl-cpan/return-value/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: quill forgot to add the sha512! YAY
+
2008-06-30 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/template-gd/CONFLICTS b/perl-cpan/template-gd/CONFLICTS
new file mode 100755
index 0000000..19e0cca
--- /dev/null
+++ b/perl-cpan/template-gd/CONFLICTS
@@ -0,0 +1 @@
+conflicts template-plugin-gd-image y
diff --git a/perl-cpan/template-plugin-gd-image/BUILD
b/perl-cpan/template-plugin-gd-image/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/template-plugin-gd-image/BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/template-plugin-gd-image/DEPENDS
b/perl-cpan/template-plugin-gd-image/DEPENDS
index 12f3193..241d48c 100755
--- a/perl-cpan/template-plugin-gd-image/DEPENDS
+++ b/perl-cpan/template-plugin-gd-image/DEPENDS
@@ -1,2 +1 @@
-depends perl &&
-depends template-toolkit
+depends template-gd
diff --git a/perl-cpan/template-plugin-gd-image/DETAILS
b/perl-cpan/template-plugin-gd-image/DETAILS
index ee31040..07fd472 100755
--- a/perl-cpan/template-plugin-gd-image/DETAILS
+++ b/perl-cpan/template-plugin-gd-image/DETAILS
@@ -1,8 +1,5 @@
SPELL=template-plugin-gd-image
VERSION=2.66
- SOURCE="Template-GD-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AB/ABW/${SOURCE}
-
SOURCE_HASH=sha512:676b9a2345dbdf65b276a2cf2e50033d91ad958fc579d4bd02516baf9994cb1ca64edbedd320da0eb58738783054f8a58e358bc1da5c128bea98d4f031b0c84c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Template-GD-${VERSION}"

WEB_SITE="http://search.cpan.org/~abw/Template-GD-2.66/lib/Template/Plugin/GD/Image.pm";
LICENSE[0]=ART
diff --git a/perl-cpan/template-plugin-gd-image/HISTORY
b/perl-cpan/template-plugin-gd-image/HISTORY
index 06ae0da..2ff1d76 100644
--- a/perl-cpan/template-plugin-gd-image/HISTORY
+++ b/perl-cpan/template-plugin-gd-image/HISTORY
@@ -1,3 +1,6 @@
+2008-06-30 David Kowis <dkowis AT shlrm.org>
+ * DEPRECATED: template-gd is more correct
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/template-plugin-gd-image/INSTALL
b/perl-cpan/template-plugin-gd-image/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/template-plugin-gd-image/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/template-plugin-gd-image/PRE_BUILD
b/perl-cpan/template-plugin-gd-image/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/template-plugin-gd-image/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/template-plugin-gd-image/TRIGGERS
b/perl-cpan/template-plugin-gd-image/TRIGGERS
new file mode 100755
index 0000000..4340b2b
--- /dev/null
+++ b/perl-cpan/template-plugin-gd-image/TRIGGERS
@@ -0,0 +1 @@
+on_cast template-plugin-gd-image dispel_self



  • [SM-Commit] GIT changes to master grimoire by David Kowis (27205dc361cff1142a3dff1ed0e5903997d0f014), David Kowis, 07/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page