Skip site navigation (1)Skip section navigation (2)
Date:      29 Jun 2002 18:28:03 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40005: Updated port: www/p5-Apache-PageKit from 1.07 to 1.09
Message-ID:  <20020629182803.13701.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         40005
>Category:       ports
>Synopsis:       Updated port: www/p5-Apache-PageKit from 1.07 to 1.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 11:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD kaiser.polaris.ca 4.6-STABLE FreeBSD 4.6-STABLE #1: Wed Jun 19 04:12:59 PDT 2002 svenasse@build.polaris.ca:/usr/obj/usr/src/sys/KAISER i386


	
>Description:
The files directory has been removed
>How-To-Repeat:
	
>Fix:


diff -ruN /usr/ports/www/p5-Apache-PageKit/Makefile p5-Apache-PageKit/Makefile
--- /usr/ports/www/p5-Apache-PageKit/Makefile	Tue Jan  8 03:02:55 2002
+++ p5-Apache-PageKit/Makefile	Sat Jun 29 11:24:10 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=		Apache-PageKit
-PORTVERSION=		1.07
-PORTREVISION=		1
+PORTVERSION=		1.09
 CATEGORIES=		www perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Apache
@@ -42,8 +41,7 @@
 MAN3=			Apache::ErrorReport.3 \
 			Apache::PageKit.3 \
 			Apache::PageKit::Model.3 \
-			Apache::PageKit::Session.3 \
-			XML::XPathTemplate.3
+			Apache::PageKit::Session.3
 MANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
 
 post-install:
@@ -52,18 +50,29 @@
 		${EXAMPLESDIR}/Config ${EXAMPLESDIR}/Content \
 		${EXAMPLESDIR}/Model ${EXAMPLESDIR}/Model/MyPageKit \
 		${EXAMPLESDIR}/View ${EXAMPLESDIR}/View/Default \
