Revision: 5415
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5415&view=rev
Author:   dotzball
Date:     2011-02-09 06:39:06 +0000 (Wed, 09 Feb 2011)

Log Message:
-----------
Add sendEmail (v1.56) to IPcop.

Modified Paths:
--------------
    ipcop/trunk/make.sh

Added Paths:
-----------
    ipcop/trunk/config/rootfiles/common/sendEmail
    ipcop/trunk/lfs/sendEmail

Added: ipcop/trunk/config/rootfiles/common/sendEmail
===================================================================
--- ipcop/trunk/config/rootfiles/common/sendEmail                               
(rev 0)
+++ ipcop/trunk/config/rootfiles/common/sendEmail       2011-02-09 06:39:06 UTC 
(rev 5415)
@@ -0,0 +1 @@
+usr/bin/sendEmail

Added: ipcop/trunk/lfs/sendEmail
===================================================================
--- ipcop/trunk/lfs/sendEmail                           (rev 0)
+++ ipcop/trunk/lfs/sendEmail   2011-02-09 06:39:06 UTC (rev 5415)
@@ -0,0 +1,88 @@
+###############################################################################
+# This file is part of the IPCop Firewall.                                    #
+#                                                                             #
+# IPCop is free software; you can redistribute it and/or modify               #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation; either version 2 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# IPCop is distributed in the hope that it will be useful,                    #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with IPCop; if not, write to the Free Software                        #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
+#                                                                             #
+# Makefiles are based on LFSMake, which is                                    #
+# Copyright (C) 2002 Rod Roard <r...@sunsetsystems.com>                        
#
+#                                                                             #
+# Modifications by:                                                           #
+# ??-12-2003 Mark Wormgoor < m...@wormgoor.com>                               #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id$
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = sendEmail
+VER        = 1.56
+HOST_ARCH  = all
+OTHER_SRC  = yes
+
+THISAPP    = $(PKG_NAME)-v$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = http://caspian.dotconf.net/menu/Software/SendEmail/
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = a8ee889b18356694546d3c1b2254e78c
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+       @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+       @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+       @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+
+       cd $(DIR_APP) && install -m 0755 sendEmail /usr/bin
+
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)


Property changes on: ipcop/trunk/lfs/sendEmail
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2011-02-09 06:32:32 UTC (rev 5414)
+++ ipcop/trunk/make.sh 2011-02-09 06:39:06 UTC (rev 5415)
@@ -782,7 +782,7 @@
 
#########################################################################################################
 exiterror()
 {
-       # 
+       #
        ${RM} ${BASEDIR}/log_${MACHINE}/_marker_*
 
        if echo "$*" | grep -qi interrupted; then
@@ -1591,7 +1591,7 @@
        if [ x"${USE_DISTCC}" == x"yes" -a ! -z "${DISTCC_HOSTS}" ]; then
                toolchain_make distcc
        fi
-       
+
        # search gcc host path before ccache is made, as ccache installed gcc 
symlink is found earlier in PATH chain
        local HOSTGCC=$(bash +h -c "type gcc" | cut -d" " -f3)
 
@@ -1840,6 +1840,7 @@
        chroot_make pptp
        chroot_make radiusplugin        # OpenVPN
        chroot_make rrdtool
+       chroot_make sendEmail
        chroot_make setserial
        chroot_make smartmontools
        chroot_make sqlite
@@ -2178,7 +2179,7 @@
                echo -ne "Unpacking toolchain ${TOOLCHAINNAME}"
                tar --no-same-owner --group=${CURRENT_USER_GROUP} -zxf 
${BASEDIR}/cache/${TOOLCHAINNAME} -C ${BASEDIR}
                [ ${?} -ne 0 ] && exiterror "${TOOLCHAINNAME} could not be 
unpacked. Check downloaded package"
-               
+
                beautify message DONE
 
                # Now prepare the environment
@@ -2389,7 +2390,7 @@
 Installation
 ${MD5INSTALL}
 
-### Modification details here 
+### Modification details here
 ### or better to link to a ChangeLog that we put somewhere online ?
 
 END


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to