notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libsass C/C++ implementation of a Sass compiler
3.6.6 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.6.6Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
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:: py39-pycparser, libxkbcommon, xbitmaps, py39-Automat, py39-shiboken2
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libsass-3.6.6/catalog.mk
  3. /usr/local/share/licenses/libsass-3.6.6/LICENSE
  4. /usr/local/share/licenses/libsass-3.6.6/MIT
  5. include/sass.h
  6. include/sass/base.h
  7. include/sass/context.h
  8. include/sass/functions.h
  9. include/sass/values.h
  10. include/sass/version.h
  11. include/sass2scss.h
  12. lib/libsass.so
  13. lib/libsass.so.1
  14. lib/libsass.so.1.0.0
  15. libdata/pkgconfig/libsass.pc
  16. @owner
  17. @group
  18. @mode
Collapse this list.
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):
libsass
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.6.63.6.63.6.43.6.63.6.6-3.6.4-
FreeBSD:13:quarterly3.6.63.6.63.6.53.6.63.6.63.6.63.6.63.6.6
FreeBSD:14:latest3.6.63.6.63.6.43.6.63.6.63.6.5-3.6.5
FreeBSD:14:quarterly3.6.63.6.6-3.6.63.6.63.6.63.6.63.6.6
FreeBSD:15:latest3.6.63.6.6n/a3.6.6n/a3.6.63.6.63.6.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. autoconf>=2.71 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
  4. libtoolize : devel/libtool
This port is required by:
for Libraries
  1. mail/astroid
  2. textproc/sassc
  3. www/gohugo
  4. www/py-libsass
  5. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/sass/libsass/tar.gz/3.6.6?dummy=/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.6.6
27 Dec 2023 15:20:00
commit hash: c717bea29713e4e295e767c227e54f04210fddcbcommit hash: c717bea29713e4e295e767c227e54f04210fddcbcommit hash: c717bea29713e4e295e767c227e54f04210fddcbcommit hash: c717bea29713e4e295e767c227e54f04210fddcb files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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
commit hash: a6c6f99e2b1bc5397b44ce4fdf55795f0a332510commit hash: a6c6f99e2b1bc5397b44ce4fdf55795f0a332510commit hash: a6c6f99e2b1bc5397b44ce4fdf55795f0a332510commit hash: a6c6f99e2b1bc5397b44ce4fdf55795f0a332510 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: ace95c60e359e02f930b199c7d92f47c3a30f0e4commit hash: ace95c60e359e02f930b199c7d92f47c3a30f0e4commit hash: ace95c60e359e02f930b199c7d92f47c3a30f0e4commit hash: ace95c60e359e02f930b199c7d92f47c3a30f0e4 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
textproc/libsass: Update WWW entry

Upstream uses a new URL

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.6.4
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.6.4
21 Oct 2021 15:40:39
commit hash: b062eacc0cb6f5ab8709652a418580b8ee3e9932commit hash: b062eacc0cb6f5ab8709652a418580b8ee3e9932commit hash: b062eacc0cb6f5ab8709652a418580b8ee3e9932commit hash: b062eacc0cb6f5ab8709652a418580b8ee3e9932 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
textproc/libsass: Add CPE information

Approved by:	portmgr (blanket)
3.6.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.6.4
22 Sep 2020 13:13:56
Revision:549587Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:502428Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:486678Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:469713Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:465396Original commit files touched by this commit
yuri search for other commits by this committer
textproc/libsass: Remove static libraries

Port changes:
* Group USExx

Approved by:	portmgr blanket
3.5.0
23 Mar 2018 18:31:54
Revision:465395Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:461396Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:437554Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:434373Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 3.4.3

PR:	217120
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
3.3.6
05 Jul 2016 19:31:57
Revision:418107Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:384225Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf
1.0.1_2
05 Jul 2014 02:58:20
Revision:360716Original commit files touched by this commit
nivit search for other commits by this committer
- 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
Revision:360348Original commit files touched by this commit
tijl search for other commits by this committer
Add USES=libtool
1.0.1
13 Apr 2014 03:15:42
Revision:351181Original commit files touched by this commit
nivit search for other commits by this committer
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/

Number of commits found: 28