-		${EXAMPLESDIR}/View/pdf ${EXAMPLESDIR}/View/print \
-		${EXAMPLESDIR}/View/wml ${EXAMPLESDIR}/View/xml
+		${EXAMPLESDIR}/View/Default/pkit_edit ${EXAMPLESDIR}/View/pdf \
+		${EXAMPLESDIR}/View/print ${EXAMPLESDIR}/View/wml \
+		${EXAMPLESDIR}/View/xml ${EXAMPLESDIR}/contrib \
+		${EXAMPLESDIR}/contrib/bin ${EXAMPLESDIR}/contrib/locale \
+		${EXAMPLESDIR}/contrib/locale/templates \
+		${EXAMPLESDIR}/contrib/locale/templates/empty \
+		${EXAMPLESDIR}/contrib/locale/templates/po
 	@${INSTALL_DATA} ${WRKSRC}/docsrc/* ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/eg/README ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/eg/Config/* ${EXAMPLESDIR}/Config
 	@${INSTALL_DATA} ${WRKSRC}/eg/Content/* ${EXAMPLESDIR}/Content
 	@${INSTALL_DATA} ${WRKSRC}/eg/Model/MyPageKit/* ${EXAMPLESDIR}/Model/MyPageKit
-	@${INSTALL_DATA} ${WRKSRC}/eg/View/Default/* ${EXAMPLESDIR}/View/Default
+	@${INSTALL_DATA} ${WRKSRC}/eg/README ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/eg/View/Default/*.tmpl ${EXAMPLESDIR}/View/Default
+	@${INSTALL_DATA} ${WRKSRC}/eg/View/Default/*.xsl ${EXAMPLESDIR}/View/Default
+	@${INSTALL_DATA} ${WRKSRC}/eg/View/Default/pkit_edit/* ${EXAMPLESDIR}/View/Default/pkit_edit
 	@${INSTALL_DATA} ${WRKSRC}/eg/View/pdf/* ${EXAMPLESDIR}/View/pdf
 	@${INSTALL_DATA} ${WRKSRC}/eg/View/print/* ${EXAMPLESDIR}/View/print
 	@${INSTALL_DATA} ${WRKSRC}/eg/View/wml/* ${EXAMPLESDIR}/View/wml
 	@${INSTALL_DATA} ${WRKSRC}/eg/View/xml/* ${EXAMPLESDIR}/View/xml
+	@${INSTALL_DATA} ${WRKSRC}/eg/contrib/bin/* ${EXAMPLESDIR}/contrib/bin
+	@${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/README ${EXAMPLESDIR}/contrib/locale
+	@${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/templates/empty/* ${EXAMPLESDIR}/contrib/locale/templates/empty
+	@${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/templates/po/* ${EXAMPLESDIR}/contrib/locale/templates/po
 .endif
 	@${CAT} ${PKGMESSAGE}
 
diff -ruN /usr/ports/www/p5-Apache-PageKit/distinfo p5-Apache-PageKit/distinfo
--- /usr/ports/www/p5-Apache-PageKit/distinfo	Tue Nov 27 18:29:52 2001
+++ p5-Apache-PageKit/distinfo	Sat Jun 29 09:41:16 2002
@@ -1 +1 @@
-MD5 (Apache-PageKit-1.07.tar.gz) = b5deb4157dc421ea4ed4dfdfdd09f385
+MD5 (Apache-PageKit-1.09.tar.gz) = 0121fd490e586bf2b4b5ee40a4aaa104
diff -ruN /usr/ports/www/p5-Apache-PageKit/files/patch-src::lib::Apache::PageKit::Content.pm p5-Apache-PageKit/files/patch-src::lib::Apache::PageKit::Content.pm
--- /usr/ports/www/p5-Apache-PageKit/files/patch-src::lib::Apache::PageKit::Content.pm	Mon Jan  7 05:18:48 2002
+++ p5-Apache-PageKit/files/patch-src::lib::Apache::PageKit::Content.pm	Wed Dec 31 16:00:00 1969
@@ -1,35 +0,0 @@
---- lib/Apache/PageKit/Content.pm.orig	Tue Oct 23 23:49:55 2001
-+++ lib/Apache/PageKit/Content.pm	Thu Dec  6 15:13:16 2001
-@@ -20,11 +20,6 @@
-     require XML::LibXML;
-     require XML::LibXSLT;
- 
--    # call backs so that we can note the mtimes of dependant files
--    XML::LibXML->match_callback(\&match_uri);
--    XML::LibXML->open_callback(\&open_uri);
--    XML::LibXML->close_callback(\&close_uri);
--    XML::LibXML->read_callback(\&read_uri);
-   }
- 
-   $CONTENT = $content;
-@@ -62,6 +57,11 @@
- #  $INCLUDE_MTIMES->{$stylesheet_file} = $stylesheet_mtime;
- 
-   my $parser = XML::LibXML->new(ext_ent_handler => \&open_uri);
-+    # call backs so that we can note the mtimes of dependant files
-+    $parser->match_callback(\&match_uri);
-+    $parser->open_callback(\&open_uri);
-+    $parser->close_callback(\&close_uri);
-+    $parser->read_callback(\&read_uri);
-   my $xslt = XML::LibXSLT->new();
-   my $source = $parser->parse_file("/$component_id.xml");
-   my $style_doc = $parser->parse_file($stylesheet_file);
-@@ -155,7 +155,7 @@
- 
- sub match_uri {
-   my $uri = shift;
--  return $uri !~ /^\w+:/;
-+  return $uri !~ /(^\w+:)|(catalog$)/;
- }
- 
- sub open_uri {
diff -ruN /usr/ports/www/p5-Apache-PageKit/pkg-plist p5-Apache-PageKit/pkg-plist
--- /usr/ports/www/p5-Apache-PageKit/pkg-plist	Tue Oct 30 06:51:00 2001
+++ p5-Apache-PageKit/pkg-plist	Sat Jun 29 11:22:20 2002
@@ -1,13 +1,13 @@
-lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Content.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/View.pm
+lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Content.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Model.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Param.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Session.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Config.pm
+lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit/Edit.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/setup_eg.pl
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PageKit.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/ErrorReport.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/XPathTemplate.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/PageKit/.packlist
 %%PORTDOCS%%share/doc/Apache-PageKit/README
 %%PORTDOCS%%share/doc/Apache-PageKit/features.xml
@@ -28,6 +28,7 @@
 %%PORTDOCS%%share/examples/Apache-PageKit/Content/restricted.xml
 %%PORTDOCS%%share/examples/Apache-PageKit/Model/MyPageKit/Common.pm
 %%PORTDOCS%%share/examples/Apache-PageKit/Model/MyPageKit/MyModel.pm
+%%PORTDOCS%%share/examples/Apache-PageKit/README
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/begin_cell.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/bottom.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/charset.tmpl
@@ -42,6 +43,7 @@
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/login1.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/media.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/newacct1.tmpl
+%%PORTDOCS%%share/examples/Apache-PageKit/View/Default/pkit_edit/open_file.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/restricted.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/simple_page.xsl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/top.tmpl
@@ -53,18 +55,30 @@
 %%PORTDOCS%%share/examples/Apache-PageKit/View/wml/simple_page.xsl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/xml/media.tmpl
 %%PORTDOCS%%share/examples/Apache-PageKit/View/xml/simple_page.xsl
-%%PORTDOCS%%share/examples/Apache-PageKit/README
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/bin/build_locale.pl
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/locale/README
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/locale/templates/empty/empty.po
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/locale/templates/po/de.po
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/locale/templates/po/fr.po
+%%PORTDOCS%%share/examples/Apache-PageKit/contrib/locale/templates/po/pt.po
 %%PORTDOCS%%@dirrm share/doc/Apache-PageKit
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Config
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Content
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Model/MyPageKit
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Model
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/Default
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/pdf
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/print
-%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/wml
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib/locale/templates/po
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib/locale/templates/empty
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib/locale/templates
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib/locale
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib/bin
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/contrib
 %%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/xml
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/wml
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/print
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/pdf
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/Default/pkit_edit
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View/Default
 %%PORTDOCS%%@dirrm share/examples/Apache-PageKit/View
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Model/MyPageKit
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Model
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Content
+%%PORTDOCS%%@dirrm share/examples/Apache-PageKit/Config
 %%PORTDOCS%%@dirrm share/examples/Apache-PageKit
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/PageKit
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020629182803.13701.qmail>