svn commit: r364759 - head/editors/winefish
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Aug 13 08:37:20 UTC 2014
Author: vanilla
Date: Wed Aug 13 08:37:19 2014
New Revision: 364759
URL: http://svnweb.freebsd.org/changeset/ports/364759
QAT: https://qat.redports.org/buildarchive/r364759/
Log:
1: Stagify.
2: add LICENSE
Modified:
head/editors/winefish/Makefile
head/editors/winefish/pkg-descr
head/editors/winefish/pkg-plist
Modified: head/editors/winefish/Makefile
==============================================================================
--- head/editors/winefish/Makefile Wed Aug 13 07:27:28 2014 (r364758)
+++ head/editors/winefish/Makefile Wed Aug 13 08:37:19 2014 (r364759)
@@ -12,6 +12,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= LaTeX editor based on BlueFish
+LICENSE= GPLv2
+
LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \
libpcre.so:${PORTSDIR}/devel/pcre
RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \
@@ -19,12 +21,9 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/conver
tidy:${PORTSDIR}/www/tidy-lib \
xpdf:${PORTSDIR}/graphics/xpdf
-MAN1= winefish.1
-MANCOMPRESSED= no
-
CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps
GNU_CONFIGURE= yes
-USES= gmake pkgconfig
+USES= gmake pkgconfig desktop-file-utils shared-mime-info
USE_GNOME= libgnomeui desktopfileutils gnomehier
USE_TEX= latex
@@ -32,14 +31,10 @@ OPTIONS_DEFINE= CONTEXT VNTEX UNIKEY_GTK
CONTEXT_DESC= ConTexT support (Experimental)
VNTEX_DESC= Vietnamese TeX user
UNIKEY_GTK_DESC= Vietname Tex user with UnikeyGTK input method
+CONTEXT_CONFIGURE_WITH= context
-NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MCONTEXT}
-CONFIGURE_ARGS+= --with-context
-.endif
-
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB= IFNLS=
@@ -59,11 +54,4 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= IFNLS="@comment "
.endif
-post-install:
- - at update-desktop-database
-.if ! ${PORT_OPTIONS:MDOCS}
- ${RM} ${DOCSDIR}/${PORTNAME}.html
- ${RMDIR} ${DOCSDIR}
-.endif
-
.include <bsd.port.mk>
Modified: head/editors/winefish/pkg-descr
==============================================================================
--- head/editors/winefish/pkg-descr Wed Aug 13 07:27:28 2014 (r364758)
+++ head/editors/winefish/pkg-descr Wed Aug 13 08:37:19 2014 (r364759)
@@ -7,4 +7,4 @@ Main features:
(3) UTF8 support
Author: Ky Anh <kyanh at users.berlios.de>
-WWW: http://winefish.berlios.de/
+WWW: http://winefish.berlios.de/
Modified: head/editors/winefish/pkg-plist
==============================================================================
--- head/editors/winefish/pkg-plist Wed Aug 13 07:27:28 2014 (r364758)
+++ head/editors/winefish/pkg-plist Wed Aug 13 08:37:19 2014 (r364759)
@@ -1,4 +1,5 @@
bin/winefish
+man/man1/winefish.1.gz
share/application-registry/winefish.applications
share/applications/winefish.desktop
share/applications/winefish-project.desktop
@@ -28,5 +29,3 @@ share/mime/packages/winefish.xml
%%DATADIR%%/words.default
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
More information about the svn-ports-head
mailing list