From owner-svn-ports-head@FreeBSD.ORG Wed Aug 13 08:37:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B10C0E4A; Wed, 13 Aug 2014 08:37:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91B6F2502; Wed, 13 Aug 2014 08:37:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7D8bKZb088494; Wed, 13 Aug 2014 08:37:20 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7D8bKnu088491; Wed, 13 Aug 2014 08:37:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201408130837.s7D8bKnu088491@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 13 Aug 2014 08:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364759 - head/editors/winefish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 08:37:20 -0000 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@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 -.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: - -@update-desktop-database -.if ! ${PORT_OPTIONS:MDOCS} - ${RM} ${DOCSDIR}/${PORTNAME}.html - ${RMDIR} ${DOCSDIR} -.endif - .include 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 -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%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true