mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Inline-ASM 0.03, a perl module that facilitates writing of perl
subroutines in assembler. PR: 32867 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
parent
16f8359d40
commit
8577906bf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51578
6 changed files with 45 additions and 0 deletions
|
@ -384,6 +384,7 @@
|
|||
SUBDIR += p5-IPC-SharedCache
|
||||
SUBDIR += p5-Include
|
||||
SUBDIR += p5-Inline
|
||||
SUBDIR += p5-Inline-ASM
|
||||
SUBDIR += p5-Ioctl
|
||||
SUBDIR += p5-Locale-Maketext
|
||||
SUBDIR += p5-Locale-PGetText
|
||||
|
|
26
devel/p5-Inline-ASM/Makefile
Normal file
26
devel/p5-Inline-ASM/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: Inline::ASM
|
||||
# Date created: 14 Dec 2001
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Inline-ASM
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Inline
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= </dev/null
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Inline::ASM.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Inline-ASM/distinfo
Normal file
1
devel/p5-Inline-ASM/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Inline-ASM-0.03.tar.gz) = af0241d8d9993598fc146eab4be247b2
|
1
devel/p5-Inline-ASM/pkg-comment
Normal file
1
devel/p5-Inline-ASM/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Write Perl Subroutines in assembler
|
10
devel/p5-Inline-ASM/pkg-descr
Normal file
10
devel/p5-Inline-ASM/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Inline::ASM allows you to write Perl subroutines in assembly language.
|
||||
Of course, many C compilers allow you to put assembly right in your C
|
||||
code, so this module does not provide any new functionality. It does,
|
||||
however, provide a feature most C compilers don't: you can mix different
|
||||
assembler syntaxes in the same file!
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Inline-ASM
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
6
devel/p5-Inline-ASM/pkg-plist
Normal file
6
devel/p5-Inline-ASM/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pod
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue