summaryrefslogtreecommitdiff
path: root/converters/p5-plutil
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-08-07 20:25:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-08-07 20:25:31 +0000
commit0e9b3922fc966d3c9408f896d6ddd89b39c70109 (patch)
tree615c091803ca790379acf394957a04bf0d68d4de /converters/p5-plutil
parent- Fix build by disabling use of xgettext (diff)
Add p5-plutil, a perl implementation of Mac OS X plutil.
Notes
Notes: svn path=/head/; revision=324363
Diffstat (limited to 'converters/p5-plutil')
-rw-r--r--converters/p5-plutil/Makefile25
-rw-r--r--converters/p5-plutil/distinfo2
-rw-r--r--converters/p5-plutil/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/converters/p5-plutil/Makefile b/converters/p5-plutil/Makefile
new file mode 100644
index 000000000000..be6a22f1b440
--- /dev/null
+++ b/converters/p5-plutil/Makefile
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= plutil
+PORTVERSION= 1.7
+CATEGORIES= converters perl5
+MASTER_SITES= CRITICAL
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Perl implementation of Mac OS X plutil
+
+USES= shebangfix perl5
+USE_PERL5= run
+USE_XZ= yes
+NO_BUILD= yes
+
+SHEBANG_FILES= ${PORTNAME}.pl
+
+PLIST_FILES= bin/plutil.pl
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/converters/p5-plutil/distinfo b/converters/p5-plutil/distinfo
new file mode 100644
index 000000000000..246edfe41ca0
--- /dev/null
+++ b/converters/p5-plutil/distinfo
@@ -0,0 +1,2 @@
+SHA256 (plutil-1.7.tar.xz) = 9bb2f72b03a22cbf78e8da24b48d39a248e3447795f5945e2d4538d80f3a1d99
+SIZE (plutil-1.7.tar.xz) = 6168
diff --git a/converters/p5-plutil/pkg-descr b/converters/p5-plutil/pkg-descr
new file mode 100644
index 000000000000..015b0f112dbc
--- /dev/null
+++ b/converters/p5-plutil/pkg-descr
@@ -0,0 +1,4 @@
+Perl implementation of Mac OS X plutil. Converts .plist files between binary
+and UTF-8 (editable) text formats.
+
+WWW: http://scw.us/iPhone/plutil/