File: watch

package info (click to toggle)
libsvn-notify-mirror-perl 0.03800-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 172 kB
  • ctags: 25
  • sloc: perl: 1,162; makefile: 38
file content (9 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
version=3
# convert 3-digit minir versions to 5-digits to cope with the fact
# that upstream released 0.037 after 0.03603

# variable look behind doesn't work with older perl versions
# opts="uversionmangle=s/(?<=^\d+\.\d\d\d)$/00/" http://search.cpan.org/dist/SVN-Notify-Mirror/   .*/SVN-Notify-Mirror-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

opts="uversionmangle=s/^(\d+\.\d\d\d)$/${1}00/" \
http://search.cpan.org/dist/SVN-Notify-Mirror/   .*/SVN-Notify-Mirror-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)