Bug 204000 - [New Port] mail/openemm2015 OpenEMM a email marketing enterprise app
Summary: [New Port] mail/openemm2015 OpenEMM a email marketing enterprise app
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 14:01 UTC by horst.leitenmueller
Modified: 2015-10-24 18:45 UTC (History)
2 users (show)

See Also:


Attachments
new port openemm2015.shar (606.53 KB, application/x-shar)
2015-10-24 14:01 UTC, horst.leitenmueller
no flags Details
new port openemm2015.shar (607.43 KB, application/x-shar)
2015-10-24 15:11 UTC, horst.leitenmueller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description horst.leitenmueller 2015-10-24 14:01:54 UTC
Created attachment 162419 [details]
new port openemm2015.shar

there is one failure in the initial DB

openemm

select * from mailinglist_tbl; delivers 
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
| mailinglist_id | company_id | description | shortname   | creation_date       | change_date         | deleted |
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
|              1 |          1 |             | mailinglist | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 |       0 |
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
1 row in set (0.01 sec)

you have to update 
update mailinglist_tbl set creation_date= now(), change_date=now() where mailinglist_id=1;

other it can't be loaded!
Comment 1 horst.leitenmueller 2015-10-24 15:08:47 UTC
Comment on attachment 162419 [details]
new port openemm2015.shar

will be updated with less portlint warnings
Comment 2 horst.leitenmueller 2015-10-24 15:11:43 UTC
Created attachment 162422 [details]
new port openemm2015.shar

now portlint tested and only 1 warning..
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-24 17:08:30 UTC
testing@work
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-10-24 18:41:23 UTC
A commit references this bug:

Author: pi
Date: Sat Oct 24 18:40:41 UTC 2015
New revision: 400135
URL: https://svnweb.freebsd.org/changeset/ports/400135

Log:
  New port: mail/openemm2015

  OpenEMM is a feature-rich web-based enterprise application for email
  marketing, newsletters and service mails (transaction mails and
  event or time triggered mails). OpenEMM offers a great user interface,
  sophisticated bounce management, link tracking, lots of graphical
  realtime statistics, a CMS module and a scripting feature to implement
  individual tasks.

  OpenEMM is the first open source application for e-mail marketing.
  Its code base has been developed since 1999 and is used - as part
  of the commercial software product E-Marketing Manager (EMM) - by
  companies like IBM, Daimler, Siemens and Deutsche Telekom.

  OpenEMM offers already more than 95% of the functionality of most
  commercial products and some features most commercial products do
  not offer right now (for example MySQL support and CMS functionality).

  WWW: http://www.openemm.org

  PR:		204000
  Submitted by:	horst leitenmueller <horst.leitenmueller@liwest.at>

Changes:
  head/mail/Makefile
  head/mail/openemm2015/
  head/mail/openemm2015/Makefile
  head/mail/openemm2015/distinfo
  head/mail/openemm2015/files/
  head/mail/openemm2015/files/openemm2015.in
  head/mail/openemm2015/files/patch-backend__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__c__bav__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__c__bav__bav.c
  head/mail/openemm2015/files/patch-backend__src__c__lib__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__c__lib__agn.h
  head/mail/openemm2015/files/patch-backend__src__c__tools__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__c__xmlback__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__c__xmlback__eval.c
  head/mail/openemm2015/files/patch-backend__src__c__xmlback__grammar__GNUmakefile
  head/mail/openemm2015/files/patch-backend__src__script__lib__config.sh
  head/mail/openemm2015/files/patch-openemm_build.xml
  head/mail/openemm2015/files/patch-src__java__org__agnitas__util__XmlUtilities.java
  head/mail/openemm2015/files/patch-src__java__org__agnitas__web__MailingSendAction.java
  head/mail/openemm2015/files/patch-src__java__org__agnitas__web__filter__GZipRequestFilter.java
  head/mail/openemm2015/files/patch-src__jsp__WEB-INF__web.xml
  head/mail/openemm2015/files/pkg-message.in
  head/mail/openemm2015/pkg-descr
  head/mail/openemm2015/pkg-plist
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-24 18:45:37 UTC
Test-builds are all fine. Committed, thanks!