Ticket #11948: portfile.7.diff
File portfile.7.diff, 2.2 KB (added by n.oxyde@…, 18 years ago) |
---|
-
portfile.7
old new 1213 1213 (uses the version of the latest file release of the project), 1214 1214 .Em googlecode 1215 1215 (uses the version of the latest file release of the project), 1216 .Em gnu 1217 (uses the gnu ftp index of the project), 1216 1218 .Em moddate 1217 1219 (uses the modification date of some URL resource), 1218 1220 .Em regex … … 1229 1231 .br 1230 1232 .Sy Default: 1231 1233 .Em sourceforge 1234 , 1235 .Em gnu 1232 1236 or 1233 1237 .Em googlecode 1234 1238 if the master_sites is one of these, else 1235 1239 .Em freshmeat 1236 1240 .br 1237 1241 .Sy Values: 1238 .Em freshmeat sourceforge googlecode moddate regex regexm md5 none1242 .Em freshmeat sourceforge googlecode gnu moddate regex regexm md5 none 1239 1243 .It Ic livecheck.name 1240 Name of the project for live checks (used for freshmeat, sourceforge, and googlecodechecks).1244 Name of the project for live checks (used for freshmeat, sourceforge, googlecode and gnu checks). 1241 1245 .br 1242 1246 .Sy Type: 1243 1247 .Em optional 1244 1248 .br 1245 1249 .Sy Default: 1246 1250 .Em ${name} 1247 or the sourceforge/freshmeat/googlecode project name if it can be guessed by looking at the master_sites.1251 or the sourceforge/freshmeat/googlecode/gnu project name if it can be guessed by looking at the master_sites. 1248 1252 .It Ic livecheck.distname 1249 Name of the file release (used for sourceforge and googlecodechecks).1250 For sourceforge releases use the name of the package release.1253 Name of the file release (used for sourceforge, googlecode and gnu checks). 1254 For sourceforge and gnu releases use the name of the package release. 1251 1255 For googlecode releases use the name of the file download, including extension. 1252 1256 Replace the version part of the name with "(.*)". 1253 1257 .br … … 1256 1260 .br 1257 1261 .Sy Default: 1258 1262 .Em ${livecheck.name} 1259 for sourceforge projects or the first entry in1263 for sourceforge and gnu projects or the first entry in 1260 1264 .Em ${distfiles} 1261 1265 for googlecode projects 1262 1266 .It Ic livecheck.version … … 1281 1285 .Em http://sourceforge.net/export/rss2_projfiles.php?project=${livecheck.name} 1282 1286 or 1283 1287 .Em http://code.google.com/p/${livecheck.name}/downloads/list 1288 or 1289 .Em http://ftp.gnu.org/gnu/${livecheck.name}/?M=D 1284 1290 .It Ic livecheck.regex 1285 1291 Regular expression to parse the resource for regex checks. 1286 1292 Be sure to use a regular expression grouping around the version component.