mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add rubygem-CFPropertyList 2.2.8
CFPropertyList implements class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation. WWW: https://github.com/ckruse/CFPropertyList RG: https://rubygems.org/gems/CFPropertyList
This commit is contained in:
parent
ebdea4aedd
commit
4841eec43e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373947
4 changed files with 27 additions and 0 deletions
|
@ -4261,6 +4261,7 @@
|
||||||
SUBDIR += ruby-subversion
|
SUBDIR += ruby-subversion
|
||||||
SUBDIR += ruby-tzfile
|
SUBDIR += ruby-tzfile
|
||||||
SUBDIR += ruby-wirble
|
SUBDIR += ruby-wirble
|
||||||
|
SUBDIR += rubygem-CFPropertyList
|
||||||
SUBDIR += rubygem-abstract
|
SUBDIR += rubygem-abstract
|
||||||
SUBDIR += rubygem-actionpack-action_caching
|
SUBDIR += rubygem-actionpack-action_caching
|
||||||
SUBDIR += rubygem-actionview
|
SUBDIR += rubygem-actionview
|
||||||
|
|
18
devel/rubygem-CFPropertyList/Makefile
Normal file
18
devel/rubygem-CFPropertyList/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= CFPropertyList
|
||||||
|
PORTVERSION= 2.2.8
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Read, write and manipulate both binary and XML property lists
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/rubygem-CFPropertyList/distinfo
Normal file
2
devel/rubygem-CFPropertyList/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/CFPropertyList-2.2.8.gem) = b693d9b4e6609c9dcdb651d0d65a3bdb54c04cdc16291b4272a86f48e51f57b7
|
||||||
|
SIZE (rubygem/CFPropertyList-2.2.8.gem) = 15872
|
6
devel/rubygem-CFPropertyList/pkg-descr
Normal file
6
devel/rubygem-CFPropertyList/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
CFPropertyList implements class to read, manipulate and write both XML and
|
||||||
|
binary property list files (plist(5)) as defined by Apple. Have a look at
|
||||||
|
CFPropertyList::List for more documentation.
|
||||||
|
|
||||||
|
WWW: https://github.com/ckruse/CFPropertyList
|
||||||
|
RG: https://rubygems.org/gems/CFPropertyList
|
Loading…
Add table
Reference in a new issue