Result:
found 581 distributions and 1482 files matching your query ! ( run in 1.401 )


perl

 view release on metacpan or  search on metacpan

cpan/CPAN/lib/CPAN.pm  view on Meta::CPAN

        } elsif (not $Have_warned->{"Module::Signature"}++) {
            # No point in complaining unless the user can
            # reasonably install and use it.
            if (eval { require Crypt::OpenPGP; 1 } ||
                (
                 defined $CPAN::Config->{'gpg'}
                 &&
                 $CPAN::Config->{'gpg'} =~ /\S/
                )
               ) {
                $CPAN::Frontend->mywarn(qq{
  CPAN: Module::Signature security checks disabled because Module::Signature
  not installed.  Please consider installing the Module::Signature module.

cpan/CPAN/lib/CPAN.pm  view on Meta::CPAN

                     for downloads
  ftp_proxy          proxy host for ftp requests
  ftpstats_period    max number of days to keep download statistics
  ftpstats_size      max number of items to keep in the download statistics
  getcwd             see below
  gpg                path to external prg
  gzip               location of external program gzip
  halt_on_failure    stop processing after the first failure of queued
                     items or dependencies
  histfile           file to maintain history between sessions
  histsize           maximum number of lines to keep in histfile

cpan/CPAN/lib/CPAN.pm  view on Meta::CPAN

unsigned MD5 checksums that were used before by CPAN protect mainly
against accidental file corruption.

You will need to have Module::Signature installed, which in turn
requires that you have at least one of Crypt::OpenPGP module or the
command-line F<gpg> tool installed.

You will also need to be able to connect over the Internet to the public
key servers, like pgp.mit.edu, and their port 11731 (the HKP protocol).

The configuration parameter check_sigs is there to turn signature

 view all matches for this distribution


perlSGML.1997Sep

 view release on metacpan or  search on metacpan

sgm/CALS/Output-Spec.dtd  view on Meta::CPAN

<!ELEMENT placrule - o EMPTY>

<!ATTLIST placrule

     assoctyp   (same | facing | special | float | frontnbk) #IMPLIED
     figpg      (ftdrcto | ftdvrso| ftdethr) #IMPLIED
     figplc     (ftptp | ftpbotm | ftpulft | ftpurt | ftplleft | ftplrt |
                 ftplft | ftprt | ftpinln | ftpspec | ftpflt) #IMPLIED
     figodr     (fotpbotm | folftrt) #IMPLIED
     figpovf    (fpntop | fpnbotm | fpnuplft | fpnuprt | fpnlwlft | fpnlwrt |
                 fpnlft | fpnrt | fpninln | fpnspec | fpnflt)  #IMPLIED

 view all matches for this distribution


perl_mlb

 view release on metacpan or  search on metacpan

CPAN/Config.pm  view on Meta::CPAN

  'expire_old_builds' => q[-1],
  'flush_old_builds' => q[0],
  'ftp' => q[d:/tcpip/bin/ftp.exe],
  'ftp_proxy' => q[],
  'getcwd' => q[cwd],
  'gpg' => q[],
  'gzip' => q[i:/UTILS/gzip.exe],
  'histfile' => q[k:/tmp/perl581_21211/.cpan/histfile],
  'histsize' => q[3000],
  'http_proxy' => q[],
  'inactivity_timeout' => q[0],

 view all matches for this distribution


rdf-ldf

 view release on metacpan or  search on metacpan

lib/RDF/LDF.pm  view on Meta::CPAN

        my $ret;

        # Loop over all variabe bindings with multiple matches
        while (!defined($ret = $results->())) {
            unless (defined $it) {
                # Find the an binding iterator for the best pattern from $bgpgs
                ($it,$bgps) = $self->_find_variable_bindings_($bgps);

                return undef unless $it;
            }

 view all matches for this distribution


rss2leafnode

 view release on metacpan or  search on metacpan

xtools/my-kwalitee.sh  view on Meta::CPAN

if test -z "$DISTVNAME"; then
  echo "DISTVNAME not found"
  exit 1
fi

if [ -e ~/bin/my-gpg-agent-daemon ]; then
  eval `my-gpg-agent-daemon`
  echo "gpg-agent $GPG_AGENT_INFO"
fi

TGZ="$DISTVNAME.tar.gz"
make "$TGZ"

 view all matches for this distribution


smokeinabox

 view release on metacpan or  search on metacpan

cpansmokebox/lib/CPANPLUS/Config.pm  view on Meta::CPAN

        $Conf->{'conf'}->{'show_startup_tip'} = 1;

=item signature

A boolean indicating whether or not check signatures if packages are
signed. Defaults to 'true' if you have C<gpg> or C<Crypt::OpenPGP> 
installed, 'false' otherwise.

=cut

        $Conf->{'conf'}->{'signature'} = do {
            check_install( module => 'Module::Signature', version => '0.06' )
            and ( can_run('gpg') || 
                  check_install(module => 'Crypt::OpenPGP')
            );
        } ? 1 : 0;

=item skiptest

 view all matches for this distribution


stasis

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "an encrypting archive tool using tar, gpg and perl",
   "author" : [
      "David Farrell"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",

 view all matches for this distribution


urpmi

 view release on metacpan or  search on metacpan

urpm/get_pkgs.pm  view on Meta::CPAN

}

sub cachedir_rpms {
    my ($urpm) = @_;

    #- examine the local repository, which is trusted (no gpg or pgp signature check but md5 is now done).
    my %fn2file;
    foreach my $filepath (glob("$urpm->{cachedir}/rpms/*")) {
	next if -d $filepath;

	if (! -s $filepath) {

urpm/get_pkgs.pm  view on Meta::CPAN

		$fullname2id{$urpm->{depslist}[$id]->fullname} = $id;
	    }
	}
    }

    #- examine the local repository, which is trusted (no gpg or pgp signature check but md5 is now done).
    my $cachedir_rpms = cachedir_rpms($urpm);

    foreach my $fullname (keys %$cachedir_rpms) {
	    my $filepath = $cachedir_rpms->{$fullname};

 view all matches for this distribution


zxid

 view release on metacpan or  search on metacpan

test2-smime.pl  view on Meta::CPAN

-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,1D7ADC69F74A221B

oaEYtg5HRsEJ6nuA6Y97u66udgxzgB9qcPMkOantl0yH3kQoih9DKJhu5tUmeSXE
PN4P7O/1K0JMuwEzRm6HKiyPQZaXzdG+Mgpg6WhkaeVOFREmBSjweHGf4vMd8NLn
e8exKvhHeJTOM6gM78KJZ8KYqNOe3IHH49Eoq4WTfPQHi9FCT4aujjSy32ctkeHZ
LJnnHXaW5gjTfRmOML2HpJ6y6uzmT2FomQA9mrtR+Q1WLq4ms54ESaC5x5286qBh
XnqMZFclTEcnyv3O95X0ZxG5IXwZtBWZy018TxryxqAhAhcl87k6fPRwaRsJi6zD
/Vzr7VI7Wu9rNtxvQNBqvWqGH8KF80qPmUiNnUSE+kk+jiR5PylDLM90DfLRHElI
E8nGvqUk3bgLujeYR/89Mx9s4orSMbWmPUROFKTA+8p9Ni2wDutIyotYGI6e+amu

 view all matches for this distribution


( run in 1.401 second using v1.01-cache-2.11-cpan-df04353d9ac )