From 1f9ebeca033394a6e4a80e8e477bd83e2bc6713c Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sun, 13 Apr 2014 03:16:42 +0000 Subject: 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 --- textproc/Makefile | 1 + textproc/sassc/Makefile | 31 +++++++++++++++++++++++++++++++ textproc/sassc/distinfo | 2 ++ textproc/sassc/pkg-descr | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 textproc/sassc/Makefile create mode 100644 textproc/sassc/distinfo create mode 100644 textproc/sassc/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 9eb97a33f546..a6a1d7f92be0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1350,6 +1350,7 @@ SUBDIR += sagasu SUBDIR += sarep SUBDIR += sary + SUBDIR += sassc SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he diff --git a/textproc/sassc/Makefile b/textproc/sassc/Makefile new file mode 100644 index 000000000000..d32047c030ce --- /dev/null +++ b/textproc/sassc/Makefile @@ -0,0 +1,31 @@ +# Created by: Nicola Vitale +# $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 diff --git a/textproc/sassc/distinfo b/textproc/sassc/distinfo new file mode 100644 index 000000000000..dca3f4786a62 --- /dev/null +++ b/textproc/sassc/distinfo @@ -0,0 +1,2 @@ +SHA256 (sassc-1.0.1.tar.gz) = 895d78974907fc00dd01acf20836f924965c4bb4fe6cbdf4e11e18b7e1848107 +SIZE (sassc-1.0.1.tar.gz) = 5561 diff --git a/textproc/sassc/pkg-descr b/textproc/sassc/pkg-descr new file mode 100644 index 000000000000..add5341baf33 --- /dev/null +++ b/textproc/sassc/pkg-descr @@ -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 -- cgit v1.2.3