notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Perl-Lint Yet another Perl source code linter
0.25_1 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.25_1Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-03-28 20:00:57
Last Update: 2023-04-27 15:48:27
Commit Hash: ef67bf1
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/pod/Perl::Lint
Description:
This module implements Perl::Critic's heuristics with a much faster analyzer.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (154 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Perl-Lint-0.25_1/catalog.mk
  2. /usr/local/share/licenses/p5-Perl-Lint-0.25_1/LICENSE
  3. /usr/local/share/licenses/p5-Perl-Lint-0.25_1/ART10
  4. /usr/local/share/licenses/p5-Perl-Lint-0.25_1/GPLv1+
  5. lib/perl5/site_perl/Perl/Lint.pm
  6. lib/perl5/site_perl/Perl/Lint/Constants/Kind.pm
  7. lib/perl5/site_perl/Perl/Lint/Constants/Type.pm
  8. lib/perl5/site_perl/Perl/Lint/Filter/LikePerlCritic/Brutal.pm
  9. lib/perl5/site_perl/Perl/Lint/Filter/LikePerlCritic/Cruel.pm
  10. lib/perl5/site_perl/Perl/Lint/Filter/LikePerlCritic/Gentle.pm
  11. lib/perl5/site_perl/Perl/Lint/Filter/LikePerlCritic/Harsh.pm
  12. lib/perl5/site_perl/Perl/Lint/Filter/LikePerlCritic/Stern.pm
  13. lib/perl5/site_perl/Perl/Lint/Keywords.pm
  14. lib/perl5/site_perl/Perl/Lint/Policy.pm
  15. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitBooleanGrep.pm
  16. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitComplexMappings.pm
  17. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitLvalueSubstr.pm
  18. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitReverseSortBlock.pm
  19. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitSleepViaSelect.pm
  20. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitStringyEval.pm
  21. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitStringySplit.pm
  22. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitUniversalCan.pm
  23. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitUniversalIsa.pm
  24. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitUselessTopic.pm
  25. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitVoidGrep.pm
  26. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/ProhibitVoidMap.pm
  27. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/RequireBlockGrep.pm
  28. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/RequireBlockMap.pm
  29. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/RequireGlobFunction.pm
  30. lib/perl5/site_perl/Perl/Lint/Policy/BuiltinFunctions/RequireSimpleSortBlock.pm
  31. lib/perl5/site_perl/Perl/Lint/Policy/ClassHierarchies/ProhibitAutoloading.pm
  32. lib/perl5/site_perl/Perl/Lint/Policy/ClassHierarchies/ProhibitExplicitISA.pm
  33. lib/perl5/site_perl/Perl/Lint/Policy/ClassHierarchies/ProhibitOneArgBless.pm
  34. lib/perl5/site_perl/Perl/Lint/Policy/CodeLayout/ProhibitParensWithBuiltins.pm
  35. lib/perl5/site_perl/Perl/Lint/Policy/CodeLayout/ProhibitQuotedWordLists.pm
  36. lib/perl5/site_perl/Perl/Lint/Policy/CodeLayout/RequireTrailingCommas.pm
  37. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitCStyleForLoops.pm
  38. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitCascadingIfElse.pm
  39. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitDeepNests.pm
  40. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitLabelsWithSpecialBlockNames.pm
  41. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitMutatingListFunctions.pm
  42. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.pm
  43. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitPostfixControls.pm
  44. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitUnlessBlocks.pm
  45. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitUnreachableCode.pm
  46. lib/perl5/site_perl/Perl/Lint/Policy/ControlStructures/ProhibitUntilBlocks.pm
  47. lib/perl5/site_perl/Perl/Lint/Policy/ErrorHandling/RequireCarping.pm
  48. lib/perl5/site_perl/Perl/Lint/Policy/ErrorHandling/RequireCheckingReturnValueOfEval.pm
  49. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitBacktickOperators.pm
  50. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitBarewordFileHandles.pm
  51. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitExplicitStdin.pm
  52. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitInteractiveTest.pm
  53. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitJoinedReadline.pm
  54. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitOneArgSelect.pm
  55. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitReadlineInForLoop.pm
  56. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/ProhibitTwoArgOpen.pm
  57. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireBracedFileHandleWithPrint.pm
  58. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireBriefOpen.pm
  59. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireCheckedClose.pm
  60. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireCheckedOpen.pm
  61. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireCheckedSyscalls.pm
  62. lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm
  63. lib/perl5/site_perl/Perl/Lint/Policy/Miscellanea/ProhibitFormats.pm
  64. lib/perl5/site_perl/Perl/Lint/Policy/Miscellanea/ProhibitTies.pm
  65. lib/perl5/site_perl/Perl/Lint/Policy/Miscellanea/ProhibitUnrestrictedNoLint.pm
  66. lib/perl5/site_perl/Perl/Lint/Policy/Miscellanea/ProhibitUselessNoLint.pm
  67. lib/perl5/site_perl/Perl/Lint/Policy/Modules/ProhibitAutomaticExportation.pm
  68. lib/perl5/site_perl/Perl/Lint/Policy/Modules/ProhibitConditionalUseStatements.pm
  69. lib/perl5/site_perl/Perl/Lint/Policy/Modules/ProhibitEvilModules.pm
  70. lib/perl5/site_perl/Perl/Lint/Policy/Modules/ProhibitExcessMainComplexity.pm
  71. lib/perl5/site_perl/Perl/Lint/Policy/Modules/ProhibitMultiplePackages.pm
  72. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireBarewordIncludes.pm
  73. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireEndWithOne.pm
  74. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireExplicitPackage.pm
  75. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireFilenameMatchesPackage.pm
  76. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireNoMatchVarsWithUseEnglish.pm
  77. lib/perl5/site_perl/Perl/Lint/Policy/Modules/RequireVersionVar.pm
  78. lib/perl5/site_perl/Perl/Lint/Policy/NamingConventions/Capitalization.pm
  79. lib/perl5/site_perl/Perl/Lint/Policy/NamingConventions/ProhibitAmbiguousNames.pm
  80. lib/perl5/site_perl/Perl/Lint/Policy/Objects/IndirectSyntax.pm
  81. lib/perl5/site_perl/Perl/Lint/Policy/References/ProhibitDoubleSigils.pm
  82. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitCaptureWithoutTest.pm
  83. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitComplexRegexes.pm
  84. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitEnumeratedClasses.pm
  85. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitEscapedMetacharacters.pm
  86. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitFixedStringMatches.pm
  87. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitSingleCharAlternation.pm
  88. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitUnusedCapture.pm
  89. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitUnusualDelimiters.pm
  90. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/ProhibitUselessTopic.pm
  91. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/RequireBracesForMultiline.pm
  92. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/RequireDotMatchAnything.pm
  93. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/RequireExtendedFormatting.pm
  94. lib/perl5/site_perl/Perl/Lint/Policy/RegularExpressions/RequireLineBoundaryMatching.pm
  95. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitAmpersandSigils.pm
  96. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitBuiltinHomonyms.pm
  97. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitExcessComplexity.pm
  98. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitExplicitReturnUndef.pm
  99. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitManyArgs.pm
  100. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitNestedSubs.pm
  101. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitReturnSort.pm
  102. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitSubroutinePrototypes.pm
  103. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm
  104. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/ProtectPrivateSubs.pm
  105. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/RequireArgUnpacking.pm
  106. lib/perl5/site_perl/Perl/Lint/Policy/Subroutines/RequireFinalReturn.pm
  107. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/ProhibitNoStrict.pm
  108. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/ProhibitNoWarnings.pm
  109. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/ProhibitProlongedStrictureOverride.pm
  110. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/RequireTestLabels.pm
  111. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/RequireUseStrict.pm
  112. lib/perl5/site_perl/Perl/Lint/Policy/TestingAndDebugging/RequireUseWarnings.pm
  113. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitCommaSeparatedStatements.pm
  114. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitComplexVersion.pm
  115. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitConstantPragma.pm
  116. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitEmptyQuotes.pm
  117. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm
  118. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitImplicitNewlines.pm
  119. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitInterpolationOfLiterals.pm
  120. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitLeadingZeros.pm
  121. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.pm
  122. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitMagicNumbers.pm
  123. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitMismatchedOperators.pm
  124. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm
  125. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitNoisyQuotes.pm
  126. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitQuotesAsQuotelikeOperatorDelimiters.pm
  127. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitSpecialHeredocTerminator.pm
  128. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/ProhibitVersionStrings.pm
  129. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/RequireConstantVersion.pm
  130. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/RequireInterpolationOfMetachars.pm
  131. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/RequireNumberSeparators.pm
  132. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/RequireQuotedHeredocTerminator.pm
  133. lib/perl5/site_perl/Perl/Lint/Policy/ValuesAndExpressions/RequireUpperCaseHeredocTerminator.pm
  134. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitAugmentedAssignmentInDeclaration.pm
  135. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitConditionalDeclarations.pm
  136. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitEvilVariables.pm
  137. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitLocalVars.pm
  138. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitMatchVars.pm
  139. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitPackageVars.pm
  140. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitPerl4PackageNames.pm
  141. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitPunctuationVars.pm
  142. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitReusedNames.pm
  143. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProhibitUnusedVariables.pm
  144. lib/perl5/site_perl/Perl/Lint/Policy/Variables/ProtectPrivateVars.pm
  145. lib/perl5/site_perl/Perl/Lint/Policy/Variables/RequireInitializationForLocalVars.pm
  146. lib/perl5/site_perl/Perl/Lint/Policy/Variables/RequireLexicalLoopIterators.pm
  147. lib/perl5/site_perl/Perl/Lint/Policy/Variables/RequireLocalizedPunctuationVars.pm
  148. lib/perl5/site_perl/Perl/Lint/Policy/Variables/RequireNegativeIndices.pm
  149. lib/perl5/site_perl/Test/Perl/Lint.pm
  150. lib/perl5/site_perl/man/man3/Perl::Lint.3.gz
  151. lib/perl5/site_perl/man/man3/Test::Perl::Lint.3.gz
  152. @owner
  153. @group
  154. @mode
