aboutsummaryrefslogtreecommitdiff
path: root/converters
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
parent87ab6484ab601b9824b9ab9ecccda6366d0f063e (diff)
downloadports-0e9b3922fc966d3c9408f896d6ddd89b39c70109.tar.gz
ports-0e9b3922fc966d3c9408f896d6ddd89b39c70109.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/p5-plutil/Makefile25
-rw-r--r--converters/p5-plutil/distinfo2
-rw-r--r--converters/p5-plutil/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index a97d052879ab..cb985a53e882 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -120,6 +120,7 @@
SUBDIR += p5-WAP-wbxml
SUBDIR += p5-XML-WBXML
SUBDIR += p5-bsdconv
+ SUBDIR += p5-plutil
SUBDIR += pdf2djvu
SUBDIR += pear-Services_JSON
SUBDIR += pecl-fribidi
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/