aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-import-once
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-11-031-3/+4
| | | | Notes: svn path=/head/; revision=516569
* textproc/rubygem-scss_lint, textproc/rubygem-compass,Joseph Mingrone2017-08-031-1/+2
| | | | | | | | | | | | textproc/rubygem-compass-import-once, textproc/rubygem-compass-core: Depend on textproc/rubygem-sass34, so that textproc/rubygem-sass can be upgraded. The gemspecs for these gems require a version of sass < 3.5. Approved by: sunpoet (maintainer) Differential Revision: https://reviews.freebsd.org/D11809 Notes: svn path=/head/; revision=447283
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-101-0/+1
| | | | Notes: svn path=/head/; revision=399058
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-231-0/+1
| | | | Notes: svn path=/head/; revision=390395
* - Add rubygem-compass-import-once 1.0.5Sunpoet Po-Chuan Hsieh2015-05-313-0/+32
This plugin changes the behavior of Sass's @import directive so that if the same sass file is imported more than once, the second import will be a no-op. This allows dependencies to behave how most people expect them to behave and provides a considerable performance improvement for some sass projects. Note: Although this plugin is maintained by compass, it can be used without compass in any Sass-based project. WWW: https://github.com/Compass/compass/tree/master/import-once RG: https://rubygems.org/gems/compass-import-once Notes: svn path=/head/; revision=388111