/freebsd/contrib/file/magic/Magdir/ |
H A D | perl | 2 # $File: perl,v 1.27 2023/07/17 16:01:36 christos Exp $ 3 # perl: file(1) magic for Larry Wall's perl language. 7 # Send additions to <perl5-porters@perl.org> 8 0 search/1024 eval\ "exec\ perl Perl script text 9 !:mime text/x-perl 10 0 search/1024 eval\ "exec\ /bin/perl Perl script text 11 !:mime text/x-perl 12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text 13 !:mime text/x-perl 14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-PERL.md | 1 Notes on Perl 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 14 For our scripts, we rely quite a bit on Perl, and increasingly on 15 some core Perl modules. These Perl modules are part of the Perl 16 source, so if you build Perl on your own, you should be set. 18 However, if you install Perl as binary packages, the outcome might [all …]
|
H A D | NOTES-WINDOWS.md | 39 ### Perl subsection 41 We recommend Strawberry Perl, available from <http://strawberryperl.com/> 42 Please read NOTES.PERL for more information, including the use of CPAN. 43 An alternative is ActiveState Perl, <https://www.activestate.com/ActivePerl> 44 for which you may need to explicitly build the Perl module Win32/Console.pm 59 1. Install Perl 63 3. Make sure both Perl and NASM are on your %PATH% 76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or 77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or 78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64) [all …]
|
H A D | NOTES-VMS.md | 6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl) 32 running the tests, as they affect the Perl interpreter. 34 About ODS-5 directory names and Perl 37 It seems that the perl function canonpath() in the `File::Spec` module 45 We have no replacement for Perl's canonpath(), so the best workaround
|
H A D | NOTES-DJGPP.md | 12 requires that PERL and the PERL module `Text::Template` also be 13 installed (see [NOTES-PERL.md](NOTES-PERL.md)).
|
H A D | config.com | 40 -t Test mode, do not run the Configure perl script. 44 Any other text will be passed to the Configure perl script. 90 WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""",collected_args 92 PERL 'here'Configure "''target'"'collected_args'
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.index.d.out | 1 #!/usr/perl5/bin/perl 5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n", 12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n", 19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n", 26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n", 33 printf("perl => index(\"boofoofoo\", \"foo\") = %d\n", 40 printf("perl => rindex(\"boofoofoo\", \"foo\") = %d\n", 47 printf("perl => index(\"foobarbaz\", \"barbazzy\") = %d\n", 54 printf("perl => rindex(\"foobarbaz\", \"barbazzy\") = %d\n", 61 printf("perl => index(\"foobar\", \"foobar\") = %d\n", [all …]
|
H A D | tst.substr.d.out | 1 #!/usr/perl5/bin/perl 5 printf("perl => substr(\"foobarbazbop\", 3) = \"%s\"\n", 13 printf("perl => substr(\"foobarbazbop\", 300) = \"%s\"\n", 21 printf("perl => substr(\"foobarbazbop\", -10) = \"%s\"\n", 29 printf("perl => substr(\"foobarbazbop\", 0) = \"%s\"\n", 37 printf("perl => substr(\"foobarbazbop\", 1) = \"%s\"\n", 45 printf("perl => substr(\"foobarbazbop\", 11) = \"%s\"\n", 53 printf("perl => substr(\"foobarbazbop\", 12) = \"%s\"\n", 61 printf("perl => substr(\"foobarbazbop\", 13) = \"%s\"\n", 69 printf("perl => substr(\"foobarbazbop\", 8, 20) = \"%s\"\n", [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | META.yml | 2 abstract: 'Expand template text with embedded Perl' 12 perl: '5.008' 17 perl: '5.008' 20 license: perl 37 perl: '5.008' 41 bugtracker: https://github.com/mschout/perl-text-template/issues 42 homepage: https://github.com/mschout/perl-text-template 43 repository: https://github.com/mschout/perl-text-template.git
|
H A D | META.json | 2 "abstract" : "Expand template text with embedded Perl", 20 "perl" : "5.008" string 38 "perl" : "5.008", string 51 "perl" : "5.008", string 70 "web" : "https://github.com/mschout/perl-text-template/issues" 72 "homepage" : "https://github.com/mschout/perl-text-template", 75 "url" : "https://github.com/mschout/perl-text-template.git", 76 "web" : "https://github.com/mschout/perl-text-template"
|
H A D | INSTALL | 4 perl Makefile.PL 11 of `make test' and `perl -V'. I'll tell you whether it is safe to go 31 mjd-perl-template+@plover.com
|
H A D | Changes | 36 https://github.com/mschout/perl-text-template/issues/8). Will revisit 40 - Fix failing tests in v1.48 under perl < 5.8.9 55 - Fix templates with inline comments without newline after comment for perl 62 - Minimum perl version is now 5.8.0 109 - Fixed a bug relating to use of UNTAINT under perl 5.005_03 and possibly 201 - You can now specify that certain Perl statements be prepended to the 230 templates was replaced with `n' before it was given to Perl for 259 - Fixed some small bugs. Worked around a bug in Perl that does the wrong
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 4 # ABSTRACT: Expand template text with embedded Perl 52 Text::Template::Preprocess - Expand template text with embedded Perl 101 { perl code } 107 { more perl code } 111 JavaScript program with executable Perl code. One strategy: 125 The development version is on github at L<https://https://github.com/mschout/perl-text-template> 126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git> 131 L<https://github.com/mschout/perl-text-template/issues> 142 C<mjd-perl-template+@plover.com> 146 C<mjd-perl-template-request@plover.com> to join. [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 188 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet 265 PERL={- $config{PERL} -} 279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl" 435 @$(ECHO) " target system doesn't have $(PERL)," 446 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P… 453 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list" 463 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS) 489 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}" 505 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)" 506 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)" [all …]
|
H A D | unix-Makefile.tmpl | 278 INSTALLTOP={- # $prefix is used in the OPENSSLDIR perl snippet 350 PERL={- $config{PERL} -} 522 @echo " target system doesn't have $(PERL)," 535 PERL="$(PERL)" \ 538 $(PERL) $(SRCDIR)/test/run_tests.pl $(TESTS) ) 606 @$(PERL) $(SRCDIR)/util/add-depends.pl "{- $makedep_scheme -}" 623 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(MODULESDIR)" 624 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)" 650 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/certs" 651 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/private" [all …]
|
H A D | unix-checker.pm | 1 #! /usr/bin/env perl 5 # Check that the perl implementation file modules generate paths that 13 This perl implementation doesn't produce Unix like paths (with forward slash 17 This Perl version: $Config{version} for $Config{archname}
|
H A D | windows-checker.pm | 1 #! /usr/bin/env perl 5 # Check that the perl implementation file modules generate paths that 13 This perl implementation doesn't produce Windows like paths (with backward 17 This Perl version: $Config{version} for $Config{archname}
|
H A D | 00-base-templates.conf | 1 # -*- Mode: perl -*- 33 HASHBANGPERL => "/usr/bin/env perl", 39 #HASHBANGPERL => "PERL", # Only Unix actually cares 77 HASHBANGPERL => "/usr/bin/env perl", # Only Unix actually cares 97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile.asm | 55 env CC=cc perl ${.ALLSRC} linux64 ${.TARGET:R:S/$/.s/} 60 env CC=cc perl ${.IMPSRC} linux64 ${.TARGET:R:S/$/.s/} 137 env CC=cc perl ${.IMPSRC} elf ) > ${.TARGET} 140 env CC=cc perl ${.ALLSRC} elf ${.TARGET} 195 env CC=cc perl ${.IMPSRC} linux32 ${.TARGET:R:S/$/.s/} 287 env CC=cc perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic /dev/stdout ;\ 289 env CC=cc perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} /dev/stdout ;\ 334 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/} 339 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/} 344 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/} [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 02-test_errstr.t | 1 #! /usr/bin/env perl 22 # perl, and may thereby get different error messages for the 29 # on Windows when built with msys perl. Similar problems are also observed 30 # in MSVC builds, depending on the perl implementation used. 45 # system. libcrypto's ERR should either use the same string as perl, or if 58 # The error names are perl constants, which are implemented as functions 66 # With perl, errcode zero is a bit special. Perl consistently gives 70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | README | 21 perl script to log ntp mode 6 trap messages. 43 perl script to gather loop info statistics from xntpd via mode 7 87 perl script to display loop filter statistics collected by ntploopstat 149 A version of this file is distributed with perl-4.x, however, 154 perl support for ntp v2 mode 6 message handling 157 bug in perl or by bad usage of perl within this script.
|
/freebsd/usr.sbin/pkg/ |
H A D | pkg.7 | 269 .Dl $ pkg search perl 272 .Dl % pkg install perl 287 .Dl % pkg delete perl 295 .Dl % pkg set -A 0 perl 300 .Dl % pkg set -A 1 perl 303 .Dl % pkg create -o /usr/ports/packages/All perl 306 .Dl $ pkg which /usr/local/bin/perl
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_utils.com.in | 9 $ IF F$TYPE(PERL) .EQS. "STRING" 11 $ C_REHASH :== 'PERL' OSSL$EXE:c_rehash.pl 13 $ WRITE SYS$ERROR "NOTE: no perl => no C_REHASH"
|
/freebsd/crypto/openssl/external/perl/ |
H A D | Downloaded.txt | 4 If we find a useful Perl module that isn't one of the core Perl 10 Downloaded and bundled Perl modules
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifreq1 | 1 #!/usr/bin/perl 4 # this perl script is designed for the ifmail package by eugene grosser. 13 # this perl script does only add an entry to the corresponding flo-file,
|