From owner-svn-ports-all@FreeBSD.ORG Sun Apr 13 03:15:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BE2D8FA; Sun, 13 Apr 2014 03:15:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088F01D55; Sun, 13 Apr 2014 03:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D3Fhhc099603; Sun, 13 Apr 2014 03:15:43 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3D3Fg6L099595; Sun, 13 Apr 2014 03:15:42 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201404130315.s3D3Fg6L099595@svn.freebsd.org> From: Nicola Vitale Date: Sun, 13 Apr 2014 03:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351181 - in head/textproc: . libsass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 03:15:44 -0000 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 +# $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 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