Date: Sat, 15 Dec 2001 16:48:26 +0300 From: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32867: New port: p5-Inline-ASM-0.03 Message-ID: <E16FFAw-000JwN-00@3wgraphics.com>
next in thread | raw e-mail | index | archive | help
>Number: 32867 >Category: ports >Synopsis: New port: p5-Inline-ASM-0.03 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 15 06:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: <Relevant environment information (multiple lines)> >Description: New port: p5-Inline-ASM-0.03 Write Perl Subroutines in assembler >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Inline-ASM # p5-Inline-ASM/Makefile # p5-Inline-ASM/pkg-comment # p5-Inline-ASM/pkg-descr # p5-Inline-ASM/pkg-plist # p5-Inline-ASM/distinfo # echo c - p5-Inline-ASM mkdir -p p5-Inline-ASM > /dev/null 2>&1 echo x - p5-Inline-ASM/Makefile sed 's/^X//' >p5-Inline-ASM/Makefile << 'END-of-p5-Inline-ASM/Makefile' X# New ports collection makefile for: Inline::ASM X# Date created: 14 Dec 2001 X# Whom: Sergey Skvortsov <skv@protey.ru> X# X# $FreeBSD$ X# X XPORTNAME= Inline-ASM XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Inline XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XCONFIGURE_ARGS= </dev/null X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Inline::ASM.3 X X.include <bsd.port.mk> END-of-p5-Inline-ASM/Makefile echo x - p5-Inline-ASM/pkg-comment sed 's/^X//' >p5-Inline-ASM/pkg-comment << 'END-of-p5-Inline-ASM/pkg-comment' XWrite Perl Subroutines in assembler END-of-p5-Inline-ASM/pkg-comment echo x - p5-Inline-ASM/pkg-descr sed 's/^X//' >p5-Inline-ASM/pkg-descr << 'END-of-p5-Inline-ASM/pkg-descr' XInline::ASM allows you to write Perl subroutines in assembly language. XOf course, many C compilers allow you to put assembly right in your C Xcode, so this module does not provide any new functionality. It does, Xhowever, provide a feature most C compilers don't: you can mix different Xassembler syntaxes in the same file! X XWWW: http://search.cpan.org/search?dist=Inline-ASM X X-- Sergey Skvortsov Xskv@protey.ru END-of-p5-Inline-ASM/pkg-descr echo x - p5-Inline-ASM/pkg-plist sed 's/^X//' >p5-Inline-ASM/pkg-plist << 'END-of-p5-Inline-ASM/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pm Xlib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pod X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true END-of-p5-Inline-ASM/pkg-plist echo x - p5-Inline-ASM/distinfo sed 's/^X//' >p5-Inline-ASM/distinfo << 'END-of-p5-Inline-ASM/distinfo' XMD5 (Inline-ASM-0.03.tar.gz) = af0241d8d9993598fc146eab4be247b2 END-of-p5-Inline-ASM/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16FFAw-000JwN-00>