pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-Mac-AppleScript Initial import of p5-Mac-A...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eea22c70fab9
branches: trunk
changeset: 571948:eea22c70fab9
user: seb <seb%pkgsrc.org@localhost>
date: Thu Feb 18 02:56:04 2010 +0000
description:
Initial import of p5-Mac-AppleScript version 0.04 in the NetBSD
Packages Collection.
The Perl 5 module Mac::AppleScript is a simple interface to the OSA
scripting stuff.
diffstat:
sysutils/p5-Mac-AppleScript/DESCR | 2 ++
sysutils/p5-Mac-AppleScript/Makefile | 24 ++++++++++++++++++++++++
sysutils/p5-Mac-AppleScript/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r f5a4a69ec25c -r eea22c70fab9 sysutils/p5-Mac-AppleScript/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Mac-AppleScript/DESCR Thu Feb 18 02:56:04 2010 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Mac::AppleScript is a simple interface to the OSA
+scripting stuff.
diff -r f5a4a69ec25c -r eea22c70fab9 sysutils/p5-Mac-AppleScript/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Mac-AppleScript/Makefile Thu Feb 18 02:56:04 2010 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/18 02:56:04 seb Exp $
+
+DISTNAME= Mac-AppleScript-0.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Mac-AppleScript/
+COMMENT= Perl 5 module to execute applescript commands on OS X
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+ONLY_FOR_PLATFORM= Darwin-*-*
+
+# lang/perl5/module.mk overrides MakeMaker's OTHERLDFLAGS in MAKE_ENV
+# with LDFLAGS value. So we have to add here these switches from
+# upstream's Makefile.PL's OTHERFLAGS
+LDFLAGS+= -framework AppleScriptKit -framework Carbon
+
+PERL5_PACKLIST= auto/Mac/AppleScript/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f5a4a69ec25c -r eea22c70fab9 sysutils/p5-Mac-AppleScript/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Mac-AppleScript/distinfo Thu Feb 18 02:56:04 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/18 02:56:04 seb Exp $
+
+SHA1 (Mac-AppleScript-0.04.tar.gz) = 5f1d93e323b624ab38b2688b1c7baebc990976b4
+RMD160 (Mac-AppleScript-0.04.tar.gz) = 6be9c674149e5647299f0523839d6db6f8b2b323
+Size (Mac-AppleScript-0.04.tar.gz) = 3420 bytes
Home |
Main Index |
Thread Index |
Old Index