Revision: 8006 http://sourceforge.net/p/ipcop/svn/8006 Author: owes Date: 2015-12-29 13:52:08 +0000 (Tue, 29 Dec 2015) Log Message: ----------- Update Perl module HTTP-Message to 6.11. As a test change the naming of lfs file.
Modified Paths: -------------- ipcop/trunk/make.sh Added Paths: ----------- ipcop/trunk/config/rootfiles/common/perl-http-message ipcop/trunk/lfs/perl-http-message Removed Paths: ------------- ipcop/trunk/config/rootfiles/common/HTTP-Message ipcop/trunk/lfs/HTTP-Message Deleted: ipcop/trunk/config/rootfiles/common/HTTP-Message =================================================================== --- ipcop/trunk/config/rootfiles/common/HTTP-Message 2015-10-31 12:11:55 UTC (rev 8005) +++ ipcop/trunk/config/rootfiles/common/HTTP-Message 2015-12-29 13:52:08 UTC (rev 8006) @@ -1,24 +0,0 @@ -#usr/lib/perl5/site_perl/PERLVER/HTTP -usr/lib/perl5/site_perl/PERLVER/HTTP/Config.pm -#usr/lib/perl5/site_perl/PERLVER/HTTP/Headers -usr/lib/perl5/site_perl/PERLVER/HTTP/Headers.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/Auth.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/ETag.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/Util.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Message.pm -#usr/lib/perl5/site_perl/PERLVER/HTTP/Request -usr/lib/perl5/site_perl/PERLVER/HTTP/Request.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Request/Common.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Response.pm -usr/lib/perl5/site_perl/PERLVER/HTTP/Status.pm -#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP -#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP/Message -#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP/Message/.packlist -#usr/share/man/perl/man3/HTTP::Config.3 -#usr/share/man/perl/man3/HTTP::Headers.3 -#usr/share/man/perl/man3/HTTP::Headers::Util.3 -#usr/share/man/perl/man3/HTTP::Message.3 -#usr/share/man/perl/man3/HTTP::Request.3 -#usr/share/man/perl/man3/HTTP::Request::Common.3 -#usr/share/man/perl/man3/HTTP::Response.3 -#usr/share/man/perl/man3/HTTP::Status.3 Copied: ipcop/trunk/config/rootfiles/common/perl-http-message (from rev 8005, ipcop/trunk/config/rootfiles/common/HTTP-Message) =================================================================== --- ipcop/trunk/config/rootfiles/common/perl-http-message (rev 0) +++ ipcop/trunk/config/rootfiles/common/perl-http-message 2015-12-29 13:52:08 UTC (rev 8006) @@ -0,0 +1,24 @@ +#usr/lib/perl5/site_perl/PERLVER/HTTP +usr/lib/perl5/site_perl/PERLVER/HTTP/Config.pm +#usr/lib/perl5/site_perl/PERLVER/HTTP/Headers +usr/lib/perl5/site_perl/PERLVER/HTTP/Headers.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/Auth.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/ETag.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Headers/Util.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Message.pm +#usr/lib/perl5/site_perl/PERLVER/HTTP/Request +usr/lib/perl5/site_perl/PERLVER/HTTP/Request.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Request/Common.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Response.pm +usr/lib/perl5/site_perl/PERLVER/HTTP/Status.pm +#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP +#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP/Message +#usr/lib/perl5/site_perl/PERLVER/MACHINE-linux/auto/HTTP/Message/.packlist +#usr/share/man/perl/man3/HTTP::Config.3 +#usr/share/man/perl/man3/HTTP::Headers.3 +#usr/share/man/perl/man3/HTTP::Headers::Util.3 +#usr/share/man/perl/man3/HTTP::Message.3 +#usr/share/man/perl/man3/HTTP::Request.3 +#usr/share/man/perl/man3/HTTP::Request::Common.3 +#usr/share/man/perl/man3/HTTP::Response.3 +#usr/share/man/perl/man3/HTTP::Status.3 Deleted: ipcop/trunk/lfs/HTTP-Message =================================================================== --- ipcop/trunk/lfs/HTTP-Message 2015-10-31 12:11:55 UTC (rev 8005) +++ ipcop/trunk/lfs/HTTP-Message 2015-12-29 13:52:08 UTC (rev 8006) @@ -1,93 +0,0 @@ -############################################################################### -# 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 = HTTP-Message -VER = 6.06 -HOST_ARCH = all -OTHER_SRC = yes - -THISAPP = $(PKG_NAME)-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/G/GA/GAAS -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 = e563ac516e28d33f65bc0f295f625f85 - -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 xf $(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) Copied: ipcop/trunk/lfs/perl-http-message (from rev 8005, ipcop/trunk/lfs/HTTP-Message) =================================================================== --- ipcop/trunk/lfs/perl-http-message (rev 0) +++ ipcop/trunk/lfs/perl-http-message 2015-12-29 13:52:08 UTC (rev 8006) @@ -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 = HTTP-Message +LFS_NAME = perl-http-message +VER = 6.11 +HOST_ARCH = all +OTHER_SRC = yes + +THISAPP = $(PKG_NAME)-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_CPAN)/E/ET/ETHER +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 = 4ed7add10daea3ab30abfeab6d03872f + +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 xf $(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) Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2015-10-31 12:11:55 UTC (rev 8005) +++ ipcop/trunk/make.sh 2015-12-29 13:52:08 UTC (rev 8006) @@ -1929,7 +1929,7 @@ chroot_make DBD-SQLite chroot_make Digest-SHA1 chroot_make Digest-HMAC - chroot_make HTTP-Message + chroot_make perl-http-message chroot_make HTTP-Date chroot_make Net-HTTP chroot_make libwww-perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn