mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- add stage support
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
8d456f3c58
commit
6c49c5cfa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341829
@ -17,8 +17,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Weather::Underground.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist
|
||||
%%SITE_PERL%%/Weather/Underground.pm
|
||||
%%PERL5_MAN3%%/Weather::Underground.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather
|
||||
@dirrmtry %%SITE_PERL%%/Weather
|
||||
|
@ -19,8 +19,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= ZConf::Weather.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/zcweather
|
||||
%%SITE_PERL%%/ZConf/Weather.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Weather/.packlist
|
||||
%%PERL5_MAN3%%/ZConf::Weather.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Weather
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
|
@ -22,12 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \
|
||||
Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \
|
||||
Cisco::UCS::Common::FanModule.3 Cisco::UCS::Common::PSU.3 \
|
||||
Cisco::UCS::Common::SwitchCard.3 Cisco::UCS::FEX.3 \
|
||||
Cisco::UCS::Fault.3 Cisco::UCS::Interconnect.3 \
|
||||
Cisco::UCS::MgmtEntity.3 Cisco::UCS::ServiceProfile.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -8,4 +8,4 @@ structured heirachy of both physical and virtual objects. Accessing objects
|
||||
within the heirachy is done through a number of high level calls to heirachy
|
||||
search and traversal methods
|
||||
|
||||
WWW: http://search.cpan.org/dist/Cisco-UCS/
|
||||
WWW: http://search.cpan.org/dist/Cisco-UCS/
|
||||
|
@ -12,6 +12,19 @@
|
||||
%%SITE_PERL%%/Cisco/UCS/MgmtEntity.pm
|
||||
%%SITE_PERL%%/Cisco/UCS/ServiceProfile.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS/.packlist
|
||||
%%PERL5_MAN3%%/Cisco::UCS.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Blade.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Chassis.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Common::EthernetPort.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Common::Fan.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Common::FanModule.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Common::PSU.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Common::SwitchCard.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::FEX.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Fault.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::Interconnect.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::MgmtEntity.3.gz
|
||||
%%PERL5_MAN3%%/Cisco::UCS::ServiceProfile.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco
|
||||
@dirrmtry %%SITE_PERL%%/Cisco/UCS/Common
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,6 +19,9 @@
|
||||
%%SITE_PERL%%/Device/Gsm/Charset.pm
|
||||
%%SITE_PERL%%/Device/Gsm.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Gsm/.packlist
|
||||
%%PERL5_MAN3%%/Device::Gsm::Sms.3.gz
|
||||
%%PERL5_MAN3%%/Device::Gsm::Pdu.3.gz
|
||||
%%PERL5_MAN3%%/Device::Gsm.3.gz
|
||||
@dirrm %%SITE_PERL%%/Device/Gsm/Sms/Token
|
||||
@dirrm %%SITE_PERL%%/Device/Gsm/Sms
|
||||
@dirrm %%SITE_PERL%%/Device/Gsm
|
||||
|
@ -22,14 +22,4 @@ TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Nexmo::SMS.3 \
|
||||
Nexmo::SMS::BinaryMessage.3 \
|
||||
Nexmo::SMS::GetBalance.3 \
|
||||
Nexmo::SMS::MockLWP.3 \
|
||||
Nexmo::SMS::Response.3 \
|
||||
Nexmo::SMS::Response::Message.3 \
|
||||
Nexmo::SMS::TextMessage.3 \
|
||||
Nexmo::SMS::WAPPushMessage.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,6 +7,14 @@
|
||||
%%SITE_PERL%%/Nexmo/SMS/TextMessage.pm
|
||||
%%SITE_PERL%%/Nexmo/SMS/WAPPushMessage.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS/.packlist
|
||||
%%PERL5_MAN3%%/Nexmo::SMS.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::BinaryMessage.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::GetBalance.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::MockLWP.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::Response.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::Response::Message.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::TextMessage.3.gz
|
||||
%%PERL5_MAN3%%/Nexmo::SMS::WAPPushMessage.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo
|
||||
@dirrm %%SITE_PERL%%/Nexmo/SMS/Response
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::DeviceGsm.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,5 +5,4 @@ You provide the hardware port and the baudrate to use.
|
||||
Consult Device::Gsm for further information on what devices
|
||||
and baudrates are supported.
|
||||
|
||||
Author: Chris Williams <chris@bingosnet.co.uk>
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/DeviceGsm.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::DeviceGsm.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
|
||||
|
@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::NexmoUnicode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/NexmoUnicode.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/NexmoUnicode/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::NexmoUnicode.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/NexmoUnicode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
|
||||
|
@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::HiAir.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::HiAir is a SMS::Send driver
|
||||
which allows you to send messages through http://hiair.hinet.net/
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-HiAir/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-HiAir/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/HiAir.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::HiAir.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -19,7 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::PChome.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,4 @@
|
||||
SMS::Send::TW::PChome is a SMS::Send driver
|
||||
which allows you to send messages through http://sms.pchome.com.tw/
|
||||
|
||||
Author: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-PChome/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-PChome/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/PChome.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/PChome/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::PChome.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/PChome
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -18,7 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::Qma.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::Qma is a SMS::Send driver
|
||||
which allows you to send messages through http://www.qma.com/.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-Qma/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-Qma/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/Qma.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Qma/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::Qma.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Qma
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::ShareSMS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::ShareSMS is a SMS::Send driver
|
||||
which allows you to send messages through http://www.sharesms.com/
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-ShareSMS/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-ShareSMS/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/ShareSMS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/ShareSMS/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::ShareSMS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/ShareSMS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -19,7 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::Socket2Air.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::Socket2Air is a SMS::Send driver
|
||||
which allows you to send messages through http://sms.hinet.net/
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-Socket2Air/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-Socket2Air/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/Socket2Air.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Socket2Air/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::Socket2Air.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Socket2Air
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -20,7 +20,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::chtsns.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::chtsns is a SMS::Send driver
|
||||
which allows you to send messages through SNS service of CHT
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-chtsns/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-chtsns/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/chtsns.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/chtsns/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::chtsns.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/chtsns
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -19,7 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::emome.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SMS::Send::TW::emome is a SMS::Send driver
|
||||
which allows you to send messages through http://www.emome.net/
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/SMS/Send/TW/emome.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send::TW::emome.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
|
@ -20,10 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send.3 \
|
||||
SMS::Send::AU::Test.3 \
|
||||
SMS::Send::Driver.3 \
|
||||
SMS::Send::Test.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ You should not have to care how it is actually sent, only that it has been sent
|
||||
(although some drivers may not be able to provide certainty).
|
||||
|
||||
|
||||
Author: Adam Kennedy <cpan@ali.as>
|
||||
WWW: http://search.cpan.org/dist/SMS-Send/
|
||||
WWW: http://search.cpan.org/dist/SMS-Send/
|
||||
|
@ -3,6 +3,10 @@
|
||||
%%SITE_PERL%%/SMS/Send/Driver.pm
|
||||
%%SITE_PERL%%/SMS/Send/Test.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/.packlist
|
||||
%%PERL5_MAN3%%/SMS::Send.3.gz
|
||||
%%PERL5_MAN3%%/SMS::Send::AU::Test.3.gz
|
||||
%%PERL5_MAN3%%/SMS::Send::Driver.3.gz
|
||||
%%PERL5_MAN3%%/SMS::Send::Test.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
|
||||
@dirrmtry %%SITE_PERL%%/SMS/Send/AU
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Perl extension for converting latitude/longitude to UTM
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Geo::Coordinates::UTM.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Geo/Coordinates/UTM.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/UTM/.packlist
|
||||
%%PERL5_MAN3%%/Geo::Coordinates::UTM.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/UTM
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Coordinates
|
||||
|
@ -17,7 +17,4 @@ TEST_DEPENDS= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Geo::Distance::XS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/XS/XS.so
|
||||
%%PERL5_MAN3%%/Geo::Distance::XS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo/Distance
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Base85.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Math/Base85.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base85/.packlist
|
||||
%%PERL5_MAN3%%/Math::Base85.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base85
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrm %%SITE_PERL%%/Math
|
||||
|
@ -19,7 +19,4 @@ RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::BaseCnv.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Math/BaseCnv.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BaseCnv/.packlist
|
||||
%%PERL5_MAN3%%/Math::BaseCnv.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BaseCnv
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Generate probabilities and quantiles from several statistical probabili
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::CDF.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ T-distributions. Cumulative probabilities are available for all 9
|
||||
distributions and quantile functions are available for the 7
|
||||
continuous distributions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-CDF/
|
||||
WWW: http://search.cpan.org/dist/Math-CDF/
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/autosplit.ix
|
||||
%%PERL5_MAN3%%/Math::CDF.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||
|
@ -15,7 +15,4 @@ RUN_DEPENDS= p5-Math-Matrix>=0:${PORTSDIR}/math/p5-Math-Matrix
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Geometry.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ Math::Geometry implements classic geomtrical functions in Perl, it has
|
||||
an emphasis on 3 dimensional geometry including projects, rotations
|
||||
and other standard 3 dimensional operations.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Geometry/
|
||||
WWW: http://search.cpan.org/dist/Math-Geometry/
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/.packlist
|
||||
%%SITE_PERL%%/Math/Geometry.pm
|
||||
%%PERL5_MAN3%%/Math::Geometry.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
|
@ -15,7 +15,4 @@ TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::RPN.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Math/RPN.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN/.packlist
|
||||
%%PERL5_MAN3%%/Math::RPN.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -18,11 +18,4 @@ RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Random::OO.3 \
|
||||
Math::Random::OO::Bootstrap.3 \
|
||||
Math::Random::OO::Normal.3 \
|
||||
Math::Random::OO::Uniform.3 \
|
||||
Math::Random::OO::UniformInt.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,6 +4,11 @@
|
||||
%%SITE_PERL%%/Math/Random/OO/Uniform.pm
|
||||
%%SITE_PERL%%/Math/Random/OO/UniformInt.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO/.packlist
|
||||
%%PERL5_MAN3%%/Math::Random::OO.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::OO::Bootstrap.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::OO::Normal.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::OO::Uniform.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::OO::UniformInt.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl Module to handle 3D Vector Mathematics
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::VectorReal.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,4 +7,4 @@ have been overloaded to allow vector cross and dot product
|
||||
operations. Vector math formula thus looks like vector math formula
|
||||
in perl programs using this package.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-VectorReal/
|
||||
WWW: http://search.cpan.org/dist/Math-VectorReal/
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/Math/vector_test.pl
|
||||
%%SITE_PERL%%/Math/matrix_test.pl
|
||||
%%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal/.packlist
|
||||
%%PERL5_MAN3%%/Math::VectorReal.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal
|
||||
@dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math
|
||||
|
@ -16,10 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
|
||||
|
||||
MAN3= Number::WithError.3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Number/WithError.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError/.packlist
|
||||
%%PERL5_MAN3%%/Number::WithError.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
|
||||
@dirrmtry %%SITE_PERL%%/Number
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module to convert between Arabic and Roman numerals
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Roman.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%SITE_PERL%%/Roman.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman/.packlist
|
||||
%%PERL5_MAN3%%/Roman.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman
|
||||
|
@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Set::IntSpan::Fast::XS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/XS.so
|
||||
%%PERL5_MAN3%%/Set::IntSpan::Fast::XS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Set/IntSpan/Fast
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Set::IntSpan::Fast.3 Set::IntSpan::Fast::PP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,8 @@
|
||||
%%SITE_PERL%%/Set/IntSpan/Fast.pm
|
||||
%%SITE_PERL%%/Set/IntSpan/Fast/PP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/.packlist
|
||||
%%PERL5_MAN3%%/Set::IntSpan::Fast.3.gz
|
||||
%%PERL5_MAN3%%/Set::IntSpan::Fast::PP.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set
|
||||
|
@ -13,7 +13,4 @@ COMMENT= How random is your data?
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::ChiSquare.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/ChiSquare/.packlist
|
||||
%%SITE_PERL%%/Statistics/ChiSquare.pm
|
||||
%%PERL5_MAN3%%/Statistics::ChiSquare.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/ChiSquare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -14,7 +14,4 @@ USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
MAN3= Statistics::Lite.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite/.packlist
|
||||
%%SITE_PERL%%/Statistics/Lite.pm
|
||||
%%PERL5_MAN3%%/Statistics::Lite.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module to perform ordinary least squares and other bivariate stati
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::OLS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/OLS/.packlist
|
||||
%%SITE_PERL%%/Statistics/OLS.pm
|
||||
%%PERL5_MAN3%%/Statistics::OLS.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/OLS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
Loading…
Reference in New Issue
Block a user