ports/54746: new port devel/p5-mixin

Mathieu Arnold m at absolight.net
Tue Jul 22 09:50:10 UTC 2003


>Number:         54746
>Category:       ports
>Synopsis:       new port devel/p5-mixin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 02:50:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
New port devel/p5-mixin

Mixin inheritance is an alternative to the usual multiple-inheritance and
solves the problem of knowing which parent will be called. It also solves a
number of tricky problems like diamond inheritence. 

The idea is to solve the same sets of problems which MI solves without the
problems of MI. 

>How-To-Repeat:
>Fix:

--- p5-mixin-0.04.shar begins here ---
# 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-mixin
#	p5-mixin/Makefile
#	p5-mixin/distinfo
#	p5-mixin/pkg-descr
#	p5-mixin/pkg-plist
#
echo c - p5-mixin
mkdir -p p5-mixin > /dev/null 2>&1
echo x - p5-mixin/Makefile
sed 's/^X//' >p5-mixin/Makefile << 'END-of-p5-mixin/Makefile'
X# New ports collection makefile for:	p5-mixin
X# Date created:	   22 july 2003
X# Whom:		   Mathieu Arnold <m at absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mixin
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../by-authors/id/M/MS/MSCHWERN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m at absolight.net
XCOMMENT=	Mix-in inheritance, an alternative to multiple inheritance
X
XPERL_CONFIGURE=	yes
X
XMAN3=		mixin.3 mixin::with.3
X
X.include <bsd.port.mk>
END-of-p5-mixin/Makefile
echo x - p5-mixin/distinfo
sed 's/^X//' >p5-mixin/distinfo << 'END-of-p5-mixin/distinfo'
XMD5 (mixin-0.04.tar.gz) = cc1932a0a90dd905726373d7c2f6377f
END-of-p5-mixin/distinfo
echo x - p5-mixin/pkg-descr
sed 's/^X//' >p5-mixin/pkg-descr << 'END-of-p5-mixin/pkg-descr'
XMixin inheritance is an alternative to the usual multiple-inheritance and
Xsolves the problem of knowing which parent will be called. It also solves a
Xnumber of tricky problems like diamond inheritence. 
X
XThe idea is to solve the same sets of problems which MI solves without the
Xproblems of MI. 
X
XWWW: http://search.cpan.org/dist/mixin/
END-of-p5-mixin/pkg-descr
echo x - p5-mixin/pkg-plist
sed 's/^X//' >p5-mixin/pkg-plist << 'END-of-p5-mixin/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/mixin/.packlist
X%%SITE_PERL%%/mixin.pm
X%%SITE_PERL%%/mixin/with.pm
X at dirrm %%SITE_PERL%%/mixin
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mixin
END-of-p5-mixin/pkg-plist
exit
--- p5-mixin-0.04.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list