pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-propshaft
Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 06:29:14 UTC 2025
Added Files:
        pkgsrc/www/ruby-propshaft: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-propshaft: add version 1.3.1
Propshaft
Propshaft is an asset pipeline library for Rails.  It's built for an era
where bundling assets to save on HTTP connections is no longer urgent, where
JavaScript and CSS are either compiled by dedicated Node.js bundlers or
served directly to the browsers, and where increases in bandwidth have made
the need for minification less pressing.  These factors allow for a
dramatically simpler and faster asset pipeline compared to previous options,
like Sprockets.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-propshaft/DESCR \
    pkgsrc/www/ruby-propshaft/Makefile pkgsrc/www/ruby-propshaft/PLIST \
    pkgsrc/www/ruby-propshaft/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ruby-propshaft/DESCR
diff -u /dev/null pkgsrc/www/ruby-propshaft/DESCR:1.1
--- /dev/null   Mon Nov  3 06:29:14 2025
+++ pkgsrc/www/ruby-propshaft/DESCR     Mon Nov  3 06:29:14 2025
@@ -0,0 +1,9 @@
+Propshaft
+
+Propshaft is an asset pipeline library for Rails.  It's built for an era
+where bundling assets to save on HTTP connections is no longer urgent, where
+JavaScript and CSS are either compiled by dedicated Node.js bundlers or
+served directly to the browsers, and where increases in bandwidth have made
+the need for minification less pressing.  These factors allow for a
+dramatically simpler and faster asset pipeline compared to previous options,
+like Sprockets.
Index: pkgsrc/www/ruby-propshaft/Makefile
diff -u /dev/null pkgsrc/www/ruby-propshaft/Makefile:1.1
--- /dev/null   Mon Nov  3 06:29:14 2025
+++ pkgsrc/www/ruby-propshaft/Makefile  Mon Nov  3 06:29:14 2025
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2025/11/03 06:29:14 taca Exp $
+
+DISTNAME=      propshaft-1.3.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rails/propshaft
+COMMENT=       Deliver assets for Rails
+LICENSE=       mit
+
+#DEPENDS+=     ${RUBY_ACTIVESUPPORT_DEPENDS}
+#DEPENDS+=     ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
+
+#
+# This pacakge is for redmine61
+#
+RUBY_RAILS_ACCEPTED=   72
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-propshaft/PLIST
diff -u /dev/null pkgsrc/www/ruby-propshaft/PLIST:1.1
--- /dev/null   Mon Nov  3 06:29:14 2025
+++ pkgsrc/www/ruby-propshaft/PLIST     Mon Nov  3 06:29:14 2025
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/03 06:29:14 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/propshaft.rb
+${GEM_LIBDIR}/lib/propshaft/assembly.rb
+${GEM_LIBDIR}/lib/propshaft/asset.rb
+${GEM_LIBDIR}/lib/propshaft/compiler.rb
+${GEM_LIBDIR}/lib/propshaft/compiler/css_asset_urls.rb
+${GEM_LIBDIR}/lib/propshaft/compiler/js_asset_urls.rb
+${GEM_LIBDIR}/lib/propshaft/compiler/source_mapping_urls.rb
+${GEM_LIBDIR}/lib/propshaft/compilers.rb
+${GEM_LIBDIR}/lib/propshaft/errors.rb
+${GEM_LIBDIR}/lib/propshaft/helper.rb
+${GEM_LIBDIR}/lib/propshaft/load_path.rb
+${GEM_LIBDIR}/lib/propshaft/manifest.rb
+${GEM_LIBDIR}/lib/propshaft/output_path.rb
+${GEM_LIBDIR}/lib/propshaft/processor.rb
+${GEM_LIBDIR}/lib/propshaft/quiet_assets.rb
+${GEM_LIBDIR}/lib/propshaft/railtie.rb
+${GEM_LIBDIR}/lib/propshaft/railties/assets.rake
+${GEM_LIBDIR}/lib/propshaft/resolver/dynamic.rb
+${GEM_LIBDIR}/lib/propshaft/resolver/static.rb
+${GEM_LIBDIR}/lib/propshaft/server.rb
+${GEM_LIBDIR}/lib/propshaft/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-propshaft/distinfo
diff -u /dev/null pkgsrc/www/ruby-propshaft/distinfo:1.1
--- /dev/null   Mon Nov  3 06:29:14 2025
+++ pkgsrc/www/ruby-propshaft/distinfo  Mon Nov  3 06:29:14 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/03 06:29:14 taca Exp $
+
+BLAKE2s (propshaft-1.3.1.gem) = 4a67bff5e0694212d6122d39b5bc265affc879070e0bbf01b6b169dabc7f8822
+SHA512 (propshaft-1.3.1.gem) = a32e73c7a2b223d007ec0eec09706bf12012fc6fba1920166badf25b3a41dd3efb78120155bfb50117eeef4b9b96de49b647ba5c38301f5e6354b1473aae0f79
+Size (propshaft-1.3.1.gem) = 18432 bytes
Home |
Main Index |
Thread Index |
Old Index