Ticket #52741: cpuid.diff
File cpuid.diff, 1.5 KB (added by RJVB (René Bertin), 8 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 154381 2016-10-28 21:22:05Z mojca@macports.org $ 2 # kate: backspace-indents true; indent-pasted-text true; indent-width 4; keep-extra-spaces true; remove-trailing-spaces modified; replace-tabs true; replace-tabs-save true; syntax Tcl/Tk; tab-indents true; tab-width 4; 3 # $Id: Portfile 137245 2015-06-07 12:05:28Z khindenburg@macports.org $ 3 4 4 5 PortSystem 1.0 5 6 PortGroup github 1.0 6 PortGroup perl5 1.07 7 8 github.setup tycho cpuid 1.4.2 9 revision 2 8 github.setup tycho cpuid 1.4.5 10 9 11 10 categories sysutils 12 11 description A simple CPUID decoder/dumper for x86/x86_64 … … 23 22 supported_archs i386 x86_64 24 23 installs_libs no 25 24 26 checksums rmd160 6c3ec2c066b244b98a7749c641932f0a919ee8a4 \ 27 sha256 1323d75dd0e57b448d08334a3c9ef6942d360b8f380820a63dca6a297bd957e3 28 29 depends_build port:p${perl5.major}-pathtools \ 30 port:p${perl5.major}-scalar-list-utils 25 checksums rmd160 685e452712e008d9b6fbc5d18dd46501fa95db02 \ 26 sha256 87909ec2e09fe13d903985c37ae6aed4dd0ecadf843f952989181dbb17bb83ec 31 27 32 28 patchfiles-append patch-makefile.diff 33 29