From owner-freebsd-ports  Sat Dec 15  6: 0:32 2001
Delivered-To: freebsd-ports@hub.freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2095F37B416
	for <freebsd-ports@hub.freebsd.org>; Sat, 15 Dec 2001 06:00:01 -0800 (PST)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id fBFE01T59462;
	Sat, 15 Dec 2001 06:00:01 -0800 (PST)
	(envelope-from gnats)
Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98])
	by hub.freebsd.org (Postfix) with ESMTP id 5F73C37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Dec 2001 05:53:11 -0800 (PST)
Received: from 3wgraphics.com (ppp-9-066.comintern.ru [213.148.9.66])
          by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBFDr6Q512851
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Dec 2001 16:53:07 +0300 (MSD)
Received: from root by 3wgraphics.com with local (Exim 3.33 #1)
	id 16FFAw-000JwN-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Dec 2001 16:48:26 +0300
Message-Id: <E16FFAw-000JwN-00@3wgraphics.com>
Date: Sat, 15 Dec 2001 16:48:26 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: ports/32867: New port: p5-Inline-ASM-0.03 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-ports.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-ports>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-ports>
X-Loop: FreeBSD.org


>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