Collapse this list.
Dependency lines:
  • p5-Perl-Lint>0:textproc/p5-Perl-Lint
To install the port:
cd /usr/ports/textproc/p5-Perl-Lint/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/p5-Perl-Lint
  • pkg install p5-Perl-Lint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Perl-Lint
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1476029486 SHA256 (Perl-Lint-0.25.tar.gz) = 353a1ad4b19cf3e1a8246c717540e481b82262a32d08f81c18a1d1479b151594 SIZE (Perl-Lint-0.25.tar.gz) = 172253

Packages (timestamps in pop-ups are UTC):
p5-Perl-Lint
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.25_10.25_10.250.25_10.25_1-0.25-
FreeBSD:13:quarterly0.25_10.25_10.25_10.25_10.25_10.25_10.25_10.25_1
FreeBSD:14:latest0.25_10.25_10.250.25_10.25_10.25_1-0.25_1
FreeBSD:14:quarterly0.25_10.25_1-0.25_10.25_10.25_10.25_10.25_1
FreeBSD:15:latest0.25_10.25_1n/a0.25_1n/a0.25_10.25_10.25_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-B-Keywords>=0 : devel/p5-B-Keywords
  2. p5-Compiler-Lexer>=0.22 : devel/p5-Compiler-Lexer
  3. p5-Email-Address>=0 : mail/p5-Email-Address
  4. p5-List-Flatten>=0 : devel/p5-List-Flatten
  5. p5-List-MoreUtils>=0.33 : lang/p5-List-MoreUtils
  6. p5-Module-Pluggable>=0 : devel/p5-Module-Pluggable
  7. p5-Path-Tiny>=0.068 : devel/p5-Path-Tiny
  8. p5-Regexp-Lexer>=0.05 : devel/p5-Regexp-Lexer
  9. p5-String-CamelCase>=0 : textproc/p5-String-CamelCase
  10. p5-Test-Deep>=0 : devel/p5-Test-Deep
  11. perl5>=5.32.r0<5.33 : lang/perl5.32
  12. p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
  13. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-Text-TestBase>=0 : textproc/p5-Text-TestBase
