[Midnightbsd-cvs] mports: mports/lang: add linux-libperl5.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 22 17:09:26 EDT 2008


Log Message:
-----------
add linux-libperl5.8

Modified Files:
--------------
    mports/lang:
        Makefile (r1.41 -> r1.42)

Added Files:
-----------
    mports/lang/linux-libperl5.8:
        Makefile (r1.1)
        distinfo.i386 (r1.1)
        pkg-descr (r1.1)
        pkg-plist.i386 (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -L lang/Makefile -L lang/Makefile -u -r1.41 -r1.42
--- lang/Makefile
+++ lang/Makefile
@@ -18,6 +18,7 @@
     SUBDIR += gnustep-objc
     SUBDIR += guile
     SUBDIR += icc
+    SUBDIR += linux-libperl5.8
     SUBDIR += mawk
     SUBDIR += mono
     SUBDIR += nawk
--- /dev/null
+++ lang/linux-libperl5.8/distinfo.i386
@@ -0,0 +1,3 @@
+MD5 (rpm/libperl5.8-5.8.5-67091cl.i386.rpm) = be258a9a7a48cde5e44d70ccb6d5b18f
+SHA256 (rpm/libperl5.8-5.8.5-67091cl.i386.rpm) = 0f3b89c7e963b217666e8384174eea7c848e225618ae4b06a50db6c2f6c41720
+SIZE (rpm/libperl5.8-5.8.5-67091cl.i386.rpm) = 1122934
--- /dev/null
+++ lang/linux-libperl5.8/pkg-descr
@@ -0,0 +1,4 @@
+Shared lib for embedding the perl interpreter into other apps. This
+is not needed by the Perl interpreter itself.
+
+WWW: http://perl.com/
--- /dev/null
+++ lang/linux-libperl5.8/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:	linux libperl
+# Date created:			Sun Dec 11 16:38:34 UTC 2005
+# Whom:                 Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
+# Based on:		emulators/linux_base by marcel at FreeBSD.org and
+#			devel/linux-sdl12 by freebsd-emulation at FreeBSD.org
+#
+# $MidnightBSD: mports/lang/linux-libperl5.8/Makefile,v 1.1 2008/06/22 21:09:24 laffer1 Exp $Z
+# $FreeBSD: ports/lang/linux-libperl5.8/Makefile,v 1.6 2008/04/19 17:51:30 miwi Exp $
+#
+
+PORTNAME=	libperl
+PORTVERSION=	5.8.5
+CATEGORIES=	lang linux
+MASTER_SITES=	ftp://195.220.108.108/linux/conectiva/snapshot/i386/RPMS.extra/
+PKGNAMEPREFIX=	linux-
+DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION}-67091cl
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library for embedding the perl interpreter (linux version)
+LICENSE=	perl
+
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+ONLY_FOR_ARCHS=	i386 amd64
+
+DIST_SUBDIR=	rpm
+PLIST=		${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
+SRC_DISTFILES=	# empty, perl is covered by the Artistic License, so this is ok
+
+.include <bsd.port.mk>
--- /dev/null
+++ lang/linux-libperl5.8/pkg-plist.i386
@@ -0,0 +1,6 @@
+usr/lib/libperl.so.5.8
+usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/libperl.so.5.8
+ at dirrm usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE
+ at dirrm usr/lib/perl5/5.8.5/i386-linux-thread-multi
+ at dirrm usr/lib/perl5/5.8.5
+ at dirrm usr/lib/perl5


More information about the Midnightbsd-cvs mailing list