Revision: 8084
          http://sourceforge.net/p/ipcop/svn/8084
Author:   owes
Date:     2016-01-22 08:05:55 +0000 (Fri, 22 Jan 2016)
Log Message:
-----------
Add Perl module Encode-Locale, dependancy of libwww-perl

Modified Paths:
--------------
    ipcop/trunk/make.sh
    ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0

Added Paths:
-----------
    ipcop/trunk/config/rootfiles/common/perl-encode-locale
    ipcop/trunk/lfs/perl-encode-locale

Added: ipcop/trunk/config/rootfiles/common/perl-encode-locale
===================================================================
--- ipcop/trunk/config/rootfiles/common/perl-encode-locale                      
        (rev 0)
+++ ipcop/trunk/config/rootfiles/common/perl-encode-locale      2016-01-22 
08:05:55 UTC (rev 8084)
@@ -0,0 +1,6 @@
+#usr/lib/perl5/site_perl/PERLVER/Encode
+usr/lib/perl5/site_perl/PERLVER/Encode/Locale.pm
+#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/Encode
+#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/Encode/Locale
+#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/Encode/Locale/.packlist
+#usr/share/man/perl/man3/Encode::Locale.3

Added: ipcop/trunk/lfs/perl-encode-locale
===================================================================
--- ipcop/trunk/lfs/perl-encode-locale                          (rev 0)
+++ ipcop/trunk/lfs/perl-encode-locale  2016-01-22 08:05:55 UTC (rev 8084)
@@ -0,0 +1,94 @@
+###############################################################################
+# 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   = Encode-Locale
+LFS_NAME   = perl-encode-locale
+VER        = 1.05
+HOST_ARCH  = all
+OTHER_SRC  = yes
+
+THISAPP    = $(PKG_NAME)-$(VER)
+DL_FILE    = $(PKG_NAME)-$(VER).tar.gz
+DL_FROM    = $(URL_CPAN)/G/GA/GAAS
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(LFS_NAME)-$(VER)
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = fcfdb8e4ee34bcf62aed429b4a23db27
+
+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) && perl Makefile.PL
+       cd $(DIR_APP) && make
+ifeq "$(RUNNING_TEST)" "yes"
+       -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+endif
+       cd $(DIR_APP) && make install
+
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)


Property changes on: ipcop/trunk/lfs/perl-encode-locale
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2016-01-21 21:28:37 UTC (rev 8083)
+++ ipcop/trunk/make.sh 2016-01-22 08:05:55 UTC (rev 8084)
@@ -1929,6 +1929,7 @@
        chroot_make perl-dbd-sqlite
        chroot_make perl-digest-sha1
        chroot_make perl-digest-hmac
+       chroot_make perl-encode-locale
        chroot_make perl-http-message
        chroot_make perl-http-date
        chroot_make perl-net-http

Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2016-01-21 21:28:37 UTC 
(rev 8083)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2016-01-22 08:05:55 UTC 
(rev 8084)
@@ -659,6 +659,7 @@
 /usr/lib/perl5/site_perl/5.20.2/Digest/HMAC.pm
 /usr/lib/perl5/site_perl/5.20.2/Digest/HMAC_MD5.pm
 /usr/lib/perl5/site_perl/5.20.2/Digest/HMAC_SHA1.pm
+/usr/lib/perl5/site_perl/5.20.2/Encode/Locale.pm
 /usr/lib/perl5/site_perl/5.20.2/Fh.pm
 /usr/lib/perl5/site_perl/5.20.2/HTTP/Config.pm
 /usr/lib/perl5/site_perl/5.20.2/HTTP/Date.pm

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to