1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add p5-Inline-Java 0.33

Write Perl subroutines and classes in Java
This commit is contained in:
Ying-Chieh Liao 2002-08-15 06:38:31 +00:00
parent 3c0311643b
commit 2b84a9892b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64528
6 changed files with 57 additions and 0 deletions

View File

@ -481,6 +481,7 @@
SUBDIR += p5-Inline-ASM
SUBDIR += p5-Inline-CPP
SUBDIR += p5-Inline-Filters
SUBDIR += p5-Inline-Java
SUBDIR += p5-Inline-Tcl
SUBDIR += p5-Ioctl
SUBDIR += p5-Locale-Maketext

View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: Inline::Java
# Date created: Aug 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Inline-Java
PORTVERSION= 0.33
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
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::Java.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Inline-Java-0.33.tar.gz) = 4c7da1744ffa5a56d0f8dfa586791899

View File

@ -0,0 +1 @@
Write Perl subroutines and classes in Java

View File

@ -0,0 +1,11 @@
The Inline::Java module allows you to put Java source code directly "inline"
in a Perl script or module. A Java compiler is launched and the Java code is
compiled. Then Perl asks the Java classes what public methods have been
defined. These classes and methods are available to the Perl program as if
they had been written in Perl.
The process of interrogating the Java classes for public methods occurs the
first time you run your Java code. The namespace is cached, and subsequent
calls use the cached version.
WWW: http://search.cpan.org/search?dist=Inline-Java

View File

@ -0,0 +1,16 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Java/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java.pod
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Array.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Callback.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Class.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Init.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/JNI.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/JVM.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Object.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Portable.pm
lib/perl5/site_perl/%%PERL_VER%%/Inline/Java/Protocol.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Inline/Java
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Java
@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