>Submitter-Id: current-users >Originator: Mark Shepard >Organization: none >Confidential: no >Synopsis: update port devel/p5-Locale-Maketext to latest version (to support MovableType) >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 4.6.2-RELEASE i386 >Environment: System: FreeBSD ed209.home 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: This PR is to update the port to the latest version (from 0.18 to 1.03) It also cleans up the pkg-plist to completely uninstall the port. This update was necessary in support of the MovableType weblog package. I contacted the current maintainer of the port, <frank@exit.com>, who replied: "Go ahead with this. I really have no time these days to spend on it, so I really should give up maintainership." Locale::Maketext is a base class providing a framework for software localization and inheritance-based lexicons, as described in my article in The Perl Journal #13 (which is on the way to your mailbox and/or newsstand). Copyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. >How-To-Repeat: >Fix: Here are the updated p5-Locale-Maketext port # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Locale-Maketext # p5-Locale-Maketext/Makefile # p5-Locale-Maketext/distinfo # p5-Locale-Maketext/pkg-comment # p5-Locale-Maketext/pkg-descr # p5-Locale-Maketext/pkg-plist # echo c - p5-Locale-Maketext mkdir -p p5-Locale-Maketext > /dev/null 2>&1 echo x - p5-Locale-Maketext/Makefile sed 's/^X//' >p5-Locale-Maketext/Makefile << 'END-of-p5-Locale-Maketext/Makefile' X# New ports collection makefile for: p5-Locale-Maketext X# Date created: 1 November 2002 X# Whom: Mark Shepard <mns@shepard.org> X# X# $FreeBSD$ X# X XPORTNAME= Locale-Maketext XPORTVERSION= 1.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Locale XPKGNAMEPREFIX= p5- X XMAINTAINER= mns@shepard.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= YES X XMAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-Locale-Maketext/Makefile echo x - p5-Locale-Maketext/distinfo sed 's/^X//' >p5-Locale-Maketext/distinfo << 'END-of-p5-Locale-Maketext/distinfo' XMD5 (Locale-Maketext-1.03.tar.gz) = 7f861143f97cf76b4c8032747f4b4fc9 END-of-p5-Locale-Maketext/distinfo echo x - p5-Locale-Maketext/pkg-comment sed 's/^X//' >p5-Locale-Maketext/pkg-comment << 'END-of-p5-Locale-Maketext/pkg-comment' XA framework for software localization and inheritance-based lexicons END-of-p5-Locale-Maketext/pkg-comment echo x - p5-Locale-Maketext/pkg-descr sed 's/^X//' >p5-Locale-Maketext/pkg-descr << 'END-of-p5-Locale-Maketext/pkg-descr' XLocale::Maketext is a base class providing a framework for software Xlocalization and inheritance-based lexicons, as described in my Xarticle in The Perl Journal #13 (which is on the way to your mailbox Xand/or newsstand). X XCopyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights Xreserved. This program is free software; you can redistribute it Xand/or modify it under the same terms as Perl itself. END-of-p5-Locale-Maketext/pkg-descr echo x - p5-Locale-Maketext/pkg-plist sed 's/^X//' >p5-Locale-Maketext/pkg-plist << 'END-of-p5-Locale-Maketext/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pod Xlib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/TPJ13.pod X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Locale 2> /dev/null || true END-of-p5-Locale-Maketext/pkg-plist exit
Responsible Changed From-To: gnats-admin->freebsd-ports Misfiled Port update
Hi Frank. Mark said that maintainer change from frank@ to mns@. Is this OK?
State Changed From-To: open->analyzed I'll handle this.
State Changed From-To: analyzed->closed Committed, Thanks!