Runtime dependencies:
  1. p5-B-Keywords>=0 : devel/p5-B-Keywords
  2. p5-Compiler-Lexer>=0.22 : devel/p5-Compiler-Lexer
  3. p5-Email-Address>=0 : mail/p5-Email-Address
  4. p5-List-Flatten>=0 : devel/p5-List-Flatten
  5. p5-List-MoreUtils>=0.33 : lang/p5-List-MoreUtils
  6. p5-Module-Pluggable>=0 : devel/p5-Module-Pluggable
  7. p5-Path-Tiny>=0.068 : devel/p5-Path-Tiny
  8. p5-Regexp-Lexer>=0.05 : devel/p5-Regexp-Lexer
  9. p5-String-CamelCase>=0 : textproc/p5-String-CamelCase
  10. p5-Test-Deep>=0 : devel/p5-Test-Deep
  11. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for p5-Perl-Lint-0.25_1: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
textproc_p5-Perl-Lint
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Perl/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Perl/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Perl/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Perl/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Perl/
  7. http://backpan.perl.org/modules/by-module/Perl/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Perl/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Perl/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Perl/
  12. https://www.cpan.org/modules/by-module/Perl/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.25_1
27 Apr 2023 15:48:27
commit hash: ef67bf11a5bef1b5fc8701e7231bb1ca0ba9bbb2commit hash: ef67bf11a5bef1b5fc8701e7231bb1ca0ba9bbb2commit hash: ef67bf11a5bef1b5fc8701e7231bb1ca0ba9bbb2commit hash: ef67bf11a5bef1b5fc8701e7231bb1ca0ba9bbb2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/p5-Perl-Lint: Fix PLIST: Module::Build::Tiny 0.042+ does not generate
empty manpages

