New port: devel/rubygem-jquery-ui-themes:
Allow inclusion of the pre built jquery themes in the asset pipeline without having to edit the files each time. WWW: https://rubygems.org/gems/jquery-ui-themes
This commit is contained in:
parent
6507052ecf
commit
f8e73ab793
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314494
@ -4030,6 +4030,7 @@
|
||||
SUBDIR += rubygem-json
|
||||
SUBDIR += rubygem-json146
|
||||
SUBDIR += rubygem-json_pure
|
||||
SUBDIR += rubygem-jquery-ui-themes
|
||||
SUBDIR += rubygem-kgio
|
||||
SUBDIR += rubygem-launchy
|
||||
SUBDIR += rubygem-linecache
|
||||
|
18
devel/rubygem-jquery-ui-themes/Makefile
Normal file
18
devel/rubygem-jquery-ui-themes/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jquery-ui-themes
|
||||
PORTVERSION= 0.0.8
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Allows inclusion of pre-built jquery themes without editing
|
||||
|
||||
RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-jquery-ui-themes/distinfo
Normal file
2
devel/rubygem-jquery-ui-themes/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/jquery-ui-themes-0.0.8.gem) = 2af7867c7f9b78c56afdf6d599f96bcabeddb94370e6239e86b0fa943c750c6c
|
||||
SIZE (rubygem/jquery-ui-themes-0.0.8.gem) = 3989504
|
4
devel/rubygem-jquery-ui-themes/pkg-descr
Normal file
4
devel/rubygem-jquery-ui-themes/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Allow inclusion of the pre built jquery themes in the asset pipeline without
|
||||
having to edit the files each time.
|
||||
|
||||
WWW: https://rubygems.org/gems/jquery-ui-themes
|
Loading…
Reference in New Issue
Block a user