mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to 0.3.0
PR: ports/72869 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
This commit is contained in:
parent
3077fac578
commit
28cb737f08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119816
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cssed
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,20 +17,16 @@ 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_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_REINPLACE= yes
|
||||
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}
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (cssed-0.2.1.tar.gz) = dd799e6cdbb2ea6e9e13b0bf22af8493
|
||||
SIZE (cssed-0.2.1.tar.gz) = 783510
|
||||
MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
|
||||
SIZE (cssed-0.3.0.tar.gz) = 872421
|
||||
|
51
www/cssed/pkg-plist
Normal file
51
www/cssed/pkg-plist
Normal file
@ -0,0 +1,51 @@
|
||||
bin/cssed
|
||||
libdata/pkgconfig/cssed.pc
|
||||
%%DATADIR%%/data/cssed-cfg.xml
|
||||
%%DATADIR%%/data/cssed-def.dtd
|
||||
%%DATADIR%%/data/cssed-def.xml
|
||||
%%DATADIR%%/include/SciLexer.h
|
||||
%%DATADIR%%/include/Scintilla.h
|
||||
%%DATADIR%%/include/ScintillaWidget.h
|
||||
%%DATADIR%%/include/cssdialogs-class.h
|
||||
%%DATADIR%%/include/cssedwindow.h
|
||||
%%DATADIR%%/include/document.h
|
||||
%%DATADIR%%/include/plugin.h
|
||||
%%DATADIR%%/pixmaps/arrow.png
|
||||
%%DATADIR%%/pixmaps/color_wizard.png
|
||||
%%DATADIR%%/pixmaps/color_wizard_menu.png
|
||||
%%DATADIR%%/pixmaps/cssed-about.png
|
||||
%%DATADIR%%/pixmaps/cssed-icon.png
|
||||
%%DATADIR%%/pixmaps/dlg_border.png
|
||||
%%DATADIR%%/pixmaps/dlg_box.png
|
||||
%%DATADIR%%/pixmaps/dlg_box_menu.png
|
||||
%%DATADIR%%/pixmaps/dlg_margin.png
|
||||
%%DATADIR%%/pixmaps/dlg_padding.png
|
||||
%%DATADIR%%/pixmaps/doc_close.png
|
||||
%%DATADIR%%/pixmaps/document_info.png
|
||||
%%DATADIR%%/pixmaps/document_info_menu.png
|
||||
%%DATADIR%%/pixmaps/font.png
|
||||
%%DATADIR%%/pixmaps/hide_footer.png
|
||||
%%DATADIR%%/pixmaps/hide_footer_menu.png
|
||||
%%DATADIR%%/pixmaps/hide_sidebar.png
|
||||
%%DATADIR%%/pixmaps/hide_sidebar_menu.png
|
||||
%%DATADIR%%/pixmaps/scan_selector.png
|
||||
%%DATADIR%%/pixmaps/scan_selector_menu.png
|
||||
%%DATADIR%%/pixmaps/selector_wizard.png
|
||||
%%DATADIR%%/pixmaps/selector_wizard_menu.png
|
||||
%%DATADIR%%/pixmaps/show_footer.png
|
||||
%%DATADIR%%/pixmaps/show_footer_menu.png
|
||||
%%DATADIR%%/pixmaps/show_sidebar.png
|
||||
%%DATADIR%%/pixmaps/show_sidebar_menu.png
|
||||
%%DATADIR%%/pixmaps/validate.png
|
||||
%%DATADIR%%/pixmaps/validate_dump.png
|
||||
%%DATADIR%%/pixmaps/validate_dump_menu.png
|
||||
%%DATADIR%%/pixmaps/validate_menu.png
|
||||
share/locale/de/LC_MESSAGES/cssed.mo
|
||||
share/locale/es/LC_MESSAGES/cssed.mo
|
||||
share/locale/fr/LC_MESSAGES/cssed.mo
|
||||
share/locale/gl/LC_MESSAGES/cssed.mo
|
||||
share/locale/it/LC_MESSAGES/cssed.mo
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%/include
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user