Revision 175

Date:
2012/01/19 10:47:10
Author:
ahitrov
Revision Log:
New HTML::Mason version and dependancy
Corrected order for modulw installation
Files:

Legend:

 
Added
 
Removed
 
Modified
  • koi8/core/config.mk

     
    16 16 CORE_REQUIRED += URI
    17 17 CORE_REQUIRED += libwww
    18 18 CORE_REQUIRED += MailTools
    19 CORE_REQUIRED += DateTime
    19 20 CORE_REQUIRED += HTML-Mason
    20 21 CORE_REQUIRED += apache13
    21 22 CORE_REQUIRED += libapreq
    22 23 CORE_REQUIRED += PerlMagick
    23 24 CORE_REQUIRED += IO-stringy
    24 CORE_REQUIRED += DateTime
    25 25 CORE_REQUIRED += DateTime-Format-Pg
    26 CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R
    27 26 CORE_REQUIRED += Cache-Memcached
    28 27 CORE_REQUIRED += cronolog
    29 28 CORE_REQUIRED += clogger
  • koi8/core/ports/all/HTML-Mason/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/HTML-Mason/GNUmakefile $
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/HTML-Mason/GNUmakefile $
    3 3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
    4 4 ###############################################################################
    5 5
    6 6 #include ../../etc/perl.mk
    7 7
    8 PORTVERSION = 1.33
    8 PORTVERSION = 1.47
    9 9 MASTER_CPAN_SUBDIR = HTML
    10 10 PERL_MODBUILD = yes
    11 11 PORT_DEPENDS = Params-Validate \
    12 12 Exception-Class \
    13 Log-Any \
    13 14 Class-Container \
    14 15 Cache-Cache \
    15 16 HTML-Parser \
  • koi8/core/ports/all/Log-Any/GNUmakefile

     
    1 ##############################################################################
    2 # $HeadURL: http://developers.rambler.ru/svn/contenido/koi8/core/ports/all/URI/GNUmakefile $
    3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
    4 ###############################################################################
    5
    6 include ../../etc/perl.mk
    7
    8 PORTVERSION = 0.14
    9 PERL_MAKEMAKER = yes
    10 MASTER_CPAN_SUBDIR = Log
    11
    12 include ../../etc/ports.mk