Index: head/finance/p5-Business-OnlinePayment/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment/Makefile (revision 332594) @@ -1,30 +1,24 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment PORTVERSION= 3.02 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IVAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic interface for processing online credit card payments BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment.3 \ - Business::FraudDetect.3 \ - Business::FraudDetect::preCharge.3 \ - Business::OnlinePayment::HTTPS.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment/pkg-plist (revision 332594) @@ -1,10 +1,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment.3.gz +%%PERL5_MAN3%%/Business::FraudDetect.3.gz +%%PERL5_MAN3%%/Business::FraudDetect::preCharge.3.gz +%%PERL5_MAN3%%/Business::OnlinePayment::HTTPS.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business %%SITE_PERL%%/Business/FraudDetect.pm %%SITE_PERL%%/Business/OnlinePayment.pm %%SITE_PERL%%/Business/FraudDetect/preCharge.pm %%SITE_PERL%%/Business/OnlinePayment/HTTPS.pm @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business/FraudDetect @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile (revision 332594) @@ -1,29 +1,23 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-AuthorizeNet PORTVERSION= 3.22 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Authorize.Net RUN_DEPENDS= p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::AuthorizeNet.3 \ - Business::OnlinePayment::AuthorizeNet::AIM.3 \ - Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes.3 \ - Business::OnlinePayment::AuthorizeNet::ARB.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist (revision 332594) @@ -1,9 +1,13 @@ %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet.pm %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/AIM.pm %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/AIM/ErrorCodes.pm %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/ARB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::AuthorizeNet.3.gz +%%PERL5_MAN3%%/Business::OnlinePayment::AuthorizeNet::AIM.3.gz +%%PERL5_MAN3%%/Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes.3.gz +%%PERL5_MAN3%%/Business::OnlinePayment::AuthorizeNet::ARB.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet @dirrm %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/AIM @dirrmtry %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet @dirrmtry %%SITE_PERL%%/Business/OnlinePayment Index: head/finance/p5-Business-OnlinePayment-Beanstream/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-Beanstream/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-Beanstream/Makefile (revision 332594) @@ -1,24 +1,21 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-Beanstream PORTVERSION= 0.02 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ILYALIT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Beanstream RUN_DEPENDS= p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment \ p5-URI>=0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::Beanstream.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist (revision 332594) @@ -1,11 +1,12 @@ %%SITE_PERL%%/auto/Business/OnlinePayment/Beanstream/autosplit.ix %%SITE_PERL%%/Business/OnlinePayment/Beanstream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::Beanstream.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment/Beanstream @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-Jettis/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-Jettis/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-Jettis/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-Jettis PORTVERSION= 0.02 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Jettis BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::Jettis.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-Jettis/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-Jettis/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-Jettis/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/Business/OnlinePayment/Jettis.pm %%SITE_PERL%%/auto/Business/OnlinePayment/Jettis/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Jettis/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::Jettis.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Jettis @dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/Jettis @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-Jettis/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-LinkPoint PORTVERSION= 0.10 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for LinkPoint BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::LinkPoint.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist (revision 332594) @@ -1,7 +1,8 @@ %%SITE_PERL%%/Business/OnlinePayment/LinkPoint.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/LinkPoint/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::LinkPoint.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/LinkPoint @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-PayConnect/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-PayConnect/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-PayConnect/Makefile (revision 332594) @@ -1,24 +1,21 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-PayConnect PORTVERSION= 0.02 PORTREVISION= 2 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for PaymentOne PayConnect BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::PayConnect.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-PayConnect/pkg-descr =================================================================== --- head/finance/p5-Business-OnlinePayment-PayConnect/pkg-descr (revision 332593) +++ head/finance/p5-Business-OnlinePayment-PayConnect/pkg-descr (revision 332594) @@ -1,3 +1,5 @@ A Business::OnlinePayment backend module for aymentOne (formerly eBillit) PayConnect. It is only useful if you have a merchant account with PaymentOne (formerly eBillit): http://www.paymentone.com/products/paycon.asp + +WWW: http://search.cpan.org/dist/Business-OnlinePayment/ Property changes on: head/finance/p5-Business-OnlinePayment-PayConnect/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-PayConnect/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-PayConnect/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-PayConnect/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/Business/OnlinePayment/PayConnect.pm %%SITE_PERL%%/auto/Business/OnlinePayment/PayConnect/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PayConnect/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::PayConnect.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PayConnect @dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/PayConnect @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-PayConnect/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile (revision 332594) @@ -1,28 +1,25 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-VirtualNet PORTVERSION= 0.02 PORTREVISION= 2 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Vital VirtualNet BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-File-CounterFile>=0:${PORTSDIR}/misc/p5-File-CounterFile \ p5-String-Parity>=0:${PORTSDIR}/devel/p5-String-Parity \ p5-String-LRC>=0:${PORTSDIR}/devel/p5-String-LRC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::VirtualNet.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-descr =================================================================== --- head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-descr (revision 332593) +++ head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-descr (revision 332594) @@ -1,4 +1,6 @@ This is Business::OnlinePayment::VirtualNet, an Business::OnlinePayment backend module for Vital VirtualNet. It is only useful if you have a merchant account with Vital VirtualNet: http://www.vitalps.com/sections/merch/mer_ps_VNET_info.html + +WWW: http://search.cpan.org/dist/Business-OnlinePayment-VirtualNet/ Property changes on: head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/Business/OnlinePayment/VirtualNet.pm %%SITE_PERL%%/auto/Business/OnlinePayment/VirtualNet/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/VirtualNet/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::VirtualNet.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/VirtualNet @dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/VirtualNet @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-eSec/Makefile =================================================================== --- head/finance/p5-Business-OnlinePayment-eSec/Makefile (revision 332593) +++ head/finance/p5-Business-OnlinePayment-eSec/Makefile (revision 332594) @@ -1,24 +1,21 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= Business-OnlinePayment-eSec PORTVERSION= 0.02 PORTREVISION= 2 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for eSec BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::eSec.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-OnlinePayment-eSec/pkg-descr =================================================================== --- head/finance/p5-Business-OnlinePayment-eSec/pkg-descr (revision 332593) +++ head/finance/p5-Business-OnlinePayment-eSec/pkg-descr (revision 332594) @@ -1,3 +1,5 @@ This is Business::OnlinePayment::eSec, an Business::OnlinePayment backend module for eSec. It is only useful if you have a merchant account with eSec: http://www.esec.com.au/sep.html. + +WWW: http://search.cpan.org/dist/Business-OnlinePayment-eSec/ Property changes on: head/finance/p5-Business-OnlinePayment-eSec/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-OnlinePayment-eSec/pkg-plist =================================================================== --- head/finance/p5-Business-OnlinePayment-eSec/pkg-plist (revision 332593) +++ head/finance/p5-Business-OnlinePayment-eSec/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/Business/OnlinePayment/eSec.pm %%SITE_PERL%%/auto/Business/OnlinePayment/eSec/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec/.packlist +%%PERL5_MAN3%%/Business::OnlinePayment::eSec.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec @dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/eSec @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-OnlinePayment-eSec/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-TW-Invoice-U420/Makefile =================================================================== --- head/finance/p5-Business-TW-Invoice-U420/Makefile (revision 332593) +++ head/finance/p5-Business-TW-Invoice-U420/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Business-TW-Invoice-U420 PORTVERSION= 0.01 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Print Taiwan Unified Invoice with U420 printer BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::TW::Invoice::U420.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-TW-Invoice-U420/pkg-plist =================================================================== --- head/finance/p5-Business-TW-Invoice-U420/pkg-plist (revision 332593) +++ head/finance/p5-Business-TW-Invoice-U420/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice/U420/.packlist %%SITE_PERL%%/Business/TW/Invoice/U420.pm +%%PERL5_MAN3%%/Business::TW::Invoice::U420.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice/U420 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/TW/Invoice @dirrmtry %%SITE_PERL%%/Business/TW @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-TW-Invoice-U420/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile =================================================================== --- head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile (revision 332593) +++ head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile (revision 332594) @@ -1,24 +1,21 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Business-TW-TSIB-CStorePayment PORTVERSION= 0.04 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for Taishin Bank Convenient Store Payment Management BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::TW::TSIB::CStorePayment.3 - -NO_STAGE= yes .include Index: head/finance/p5-Business-TW-TSIB-CStorePayment/pkg-plist =================================================================== --- head/finance/p5-Business-TW-TSIB-CStorePayment/pkg-plist (revision 332593) +++ head/finance/p5-Business-TW-TSIB-CStorePayment/pkg-plist (revision 332594) @@ -1,11 +1,12 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/TSIB/CStorePayment/.packlist %%SITE_PERL%%/Business/TW/TSIB/CStorePayment.pm %%SITE_PERL%%/Business/TW/TSIB/CStorePayment/Entry.pm +%%PERL5_MAN3%%/Business::TW::TSIB::CStorePayment.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/TSIB/CStorePayment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/TSIB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/TW/TSIB/CStorePayment @dirrmtry %%SITE_PERL%%/Business/TW/TSIB @dirrmtry %%SITE_PERL%%/Business/TW @dirrmtry %%SITE_PERL%%/Business Property changes on: head/finance/p5-Business-TW-TSIB-CStorePayment/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile =================================================================== --- head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile (revision 332593) +++ head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Zach Thompson # $FreeBSD$ PORTNAME= Finance-Currency-Convert-WebserviceX PORTVERSION= 0.07001 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight currency conversion using WebserviceX.NET BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Module-Install>=0.65:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Finance::Currency::Convert::WebserviceX.3 - -NO_STAGE= yes .include Index: head/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist =================================================================== --- head/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist (revision 332593) +++ head/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/Finance/Currency/Convert/WebserviceX.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/WebserviceX/.packlist +%%PERL5_MAN3%%/Finance::Currency::Convert::WebserviceX.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/WebserviceX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance @dirrmtry %%SITE_PERL%%/Finance/Currency/Convert @dirrmtry %%SITE_PERL%%/Finance/Currency @dirrmtry %%SITE_PERL%%/Finance Property changes on: head/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Finance-QuoteTW/Makefile =================================================================== --- head/finance/p5-Finance-QuoteTW/Makefile (revision 332593) +++ head/finance/p5-Finance-QuoteTW/Makefile (revision 332594) @@ -1,38 +1,26 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Finance-QuoteTW PORTVERSION= 0.09 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fetch quotes of mutual funds in Taiwan RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ p5-HTML-Encoding>=0.6:${PORTSDIR}/www/p5-HTML-Encoding \ p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-Spiffy>=0.3:${PORTSDIR}/devel/p5-Spiffy \ p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Finance::QuoteTW.3 \ - Finance::QuoteTW::Allianz.3 \ - Finance::QuoteTW::Blackrock.3 \ - Finance::QuoteTW::Capital.3 \ - Finance::QuoteTW::Franklin.3 \ - Finance::QuoteTW::Iit.3 \ - Finance::QuoteTW::Jpmrich.3 \ - Finance::QuoteTW::Paradigm.3 \ - Finance::QuoteTW::Schroders.3 \ - Finance::QuoteTW::Tisc.3 - -NO_STAGE= yes .include Index: head/finance/p5-Finance-QuoteTW/pkg-plist =================================================================== --- head/finance/p5-Finance-QuoteTW/pkg-plist (revision 332593) +++ head/finance/p5-Finance-QuoteTW/pkg-plist (revision 332594) @@ -1,15 +1,25 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/QuoteTW/.packlist %%SITE_PERL%%/Finance/QuoteTW.pm %%SITE_PERL%%/Finance/QuoteTW/Allianz.pm %%SITE_PERL%%/Finance/QuoteTW/Blackrock.pm %%SITE_PERL%%/Finance/QuoteTW/Capital.pm %%SITE_PERL%%/Finance/QuoteTW/Franklin.pm %%SITE_PERL%%/Finance/QuoteTW/Iit.pm %%SITE_PERL%%/Finance/QuoteTW/Jpmrich.pm %%SITE_PERL%%/Finance/QuoteTW/Paradigm.pm %%SITE_PERL%%/Finance/QuoteTW/Schroders.pm %%SITE_PERL%%/Finance/QuoteTW/Tisc.pm +%%PERL5_MAN3%%/Finance::QuoteTW.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Allianz.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Blackrock.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Capital.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Franklin.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Iit.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Jpmrich.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Paradigm.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Schroders.3.gz +%%PERL5_MAN3%%/Finance::QuoteTW::Tisc.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/QuoteTW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance @dirrmtry %%SITE_PERL%%/Finance/QuoteTW @dirrmtry %%SITE_PERL%%/Finance Property changes on: head/finance/p5-Finance-QuoteTW/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/p5-Finance-TW-EmergingQuote/Makefile =================================================================== --- head/finance/p5-Finance-TW-EmergingQuote/Makefile (revision 332593) +++ head/finance/p5-Finance-TW-EmergingQuote/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= Finance-TW-EmergingQuote PORTVERSION= 0.26 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Emerging Stock BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Finance::TW::EmergingQuote.3 - -NO_STAGE= yes .include Index: head/finance/p5-Finance-TW-EmergingQuote/pkg-plist =================================================================== --- head/finance/p5-Finance-TW-EmergingQuote/pkg-plist (revision 332593) +++ head/finance/p5-Finance-TW-EmergingQuote/pkg-plist (revision 332594) @@ -1,7 +1,8 @@ %%SITE_PERL%%/Finance/TW/EmergingQuote.pm +%%PERL5_MAN3%%/Finance::TW::EmergingQuote.3.gz @dirrmtry %%SITE_PERL%%/Finance/TW @dirrmtry %%SITE_PERL%%/Finance %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/EmergingQuote/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/EmergingQuote @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance Property changes on: head/finance/p5-Finance-TW-EmergingQuote/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/p5-Net-FTPSSL/Makefile =================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile (revision 332593) +++ head/ftp/p5-Net-FTPSSL/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Net-FTPSSL PORTVERSION= 0.23 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A FTP over SSL/TLS class +COMMENT= FTP over SSL/TLS class BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::FTPSSL.3 - -NO_STAGE= yes .include Index: head/ftp/p5-Net-FTPSSL/pkg-plist =================================================================== --- head/ftp/p5-Net-FTPSSL/pkg-plist (revision 332593) +++ head/ftp/p5-Net-FTPSSL/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/FTPSSL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPSSL/.packlist +%%PERL5_MAN3%%/Net::FTPSSL.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPSSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net Property changes on: head/ftp/p5-Net-FTPSSL/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Array-Compare/Makefile =================================================================== --- head/misc/p5-Array-Compare/Makefile (revision 332593) +++ head/misc/p5-Array-Compare/Makefile (revision 332594) @@ -1,27 +1,23 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Array-Compare PORTVERSION= 2.02 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAVECROSS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose - TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure -MAN3= Array::Compare.3 - -NO_STAGE= yes .include Index: head/misc/p5-Array-Compare/pkg-plist =================================================================== --- head/misc/p5-Array-Compare/pkg-plist (revision 332593) +++ head/misc/p5-Array-Compare/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Array/Compare.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare/.packlist +%%PERL5_MAN3%%/Array::Compare.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrmtry %%SITE_PERL%%/Array Property changes on: head/misc/p5-Array-Compare/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Array-IntSpan/Makefile =================================================================== --- head/misc/p5-Array-IntSpan/Makefile (revision 332593) +++ head/misc/p5-Array-IntSpan/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Array-IntSpan PORTVERSION= 2.002 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for handling arrays using IntSpan techniques USES= perl5 USE_PERL5= configure -MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include Index: head/misc/p5-Array-IntSpan/pkg-plist =================================================================== --- head/misc/p5-Array-IntSpan/pkg-plist (revision 332593) +++ head/misc/p5-Array-IntSpan/pkg-plist (revision 332594) @@ -1,8 +1,10 @@ %%SITE_PERL%%/Array/IntSpan.pm %%SITE_PERL%%/Array/IntSpan/IP.pm %%SITE_PERL%%/Array/IntSpan/Fields.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist +%%PERL5_MAN3%%/Array::IntSpan.3.gz +%%PERL5_MAN3%%/Array::IntSpan::Fields.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrm %%SITE_PERL%%/Array/IntSpan @dirrmtry %%SITE_PERL%%/Array Property changes on: head/misc/p5-Array-IntSpan/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Array-PrintCols/Makefile =================================================================== --- head/misc/p5-Array-PrintCols/Makefile (revision 332593) +++ head/misc/p5-Array-PrintCols/Makefile (revision 332594) @@ -1,19 +1,16 @@ # Created by: James FitzGibbon # $FreeBSD$ PORTNAME= Array-PrintCols PORTVERSION= 2.5 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to print arrays of elements in sorted columns USES= perl5 USE_PERL5= configure -MAN3= Array::PrintCols.3 - -NO_STAGE= yes .include Index: head/misc/p5-Array-PrintCols/pkg-plist =================================================================== --- head/misc/p5-Array-PrintCols/pkg-plist (revision 332593) +++ head/misc/p5-Array-PrintCols/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Array/PrintCols.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/PrintCols/.packlist +%%PERL5_MAN3%%/Array::PrintCols.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/PrintCols @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrmtry %%SITE_PERL%%/Array Property changes on: head/misc/p5-Array-PrintCols/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Array-RefElem/Makefile =================================================================== --- head/misc/p5-Array-RefElem/Makefile (revision 332593) +++ head/misc/p5-Array-RefElem/Makefile (revision 332594) @@ -1,19 +1,16 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Array-RefElem PORTVERSION= 1.00 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Set up array elements as aliases USES= perl5 USE_PERL5= configure -MAN3= Array::RefElem.3 - -NO_STAGE= yes .include Index: head/misc/p5-Array-RefElem/pkg-plist =================================================================== --- head/misc/p5-Array-RefElem/pkg-plist (revision 332593) +++ head/misc/p5-Array-RefElem/pkg-plist (revision 332594) @@ -1,7 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Array/RefElem.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.so +%%PERL5_MAN3%%/Array::RefElem.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Array Property changes on: head/misc/p5-Array-RefElem/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Asterisk/Makefile =================================================================== --- head/misc/p5-Asterisk/Makefile (revision 332593) +++ head/misc/p5-Asterisk/Makefile (revision 332594) @@ -1,25 +1,19 @@ # Created by: Alexander Timoshenko # $FreeBSD$ PORTNAME= Asterisk PORTVERSION= 1.03 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAMESGOL PKGNAMEPREFIX= p5- DISTNAME= asterisk-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Asterisk perl library USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION} -MAN3= Asterisk::AGI.3 \ - Asterisk::Manager.3 \ - Asterisk::Outgoing.3 \ - Asterisk::Voicemail.3 - -NO_STAGE= yes .include Index: head/misc/p5-Asterisk/pkg-plist =================================================================== --- head/misc/p5-Asterisk/pkg-plist (revision 332593) +++ head/misc/p5-Asterisk/pkg-plist (revision 332594) @@ -1,9 +1,13 @@ %%SITE_PERL%%/Asterisk.pm %%SITE_PERL%%/Asterisk/AGI.pm %%SITE_PERL%%/Asterisk/Manager.pm %%SITE_PERL%%/Asterisk/Outgoing.pm %%SITE_PERL%%/Asterisk/QCall.pm %%SITE_PERL%%/Asterisk/Voicemail.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl/.packlist +%%PERL5_MAN3%%/Asterisk::AGI.3.gz +%%PERL5_MAN3%%/Asterisk::Manager.3.gz +%%PERL5_MAN3%%/Asterisk::Outgoing.3.gz +%%PERL5_MAN3%%/Asterisk::Voicemail.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl @dirrm %%SITE_PERL%%/Asterisk Property changes on: head/misc/p5-Asterisk/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Business-ISIN/Makefile =================================================================== --- head/misc/p5-Business-ISIN/Makefile (revision 332593) +++ head/misc/p5-Business-ISIN/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Business-ISIN PORTVERSION= 0.20 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Validate International Securities Identification Numbers BUILD_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Business::ISIN.3 - -NO_STAGE= yes .include Index: head/misc/p5-Business-ISIN/pkg-plist =================================================================== --- head/misc/p5-Business-ISIN/pkg-plist (revision 332593) +++ head/misc/p5-Business-ISIN/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISIN/.packlist %%SITE_PERL%%/Business/ISIN.pm +%%PERL5_MAN3%%/Business::ISIN.3.gz @dirrmtry %%SITE_PERL%%/Business @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISIN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business Property changes on: head/misc/p5-Business-ISIN/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Data-Buffer/Makefile =================================================================== --- head/misc/p5-Data-Buffer/Makefile (revision 332593) +++ head/misc/p5-Data-Buffer/Makefile (revision 332594) @@ -1,19 +1,16 @@ # Created by: Michael Haro # $FreeBSD$ PORTNAME= Data-Buffer PORTVERSION= 0.04 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read/write buffer class USES= perl5 USE_PERL5= configure -MAN3= Data::Buffer.3 - -NO_STAGE= yes .include Index: head/misc/p5-Data-Buffer/pkg-plist =================================================================== --- head/misc/p5-Data-Buffer/pkg-plist (revision 332593) +++ head/misc/p5-Data-Buffer/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Buffer/.packlist %%SITE_PERL%%/Data/Buffer.pm +%%PERL5_MAN3%%/Data::Buffer.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Buffer @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data @dirrm %%SITE_PERL%%/Data Property changes on: head/misc/p5-Data-Buffer/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Geo-Postcodes/Makefile =================================================================== --- head/misc/p5-Geo-Postcodes/Makefile (revision 332593) +++ head/misc/p5-Geo-Postcodes/Makefile (revision 332594) @@ -1,25 +1,17 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Geo-Postcodes PORTVERSION= 0.320 CATEGORIES= misc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= Base class for the Geo::Postcodes::XX modules USES= perl5 USE_PERL5= configure -MAN3= Geo::Postcodes.3 \ - Geo::Postcodes::Ajax.3 \ - Geo::Postcodes::Selection.3 \ - Geo::Postcodes::Subclass.3 \ - Geo::Postcodes::Tutorial.3 \ - Geo::Postcodes::Update.3 - -NO_STAGE= yes .include Index: head/misc/p5-Geo-Postcodes/pkg-plist =================================================================== --- head/misc/p5-Geo-Postcodes/pkg-plist (revision 332593) +++ head/misc/p5-Geo-Postcodes/pkg-plist (revision 332594) @@ -1,11 +1,17 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/.packlist %%SITE_PERL%%/Geo/Postcodes.pm %%SITE_PERL%%/Geo/Postcodes/Ajax.pod %%SITE_PERL%%/Geo/Postcodes/Selection.pod %%SITE_PERL%%/Geo/Postcodes/Subclass.pod %%SITE_PERL%%/Geo/Postcodes/Tutorial.pod %%SITE_PERL%%/Geo/Postcodes/Update.pm +%%PERL5_MAN3%%/Geo::Postcodes.3.gz +%%PERL5_MAN3%%/Geo::Postcodes::Ajax.3.gz +%%PERL5_MAN3%%/Geo::Postcodes::Selection.3.gz +%%PERL5_MAN3%%/Geo::Postcodes::Subclass.3.gz +%%PERL5_MAN3%%/Geo::Postcodes::Tutorial.3.gz +%%PERL5_MAN3%%/Geo::Postcodes::Update.3.gz @dirrmtry %%SITE_PERL%%/Geo/Postcodes @dirrmtry %%SITE_PERL%%/Geo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo Property changes on: head/misc/p5-Geo-Postcodes/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Geo-Postcodes-DK/Makefile =================================================================== --- head/misc/p5-Geo-Postcodes-DK/Makefile (revision 332593) +++ head/misc/p5-Geo-Postcodes-DK/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Geo-Postcodes-DK PORTVERSION= 0.32 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Danish postcodes with associated information BUILD_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes USES= perl5 USE_PERL5= configure -MAN3= Geo::Postcodes::DK.3 - -NO_STAGE= yes .include Index: head/misc/p5-Geo-Postcodes-DK/pkg-plist =================================================================== --- head/misc/p5-Geo-Postcodes-DK/pkg-plist (revision 332593) +++ head/misc/p5-Geo-Postcodes-DK/pkg-plist (revision 332594) @@ -1,7 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK/.packlist %%SITE_PERL%%/Geo/Postcodes/DK.pm +%%PERL5_MAN3%%/Geo::Postcodes::DK.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/Geo/Postcodes @dirrmtry %%SITE_PERL%%/Geo Property changes on: head/misc/p5-Geo-Postcodes-DK/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Geo-Postcodes-NO/Makefile =================================================================== --- head/misc/p5-Geo-Postcodes-NO/Makefile (revision 332593) +++ head/misc/p5-Geo-Postcodes-NO/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Geo-Postcodes-NO PORTVERSION= 0.31 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Norwegian postcodes with associated information BUILD_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes USES= perl5 USE_PERL5= configure -MAN3= Geo::Postcodes::NO.3 - -NO_STAGE= yes .include Index: head/misc/p5-Geo-Postcodes-NO/pkg-plist =================================================================== --- head/misc/p5-Geo-Postcodes-NO/pkg-plist (revision 332593) +++ head/misc/p5-Geo-Postcodes-NO/pkg-plist (revision 332594) @@ -1,7 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO/.packlist %%SITE_PERL%%/Geo/Postcodes/NO.pm +%%PERL5_MAN3%%/Geo::Postcodes::NO.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/Geo/Postcodes @dirrmtry %%SITE_PERL%%/Geo Property changes on: head/misc/p5-Geo-Postcodes-NO/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Geo-Weather/Makefile =================================================================== --- head/misc/p5-Geo-Weather/Makefile (revision 332593) +++ head/misc/p5-Geo-Weather/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= Geo-Weather PORTVERSION= 1.41 CATEGORIES= misc perl5 geography MASTER_SITES= CPAN \ ftp://ftp.innercite.com/pub/perl/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to retrieve weather information from weather.com RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure -MAN3= Geo::Weather.3 - -NO_STAGE= yes .include Index: head/misc/p5-Geo-Weather/pkg-plist =================================================================== --- head/misc/p5-Geo-Weather/pkg-plist (revision 332593) +++ head/misc/p5-Geo-Weather/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Geo/Weather.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Weather/.packlist +%%PERL5_MAN3%%/Geo::Weather.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Weather @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/Geo Property changes on: head/misc/p5-Geo-Weather/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Locale-Geocode/Makefile =================================================================== --- head/misc/p5-Locale-Geocode/Makefile (revision 332593) +++ head/misc/p5-Locale-Geocode/Makefile (revision 332594) @@ -1,26 +1,21 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Locale-Geocode PORTVERSION= 1.20 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Find codes and information on geographical location RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \ p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Locale::Geocode.3 \ - Locale::Geocode::Division.3 \ - Locale::Geocode::Territory.3 - -NO_STAGE= yes .include Index: head/misc/p5-Locale-Geocode/pkg-plist =================================================================== --- head/misc/p5-Locale-Geocode/pkg-plist (revision 332593) +++ head/misc/p5-Locale-Geocode/pkg-plist (revision 332594) @@ -1,8 +1,11 @@ %%SITE_PERL%%/Locale/Geocode.pm %%SITE_PERL%%/Locale/Geocode/Division.pm %%SITE_PERL%%/Locale/Geocode/Territory.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode/.packlist +%%PERL5_MAN3%%/Locale::Geocode.3.gz +%%PERL5_MAN3%%/Locale::Geocode::Division.3.gz +%%PERL5_MAN3%%/Locale::Geocode::Territory.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale @dirrmtry %%SITE_PERL%%/Locale/Geocode @dirrmtry %%SITE_PERL%%/Locale Property changes on: head/misc/p5-Locale-Geocode/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Locale-US/Makefile =================================================================== --- head/misc/p5-Locale-US/Makefile (revision 332593) +++ head/misc/p5-Locale-US/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Tomoyuki Sakurai # $FreeBSD$ PORTNAME= Locale-US PORTVERSION= 2.112.150 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Two letter codes for state identification in the United States BUILD_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple RUN_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple USES= perl5 USE_PERL5= configure -MAN3= Locale::US.3 - -NO_STAGE= yes .include Index: head/misc/p5-Locale-US/pkg-plist =================================================================== --- head/misc/p5-Locale-US/pkg-plist (revision 332593) +++ head/misc/p5-Locale-US/pkg-plist (revision 332594) @@ -1,6 +1,7 @@ %%SITE_PERL%%/Locale/US.pm %%SITE_PERL%%/Locale/kruft2codes.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US/.packlist +%%PERL5_MAN3%%/Locale::US.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale @dirrmtry %%SITE_PERL%%/Locale Property changes on: head/misc/p5-Locale-US/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Net-vCard/Makefile =================================================================== --- head/misc/p5-Net-vCard/Makefile (revision 332593) +++ head/misc/p5-Net-vCard/Makefile (revision 332594) @@ -1,19 +1,16 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= Net-vCard PORTVERSION= 0.5 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write vCard files (RFC 2426) USES= perl5 USE_PERL5= configure -MAN3= Net::vFile.3 Net::vCard.3 - -NO_STAGE= yes .include Index: head/misc/p5-Net-vCard/pkg-plist =================================================================== --- head/misc/p5-Net-vCard/pkg-plist (revision 332593) +++ head/misc/p5-Net-vCard/pkg-plist (revision 332594) @@ -1,9 +1,11 @@ bin/vCard2label %%SITE_PERL%%/Net/vCard.pm %%SITE_PERL%%/Net/vCard/ADR.pm %%SITE_PERL%%/Net/vFile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist +%%PERL5_MAN3%%/Net::vFile.3.gz +%%PERL5_MAN3%%/Net::vCard.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard @dirrm %%SITE_PERL%%/Net/vCard @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net Property changes on: head/misc/p5-Net-vCard/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/p5-Tie-DxHash/Makefile =================================================================== --- head/misc/p5-Tie-DxHash/Makefile (revision 332593) +++ head/misc/p5-Tie-DxHash/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Tie-DxHash PORTVERSION= 1.05 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing ordered hashes with duplicate keys BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tie::DxHash.3 - -NO_STAGE= yes .include Index: head/misc/p5-Tie-DxHash/pkg-plist =================================================================== --- head/misc/p5-Tie-DxHash/pkg-plist (revision 332593) +++ head/misc/p5-Tie-DxHash/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DxHash/.packlist %%SITE_PERL%%/Tie/DxHash.pm +%%PERL5_MAN3%%/Tie::DxHash.3.gz @dirrmtry %%SITE_PERL%%/Tie @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DxHash @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie Property changes on: head/misc/p5-Tie-DxHash/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/p5-News-Newsrc/Makefile =================================================================== --- head/news/p5-News-Newsrc/Makefile (revision 332593) +++ head/news/p5-News-Newsrc/Makefile (revision 332594) @@ -1,22 +1,19 @@ # Created by: Don Croyle # $FreeBSD$ PORTNAME= News-Newsrc PORTVERSION= 1.11 CATEGORIES= news perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manage newsrc files BUILD_DEPENDS= p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= News::Newsrc.3 - -NO_STAGE= yes .include Index: head/news/p5-News-Newsrc/pkg-plist =================================================================== --- head/news/p5-News-Newsrc/pkg-plist (revision 332593) +++ head/news/p5-News-Newsrc/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/News/Newsrc.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc/.packlist +%%PERL5_MAN3%%/News::Newsrc.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News @dirrmtry %%SITE_PERL%%/News Property changes on: head/news/p5-News-Newsrc/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/p5-POE-Component-Client-NNTP/Makefile =================================================================== --- head/news/p5-POE-Component-Client-NNTP/Makefile (revision 332593) +++ head/news/p5-POE-Component-Client-NNTP/Makefile (revision 332594) @@ -1,26 +1,22 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= POE-Component-Client-NNTP PORTVERSION= 2.22 CATEGORIES= news perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking NNTP access BUILD_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP RUN_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Client::NNTP.3 \ - POE::Component::Client::NNTP::Constants.3 - -NO_STAGE= yes .include Index: head/news/p5-POE-Component-Client-NNTP/pkg-plist =================================================================== --- head/news/p5-POE-Component-Client-NNTP/pkg-plist (revision 332593) +++ head/news/p5-POE-Component-Client-NNTP/pkg-plist (revision 332594) @@ -1,11 +1,13 @@ %%SITE_PERL%%/POE/Component/Client/NNTP.pm %%SITE_PERL%%/POE/Component/Client/NNTP/Constants.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP/.packlist +%%PERL5_MAN3%%/POE::Component::Client::NNTP.3.gz +%%PERL5_MAN3%%/POE::Component::Client::NNTP::Constants.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE @dirrmtry %%SITE_PERL%%/POE/Component/Client/NNTP @dirrmtry %%SITE_PERL%%/POE/Component/Client @dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/POE Property changes on: head/news/p5-POE-Component-Client-NNTP/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/p5-POE-Component-Server-NNTP/Makefile =================================================================== --- head/news/p5-POE-Component-Server-NNTP/Makefile (revision 332593) +++ head/news/p5-POE-Component-Server-NNTP/Makefile (revision 332594) @@ -1,24 +1,20 @@ # Created by: Jin-Shan Tseng # $FreeBSD$ PORTNAME= POE-Component-Server-NNTP PORTVERSION= 1.04 CATEGORIES= news perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Component that provides NNTP server functionality RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ p5-POE-Component-Client-NNTP>=1.05:${PORTSDIR}/news/p5-POE-Component-Client-NNTP USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Server::NNTP.3 \ - POE::Component::Server::NNTP::Constants.3 - -NO_STAGE= yes .include Index: head/news/p5-POE-Component-Server-NNTP/pkg-plist =================================================================== --- head/news/p5-POE-Component-Server-NNTP/pkg-plist (revision 332593) +++ head/news/p5-POE-Component-Server-NNTP/pkg-plist (revision 332594) @@ -1,11 +1,13 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/NNTP/.packlist %%SITE_PERL%%/POE/Component/Server/NNTP.pm %%SITE_PERL%%/POE/Component/Server/NNTP/Constants.pm +%%PERL5_MAN3%%/POE::Component::Server::NNTP.3.gz +%%PERL5_MAN3%%/POE::Component::Server::NNTP::Constants.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/NNTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE @dirrm %%SITE_PERL%%/POE/Component/Server/NNTP @dirrmtry %%SITE_PERL%%/POE/Component/Server @dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/POE Property changes on: head/news/p5-POE-Component-Server-NNTP/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile =================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile (revision 332593) +++ head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile (revision 332594) @@ -1,66 +1,24 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Gtk2-Ex-FormFactory PORTVERSION= 0.67 PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Makes building complex GUI more easy BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Gtk2-Ex-Simple-List>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Gtk2-Ex-Simple-List>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List USES= perl5 USE_PERL5= configure -MAN3= Gtk2::Ex::FormFactory.3 \ - Gtk2::Ex::FormFactory::Button.3 \ - Gtk2::Ex::FormFactory::CheckButton.3 \ - Gtk2::Ex::FormFactory::CheckButtonGroup.3 \ - Gtk2::Ex::FormFactory::Combo.3 \ - Gtk2::Ex::FormFactory::Container.3 \ - Gtk2::Ex::FormFactory::Context.3 \ - Gtk2::Ex::FormFactory::DialogButtons.3 \ - Gtk2::Ex::FormFactory::Entry.3 \ - Gtk2::Ex::FormFactory::ExecFlow.3 \ - Gtk2::Ex::FormFactory::Expander.3 \ - Gtk2::Ex::FormFactory::Form.3 \ - Gtk2::Ex::FormFactory::GtkWidget.3 \ - Gtk2::Ex::FormFactory::HBox.3 \ - Gtk2::Ex::FormFactory::HPaned.3 \ - Gtk2::Ex::FormFactory::HSeparator.3 \ - Gtk2::Ex::FormFactory::Image.3 \ - Gtk2::Ex::FormFactory::Intro.3 \ - Gtk2::Ex::FormFactory::Label.3 \ - Gtk2::Ex::FormFactory::Layout.3 \ - Gtk2::Ex::FormFactory::List.3 \ - Gtk2::Ex::FormFactory::Loader.3 \ - Gtk2::Ex::FormFactory::Menu.3 \ - Gtk2::Ex::FormFactory::Notebook.3 \ - Gtk2::Ex::FormFactory::Popup.3 \ - Gtk2::Ex::FormFactory::ProgressBar.3 \ - Gtk2::Ex::FormFactory::Proxy.3 \ - Gtk2::Ex::FormFactory::ProxyBuffered.3 \ - Gtk2::Ex::FormFactory::RadioButton.3 \ - Gtk2::Ex::FormFactory::Rules.3 \ - Gtk2::Ex::FormFactory::Table.3 \ - Gtk2::Ex::FormFactory::TextView.3 \ - Gtk2::Ex::FormFactory::Timestamp.3 \ - Gtk2::Ex::FormFactory::ToggleButton.3 \ - Gtk2::Ex::FormFactory::VBox.3 \ - Gtk2::Ex::FormFactory::VPaned.3 \ - Gtk2::Ex::FormFactory::VSeparator.3 \ - Gtk2::Ex::FormFactory::Widget.3 \ - Gtk2::Ex::FormFactory::Window.3 \ - Gtk2::Ex::FormFactory::YesNo.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist =================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist (revision 332594) @@ -1,47 +1,87 @@ %%SITE_PERL%%/Gtk2/Ex/FormFactory.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Button.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/CheckButton.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/CheckButtonGroup.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Combo.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Container.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Context.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/DialogButtons.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Entry.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/ExecFlow.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Expander.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Form.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/GtkWidget.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/HBox.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/HPaned.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/HSeparator.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Image.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Intro.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Label.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Layout.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/List.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Loader.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Menu.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Notebook.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Popup.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/ProgressBar.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Proxy.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/ProxyBuffered.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/RadioButton.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Rules.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Table.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/TextView.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Timestamp.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/ToggleButton.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/VBox.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/VPaned.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/VSeparator.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Widget.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/Window.pm %%SITE_PERL%%/Gtk2/Ex/FormFactory/YesNo.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/FormFactory/.packlist +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Button.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::CheckButton.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::CheckButtonGroup.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Combo.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Container.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Context.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::DialogButtons.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Entry.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::ExecFlow.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Expander.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Form.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::GtkWidget.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::HBox.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::HPaned.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::HSeparator.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Image.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Intro.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Label.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Layout.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::List.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Loader.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Menu.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Notebook.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Popup.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::ProgressBar.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Proxy.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::ProxyBuffered.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::RadioButton.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Rules.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Table.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::TextView.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Timestamp.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::ToggleButton.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::VBox.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::VPaned.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::VSeparator.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Widget.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::Window.3.gz +%%PERL5_MAN3%%/Gtk2::Ex::FormFactory::YesNo.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/FormFactory @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 @dirrm %%SITE_PERL%%/Gtk2/Ex/FormFactory @dirrmtry %%SITE_PERL%%/Gtk2/Ex @dirrmtry %%SITE_PERL%%/Gtk2 Property changes on: head/x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-ImageView/Makefile =================================================================== --- head/x11-toolkits/p5-Gtk2-ImageView/Makefile (revision 332593) +++ head/x11-toolkits/p5-Gtk2-ImageView/Makefile (revision 332594) @@ -1,38 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= Gtk2-ImageView PORTVERSION= 0.05 PORTREVISION= 5 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RATCLIFFE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings to the GtkImageView image viewer widget BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ p5-ExtUtils-Depends>=0.2:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Gtk2>=1.140:${PORTSDIR}/x11-toolkits/p5-Gtk2 LIB_DEPENDS= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Gtk2::ImageView.3 \ - Gtk2::Gdk::Pixbuf::Draw::Cache.3 \ - Gtk2::ImageView::Anim.3 \ - Gtk2::ImageView::Nav.3 \ - Gtk2::ImageView::ScrollWin.3 \ - Gtk2::ImageView::Tool.3 \ - Gtk2::ImageView::Tool::Dragger.3 \ - Gtk2::ImageView::Tool::Painter.3 \ - Gtk2::ImageView::Tool::Selector.3 \ - Gtk2::ImageView::Zoom.3 \ - Gtk2::ImageView::index.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Gtk2-ImageView/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-ImageView/pkg-plist =================================================================== --- head/x11-toolkits/p5-Gtk2-ImageView/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Gtk2-ImageView/pkg-plist (revision 332594) @@ -1,28 +1,39 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/ImageView/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/ImageView/ImageView.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/ImageView/ImageView.so %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Gdk/Pixbuf/Draw/Cache.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView.pm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Anim.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Install/Files.pm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Install/gtkimageviewperl-autogen.h %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Install/gtkimageviewperl.h %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Install/gtkimageviewperl.typemap %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Nav.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/ScrollWin.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Tool.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Tool/Dragger.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Tool/Painter.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Tool/Selector.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Zoom.pod %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/index.pod +%%PERL5_MAN3%%/Gtk2::ImageView.3.gz +%%PERL5_MAN3%%/Gtk2::Gdk::Pixbuf::Draw::Cache.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Anim.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Nav.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::ScrollWin.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Tool.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Tool::Dragger.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Tool::Painter.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Tool::Selector.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::Zoom.3.gz +%%PERL5_MAN3%%/Gtk2::ImageView::index.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/ImageView @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Tool @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView/Install @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/ImageView @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Gdk/Pixbuf/Draw @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Gdk/Pixbuf @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Gdk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 Property changes on: head/x11-toolkits/p5-Gtk2-ImageView/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile =================================================================== --- head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile (revision 332593) +++ head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile (revision 332594) @@ -1,26 +1,23 @@ # $FreeBSD$ PORTNAME= Gtk2-TrayIcon PORTVERSION= 0.06 PORTREVISION= 5 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BORUP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the EggTrayIcon library BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Gtk2::TrayIcon.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist =================================================================== --- head/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist (revision 332594) @@ -1,12 +1,13 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/TrayIcon.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/TrayIcon.bs %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/Files.pm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/trayicon-autogen.h %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/trayicon.typemap %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon.pm +%%PERL5_MAN3%%/Gtk2::TrayIcon.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 Property changes on: head/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Autoscroll/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-Autoscroll/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-Autoscroll/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-Autoscroll PORTVERSION= 1.14 PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tk::Autoscroll - space invaders-like scrolling BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Autoscroll.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-Autoscroll/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Autoscroll/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-Autoscroll/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-Autoscroll/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/Autoscroll.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Autoscroll/.packlist +%%PERL5_MAN3%%/Tk::Autoscroll.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Autoscroll @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-Autoscroll/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-ColourChooser/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-ColourChooser/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-ColourChooser/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-ColourChooser PORTVERSION= 1.52 PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl/Tk module providing a Colour selection dialogue box BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::ColourChooser.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-ColourChooser/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-ColourChooser/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-ColourChooser/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-ColourChooser/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/ColourChooser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ColourChooser/.packlist +%%PERL5_MAN3%%/Tk::ColourChooser.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ColourChooser @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-ColourChooser/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Contrib/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-Contrib/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-Contrib/Makefile (revision 332594) @@ -1,22 +1,20 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Tk-Contrib PORTVERSION= 0.07 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 tk MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Contributed Tk widgets BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Axis.3 Tk::Dial.3 Tk::OlWm.3 Tk::TiedListbox.3 -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-Contrib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Contrib/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-Contrib/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-Contrib/pkg-plist (revision 332594) @@ -1,8 +1,12 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Contrib/.packlist %%SITE_PERL%%/Tk/Axis.pm %%SITE_PERL%%/Tk/Dial.pm %%SITE_PERL%%/Tk/OlWm.pm %%SITE_PERL%%/Tk/TiedListbox.pm +%%PERL5_MAN3%%/Tk::Axis.3.gz +%%PERL5_MAN3%%/Tk::Dial.3.gz +%%PERL5_MAN3%%/Tk::OlWm.3.gz +%%PERL5_MAN3%%/Tk::TiedListbox.3.gz @dirrmtry %%SITE_PERL%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Contrib @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk Property changes on: head/x11-toolkits/p5-Tk-Contrib/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-DKW/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-DKW/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-DKW/Makefile (revision 332594) @@ -1,30 +1,28 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Tk-DKW PORTVERSION= 0.03 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 tk MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Tk widgets BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-Tk-Contrib>=0.07:${PORTSDIR}/x11-toolkits/p5-Tk-Contrib RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure DKW_MODULES= CheckBox Columns ComboEntry CornerBox DockFrame IconCanvas\ Menustrip ProgressIndicator SplitFrame TabFrame TabbedForm\ TableEdit -MAN3= ${DKW_MODULES:S/^/Tk::/:S/$/.3/} -NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/Tk/* ${WRKSRC}/ @${RMDIR} ${WRKSRC}/Tk/ .include Property changes on: head/x11-toolkits/p5-Tk-DKW/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-DKW/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-DKW/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-DKW/pkg-plist (revision 332594) @@ -1,18 +1,30 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DKW/.packlist %%SITE_PERL%%/Tk/CheckBox.pm %%SITE_PERL%%/Tk/ChildNotification.pm %%SITE_PERL%%/Tk/Columns.pm %%SITE_PERL%%/Tk/ComboEntry.pm %%SITE_PERL%%/Tk/CornerBox.pm %%SITE_PERL%%/Tk/DockFrame.pm %%SITE_PERL%%/Tk/IconCanvas.pm %%SITE_PERL%%/Tk/Menustrip.pm %%SITE_PERL%%/Tk/ProgressIndicator.pm %%SITE_PERL%%/Tk/Signals.pm %%SITE_PERL%%/Tk/SplitFrame.pm %%SITE_PERL%%/Tk/TabFrame.pm %%SITE_PERL%%/Tk/TabbedForm.pm %%SITE_PERL%%/Tk/TableEdit.pm +%%PERL5_MAN3%%/Tk::CheckBox.3.gz +%%PERL5_MAN3%%/Tk::Columns.3.gz +%%PERL5_MAN3%%/Tk::ComboEntry.3.gz +%%PERL5_MAN3%%/Tk::CornerBox.3.gz +%%PERL5_MAN3%%/Tk::DockFrame.3.gz +%%PERL5_MAN3%%/Tk::IconCanvas.3.gz +%%PERL5_MAN3%%/Tk::Menustrip.3.gz +%%PERL5_MAN3%%/Tk::ProgressIndicator.3.gz +%%PERL5_MAN3%%/Tk::SplitFrame.3.gz +%%PERL5_MAN3%%/Tk::TabFrame.3.gz +%%PERL5_MAN3%%/Tk::TabbedForm.3.gz +%%PERL5_MAN3%%/Tk::TableEdit.3.gz @dirrmtry %%SITE_PERL%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DKW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk Property changes on: head/x11-toolkits/p5-Tk-DKW/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Date/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-Date/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-Date/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-Date PORTVERSION= 0.44 PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tk::Date - a date/time widget for perl/Tk BUILD_DEPENDS= p5-Tk-GBARR>=0:${PORTSDIR}/x11-toolkits/p5-Tk-GBARR RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Date.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-Date/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Date/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-Date/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-Date/pkg-plist (revision 332594) @@ -1,9 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Date.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/date.pl %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/localized_date.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Date/.packlist +%%PERL5_MAN3%%/Tk::Date.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Date @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk Property changes on: head/x11-toolkits/p5-Tk-Date/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Tk-DynaTabFrame PORTVERSION= 0.23 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 tk MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= NoteBook widget with orientable, dynamically stacking tabs BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= ${PORTNAME:S/-/::/g}.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DynaTabFrame/.packlist %%SITE_PERL%%/Tk/DynaTabFrame.pm +%%PERL5_MAN3%%/Tk::DynaTabFrame.3.gz @dirrmtry %%SITE_PERL%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DynaTabFrame @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk Property changes on: head/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Enscript/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-Enscript/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-Enscript/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-Enscript PORTVERSION= 1.10 PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tk::Enscript - a text-to-postscript converter using Tk::Canvas BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Enscript.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-Enscript/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Enscript/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-Enscript/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-Enscript/pkg-plist (revision 332594) @@ -1,6 +1,7 @@ %%SITE_PERL%%/Tk/Enscript.pm %%SITE_PERL%%/Tk/enscript.cfg %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Enscript/.packlist +%%PERL5_MAN3%%/Tk::Enscript.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Enscript @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-Enscript/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-GBARR/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-GBARR/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-GBARR/Makefile (revision 332594) @@ -1,27 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-GBARR PORTVERSION= 2.08 PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Some collection of Tk Widgets BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Cloth.3 \ - Tk::FireButton.3 \ - Tk::NumEntry.3 \ - Tk::NumEntryPlain.3 \ - Tk::TFrame.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-GBARR/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-GBARR/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-GBARR/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-GBARR/pkg-plist (revision 332594) @@ -1,16 +1,21 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TFrame.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/NumEntry.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/NumEntryPlain.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/FireButton.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Cloth.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/cloth.pl %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/firebutton.pl %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/numentry.pl %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/numentryplain.pl %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/tframe.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/GBARR/.packlist +%%PERL5_MAN3%%/Tk::Cloth.3.gz +%%PERL5_MAN3%%/Tk::FireButton.3.gz +%%PERL5_MAN3%%/Tk::NumEntry.3.gz +%%PERL5_MAN3%%/Tk::NumEntryPlain.3.gz +%%PERL5_MAN3%%/Tk::TFrame.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/GBARR @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk Property changes on: head/x11-toolkits/p5-Tk-GBARR/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Getopt/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-Getopt/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-Getopt/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-Getopt PORTVERSION= 0.50 PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= User configuration window for Tk with interface to Getopt::Long BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::Getopt.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-Getopt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-Getopt/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-Getopt/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-Getopt/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/Getopt.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Getopt/.packlist +%%PERL5_MAN3%%/Tk::Getopt.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Getopt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Getopt @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-Getopt/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-HistEntry/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-HistEntry/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-HistEntry/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-HistEntry PORTVERSION= 0.43 PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tk::HistEntry - Entry widget with history capability BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::HistEntry.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-HistEntry/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-HistEntry/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-HistEntry/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-HistEntry/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/HistEntry.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/HistEntry/.packlist +%%PERL5_MAN3%%/Tk::HistEntry.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/HistEntry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-HistEntry/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-JComboBox/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-JComboBox/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-JComboBox/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Tk-JComboBox PORTVERSION= 1.14 PORTREVISION= 5 CATEGORIES= x11-toolkits perl5 tk MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Contains a Label or Entry, a Button, and a Listbox BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= ${PORTNAME:S/-/::/g}.3 Tk::CWidget.3 Tk::JComboBox::tutorial.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-JComboBox/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-JComboBox/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-JComboBox/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-JComboBox/pkg-plist (revision 332594) @@ -1,15 +1,18 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JComboBox/.packlist %%SITE_PERL%%/Tk/CWidget.pm %%SITE_PERL%%/Tk/CWidget.pod %%SITE_PERL%%/Tk/CWidget/Util/Boolean.pm %%SITE_PERL%%/Tk/JComboBox.pm %%SITE_PERL%%/Tk/JComboBox.pod %%SITE_PERL%%/Tk/JComboBox/jcb_edit.gif %%SITE_PERL%%/Tk/JComboBox/jcb_ro.gif %%SITE_PERL%%/Tk/JComboBox/tutorial.pod +%%PERL5_MAN3%%/Tk::JComboBox.3.gz +%%PERL5_MAN3%%/Tk::CWidget.3.gz +%%PERL5_MAN3%%/Tk::JComboBox::tutorial.3.gz @dirrmtry %%SITE_PERL%%/Tk/JComboBox @dirrmtry %%SITE_PERL%%/Tk/CWidget/Util @dirrmtry %%SITE_PERL%%/Tk/CWidget @dirrmtry %%SITE_PERL%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JComboBox @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk Property changes on: head/x11-toolkits/p5-Tk-JComboBox/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-ResizeButton/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-ResizeButton/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-ResizeButton/Makefile (revision 332594) @@ -1,23 +1,20 @@ # Created by: Lubomir Marinov # $FreeBSD$ -PORTNAME= Tk-ResizeButton +PORTNAME= Tk-ResizeButton PORTVERSION= 0.01 PORTREVISION= 4 -CATEGORIES= x11-toolkits perl5 +CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Resizeable button to be used in a Tk::HList column header +MAINTAINER= perl@FreeBSD.org +COMMENT= Resizeable button to be used in a Tk::HList column header BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::ResizeButton.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-ResizeButton/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-ResizeButton/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-ResizeButton/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-ResizeButton/pkg-plist (revision 332594) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/ResizeButton.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton/.packlist +%%PERL5_MAN3%%/Tk::ResizeButton.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk Property changes on: head/x11-toolkits/p5-Tk-ResizeButton/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-TableMatrix/Makefile =================================================================== --- head/x11-toolkits/p5-Tk-TableMatrix/Makefile (revision 332593) +++ head/x11-toolkits/p5-Tk-TableMatrix/Makefile (revision 332594) @@ -1,26 +1,21 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= Tk-TableMatrix PORTVERSION= 1.23 PORTREVISION= 5 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Table/matrix extension to perl/tk for displaying table formatted data BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include -MAN3= Tk::TableMatrix.3 \ - Tk::TableMatrix::Spreadsheet.3 \ - Tk::TableMatrix::SpreadsheetHideRows.3 - -NO_STAGE= yes .include Property changes on: head/x11-toolkits/p5-Tk-TableMatrix/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Tk-TableMatrix/pkg-plist =================================================================== --- head/x11-toolkits/p5-Tk-TableMatrix/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Tk-TableMatrix/pkg-plist (revision 332594) @@ -1,19 +1,22 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix/Spreadsheet.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix/SpreadsheetHideRows.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/mm.h %%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/tkTable.h %%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/tkTableversion.h %%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/version.h %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/autosplit.ix +%%PERL5_MAN3%%/Tk::TableMatrix.3.gz +%%PERL5_MAN3%%/Tk::TableMatrix::Spreadsheet.3.gz +%%PERL5_MAN3%%/Tk::TableMatrix::SpreadsheetHideRows.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrmtry %%SITE_PERL%% Property changes on: head/x11-toolkits/p5-Tk-TableMatrix/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile =================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 332593) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 332594) @@ -1,25 +1,22 @@ # Created by: Cezary Morga # $FreeBSD$ PORTNAME= Wx-Perl-ProcessStream PORTVERSION= 0.32 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to access IO of external processes via events BUILD_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx USE_WX= 2.6+ WX_COMPS= wx contrib WX_UNICODE= yes USES= perl5 USE_PERL5= configure -MAN3= Wx::Perl::ProcessStream.3 - -NO_STAGE= yes .include Index: head/x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist =================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist (revision 332593) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist (revision 332594) @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl/ProcessStream/.packlist %%SITE_PERL%%/Wx/Perl/ProcessStream.pm +%%PERL5_MAN3%%/Wx::Perl::ProcessStream.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl/ProcessStream @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Wx/Perl @dirrmtry %%SITE_PERL%%/Wx/Perl @dirrmtry %%SITE_PERL%%/Wx Property changes on: head/x11-toolkits/p5-Wx-Perl-ProcessStream/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property