view release on metacpan or search on metacpan
lib/MIME/Detect.pm view on Meta::CPAN
Creates a new instance and reads the database distributed with this module.
my $mime = MIME::Detect->new(
files => [
'/usr/share/freedesktop.org/mimeinfo.xml',
't/mimeinfo.xml',
],
);
=cut
lib/MIME/Detect.pm view on Meta::CPAN
# The XPath context we use
has 'xpc' => (
is => 'lazy',
default => sub {
my $XPC = XML::LibXML::XPathContext->new;
$XPC->registerNs('x', 'http://www.freedesktop.org/standards/shared-mime-info');
$XPC
},
);
=head2 C<< $mime->read_database %options >>
$mime->read_database(
xml => MIME::Detect::FreeDesktopOrgDB->get_xml,
files => [
'mymime/mymime.xml',
'/usr/share/freedesktop.org/mime.xml',
],
);
If you want rules in addition to the default
database included with the distribution, you can load the rules from another file.
lib/MIME/Detect.pm view on Meta::CPAN
1;
=head1 SEE ALSO
L<https://www.freedesktop.org/wiki/Software/shared-mime-info/> - the website
where the XML file is distributed
L<File::MimeInfo> - module to read your locally installed and converted MIME database
L<File::LibMagic> - if you can install C<libmagic> and the appropriate C<magic> files
view all matches for this distribution
view release on metacpan or search on metacpan
testmsgs/frag.msg view on Meta::CPAN
Received: from virtual.mrf.mail.rcn.net ([207.172.4.103])
by mta05.mrf.mail.rcn.net
(InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
id <20000524184032.XKFS1688.mta05.mrf.mail.rcn.net@virtual.mrf.mail.rcn.net>
for <eryq@mta.mrf.mail.rcn.net>; Wed, 24 May 2000 14:40:32 -0400
Received: from mail.desktop.com ([166.90.128.242])
by virtual.mrf.mail.rcn.net with esmtp (Exim 2.12 #3)
id 12ug50-00059f-00
for eryq@zeegee.com; Wed, 24 May 2000 14:40:30 -0400
Received: from mailandnews.com (jumpgate.desktop.com [166.90.128.243])
by mail.desktop.com (8.9.2/8.9.2) with ESMTP id LAA31102
for <eryq@zeegee.com>; Wed, 24 May 2000 11:40:29 -0700 (PDT)
(envelope-from omrec@mailandnews.com)
Message-ID: <392C2385.4C402C55@mailandnews.com>
Date: Wed, 24 May 2000 11:46:29 -0700
From: Sven <omrec@mailandnews.com>
view all matches for this distribution
view release on metacpan or search on metacpan
version 2.06: Thu Aug 28 16:28:43 CEST 2014
Improvements:
- needed other file from broofa :(
rt.cpan.org#98308 [Lars Dɪá´á´á´á´á´¡]
- fix scan of freedesktop definitions
rt.cpan.org #98385 [Russell Jenkins]
version 2.05: Wed Aug 27 09:43:03 CEST 2014
Improvements:
- rename ::Type::isAscii() into ::Type::isText()
- add source table broofa
rt.cpan.org#98308 [Lars Dɪá´á´á´á´á´¡]
- add source table freedesktop
rt.cpan.org#98309 [Lars Dɪá´á´á´á´á´¡]
- update iana types
version 2.04: Thu Sep 12 15:46:28 CEST 2013
Fixes:
view all matches for this distribution
view release on metacpan or search on metacpan
testmsgs/frag.msg view on Meta::CPAN
Received: from virtual.mrf.mail.rcn.net ([207.172.4.103])
by mta05.mrf.mail.rcn.net
(InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
id <20000524184032.XKFS1688.mta05.mrf.mail.rcn.net@virtual.mrf.mail.rcn.net>
for <eryq@mta.mrf.mail.rcn.net>; Wed, 24 May 2000 14:40:32 -0400
Received: from mail.desktop.com ([166.90.128.242])
by virtual.mrf.mail.rcn.net with esmtp (Exim 2.12 #3)
id 12ug50-00059f-00
for eryq@zeegee.com; Wed, 24 May 2000 14:40:30 -0400
Received: from mailandnews.com (jumpgate.desktop.com [166.90.128.243])
by mail.desktop.com (8.9.2/8.9.2) with ESMTP id LAA31102
for <eryq@zeegee.com>; Wed, 24 May 2000 11:40:29 -0700 (PDT)
(envelope-from omrec@mailandnews.com)
Message-ID: <392C2385.4C402C55@mailandnews.com>
Date: Wed, 24 May 2000 11:46:29 -0700
From: Sven <omrec@mailandnews.com>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MKDoc/resources/misc/mime.types view on Meta::CPAN
application/vnd.kde.kspread
application/vnd.kde.kword
application/vnd.kenameaapp
application/vnd.koan
application/vnd.liberty-request+xml
application/vnd.llamagraphics.life-balance.desktop
application/vnd.llamagraphics.life-balance.exchange+xml
application/vnd.lotus-1-2-3
application/vnd.lotus-approach
application/vnd.lotus-freelance
application/vnd.lotus-notes
view all matches for this distribution
view release on metacpan or search on metacpan
Files/Files.pm view on Meta::CPAN
sub kHasNoINITs () { 0x0080 }
=item kHasBeenInited
Files only; clear if the file contains desktop database; resources ('BNDL', 'FREF', 'open', 'kind'...) that have not been added yet. Set only by the Finder; reserved for folders - make sure this bit is cleared for folders; bit 0x0200 was the letter b...
=cut
sub kHasBeenInited () { 0x0100 }
Files/Files.pm view on Meta::CPAN
sub kSystemFolderType () { 'macs' }
=item kDesktopFolderType
the desktop folder; objects in this folder show on the desk top.
=cut
sub kDesktopFolderType () { 'desk' }
=item kSystemDesktopFolderType
the desktop folder at the root of the hard drive, never the redirected user desktop folder
=cut
sub kSystemDesktopFolderType () { 'sdsk' }
Files/Files.pm view on Meta::CPAN
sub kPrivateFrameworksFolderType () { 'pfrm' }
=item kClassicDesktopFolderType
Mac OS 9 compatible desktop folder - same as kSystemDesktopFolderType but with a more appropriate name for Mac OS X code.
=cut
sub kClassicDesktopFolderType () { 'sdsk' }
view all matches for this distribution
view release on metacpan or search on metacpan
$ppp->PPPconnect($user,$pass,$adrs);
$otstat = $ppp->PPPstatus();
print map "$_: $$otstat{$_}\n", keys %$otstat;
print "Please wait while log is saved to desktop ...\n";
$ppp->PPPsavelog(FindFolder(kOnSystemDisk(),kDesktopFolderType()).':ppplog.txt');
print "Done.";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mac/Errors.pm view on Meta::CPAN
=cut
sub catChangedErr { -1304 }
=item desktopDamagedErr
desktop database files are corrupted
=cut
sub desktopDamagedErr { -1305 }
=item sameFileErr
can't exchange a file with itself
view all matches for this distribution
view release on metacpan or search on metacpan
Mac::Finder::DSStore - Read and write Macintosh Finder DS_Store files
=head1 DESCRIPTION
C<Mac::Finder::DSStore> provides a handful of functions for reading and
writing the desktop database files created by the Macintosh Finder.
=head1 FUNCTIONS
Many functions take a C<$store> argument which is the opened file as
an instance of L<Mac::Finder::DSStore::BuddyAllocator>, or a C<$block>
view all matches for this distribution
view release on metacpan or search on metacpan
ex/finder_label_and_beep view on Meta::CPAN
$f = new Mac::Glue 'Finder';
$vol = $f->prop('startup disk');
$label = $f->prop('label_index', $vol);
@prop = (
$f->prop('position', $vol),
$f->prop(spatial_view_arrangement => of => 'desktop'),
$f->prop(button_view_arrangement => of => 'desktop'),
);
@orig = ($f->get($prop[0]), $f->get($prop[1]), $f->get($prop[2]));
$f->activate();
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Module/Test.pm view on Meta::CPAN
Mac::Pasteboard->set( fatal => 0 );
Mac::Pasteboard->new();
Mac::Pasteboard->get( 'status' ) ==
Mac::Pasteboard::coreFoundationUnknownErr()
and plan skip_all => 'No access to desktop (maybe running as ssh session or cron job?)';
Mac::Pasteboard->set( fatal => 1 );
return;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mac/SystemDirectory.pm view on Meta::CPAN
Available in Mac OS X v10.6 and later.
=item NSDesktopDirectory
Location of user's desktop directory.
Available in Mac OS X v10.4 and later.
=item NSCachesDirectory
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
Mac::iTerm::LaunchPad - open a new iTerm window with one or more tabs
=head1 SYNOPSIS
---Frontmost finder directory, defaulting to desktop
% new-iterm
---Frontmost finder directory, using special alias
% new-iterm finder
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
=head3 Default aliases
=over 4
=item desktop - the Desktop folder of the current user ( ~/Desktop )
=item home - home directory of the current user ( ~ )
=item music - music directory of the current user ( ~/Music )
lib/Mac/iTerm/LaunchPad.pm view on Meta::CPAN
=cut
# defaults
my %Aliases = qw(
desktop ~/Desktop
home ~
music ~/Music
applications /Applications
);
view all matches for this distribution
view release on metacpan or search on metacpan
Info/Info.pm view on Meta::CPAN
[Ll] -locked Locked
[Ii] -inited Inited*
[Nn] -noinit No INIT resources
[Mm] -shared Shared (can run multiple times)
[Ee] -hiddenx Hidden extension*
[Dd] -desktop Desktop*
Attributes with asterisk can be applied to folders and files. Any
other can be applied to files only.
ex)
Info/Info.pm view on Meta::CPAN
-locked l
-inited i
-noinit n
-shared m
-hiddenx e
-desktop d
);
my %Letter2Key = reverse %Key2Letter;
my @Letters = qw(a v b s t c l i n m e d);
my %key2Flags =
(
Info/Info.pm view on Meta::CPAN
-locked => kFSNodeLockedMask,
-inited => kHasBeenInited,
-noinit => kHasNoINITs,
-shared => kIsShared,
-hiddenx => kIsHiddenExtention,
-desktop => kIsOnDesk,
);
sub locked{
my $self = shift;
return $self->nodeFlags & kFSNodeLockedMask;
Info/Info.pm view on Meta::CPAN
-locked => $nodeFlags & kFSNodeLockedMask,
-inited => $fdFlags & kHasBeenInited,
-noinit => $fdFlags & kHasNoINITs,
-shared => $fdFlags & kIsShared,
-hiddenx => $fdFlags & kIsHiddenExtention,
-desktop => $fdFlags & kIsOnDesk,
);
my $attrib = "";
unless (@_){
wantarray and return %attrib;
for my $l (@Letters){
view all matches for this distribution
view release on metacpan or search on metacpan
share/public_suffix_list view on Meta::CPAN
fbx-os.fr
fbxos.fr
freebox-os.fr
freeboxos.fr
// freedesktop.org : https://www.freedesktop.org
// Submitted by Daniel Stone <daniel@fooishbar.org>
freedesktop.org
// freemyip.com : https://freemyip.com
// Submitted by Cadence <contact@freemyip.com>
freemyip.com
view all matches for this distribution
view release on metacpan or search on metacpan
t/07_crashme.t view on Meta::CPAN
* 1100^1 cequal2000\.com([^\.]|$)
* 1100^1 cyberlink1\.com([^\.]|$)
* 1100^1 cyber-webcom\.com([^\.]|$)
* 1100^1 datalogical\.com([^\.]|$)
* 1100^1 data-miners\.net([^\.]|$)
* 1100^1 desktopserver\.com([^\.]|$)
* 1100^1 desktop-server\.com([^\.]|$)
* 1100^1 desktopserver2000\.com([^\.]|$)
* 1100^1 desktopserver98\.com([^\.]|$)
* 1100^1 e-announce\.com([^\.]|$)
* 1100^1 earthonline\.com([^\.]|$)
* 1100^1 e-mailblaster\.com([^\.]|$)
* 1100^1 e-maildata\.com([^\.]|$)
* 1100^1 emaildigger\.com([^\.]|$)
view all matches for this distribution
view release on metacpan or search on metacpan
test_emails/mail.eml view on Meta::CPAN
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00800000
X-Mozilla-Keys:
Message-ID: <4AEB833C.3040204@jkang-desktop.reconnex.net>
Date: Fri, 30 Oct 2009 17:22:20 -0700
From: jing kang <kxj@jkang-desktop.reconnex.net>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
To: =?GB2312?B?vrggv7U=?= <kxj@freedom.net>
Subject: =?GB2312?B?uPeyv7bT0bjL2bav1LGjrNf2usPBvb78u+HKprXEy7zP69e8sbi6zQ==?=
=?GB2312?B?zu/Xyte8sbiju9f2usPD8dfluaTX96Os1Nq3oravyLrW2rXEu/m0ocnPo6y7/Q==?=
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/welcomelists/neat_net_tricks view on Meta::CPAN
of links and toll-free numbers to each state to determine peak color times.
08. SAVINGS SCRAPS. Some oldies are worth repeating. If you're working
with text in, for example, MS Word or WordPad, and would like a handy way
to save a portion for later easy retrieval, just select (highlight) it and
click/drag it to your desktop. When the newly created icon is clicked on,
it will show the application with which the scrap was created, along with
the first few words of the text. A double click opens the text in the
application with which it was created.
09. QUICK ACCESS. To go to a frequently used program, you may find
yourself drilling down to the desktop and searching out the shortcut
icon. Consider instead setting up a key combination that will provide
quick access without using the shortcut. Right click on the shortcut and
select Properties. In the Shortcut key window, select any key you can
remember and click OK. Ctrl+Alt and that key will open the application
whenever needed.
view all matches for this distribution
view release on metacpan or search on metacpan
SpamCannibal.pm view on Meta::CPAN
=item * sc_mailcheck.pl
This script is a robot mail recipient set up in the spamcannibal user's
.forward file. Secure mail with a message body containing the headers and
spam content of a 'spam' message sent from your desktop is parsed to extract
the origination MTA. The IP address of the MTA is added to the spamcannibal
'tarpit' database and the 'spam' content is added to the spamcannibal
'evidence' database for use by the web interface.
Also see sc_mailfilter.conf.sample in the spamcannibal config directory
view all matches for this distribution
view release on metacpan or search on metacpan
cgi_files/support/imap.html view on Meta::CPAN
<P>IMAP stands for <STRONG>I</STRONG>nternet <STRONG>M</STRONG>essage <STRONG>A</STRONG>ccess
<STRONG>P</STRONG>rotocol. It is a method of accessing electronic mail or bulletin board messages that
are kept on a (possibly shared) mail server. In other words, it permits a "client" email program to
access remote message stores as if they were local. For example, email stored on an IMAP server can be
manipulated from a desktop computer at home, a workstation at the office, and a notebook computer while
traveling, <STRONG>without</STRONG> the need to transfer messages or files back and forth between these
computers. <P> IMAP's ability to access messages (both new and saved) from more than one computer has
become extremely important as reliance on electronic messaging and use of multiple computers increase,
but this functionality cannot be taken for granted: the widely used <EM>Post Office Protocol</EM> (POP)
works best when one has only a single computer, since it was designed to support "offline" message
view all matches for this distribution
view release on metacpan or search on metacpan
examples/pmake view on Meta::CPAN
=over 4
This flag forces the pmake to use the Local Scheduler (it already uses
it by default). However, it is possible to pass a optional integer
n, to specify how many parallel jobs do you want to run on your
desktop computer. We recommend to use n between 1 and maximum
logical CPUs on the target machine.
=back
pmake accepts options specific to the PBS sub-system:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
M /orig/trunk/vnc_javasrc/VncViewer.java
Implemented support for auto-scaling. To enable it, the "Scaling factor"
parameter should be set to "auto". Auto-scaling tries to choose scaling
factor such way that the whole remote framebuffer will fit on the local
screen. Currently, auto-scaling is supported only when the remote desktop
is shown in a separate frame (always true in application mode, and in
applet mode with "Open new window" parameter set to "yes").
------------------------------------------------------------------------
r2229 | const_k | 2007-02-16 21:46:17 +0600 (Fri, 16 Feb 2007) | 2 lines
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r1527 | const_k | 2003-07-24 22:29:13 +0700 (Thu, 24 Jul 2003) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor fix to move the keyboard focus to VncCanvas on opening the
desktop.
------------------------------------------------------------------------
r1526 | const_k | 2003-07-24 21:42:30 +0700 (Thu, 24 Jul 2003) | 6 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r1090 | const | 2002-04-25 18:49:40 +0700 (Thu, 25 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/README
Documented new feature to refresh remote desktop in the view-only mode
using "R"/"r" keys.
------------------------------------------------------------------------
r1081 | const | 2002-04-23 20:02:45 +0700 (Tue, 23 Apr 2002) | 5 lines
Changed paths:
M /orig/trunk/vnc_javasrc/ButtonPanel.java
Bugfix: keyboard focus could be set incorrectly. It was returned to
desktop even when windows such as Options or Clipboard were created.
This looked like new windows had appeared behind the authenticator or
desktop window, if the viewer itself was running in a separate window.
------------------------------------------------------------------------
r1080 | const | 2002-04-10 02:10:47 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor bugfix to prevent the "Refresh" button to disappear after the
"Disconnect" button changes to "Hide desktop".
------------------------------------------------------------------------
r1079 | const | 2002-04-10 02:05:52 +0700 (Wed, 10 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r1078 | const | 2002-04-10 02:01:30 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncViewer.java
Minor bugfix to prevent dumping exceptions on pressing "R"/"r" keys
over disconnected desktop.
------------------------------------------------------------------------
r1077 | const | 2002-04-10 01:53:08 +0700 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r1075 | const | 2002-04-09 02:17:45 +0700 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/README
"Show offline desktop" parameter documented.
------------------------------------------------------------------------
r1074 | const | 2002-04-09 02:12:57 +0700 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /orig/trunk/vnc_javasrc/OptionsFrame.java
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
Terminating the application properly on closing the authentication
window.
Packing the window on reporting errors when in a separate window;
this is necessary because it's possible that the window was empty.
Disconnecting on fatal errors.
Always forcing the keyboard focus go to the desktop on activating the
connection.
Code re-organizations and cleanups e.g. new tryAuthenticate() method.
------------------------------------------------------------------------
r1009 | const | 2002-01-31 00:25:27 +0600 (Thu, 31 Jan 2002) | 4 lines
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
r994 | const | 2002-01-11 23:35:33 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
M /orig/trunk/vnc_javasrc/VncViewer.java
Implemented scrolling of the desktop area, when the desktop is shown
in a separate window.
------------------------------------------------------------------------
r993 | const | 2002-01-11 18:51:16 +0600 (Fri, 11 Jan 2002) | 2 lines
Changed paths:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
Changed paths:
M /orig/trunk/vnc_javasrc/ButtonPanel.java
M /orig/trunk/vnc_javasrc/VncViewer.java
Changes in the button panel. Now keyboard focus moves back to the
authentication panel or to the desktop after pressing any button on
the panel. Additionally, keyboard focus should move to the desktop
automatically when VNC connection is established.
------------------------------------------------------------------------
r991 | const | 2002-01-11 03:53:10 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
r990 | const | 2002-01-11 03:51:25 +0600 (Fri, 11 Jan 2002) | 3 lines
Changed paths:
M /orig/trunk/vnc_javasrc/VncCanvas.java
Now the viewer adjusts its desktop/window size on desktop size changes
on the remote side (working support for NewFBSize pseudo-encoding).
------------------------------------------------------------------------
r989 | const | 2002-01-11 02:50:00 +0600 (Fri, 11 Jan 2002) | 4 lines
Changed paths:
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/fa/css/font-awesome-min.css view on Meta::CPAN
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('...
view all matches for this distribution
view release on metacpan or search on metacpan
engine/read_only/libmarpa.pc view on Meta::CPAN
# this template is filled-in by CMake `configure_file(... @ONLY)`
# the `@....@` are filled in by CMake configure_file(),
# from variables set in your CMakeLists.txt or by CMake itself
#
# Good tutoral for understanding .pc files:
# https://people.freedesktop.org/~dbn/pkg-config-guide.html
#
# The libmarpa repo is intended, and this file is set up for, use by
# packaging developers, and therefore the ultimate installation destinations
# are unpredictable. In the name of caution, the prefix variable is set
# to a relative location. A downstream package using libmarpa is likely
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
$DEBFILE
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
Changes-0.5 view on Meta::CPAN
network to/from the Pi storage nodes.
As a result of the optimisations (here and in Crypt::IDA), the same
test of splitting a 256Mbyte file takes just under 10s on my XU3 Lite
board. Previously, it took 56s. This is still around three times
slower than on my proper desktop machine, but it should, theoretically
mean a bandwidth of around 160Mbit/s, which *would* be able to
saturate the 100Mbps network interface that it has.
With these new optimisations, it should now be practical to use the
Math::FastGF2 and Crypt::IDA libraries on fairly low-powered boards
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution