Date: Sun, 13 Apr 2014 03:15:42 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351181 - in head/textproc: . libsass Message-ID: <201404130315.s3D3Fg6L099595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sun Apr 13 03:15:42 2014 New Revision: 351181 URL: http://svnweb.freebsd.org/changeset/ports/351181 QAT: https://qat.redports.org/buildarchive/r351181/ Log: 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/ Added: head/textproc/libsass/ head/textproc/libsass/Makefile (contents, props changed) head/textproc/libsass/distinfo (contents, props changed) head/textproc/libsass/pkg-descr (contents, props changed) head/textproc/libsass/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Apr 13 03:05:32 2014 (r351180) +++ head/textproc/Makefile Sun Apr 13 03:15:42 2014 (r351181) @@ -365,6 +365,7 @@ SUBDIR += libodfgen SUBDIR += libparsifal SUBDIR += libroxml + SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstree Added: head/textproc/libsass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libsass/Makefile Sun Apr 13 03:15:42 2014 (r351181) @@ -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> Added: head/textproc/libsass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libsass/distinfo Sun Apr 13 03:15:42 2014 (r351181) @@ -0,0 +1,2 @@ +SHA256 (libsass-1.0.1.tar.gz) = 93ed72227a93966682a9e49b83a0adb2b1f273acd07ad5edd7939b2b458dcf45 +SIZE (libsass-1.0.1.tar.gz) = 81753 Added: head/textproc/libsass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libsass/pkg-descr Sun Apr 13 03:15:42 2014 (r351181) @@ -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/ Added: head/textproc/libsass/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libsass/pkg-plist Sun Apr 13 03:15:42 2014 (r351181) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130315.s3D3Fg6L099595>