Port details |
- libsass C/C++ implementation of a Sass compiler
- 3.6.6 textproc =3 3.6.6Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2014-04-13 03:15:49
- Last Update: 2023-12-27 15:20:00
- Commit Hash: c717bea
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- License: MIT
- WWW:
- https://sass-lang.com/libsass
- Description:
- Libsass is a C/C++ port of the Sass CSS precompiler.
The original version was written in Ruby, but this version is meant
for efficiency and portability.
This library strives to be light, simple, and easy to build and integrate
with a variety of platforms and languages.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsass>0:textproc/libsass
- To install the port:
- cd /usr/ports/textproc/libsass/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libsass
- pkg install libsass
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsass
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703409957
SHA256 (sass-libsass-3.6.6_GH0.tar.gz) = 11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d
SIZE (sass-libsass-3.6.6_GH0.tar.gz) = 342625
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- mail/astroid
- textproc/sassc
- www/gohugo
- www/py-libsass
- www/zola
Configuration Options:
- No options to configure
- Options name:
- textproc_libsass
- USES:
- autoreconf compiler:c++11-lib cpe gmake libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.6 27 Dec 2023 15:20:00 |
Nicola Vitale (nivit) Author: Daniel Engberg |
textproc/libsass: Update to 3.6.6
- Rearrange Makefile to closer follow Porters Handbook
- Remove hardcoded O2 optimization
Release notes: https://github.com/sass/libsass/releases/tag/3.6.6
PR: 275948 |
3.6.5 28 Jan 2023 11:04:06 |
Daniel Engberg (diizzy) |
textproc/libsass: Update to 3.6.5
Changelog: https://github.com/sass/libsass/releases/tag/3.6.5
PR: 269180
Reviewed by: nivit (maintainer) |
3.6.4 15 Oct 2022 11:20:23 |
Daniel Engberg (diizzy) |
textproc/libsass: Update WWW entry
Upstream uses a new URL
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.6.4 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.4 21 Oct 2021 15:40:39 |
Stefan Eßer (se) |
textproc/libsass: Add CPE information
Approved by: portmgr (blanket) |
3.6.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.4 22 Sep 2020 13:13:56 |
nivit |
- Update to 3.6.4
Changes: https://github.com/sass/libsass/releases/tag/3.6.4 |
3.6.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.6.0 24 May 2019 08:48:10 |
nivit |
- Update to 3.6.0
Changes: https://github.com/sass/libsass/releases/tag/3.6.0 |
3.5.5_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.5.5 05 Dec 2018 15:51:13 |
nivit |
- Update to 3.5.5
- Pet portlint
Changes: https://github.com/sass/libsass/releases/tag/3.5.5 |
3.5.4_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.5.4 12 May 2018 07:30:11 |
yuri |
textproc/libsass: Update 3.5.0 -> 3.5.4
PR: 227831
Approved by: nivit (maintainer's timeout; 14 days) |
3.5.0_1 23 Mar 2018 18:41:46 |
yuri |
textproc/libsass: Remove static libraries
Port changes:
* Group USExx
Approved by: portmgr blanket |
3.5.0 23 Mar 2018 18:31:54 |
yuri |
textproc/libsass: Update 3.4.9->3.5.0; www/py-libsass: Update 0.13.7->0.14.0
Bump textproc/sassc
PR: 226414
Approved by: nivit (maintainer timeout for textproc/libsass; 16 days) |
3.4.9 10 Feb 2018 14:48:29 |
nivit |
- Update to 3.4.9
- Build and install a PIC static library (needed for the upcoming node-sass
port) [1]
- Sort variables in Makefile
PR: 222169 [1]
Submitted by: Marcin Cie[38;5;4m~[lak <saper@saper.info>
Changes: https://github.com/sass/libsass/releases/tag/3.4.9 |
3.4.4_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.4.4 02 Apr 2017 12:48:37 |
nivit |
- Update to 3.4.4
Release Notes: https://github.com/sass/libsass/releases/tag/3.4.4 |
3.4.3_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.4.3 18 Feb 2017 16:13:25 |
nivit |
- Update to 3.4.3
PR: 217120
Submitted by: Yuri Victorovich <yuri@rawbw.com> |
3.3.6 05 Jul 2016 19:31:57 |
amdmi3 |
- Update to 3.3.6
PR: 210402
Submitted by: max@kostikov.co
Approved by: maintainer timeout (nivit, 2 weeks) |
1.0.1_2 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_2 18 Apr 2015 12:58:35 |
tijl |
Convert to USES=autoreconf |
1.0.1_2 05 Jul 2014 02:58:20 |
nivit |
- Fix fetch
The project was transferred to github.com/sass account
(see https://twitter.com/hcatlin/status/474960329718628352 )
- Fix distinfo
No difference in the source code:
http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-hcatlin/libsass-1.0.1.tar.gz
(old distfile)
http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-sass/libsass-1.0.1.tar.gz
(new distfile)
PR: 191437
Submitted by: amdmi3 |
1.0.1_1 03 Jul 2014 09:45:24 |
tijl |
Add USES=libtool |
1.0.1 13 Apr 2014 03:15:42 |
nivit |
Libsass is a C/C++ port of the Sass CSS precompiler.
The original version was written in Ruby, but this version is meant
for efficiency and portability.
This library strives to be light, simple, and easy to build and integrate
with a variety of platforms and languages.
WWW: http://libsass.org/ |