Commit b5eb1aef authored by Matthias Fechner's avatar Matthias Fechner
Browse files

www/rubygem-cssbundling-rails-gitlab: Remove expired port

www/rubygem-cssbundling-rails-gitlab
parent 82b28f44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4883,3 +4883,4 @@ devel/libavl||2025-12-04|Has expired: Since 2002 libavl is no longer distributed
net/py-netif||2025-12-04|Has expired: Upstream unmaintained
x11-fonts/google-fonts||2025-12-04|Has expired: Depends on expired x11-fonts/gentium-basic
x11-fonts/gentium-basic||2025-12-04|Has expired: Superceeded by Gentium-7.000 https://software.sil.org/gentium/download/
www/rubygem-cssbundling-rails-gitlab|www/rubygem-cssbundling-rails-rails-gitlab|2025-12-05|Obsolete, use www/rubygem-cssbundling-rails-rails-gitlab instead
+0 −1
Original line number Diff line number Diff line
@@ -2143,7 +2143,6 @@
    SUBDIR += rubygem-coverband
    SUBDIR += rubygem-crass
    SUBDIR += rubygem-cssbundling-rails
    SUBDIR += rubygem-cssbundling-rails-gitlab
    SUBDIR += rubygem-cssbundling-rails-rails-gitlab
    SUBDIR += rubygem-cssbundling-rails-rails70
    SUBDIR += rubygem-cssbundling-rails-rails71
+0 −20
Original line number Diff line number Diff line
PORTNAME=	cssbundling-rails
PORTVERSION=	1.4.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-gitlab

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js
WWW=		https://github.com/rails/cssbundling-rails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-railties70>=6.0.0:www/rubygem-railties70

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1744780503
SHA256 (rubygem/cssbundling-rails-1.4.3.gem) = 53aecd5a7d24ac9c8fcd92975acd0e830fead4ee4583d3d3d49bb64651946e41
SIZE (rubygem/cssbundling-rails-1.4.3.gem) = 11776
+0 −12
Original line number Diff line number Diff line
Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process
your CSS, then deliver it via the asset pipeline in Rails. This gem provides
installers to get you going with the bundler of your choice in a new Rails
application, and a convention to use app/assets/builds to hold your bundled
output as artifacts that are not checked into source control (the installer adds
this directory to .gitignore by default).

You develop using this approach by running the bundler in watch mode in a
terminal with yarn build:css --watch (and your Rails server in another, if
you're not using something like puma-dev). You can also use ./bin/dev, which
will start both the Rails server and the CSS build watcher (along with a JS
build watcher, if you're also using jsbundling-rails).