aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 16:08:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 16:08:54 +0000
commitadb4eeb028f7409d49b38b2649226e9d65aaff2b (patch)
treef72d8c780a14e65dda39777105fefd01aa13a378
parentd4ed3b701f7895457f16a3caf9f5c713f94b78c8 (diff)
textproc/rubygem-compass: Remove obsoleted port
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-compass/Makefile28
-rw-r--r--textproc/rubygem-compass/distinfo2
-rw-r--r--textproc/rubygem-compass/pkg-descr4
4 files changed, 0 insertions, 35 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8e8d60300fec..a6f1808fe062 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1600,7 +1600,6 @@
SUBDIR += rubygem-colored
SUBDIR += rubygem-colored2
SUBDIR += rubygem-commonmarker
- SUBDIR += rubygem-compass
SUBDIR += rubygem-compass-blueprint
SUBDIR += rubygem-compass-core
SUBDIR += rubygem-compass-import-once
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile
deleted file mode 100644
index 9bd41569cd59..000000000000
--- a/textproc/rubygem-compass/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Jason Helfman <jhelfman@experts-exchange.com>
-
-PORTNAME= compass
-PORTVERSION= 1.0.3
-PORTREVISION= 1
-CATEGORIES= textproc ruby
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Provides an open-source CSS authoring framework
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.markdown
-
-RUN_DEPENDS= rubygem-chunky_png>=1.2:graphics/rubygem-chunky_png \
- rubygem-compass-core>=1.0.2:textproc/rubygem-compass-core \
- rubygem-compass-import-once>=1.0.5:textproc/rubygem-compass-import-once \
- rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \
- rubygem-rb-inotify>=0.9:devel/rubygem-rb-inotify \
- rubygem-sass34>=0:textproc/rubygem-sass34
-
-NO_ARCH= yes
-USE_RUBY= yes
-USES= gem
-
-PLIST_FILES= bin/compass
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-compass/distinfo b/textproc/rubygem-compass/distinfo
deleted file mode 100644
index c55d60f519f7..000000000000
--- a/textproc/rubygem-compass/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/compass-1.0.3.gem) = 4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151
-SIZE (rubygem/compass-1.0.3.gem) = 378368
diff --git a/textproc/rubygem-compass/pkg-descr b/textproc/rubygem-compass/pkg-descr
deleted file mode 100644
index 1aaf234805f5..000000000000
--- a/textproc/rubygem-compass/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Compass is a Sass-based Stylesheet Framework that streamlines the creation and
-maintainance of CSS.
-
-WWW: http://compass-style.org/