mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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/
This commit is contained in:
parent
38507b8ab7
commit
73e009f6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351181
5 changed files with 47 additions and 0 deletions
|
@ -365,6 +365,7 @@
|
||||||
SUBDIR += libodfgen
|
SUBDIR += libodfgen
|
||||||
SUBDIR += libparsifal
|
SUBDIR += libparsifal
|
||||||
SUBDIR += libroxml
|
SUBDIR += libroxml
|
||||||
|
SUBDIR += libsass
|
||||||
SUBDIR += libsoldout
|
SUBDIR += libsoldout
|
||||||
SUBDIR += libsphinxclient
|
SUBDIR += libsphinxclient
|
||||||
SUBDIR += libstree
|
SUBDIR += libstree
|
||||||
|
|
29
textproc/libsass/Makefile
Normal file
29
textproc/libsass/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= libsass
|
||||||
|
PORTVERSION= 1.0.1
|
||||||
|
#PORTREVISION= 0
|
||||||
|
CATEGORIES= textproc
|
||||||
|
|
||||||
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
|
COMMENT= C/C++ implementation of a Sass compiler
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
AUTOMAKE_ARGS= --add-missing
|
||||||
|
|
||||||
|
GH_ACCOUNT= hcatlin
|
||||||
|
GH_COMMIT= 0388a62
|
||||||
|
GH_TAGNAME= v${PORTVERSION}
|
||||||
|
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile.am
|
||||||
|
|
||||||
|
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||||
|
USE_GITHUB= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
USES= pathfix
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/libsass/distinfo
Normal file
2
textproc/libsass/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (libsass-1.0.1.tar.gz) = 93ed72227a93966682a9e49b83a0adb2b1f273acd07ad5edd7939b2b458dcf45
|
||||||
|
SIZE (libsass-1.0.1.tar.gz) = 81753
|
8
textproc/libsass/pkg-descr
Normal file
8
textproc/libsass/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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/
|
7
textproc/libsass/pkg-plist
Normal file
7
textproc/libsass/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
include/sass.h
|
||||||
|
include/sass_interface.h
|
||||||
|
lib/libsass.a
|
||||||
|
lib/libsass.la
|
||||||
|
lib/libsass.so
|
||||||
|
lib/libsass.so.0
|
||||||
|
libdata/pkgconfig/libsass.pc
|
Loading…
Add table
Reference in a new issue