Wed Dec 30 17:40:30 2015 UTC ()
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.


(adam)
diff -r0 -r1.1 pkgsrc/www/libsass/DESCR
diff -r0 -r1.1 pkgsrc/www/libsass/Makefile
diff -r0 -r1.1 pkgsrc/www/libsass/PLIST
diff -r0 -r1.1 pkgsrc/www/libsass/buildlink3.mk
diff -r0 -r1.1 pkgsrc/www/libsass/distinfo

File Added: pkgsrc/www/libsass/DESCR
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.

File Added: pkgsrc/www/libsass/Makefile
# $NetBSD: Makefile,v 1.1 2015/12/30 17:40:29 adam Exp $

DISTNAME=	libsass-3.3.2
CATEGORIES=	www devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=sass/}

MAINTAINER=	adam@NetBSD.org
HOMEPAGE=	http://sass-lang.com/libsass/
COMMENT=	C/C++ port of the Sass CSS precompiler
LICENSE=	mit

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_TOOLS+=		aclocal autoheader autoconf automake gmake
GNU_CONFIGURE=		yes
MAKE_FILE=		GNUmakefile

pre-configure:
	set -e; cd ${WRKSRC}; libtoolize -c -f; \
	aclocal; autoheader; automake -a --foreign -i; autoconf

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/libsass/PLIST
@comment $NetBSD: PLIST,v 1.1 2015/12/30 17:40:29 adam Exp $
include/sass.h
include/sass/base.h
include/sass/context.h
include/sass/functions.h
include/sass/values.h
include/sass/version.h
include/sass2scss.h
lib/libsass.la
lib/pkgconfig/libsass.pc

File Added: pkgsrc/www/libsass/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2015/12/30 17:40:29 adam Exp $

BUILDLINK_TREE+=	libsass

.if !defined(LIBSASS_BUILDLINK3_MK)
LIBSASS_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libsass+=	libsass>=3.3.2
BUILDLINK_PKGSRCDIR.libsass?=	../../www/libsass
.endif	# LIBSASS_BUILDLINK3_MK

BUILDLINK_TREE+=	-libsass

File Added: pkgsrc/www/libsass/distinfo
$NetBSD: distinfo,v 1.1 2015/12/30 17:40:29 adam Exp $

SHA1 (libsass-3.3.2.tar.gz) = 7f11209acab5de564ca42f988bdeac076f8298b0
RMD160 (libsass-3.3.2.tar.gz) = ded19d15d44ca79a74a4352d4b022a0d55b4abd4
SHA512 (libsass-3.3.2.tar.gz) = 4cb2cba562bc5809f84aeb93638c99d63967808673939f96fe816ce008a478e04a1f9e8cdb5db2675131c8af7668ef037b7c46db9fa264c51d52b41a2e27904c
Size (libsass-3.3.2.tar.gz) = 281408 bytes