Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 03:16: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: r351182 - in head/textproc: . sassc
Message-ID:  <201404130316.s3D3Ggmx000126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Sun Apr 13 03:16:42 2014
New Revision: 351182
URL: http://svnweb.freebsd.org/changeset/ports/351182
QAT: https://qat.redports.org/buildarchive/r351182/

Log:
  SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used
  to generate a useful command-line application that can be installed and
  packaged for several operating systems.
  
  WWW: http://libsass.org

Added:
  head/textproc/sassc/
  head/textproc/sassc/Makefile   (contents, props changed)
  head/textproc/sassc/distinfo   (contents, props changed)
  head/textproc/sassc/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Apr 13 03:15:42 2014	(r351181)
+++ head/textproc/Makefile	Sun Apr 13 03:16:42 2014	(r351182)
@@ -1350,6 +1350,7 @@
     SUBDIR += sagasu
     SUBDIR += sarep
     SUBDIR += sary
+    SUBDIR += sassc
     SUBDIR += saxon
     SUBDIR += saxon-devel
     SUBDIR += saxon-he

Added: head/textproc/sassc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/sassc/Makefile	Sun Apr 13 03:16:42 2014	(r351182)
@@ -0,0 +1,31 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sassc
+PORTVERSION=	1.0.1
+#PORTREVISION=	0
+CATEGORIES=	textproc
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Wrapper around libsass
+
+LICENSE=	MIT
+
+LIB_DEPENDS=	libsass.so:${PORTSDIR}/textproc/libsass
+
+AUTOMAKE_ARGS=	--add-missing
+
+CPPFLAGS+=	-I${LOCALBASE}/include
+
+GH_ACCOUNT=	hcatlin
+GH_COMMIT=	9451dd7
+GH_TAGNAME=	v${PORTVERSION}
+
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+PLIST_FILES=	bin/sassc
+
+USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
+USE_GITHUB=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/sassc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/sassc/distinfo	Sun Apr 13 03:16:42 2014	(r351182)
@@ -0,0 +1,2 @@
+SHA256 (sassc-1.0.1.tar.gz) = 895d78974907fc00dd01acf20836f924965c4bb4fe6cbdf4e11e18b7e1848107
+SIZE (sassc-1.0.1.tar.gz) = 5561

Added: head/textproc/sassc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/sassc/pkg-descr	Sun Apr 13 03:16:42 2014	(r351182)
@@ -0,0 +1,5 @@
+SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used
+to generate a useful command-line application that can be installed and
+packaged for several operating systems.
+
+WWW: http://libsass.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130316.s3D3Ggmx000126>