pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-propshaft11
Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 06:33:36 UTC 2025
Added Files:
        pkgsrc/www/ruby-propshaft11: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-propshaft11: add version 1.1.0
This is ruby-propshaft version 1.1.x package required by forthcoming
ruby-redmin61 package.
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.
This is propshaft version 1.1.x package.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-propshaft11/DESCR \
    pkgsrc/www/ruby-propshaft11/Makefile pkgsrc/www/ruby-propshaft11/PLIST \
    pkgsrc/www/ruby-propshaft11/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-propshaft11/DESCR
diff -u /dev/null pkgsrc/www/ruby-propshaft11/DESCR:1.1
--- /dev/null   Mon Nov  3 06:33:36 2025
+++ pkgsrc/www/ruby-propshaft11/DESCR   Mon Nov  3 06:33:35 2025
@@ -0,0 +1,11 @@
+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.
+
+This is propshaft version 1.1.x package.
Index: pkgsrc/www/ruby-propshaft11/Makefile
diff -u /dev/null pkgsrc/www/ruby-propshaft11/Makefile:1.1
--- /dev/null   Mon Nov  3 06:33:36 2025
+++ pkgsrc/www/ruby-propshaft11/Makefile        Mon Nov  3 06:33:35 2025
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2025/11/03 06:33:35 taca Exp $
+
+DISTNAME=      propshaft-1.1.0
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/propshaft/&11/}
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rails/propshaft
+COMMENT=       Deliver assets for Rails version 1.1.x
+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-propshaft11/PLIST
diff -u /dev/null pkgsrc/www/ruby-propshaft11/PLIST:1.1
--- /dev/null   Mon Nov  3 06:33:36 2025
+++ pkgsrc/www/ruby-propshaft11/PLIST   Mon Nov  3 06:33:36 2025
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/03 06:33:36 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/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-propshaft11/distinfo
diff -u /dev/null pkgsrc/www/ruby-propshaft11/distinfo:1.1
--- /dev/null   Mon Nov  3 06:33:36 2025
+++ pkgsrc/www/ruby-propshaft11/distinfo        Mon Nov  3 06:33:36 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/03 06:33:36 taca Exp $
+
+BLAKE2s (propshaft-1.1.0.gem) = 5fc1dfc381be105e188e8a8756b3ea731efbecaa56f489df530fa5336b7ee29d
+SHA512 (propshaft-1.1.0.gem) = b9485c1029514c5a1118b6854bc70cad304aa616427e3b7237b2359eac0027082760d0e3a81911a1ed0cd83c9ae179dda552e415d91651590a5031ffc7a3ac2b
+Size (propshaft-1.1.0.gem) = 14336 bytes
Home |
Main Index |
Thread Index |
Old Index