Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2763c4752b2372e4a94fe056f4ad9f5e0db5ad0e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2763c4752b2372e4a94fe056f4ad9f5e0db5ad0e)
  • Date: Tue, 23 Jan 2018 20:26:24 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

perl-cpan/otrs/BUILD | 1 +
perl-cpan/otrs/DEPENDS | 39 +++++++++++++++++++++++++++++++++++++++
perl-cpan/otrs/DETAILS | 17 +++++++++++++++++
perl-cpan/otrs/HISTORY | 2 ++
perl-cpan/otrs/INSTALL | 7 +++++++
perl-cpan/otrs/PRE_BUILD | 1 +
6 files changed, 67 insertions(+)

New commits:
commit 2763c4752b2372e4a94fe056f4ad9f5e0db5ad0e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

otrs: new spell, Open Technology Real Services ticketing system

diff --git a/perl-cpan/otrs/BUILD b/perl-cpan/otrs/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/otrs/BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/otrs/DEPENDS b/perl-cpan/otrs/DEPENDS
new file mode 100755
index 0000000..1f21492
--- /dev/null
+++ b/perl-cpan/otrs/DEPENDS
@@ -0,0 +1,39 @@
+depends perl &&
+runtime_depends archive-zip &&
+runtime_depends crypt-passwdmd5 &&
+runtime_depends datetime &&
+runtime_depends dbi &&
+runtime_depends digest-md5 &&
+runtime_depends net-dns &&
+runtime_depends template-toolkit &&
+runtime_depends perl-yaml-libyaml &&
+suggest_depends crypt-ssleay "" "" \
+ "for Generic Interface REST transport and SOAP SSL
connections" &&
+suggest_depends dbd-mysql "" "" \
+ "to connect to a MySQL database" &&
+suggest_depends dbd-odbc "" "" \
+ "to connect to a MS-SQL database" &&
+suggest_depends dbd-pg "" "" \
+ "to connect to a PostreSQL database" &&
+suggest_depends fcgi "" "" \
+ "for FastCGI support" &&
+suggest_depends mail-imapclient "" "" \
+ "for IMAP TLS connections" &&
+if is_depends_enabled $SPELL mail-imapclient; then
+ suggest_depends io-socket-ssl "" "" \
+ "for IMAP TLS connections" &&
+ suggest_depends authen-sasl "" "" \
+ "for IMAP MD5 challenge authentication"
+fi &&
+suggest_depends net-ldap "" "" \
+ "for directory authentication" &&
+suggest_depends perl-crypt-eksblowfish "" "" \
+ "for strong password hashing" &&
+suggest_depends perl-json-xs "" "" \
+ "for faster AJAX/JavaScript handling" &&
+suggest_depends text-csv_xs "" "" \
+ "for faster CSV handling" &&
+suggest_depends xml-libxml "" "" \
+ "for Generic Interface XSLT mapping module" &&
+suggest_depends xml-libxslt "" "" \
+ "for Generic Interface XSLT mapping module"
diff --git a/perl-cpan/otrs/DETAILS b/perl-cpan/otrs/DETAILS
new file mode 100755
index 0000000..dcf2f18
--- /dev/null
+++ b/perl-cpan/otrs/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=otrs
+ VERSION=6.0.3
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.otrs.org/pub/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d7f551e2c9bbe8b303d3de1f7993d76ea22cfd876b61941cfb72a25f2ba7e0a889c275c87aa40c104c1f2e6e1923b7a530cd088bd11b7b575a608b623e2b0541
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.otrs.com/";
+ LICENSE[0]="AGPL"
+ ENTERED=20180103
+ KEYWORDS=""
+ SHORT="Open Technology Real Services ticketing system"
+cat << EOF
+OTRS is one of the most flexible web-based ticketing systems used for
Customer
+Service, Help Desk, IT Service Management. With a fast implementation and
+easy customization to your needs it helps you reducing costs and increasing
+the efficiency and transparency of your business communication.
+EOF
diff --git a/perl-cpan/otrs/HISTORY b/perl-cpan/otrs/HISTORY
new file mode 100644
index 0000000..2e178cf
--- /dev/null
+++ b/perl-cpan/otrs/HISTORY
@@ -0,0 +1,2 @@
+2018-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/perl-cpan/otrs/INSTALL b/perl-cpan/otrs/INSTALL
new file mode 100755
index 0000000..d8dc9f0
--- /dev/null
+++ b/perl-cpan/otrs/INSTALL
@@ -0,0 +1,7 @@
+cd "$INSTALL_ROOT"/opt &&
+tar xf "$SOURCE_CACHE/$SOURCE" &&
+if ! grep -q ^otrs: /etc/passwd; then
+ useradd -r -g www-data -s /sbin/nologin -d /opt/otrs otrs
+fi &&
+# XXX Not working
+#"$SPELL-$VERSION"/bin/otrs.SetPermissions.pl
diff --git a/perl-cpan/otrs/PRE_BUILD b/perl-cpan/otrs/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/otrs/PRE_BUILD
@@ -0,0 +1 @@
+true



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2763c4752b2372e4a94fe056f4ad9f5e0db5ad0e), Ismael Luceno, 01/23/2018

Archive powered by MHonArc 2.6.24.

Top of Page