mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
add scss 0.2.3
A Scheme module for W3C Cascading Stylesheets recommendation
This commit is contained in:
parent
8af7d40d7f
commit
6e61a7728d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187996
@ -860,6 +860,7 @@
|
||||
SUBDIR += scim-table-imengine
|
||||
SUBDIR += scr2txt
|
||||
SUBDIR += scrollkeeper
|
||||
SUBDIR += scss
|
||||
SUBDIR += sdcv
|
||||
SUBDIR += sdf
|
||||
SUBDIR += sdocbook-xml
|
||||
|
37
textproc/scss/Makefile
Normal file
37
textproc/scss/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: SCSS
|
||||
# Date created: Mar 22, 2007
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scss
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= textproc scheme
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
COMMENT= A Scheme module for W3C Cascading Stylesheets recommendation
|
||||
|
||||
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
FILES= lexer.scm parser.scm scss.scm
|
||||
PLIST_FILES= share/guile/scss/lexer.scm \
|
||||
share/guile/scss/parser.scm \
|
||||
share/guile/scss/scss.scm
|
||||
PLIST_DIRS= share/guile/scss
|
||||
|
||||
INFO= scss
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/guile/scss
|
||||
.for f in ${FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/guile/scss
|
||||
.endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/scss.info ${PREFIX}/info
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/scss/distinfo
Normal file
3
textproc/scss/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (scss-0.2.3.tar.gz) = 1e2d3e38cd662bb191741bdf3ed54d66
|
||||
SHA256 (scss-0.2.3.tar.gz) = 06c29ed314d3d7c62cd19d29bcec4db73b16580d6f6e7ef8f177d1a5462bc47d
|
||||
SIZE (scss-0.2.3.tar.gz) = 65633
|
9
textproc/scss/pkg-descr
Normal file
9
textproc/scss/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
SCSS is a Scheme module for parsing, querying, and emitting style information
|
||||
compatible with the W3C Cascading Stylesheets recommendation. While SCSS does
|
||||
not itself provide any rendering functionality, it can provide style
|
||||
information to applications and libraries that do. If used with XML documents
|
||||
produced by SXML or SDOM, SCSS can accomodate the full range of selector types
|
||||
described in the W3C recommendation; it can also match simple selectors against
|
||||
strings when structured document information is not available.
|
||||
|
||||
WWW: http://www.nongnu.org/scss/
|
Loading…
Reference in New Issue
Block a user