Ticket #11948: portfile.7.diff

File portfile.7.diff, 2.2 KB (added by n.oxyde@…, 17 years ago)
  • portfile.7

    old new  
    12131213(uses the version of the latest file release of the project),
    12141214.Em googlecode
    12151215(uses the version of the latest file release of the project),
     1216.Em gnu
     1217(uses the gnu ftp index of the project),
    12161218.Em moddate
    12171219(uses the modification date of some URL resource),
    12181220.Em regex
     
    12291231.br
    12301232.Sy Default:
    12311233.Em sourceforge
     1234,
     1235.Em gnu
    12321236or
    12331237.Em googlecode
    12341238if the master_sites is one of these, else
    12351239.Em freshmeat
    12361240.br
    12371241.Sy Values:
    1238 .Em freshmeat sourceforge googlecode moddate regex regexm md5 none
     1242.Em freshmeat sourceforge googlecode gnu moddate regex regexm md5 none
    12391243.It Ic livecheck.name
    1240 Name of the project for live checks (used for freshmeat, sourceforge, and googlecode checks).
     1244Name of the project for live checks (used for freshmeat, sourceforge, googlecode and gnu checks).
    12411245.br
    12421246.Sy Type:
    12431247.Em optional
    12441248.br
    12451249.Sy Default:
    12461250.Em ${name}
    1247 or the sourceforge/freshmeat/googlecode project name if it can be guessed by looking at the master_sites.
     1251or the sourceforge/freshmeat/googlecode/gnu project name if it can be guessed by looking at the master_sites.
    12481252.It Ic livecheck.distname
    1249 Name of the file release (used for sourceforge and googlecode checks).
    1250 For sourceforge releases use the name of the package release.
     1253Name of the file release (used for sourceforge, googlecode and gnu checks).
     1254For sourceforge and gnu releases use the name of the package release.
    12511255For googlecode releases use the name of the file download, including extension.
    12521256Replace the version part of the name with "(.*)".
    12531257.br
     
    12561260.br
    12571261.Sy Default:
    12581262.Em ${livecheck.name}
    1259 for sourceforge projects or the first entry in
     1263for sourceforge and gnu projects or the first entry in
    12601264.Em ${distfiles}
    12611265for googlecode projects
    12621266.It Ic livecheck.version
     
    12811285.Em http://sourceforge.net/export/rss2_projfiles.php?project=${livecheck.name}
    12821286or
    12831287.Em http://code.google.com/p/${livecheck.name}/downloads/list
     1288or
     1289.Em http://ftp.gnu.org/gnu/${livecheck.name}/?M=D
    12841290.It Ic livecheck.regex
    12851291Regular expression to parse the resource for regex checks.
    12861292Be sure to use a regular expression grouping around the version component.