- Bump PORTREVISION for package change
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.25
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.25
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
0.25
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
0.25
31 Dec 2016 19:51:34
Revision:430155Original commit files touched by this commit
adamw search for other commits by this committer
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
0.25
09 Oct 2016 16:14:50
Revision:423615Original commit files touched by this commit
adamw search for other commits by this committer
Update to 0.25, and silence mkdir.

Changes: https://metacpan.org/changes/distribution/Perl-Lint
0.24
28 May 2016 17:09:59
Revision:416037Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.24
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Perl-Lint/Changes
0.23_3
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.23_3
31 Mar 2016 15:23:13
Revision:412231Original commit files touched by this commit
mat search for other commits by this committer
Cleanup dependencies on lang/p5-Scalar-List-Utils.

The different cases are:

- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
  (looking for /(Sub|Scalar|List)::Util/ returns nothing.)

While there, do some minor cleanup that caught my eye.

PR:		208378
With hat:	perl@
Sponsored by:	Absolight
0.23_2
14 Mar 2016 15:52:28
Revision:411096Original commit files touched by this commit
mat search for other commits by this committer
Install examples.

Sponsored by:	Absolight
0.23_1
13 Aug 2015 07:03:08
Revision:394054Original commit files touched by this commit
wen search for other commits by this committer
- Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDS

PR:		201534
Submitted by:	cgull+l-freebsd-bugzilla@glup.org
0.23
30 May 2015 13:13:14
Revision:387957Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.23
- Add LICENSE

Changes:	http://search.cpan.org/dist/Perl-Lint/Changes
0.22
05 Apr 2015 15:55:39
Revision:383301Original commit files touched by this commit
adamw search for other commits by this committer
Update to 0.22. Add Module::Pluggable for perl >= 5.20.

Donate this port to perl@.

Changes: https://metacpan.org/changes/distribution/Perl-Lint
0.21
03 Apr 2015 16:54:09
Revision:383151Original commit files touched by this commit
adamw search for other commits by this committer
Update to 0.21.

Changes: https://metacpan.org/changes/distribution/Perl-Lint
0.20
28 Mar 2015 20:00:44
Revision:382549Original commit files touched by this commit
adamw search for other commits by this committer
Add textproc/p5-Perl-Lint, a very fast Perl linter. Uses the p5-Perl-Critic
heuristics
but with a much faster parser.

Add two modules it needs:
- p5-List-Flatten, which flattens nested arrays into a single list
- p5-Regexp-Lexer, a regexp lexer that lexes regexps.

Number of commits found: 18