Revision: 2759
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2759&view=rev
Author:   riddles
Date:     2009-05-01 10:01:20 +0000 (Fri, 01 May 2009)

Log Message:
-----------
Revert change 1883 - still need GD.pm for squid-graph

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

Added Paths:
-----------
    ipcop/trunk/config/rootfiles/common/GD
    ipcop/trunk/config/rootfiles/common/libgd
    ipcop/trunk/lfs/GD
    ipcop/trunk/lfs/libgd

Copied: ipcop/trunk/config/rootfiles/common/GD (from rev 1882, 
ipcop/trunk/config/rootfiles/common/GD)
===================================================================
--- ipcop/trunk/config/rootfiles/common/GD                              (rev 0)
+++ ipcop/trunk/config/rootfiles/common/GD      2009-05-01 10:01:20 UTC (rev 
2759)
@@ -0,0 +1,15 @@
+## GD-2.12
+##
+#usr/lib/perl5/5.8.8/MACHINE-linux/perllocal.pod
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/GD
+usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/GD.pm
+usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/GD/Polyline.pm
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto/GD
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto/GD/.packlist
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto/GD/GD.bs
+usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto/GD/GD.so
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/auto/GD/autosplit.ix
+#usr/lib/perl5/site_perl/5.8.8/MACHINE-linux/qd.pl
+#usr/share/man/man3/GD.3
+#usr/share/man/man3/GD::Polyline.3

Copied: ipcop/trunk/config/rootfiles/common/libgd (from rev 1882, 
ipcop/trunk/config/rootfiles/common/libgd)
===================================================================
--- ipcop/trunk/config/rootfiles/common/libgd                           (rev 0)
+++ ipcop/trunk/config/rootfiles/common/libgd   2009-05-01 10:01:20 UTC (rev 
2759)
@@ -0,0 +1,31 @@
+## libgd-2.0.35
+##
+#usr/bin/annotate
+#usr/bin/bdftogd
+#usr/bin/gd2copypal
+#usr/bin/gd2togif
+#usr/bin/gd2topng
+#usr/bin/gdcmpgif
+usr/bin/gdlib-config
+#usr/bin/gdparttopng
+#usr/bin/gdtojpeg
+#usr/bin/gdtopng
+#usr/bin/giftogd2
+#usr/bin/pngtogd
+#usr/bin/pngtogd2
+#usr/bin/webpng
+#usr/include/entities.h
+#usr/include/gd.h
+#usr/include/gdfx.h
+#usr/include/gd_io.h
+#usr/include/gdcache.h
+#usr/include/gdfontg.h
+#usr/include/gdfontl.h
+#usr/include/gdfontmb.h
+#usr/include/gdfonts.h
+#usr/include/gdfontt.h
+#usr/lib/libgd.a
+#usr/lib/libgd.la
+usr/lib/libgd.so
+usr/lib/libgd.so.2
+usr/lib/libgd.so.2.0.0

Copied: ipcop/trunk/lfs/GD (from rev 1882, ipcop/trunk/lfs/GD)
===================================================================
--- ipcop/trunk/lfs/GD                          (rev 0)
+++ ipcop/trunk/lfs/GD  2009-05-01 10:01:20 UTC (rev 2759)
@@ -0,0 +1,91 @@
+###############################################################################
+# 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 <[email protected]>                        
#
+#                                                                             #
+# Modifications by:                                                           #
+# ??-12-2003 Mark Wormgoor < [email protected]>                               #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id$
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = GD
+VER        = 2.35
+HOST_ARCH  = all
+OTHER_SRC  = yes
+
+THISAPP    = GD-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = $(URL_CPAN)/GD
+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 = dfc3e16e85a17aab7ee1029fbe307fca
+
+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) && sed -i "s%,'y'%,'n'%" Makefile.PL
+       cd $(DIR_APP) && yes 'n' | perl Makefile.PL
+       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make install
+
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)

Copied: ipcop/trunk/lfs/libgd (from rev 1882, ipcop/trunk/lfs/libgd)
===================================================================
--- ipcop/trunk/lfs/libgd                               (rev 0)
+++ ipcop/trunk/lfs/libgd       2009-05-01 10:01:20 UTC (rev 2759)
@@ -0,0 +1,93 @@
+###############################################################################
+# 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 <[email protected]>                        
#
+#                                                                             #
+# Modifications by:                                                           #
+# ??-12-2003 Mark Wormgoor < [email protected]>                               #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id$
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = libgd
+VER        = 2.0.35
+HOST_ARCH  = all
+OTHER_SRC  = yes
+
+THISAPP    = gd-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = http://www.libgd.org/releases
+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 = 982963448dc36f20cb79b6e9ba6fdede
+
+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) && ./configure --prefix=/usr
+       #cd $(DIR_APP) && sed -i \
+       #    -e 's%^#include "jpeglib.h".*$$%%' \
+       #    -e 's%^#include "jerror.h".*$$%%' gd_jpeg.c
+       cd $(DIR_APP) && make -j $(PARALLELISM)
+       cd $(DIR_APP) && make install
+
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2009-04-30 23:46:39 UTC (rev 2758)
+++ ipcop/trunk/make.sh 2009-05-01 10:01:20 UTC (rev 2759)
@@ -1788,6 +1788,7 @@
        chroot_make glib
        chroot_make dejavu
        chroot_make freetype
+       chroot_make libgd
        chroot_make fontconfig
        chroot_make pixman
        chroot_make cairo
@@ -1838,6 +1839,7 @@
        chroot_make DBD-SQLite
        chroot_make Digest-SHA1
        chroot_make Digest-HMAC
+       chroot_make GD
        chroot_make libwww-perl
        chroot_make Locale-Maketext-Gettext
        chroot_make Net-IP


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to