aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 16:09:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 16:09:03 +0000
commitca90508d12b218f5c86ebdb0bbd7a32652b82ccc (patch)
treea3ccea20ab6d12057c605a231475d0fc33498dd6
parentd703422699c0a3e10923686d83d54630b031eb54 (diff)
downloadports-ca90508d12b218f5c86ebdb0bbd7a32652b82ccc.tar.gz
ports-ca90508d12b218f5c86ebdb0bbd7a32652b82ccc.zip
textproc/rubygem-compass-import-once: Remove obsoleted port
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-compass-import-once/Makefile22
-rw-r--r--textproc/rubygem-compass-import-once/distinfo2
-rw-r--r--textproc/rubygem-compass-import-once/pkg-descr9
4 files changed, 0 insertions, 34 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e6ca32736f3f..4e6cfb70c0fd 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1601,7 +1601,6 @@
SUBDIR += rubygem-colored2
SUBDIR += rubygem-commonmarker
SUBDIR += rubygem-compass-blueprint
- SUBDIR += rubygem-compass-import-once
SUBDIR += rubygem-creole
SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin
diff --git a/textproc/rubygem-compass-import-once/Makefile b/textproc/rubygem-compass-import-once/Makefile
deleted file mode 100644
index 09af4c7d6ea1..000000000000
--- a/textproc/rubygem-compass-import-once/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= compass-import-once
-PORTVERSION= 1.0.5
-PORTREVISION= 1
-CATEGORIES= textproc ruby
-MASTER_SITES= RG
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Compass core stylesheet library and minimum required ruby extensions
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-sass34>=3.2<3.5:textproc/rubygem-sass34
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-compass-import-once/distinfo b/textproc/rubygem-compass-import-once/distinfo
deleted file mode 100644
index 3ebb47df62a8..000000000000
--- a/textproc/rubygem-compass-import-once/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/compass-import-once-1.0.5.gem) = 38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e
-SIZE (rubygem/compass-import-once-1.0.5.gem) = 9728
diff --git a/textproc/rubygem-compass-import-once/pkg-descr b/textproc/rubygem-compass-import-once/pkg-descr
deleted file mode 100644
index 369a8e4954dc..000000000000
--- a/textproc/rubygem-compass-import-once/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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