head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.01.11.22.56.49;	author svnexp;	state dead;
branches;
next	1.2;

1.2
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.14.12.48.36;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310249
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310249 | jgh | 2013-01-11 21:52:47 +0000 (Fri, 11 Jan 2013) | 5 lines
## SVN ##
## SVN ## - port has expired, incompatible building against ant
## SVN ## - no upstream successor builds with non-EOL'd tomcat version
## SVN ##
## SVN ## Approved by:	maintainer, loader@@freebsdmall.com
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@#!/bin/sh
# $FreeBSD: head/www/openbravoerp/pkg-install 300897 2012-07-14 14:29:18Z beat $

PATH=/bin:/usr/bin:/usr/sbin

dbwarning() { echo "

  ===============================================
  Openbravo ERP requires a superuser \"postgres\",
  please issue following command to create it:

  # createuser -s -W postgres

  This is not done by the port. And use
  \"/usr/local/tomcat5.5\" as the Tomcat
  directory when you are prompted to enter
  the location.
  
  Press Ctrl-C now if you need to create it.
  ===============================================
"
        sleep 5
}

case $2 in
PRE-INSTALL)
        dbwarning
	;;

POST-INSTALL)
        if [ -f ${PKG_PREFIX}/OpenbravoERP2.40/uninstaller_standard ]; then
          rm -f ${PKG_PREFIX}/OpenbravoERP2.40/uninstaller_standard
        fi
        ;;

DBWARNING)
        dbwarning
        ;;
esac

@


1.2
log
@Switch exporter over
@
text
@@


1.1
log
@Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework
that facilitate its customization. Already in production, Openbravo ERP
encompasses a broad range of functionalities such as finance, supply chain,
manufacturing & much more.

WWW: http://www.openbravo.com/

PR:		ports/129175
Submitted by:	loader at freebsdmall.com
@
text
@d2 1
a2 1
# $FreeBSD$
@

