ports/138079: [maintainer update] update x11-toolkits/p5-Wx to 0.92
Cezary Morga
cm at therek.net
Sat Aug 22 20:00:12 UTC 2009
>Number: 138079
>Category: ports
>Synopsis: [maintainer update] update x11-toolkits/p5-Wx to 0.92
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 22 20:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Cezary Morga
>Release:
>Organization:
>Environment:
>Description:
- Update x11-toolkits/p5-Wx to 0.92
- Add new dependency devel/p5-ExtUtils-XSpp
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN x11-toolkits/p5-Wx.orig/Makefile x11-toolkits/p5-Wx/Makefile
--- x11-toolkits/p5-Wx.orig/Makefile 2009-08-02 19:17:42.000000000 +0200
+++ x11-toolkits/p5-Wx/Makefile 2009-08-22 21:47:05.564492000 +0200
@@ -6,8 +6,7 @@
#
PORTNAME= Wx
-PORTVERSION= 0.91
-PORTREVISION= 2
+PORTVERSION= 0.92
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +14,9 @@
MAINTAINER= cm at therek.net
COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Alien/wxWidgets.pm:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Alien/wxWidgets.pm:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets
+BUILD_DEPENDS= p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets \
+ p5-ExtUtils-XSpp>=0.04:${PORTSDIR}/devel/p5-ExtUtils-XSpp
+RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS= UNICODE "Build with Unicode support" on
@@ -34,14 +34,10 @@
ALIEN_UNICODE= ${PERL} -MAlien::wxWidgets -e 'print Alien::wxWidgets->key' | ${GREP} "_uni_"
-MAN1= wxperl_overload.1 \
- wxperl_xspp.1
+MAN1= wxperl_overload.1
MAN3= Wx::Perl::TextValidator.3 \
Wx::Perl::Carp.3 \
- Wx::XSP::Node.3 \
Wx::Socket.3 \
- Wx::XSP::Typemap.3 \
- Wx::XSP::XSpp.3 \
Wx::Api.3 \
Wx::build::Utils.3 \
Wx::build::Options.3 \
@@ -49,7 +45,6 @@
Wx::build::MakeMaker::Win32_MSVC.3 \
Wx::build::MakeMaker.3 \
Wx::Thread.3 \
- Wx::XSP::Parser.3 \
Wx.3
.if defined(WITH_UNICODE)
diff -ruN x11-toolkits/p5-Wx.orig/distinfo x11-toolkits/p5-Wx/distinfo
--- x11-toolkits/p5-Wx.orig/distinfo 2009-05-22 23:18:12.409250000 +0200
+++ x11-toolkits/p5-Wx/distinfo 2009-08-22 20:31:22.367954000 +0200
@@ -1,3 +1,3 @@
-MD5 (Wx-0.91.tar.gz) = 415318d84c0c6dc69dcf760c0d8bc3ba
-SHA256 (Wx-0.91.tar.gz) = 5de60f254175fd120b23521d7612e2715bbd0a8ac66cde737978ec0778626758
-SIZE (Wx-0.91.tar.gz) = 372434
+MD5 (Wx-0.92.tar.gz) = 273a8770f290a66026bf6ea15060b6ae
+SHA256 (Wx-0.92.tar.gz) = 11e4764af61f182a64f1ae312cecf8fc0d85ace80ab4542d381d1e21687c5786
+SIZE (Wx-0.92.tar.gz) = 354538
diff -ruN x11-toolkits/p5-Wx.orig/pkg-plist x11-toolkits/p5-Wx/pkg-plist
--- x11-toolkits/p5-Wx.orig/pkg-plist 2009-03-15 18:10:00.000000000 +0100
+++ x11-toolkits/p5-Wx/pkg-plist 2009-08-22 21:27:27.086601000 +0200
@@ -1,5 +1,4 @@
bin/wxperl_overload
-bin/wxperl_xspp
%%SITE_PERL%%/%%PERL_ARCH%%/Wx.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/AUI.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/Api.pod
@@ -34,13 +33,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/Timer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/Wx_Exp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XRC.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/Driver.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/Grammar.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/Node.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/Parser.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/Typemap.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/XSP.yp
-%%SITE_PERL%%/%%PERL_ARCH%%/Wx/XSP/XSpp.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/build/MakeMaker.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/build/MakeMaker/Any_OS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Wx/build/MakeMaker/Any_wx_config.pm
diff -ruN devel/p5-ExtUtils-XSpp.orig/Makefile devel/p5-ExtUtils-XSpp/Makefile
--- devel/p5-ExtUtils-XSpp.orig/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ devel/p5-ExtUtils-XSpp/Makefile 2009-08-22 20:56:32.880731000 +0200
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-ExtUtils-XSpp
+# Date created: August 22nd 2009
+# Whom: Cezary Morga <cm at therek.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ExtUtils-XSpp
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= cm at therek.net
+COMMENT= XS for C++ in Perl
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \
+ ${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences
+
+PERL_MODBUILD= 5.6.1+
+
+MAN1= xspp.1
+MAN3= ExtUtils::XSpp::Typemap.3 \
+ ExtUtils::XSpp::Parser.3 \
+ ExtUtils::XSpp.3 \
+ ExtUtils::XSpp::Node.3
+
+.include <bsd.port.mk>
diff -ruN devel/p5-ExtUtils-XSpp.orig/distinfo devel/p5-ExtUtils-XSpp/distinfo
--- devel/p5-ExtUtils-XSpp.orig/distinfo 1970-01-01 01:00:00.000000000 +0100
+++ devel/p5-ExtUtils-XSpp/distinfo 2009-08-22 20:40:56.992141000 +0200
@@ -0,0 +1,3 @@
+MD5 (ExtUtils-XSpp-0.04.tar.gz) = cfb4f2a2cf079fe675fdf9ea5ee61e64
+SHA256 (ExtUtils-XSpp-0.04.tar.gz) = e72a2cbb2b7f9817529ff544c6ad3296382ad0bee271f9663923cf98f8e6aba8
+SIZE (ExtUtils-XSpp-0.04.tar.gz) = 71998
diff -ruN devel/p5-ExtUtils-XSpp.orig/pkg-descr devel/p5-ExtUtils-XSpp/pkg-descr
--- devel/p5-ExtUtils-XSpp.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100
+++ devel/p5-ExtUtils-XSpp/pkg-descr 2009-08-22 20:39:15.805348000 +0200
@@ -0,0 +1,6 @@
+XS++ is just a thin layer over plain XS, hence to use it you are
+supposed to know, at the very least, C++ and XS. This means that
+you will need typemaps for both the normal XS pre-processor xsubpp
+and the XS++ pre-processor xspp.
+
+WWW: http://search.cpan.org/dist/ExtUtils-XSpp/
diff -ruN devel/p5-ExtUtils-XSpp.orig/pkg-plist devel/p5-ExtUtils-XSpp/pkg-plist
--- devel/p5-ExtUtils-XSpp.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100
+++ devel/p5-ExtUtils-XSpp/pkg-plist 2009-08-22 20:53:54.384922000 +0200
@@ -0,0 +1,10 @@
+bin/xspp
+%%SITE_PERL%%/ExtUtils/XSpp/Typemap.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Node.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Driver.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Parser.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Grammar.pm
+%%SITE_PERL%%/ExtUtils/XSpp.pod
+%%SITE_PERL%%/ExtUtils/XSpp.pm
+ at dirrmtry %%SITE_PERL%%/ExtUtils/XSpp
+ at dirrmtry %%SITE_PERL%%/ExtUtils
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list