[Midnightbsd-cvs] mports [24705] trunk/textproc: add libsass and sassc
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 25 12:23:09 EST 2018
Revision: 24705
http://svnweb.midnightbsd.org/mports/?rev=24705
Author: laffer1
Date: 2018-11-25 12:23:09 -0500 (Sun, 25 Nov 2018)
Log Message:
-----------
add libsass and sassc
Modified Paths:
--------------
trunk/textproc/Makefile
Added Paths:
-----------
trunk/textproc/libsass/
trunk/textproc/libsass/Makefile
trunk/textproc/libsass/distinfo
trunk/textproc/libsass/pkg-descr
trunk/textproc/libsass/pkg-plist
trunk/textproc/sassc/
trunk/textproc/sassc/Makefile
trunk/textproc/sassc/distinfo
trunk/textproc/sassc/pkg-descr
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2018-11-25 17:18:51 UTC (rev 24704)
+++ trunk/textproc/Makefile 2018-11-25 17:23:09 UTC (rev 24705)
@@ -60,6 +60,7 @@
SUBDIR += latex-service
SUBDIR += libcroco
SUBDIR += libcue
+SUBDIR += libsass
SUBDIR += libtextcat
SUBDIR += libtre
SUBDIR += libuninameslist
@@ -197,6 +198,7 @@
SUBDIR += redland
SUBDIR += ruby-deplate
SUBDIR += rubygem-asciidoctor
+SUBDIR += sassc
SUBDIR += scr2txt
SUBDIR += scrollkeeper
SUBDIR += sdocbook-xml
Added: trunk/textproc/libsass/Makefile
===================================================================
--- trunk/textproc/libsass/Makefile (rev 0)
+++ trunk/textproc/libsass/Makefile 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME= libsass
+DISTVERSION= 3.5.4
+PORTREVISION= 1
+CATEGORIES= textproc
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= C/C++ implementation of a Sass compiler
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= autoreconf compiler:c++11-lib gmake libtool pathfix
+GH_ACCOUNT= sass
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+PATHFIX_MAKEFILEIN= GNUmakefile.am
+CONFIGURE_ARGS= --disable-static
+MAKEFILE= GNUmakefile
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+post-patch:
+ @${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/libsass/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libsass/distinfo
===================================================================
--- trunk/textproc/libsass/distinfo (rev 0)
+++ trunk/textproc/libsass/distinfo 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543166470
+SHA256 (libsass-3.5.4_GH0.tar.gz) = 5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770
+SIZE (libsass-3.5.4_GH0.tar.gz) = 327685
Property changes on: trunk/textproc/libsass/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libsass/pkg-descr
===================================================================
--- trunk/textproc/libsass/pkg-descr (rev 0)
+++ trunk/textproc/libsass/pkg-descr 2018-11-25 17:23:09 UTC (rev 24705)
@@ -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/
Property changes on: trunk/textproc/libsass/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libsass/pkg-plist
===================================================================
--- trunk/textproc/libsass/pkg-plist (rev 0)
+++ trunk/textproc/libsass/pkg-plist 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,11 @@
+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.so
+lib/libsass.so.1
+lib/libsass.so.1.0.0
+libdata/pkgconfig/libsass.pc
Property changes on: trunk/textproc/libsass/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/sassc/Makefile
===================================================================
--- trunk/textproc/sassc/Makefile (rev 0)
+++ trunk/textproc/sassc/Makefile 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME= sassc
+PORTVERSION= 3.4.8
+PORTREVISION= 2
+CATEGORIES= textproc
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Wrapper around libsass
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libsass.so:textproc/libsass
+
+GH_ACCOUNT= sass
+GNU_CONFIGURE= yes
+
+MAKEFILE= GNUmakefile
+
+PLIST_FILES= bin/sassc
+
+USES= autoreconf compiler:c++11-lib gmake libtool localbase
+USE_GITHUB= yes
+
+post-patch:
+ @${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/sassc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/sassc/distinfo
===================================================================
--- trunk/textproc/sassc/distinfo (rev 0)
+++ trunk/textproc/sassc/distinfo 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543166549
+SHA256 (sassc-3.4.8_GH0.tar.gz) = 611da54f9d8892bc6cab65bb960c5d192cd1c06d2b80bfe1fcec7d43f38a960a
+SIZE (sassc-3.4.8_GH0.tar.gz) = 25840
Property changes on: trunk/textproc/sassc/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/sassc/pkg-descr
===================================================================
--- trunk/textproc/sassc/pkg-descr (rev 0)
+++ trunk/textproc/sassc/pkg-descr 2018-11-25 17:23:09 UTC (rev 24705)
@@ -0,0 +1,5 @@
+SassC is a wrapper around libsass (https://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/
Property changes on: trunk/textproc/sassc/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list