/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build1/All/p5-BSD-Sysctl-0.11_1.txz vs.
/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build2/All/p5-BSD-Sysctl-0.11_1.txz
p5-BSD-Sysctl-0.11_1.txz-content
+MANIFEST
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 {"name":​"p5-​BSD-​Sysctl",​"origin":​"sysutils/​p5-​BSD-​Sysctl",​"version":​"0.​11_1",​"comment":​"Fetch·​sysctl·​values·​from·​BSD-​like·​systems",​"maintainer":​"david@landgren.​net",​"www":​"http:​/​/​search.​cpan.​org/​dist/​BSD-​Sysctl/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​75389,​"licenselogic":​"or",​"licenses":​["ART10",​"GPLv1"],​"desc":​"BSD:​:​Sysctl·​offers·​a·​native·​Perl·​interface·​for·​fetching·​sysctl·​values·​that\ndescribe·​the·​kernel·​state·​of·​BSD-​like·​operating·​systems.​·​This·​is·​around·​80\ntimes·​faster·​than·​scraping·​the·​output·​of·​the·​sysctl(8)​·​program.​\n\nThis·​module·​handles·​the·​conversion·​of·​symbolic·​sysctl·​variable·​names·​to·​the\ninternal·​numeric·​format,​·​and·​this·​information,​·​along·​with·​the·​details·​of·​how\nto·​format·​the·​results,​·​are·​cached.​·​Hence,​·​the·​first·​call·​to·​sysctl·​requires\nthree·​system·​calls,​·​however,​·​subsequent·​calls·​require·​only·​one·​call.​\n\nWWW:​·​http:​/​/​search.​cpan.​org/​dist/​BSD-​Sysctl/​",​"deps":​{"perl5":​{"origin":​"lang/​perl5.​20",​"version":​"5.​20.​3_13"}},​"categories":​["sysutils",​"pe·​✂1 {"name":​"p5-​BSD-​Sysctl",​"origin":​"sysutils/​p5-​BSD-​Sysctl",​"version":​"0.​11_1",​"comment":​"Fetch·​sysctl·​values·​from·​BSD-​like·​systems",​"maintainer":​"david@landgren.​net",​"www":​"http:​/​/​search.​cpan.​org/​dist/​BSD-​Sysctl/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​75389,​"licenselogic":​"or",​"licenses":​["ART10",​"GPLv1"],​"desc":​"BSD:​:​Sysctl·​offers·​a·​native·​Perl·​interface·​for·​fetching·​sysctl·​values·​that\ndescribe·​the·​kernel·​state·​of·​BSD-​like·​operating·​systems.​·​This·​is·​around·​80\ntimes·​faster·​than·​scraping·​the·​output·​of·​the·​sysctl(8)​·​program.​\n\nThis·​module·​handles·​the·​conversion·​of·​symbolic·​sysctl·​variable·​names·​to·​the\ninternal·​numeric·​format,​·​and·​this·​information,​·​along·​with·​the·​details·​of·​how\nto·​format·​the·​results,​·​are·​cached.​·​Hence,​·​the·​first·​call·​to·​sysctl·​requires\nthree·​system·​calls,​·​however,​·​subsequent·​calls·​require·​only·​one·​call.​\n\nWWW:​·​http:​/​/​search.​cpan.​org/​dist/​BSD-​Sysctl/​",​"deps":​{"perl5":​{"origin":​"lang/​perl5.​20",​"version":​"5.​20.​3_13"}},​"categories":​["sysutils",​"pe·​✂
/usr/local/lib/perl5/site_perl/mach/5.20/BSD/bsd-sysctl.pl
Offset 1, 11 lines modifiedOffset 1, 11 lines modified
1 #·​bsd-​sysctl.​pl·​-​-​·​constants·​for·​BSD:​:​Sysctl1 #·​bsd-​sysctl.​pl·​-​-​·​constants·​for·​BSD:​:​Sysctl
2 #2 #
3 #·​Copyright·​(C)​·​2006-​2016,​·​David·​Landgren,​·​all·​rights·​reserved.​3 #·​Copyright·​(C)​·​2006-​2016,​·​David·​Landgren,​·​all·​rights·​reserved.​
4 #·​This·​file·​genned·​by·​.​/​Makefile.​PL·​at·Fri·​Jun·​10·13:​48:​54·​20164 #·​This·​file·​genned·​by·​.​/​Makefile.​PL·​at·Sat·​Jun·​11·21:​49:​33·​2016
  
5 use·​constant·​FMT_A···········​=>··​1;​5 use·​constant·​FMT_A···········​=>··​1;​
6 use·​constant·​FMT_INT·········​=>··​2;​6 use·​constant·​FMT_INT·········​=>··​2;​
7 use·​constant·​FMT_UINT········​=>··​3;​7 use·​constant·​FMT_UINT········​=>··​3;​
8 use·​constant·​FMT_LONG········​=>··​4;​8 use·​constant·​FMT_LONG········​=>··​4;​
9 use·​constant·​FMT_ULONG·······​=>··​5;​9 use·​constant·​FMT_ULONG·······​=>··​5;​
10 use·​constant·​FMT_N···········​=>··​6;​10 use·​constant·​FMT_N···········​=>··​6;​