svn commit: r324363 - in head/converters: . p5-plutil
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Aug 7 20:25:32 UTC 2013
Author: ehaupt
Date: Wed Aug 7 20:25:31 2013
New Revision: 324363
URL: http://svnweb.freebsd.org/changeset/ports/324363
Log:
Add p5-plutil, a perl implementation of Mac OS X plutil.
Added:
head/converters/p5-plutil/
head/converters/p5-plutil/Makefile (contents, props changed)
head/converters/p5-plutil/distinfo (contents, props changed)
head/converters/p5-plutil/pkg-descr (contents, props changed)
Modified:
head/converters/Makefile
Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile Wed Aug 7 19:36:51 2013 (r324362)
+++ head/converters/Makefile Wed Aug 7 20:25:31 2013 (r324363)
@@ -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
Added: head/converters/p5-plutil/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/p5-plutil/Makefile Wed Aug 7 20:25:31 2013 (r324363)
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= plutil
+PORTVERSION= 1.7
+CATEGORIES= converters perl5
+MASTER_SITES= CRITICAL
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ehaupt at 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>
Added: head/converters/p5-plutil/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/p5-plutil/distinfo Wed Aug 7 20:25:31 2013 (r324363)
@@ -0,0 +1,2 @@
+SHA256 (plutil-1.7.tar.xz) = 9bb2f72b03a22cbf78e8da24b48d39a248e3447795f5945e2d4538d80f3a1d99
+SIZE (plutil-1.7.tar.xz) = 6168
Added: head/converters/p5-plutil/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/p5-plutil/pkg-descr Wed Aug 7 20:25:31 2013 (r324363)
@@ -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/
More information about the svn-ports-all
mailing list