www/rubygem-cssbundling-rails13-rails70: Remove expired port

www/rubygem-cssbundling-rails13-rails70
This commit is contained in:
Matthias Fechner 2024-04-02 13:49:42 +03:00
commit 9a3188c3ed

3
MOVED
View file

@ -3135,4 +3135,5 @@ security/akmos||2024-04-01|Has expired: Last release in 2018, no active developm
sysutils/uefi-edk2-bhyve-csm||2024-04-01|Has expired: Requires old edk2 version and gcc 4.8
net/samba413||2024-04-01|Has expired: Reached its EoL on March 21, 2022
science/py-asdf-unit-schemas|science/py-asdf-standard|2024-04-01|Has expired: This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead
textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obselete, please use textproc/rubygem-autoprefixer-rails instead
textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obsolete, please use textproc/rubygem-autoprefixer-rails instead
www/rubygem-cssbundling-rails13-rails70|www/rubygem-cssbundling-rails-rails70|2024-04-02|Obsolete, please use www/rubygem-cssbundling-rails-rails70 instead

View file

@ -1977,7 +1977,6 @@
SUBDIR += rubygem-crass
SUBDIR += rubygem-cssbundling-rails
SUBDIR += rubygem-cssbundling-rails-rails70
SUBDIR += rubygem-cssbundling-rails13-rails70
SUBDIR += rubygem-cuba
SUBDIR += rubygem-d3_rails
SUBDIR += rubygem-davclient

View file

@ -1,22 +0,0 @@
PORTNAME= cssbundling-rails
PORTVERSION= 1.3.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 13-rails70
MAINTAINER= ruby@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
PORTSCOUT= limit:^1\.3\.
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1708666194
SHA256 (rubygem/cssbundling-rails-1.3.3.gem) = 4aa13311e52a40bc0eb32ca651f44db8df03df273553cf9aeb022570607e1855
SIZE (rubygem/cssbundling-rails-1.3.3.gem) = 11264

View file

@ -1,12 +0,0 @@
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).