mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
add cssed 0.2.1
An application to help CSS style sheets creation and maintenance
This commit is contained in:
parent
ad8f963bdc
commit
cd77cdc855
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115049
@ -77,6 +77,7 @@
|
|||||||
SUBDIR += crawl
|
SUBDIR += crawl
|
||||||
SUBDIR += crp
|
SUBDIR += crp
|
||||||
SUBDIR += css-mode.el
|
SUBDIR += css-mode.el
|
||||||
|
SUBDIR += cssed
|
||||||
SUBDIR += cybercalendar
|
SUBDIR += cybercalendar
|
||||||
SUBDIR += dansguardian
|
SUBDIR += dansguardian
|
||||||
SUBDIR += dansguardian-devel
|
SUBDIR += dansguardian-devel
|
||||||
|
36
www/cssed/Makefile
Normal file
36
www/cssed/Makefile
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: cssed
|
||||||
|
# Date created: Jul 29, 2004
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= cssed
|
||||||
|
PORTVERSION= 0.2.1
|
||||||
|
CATEGORIES= www
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= An application to help CSS style sheets creation and maintenance
|
||||||
|
|
||||||
|
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||||
|
|
||||||
|
USE_ICONV= yes
|
||||||
|
USE_GETTEXT= yes
|
||||||
|
USE_GNOME= gtk20
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
PLIST_FILES= bin/cssed share/locale/es/LC_MESSAGES/cssed.mo share/locale/fr/LC_MESSAGES/cssed.mo
|
||||||
|
MAN1= cssed.1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${FIND} ${DATADIR} ! -type d | \
|
||||||
|
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||||
|
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
|
||||||
|
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
www/cssed/distinfo
Normal file
2
www/cssed/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
MD5 (cssed-0.2.1.tar.gz) = dd799e6cdbb2ea6e9e13b0bf22af8493
|
||||||
|
SIZE (cssed-0.2.1.tar.gz) = 783510
|
8
www/cssed/pkg-descr
Normal file
8
www/cssed/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CSSED is a small developer editor and validator, which tries to ease the CSS
|
||||||
|
editing.
|
||||||
|
|
||||||
|
It features syntax highlighting, syntax validation, MDI notebook based
|
||||||
|
interface, quick CSS properties and values insertion, auto-completion and
|
||||||
|
dialog-based insertion of CSS complex values.
|
||||||
|
|
||||||
|
WWW: http://cssed.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user