[Midnightbsd-cvs] mports [20007] trunk/devel/geany: geany 1.24.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:56:20 EDT 2015


Revision: 20007
          http://svnweb.midnightbsd.org/mports/?rev=20007
Author:   laffer1
Date:     2015-08-23 11:56:19 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
geany 1.24.1

Modified Paths:
--------------
    trunk/devel/geany/Makefile
    trunk/devel/geany/distinfo
    trunk/devel/geany/pkg-descr
    trunk/devel/geany/pkg-plist

Modified: trunk/devel/geany/Makefile
===================================================================
--- trunk/devel/geany/Makefile	2015-08-23 15:54:33 UTC (rev 20006)
+++ trunk/devel/geany/Makefile	2015-08-23 15:56:19 UTC (rev 20007)
@@ -1,64 +1,43 @@
-# New ports collection Makefile for:	geany
-# Date Created:				15 Jan 06
-# Whom:					Remington Lang <MrL0Lz at gmail.com>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/devel/geany/Makefile,v 1.10 2008/06/06 13:21:12 edwin Exp $
-#
 
 PORTNAME=	geany
-PORTVERSION=	0.21
+PORTVERSION=	1.24.1
 CATEGORIES=	devel editors
 MASTER_SITES=	http://download.geany.org/ SF
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A fast and lightweight GTK+ IDE
+COMMENT=	Fast and lightweight GTK+ IDE
+
 LICENSE=	gpl2
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gtk20
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME=	gtk20 intltool
+USES=		desktop-file-utils gettext-tools \
+		gmake libtool pathfix pkgconfig tar:bzip2
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS=	VTE	"Enable Virtual Terminal Emulation support"	on \
-		NLS	"Enable Native Language support"		on
+OPTIONS_DEFINE=	VTE NLS DOCS
+OPTIONS_DEFAULT=	VTE
+OPTIONS_SUB=	yes
 
-MAN1=		geany.1
+NLS_USES=	gettext-runtime
+NLS_CONFIGURE_ENABLE=	nls
 
-.include <bsd.port.pre.mk>
+VTE_DESC=	Embedded virtual terminal
+VTE_CONFIGURE_ENABLE=	vte
+VTE_USE=	GNOME=vte
 
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=	yes
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+.include <bsd.mport.options.mk>
 
-.if !defined(WITHOUT_VTE)
-USE_GNOME+=	vte
-CONFIGURE_ARGS+=--enable-vte
-.else
-CONFIGURE_ARGS+=--disable-vte
-.endif
-
 post-patch:
-.if defined(NOPORTDOCS)
+.if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in
 .endif
-.if defined(WITHOUT_NLS)
+.if !${PORT_OPTIONS:MNLS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
 .endif
 
-post-configure:
-	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
-		${WRKSRC}/Makefile
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/geany.desktop ${PREFIX}/share/applications/
-	${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${MAN1PREFIX}/man/man1
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/devel/geany/distinfo
===================================================================
--- trunk/devel/geany/distinfo	2015-08-23 15:54:33 UTC (rev 20006)
+++ trunk/devel/geany/distinfo	2015-08-23 15:56:19 UTC (rev 20007)
@@ -1,3 +1,2 @@
-SHA256 (geany-0.21.tar.bz2) = cc0609d4c4d3bd8cf772bc4994d51cb1f79a12da5a82f2335a381293c5123a8c
-RMD160 (geany-0.21.tar.bz2) = bf73c88709a36a76ffc14e13d38dc08083abe71b
-SIZE (geany-0.21.tar.bz2) = 3109890
+SHA256 (geany-1.24.1.tar.bz2) = 7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33
+SIZE (geany-1.24.1.tar.bz2) = 3990492

Modified: trunk/devel/geany/pkg-descr
===================================================================
--- trunk/devel/geany/pkg-descr	2015-08-23 15:54:33 UTC (rev 20006)
+++ trunk/devel/geany/pkg-descr	2015-08-23 15:56:19 UTC (rev 20007)
@@ -3,4 +3,4 @@
 on other packages. Another goal was to be as independent as possible from a
 special Desktop Environment like KDE or GNOME.
 
-WWW: http://geany.uvena.de/
+WWW: http://www.geany.org

Modified: trunk/devel/geany/pkg-plist
===================================================================
--- trunk/devel/geany/pkg-plist	2015-08-23 15:54:33 UTC (rev 20006)
+++ trunk/devel/geany/pkg-plist	2015-08-23 15:56:19 UTC (rev 20007)
@@ -1,4 +1,5 @@
 bin/geany
+include/geany/build.h
 include/geany/document.h
 include/geany/editor.h
 include/geany/encodings.h
@@ -6,6 +7,7 @@
 include/geany/geany.h
 include/geany/geanyfunctions.h
 include/geany/geanyplugin.h
+include/geany/gtkcompat.h
 include/geany/highlighting.h
 include/geany/keybindings.h
 include/geany/msgwindow.h
@@ -20,6 +22,7 @@
 include/geany/stash.h
 include/geany/support.h
 include/geany/tagmanager/tm_file_entry.h
+include/geany/tagmanager/tm_parser.h
 include/geany/tagmanager/tm_project.h
 include/geany/tagmanager/tm_source_file.h
 include/geany/tagmanager/tm_symbol.h
@@ -31,19 +34,14 @@
 include/geany/toolbar.h
 include/geany/ui_utils.h
 include/geany/utils.h
-lib/geany/classbuilder.la
 lib/geany/classbuilder.so
-lib/geany/export.la
 lib/geany/export.so
-lib/geany/filebrowser.la
 lib/geany/filebrowser.so
-lib/geany/htmlchars.la
 lib/geany/htmlchars.so
-lib/geany/saveactions.la
 lib/geany/saveactions.so
-lib/geany/splitwindow.la
 lib/geany/splitwindow.so
 libdata/pkgconfig/geany.pc
+%%PORTDOCS%%man/man1/geany.1.gz
 share/applications/geany.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
@@ -80,13 +78,20 @@
 %%DATADIR%%/c99.tags
 %%DATADIR%%/colorschemes/alt.conf
 %%DATADIR%%/filetype_extensions.conf
+%%DATADIR%%/filetypes.CUDA.conf
+%%DATADIR%%/filetypes.Clojure.conf
 %%DATADIR%%/filetypes.Cython.conf
 %%DATADIR%%/filetypes.Genie.conf
+%%DATADIR%%/filetypes.Go.conf
+%%DATADIR%%/filetypes.Graphviz.conf
 %%DATADIR%%/filetypes.Scala.conf
+%%DATADIR%%/filetypes.abaqus
 %%DATADIR%%/filetypes.abc
 %%DATADIR%%/filetypes.actionscript
 %%DATADIR%%/filetypes.ada
+%%DATADIR%%/filetypes.asciidoc
 %%DATADIR%%/filetypes.asm
+%%DATADIR%%/filetypes.batch
 %%DATADIR%%/filetypes.c
 %%DATADIR%%/filetypes.caml
 %%DATADIR%%/filetypes.cmake
@@ -118,14 +123,17 @@
 %%DATADIR%%/filetypes.markdown
 %%DATADIR%%/filetypes.matlab
 %%DATADIR%%/filetypes.nsis
+%%DATADIR%%/filetypes.objectivec
 %%DATADIR%%/filetypes.pascal
 %%DATADIR%%/filetypes.perl
 %%DATADIR%%/filetypes.php
 %%DATADIR%%/filetypes.po
+%%DATADIR%%/filetypes.powershell
 %%DATADIR%%/filetypes.python
 %%DATADIR%%/filetypes.r
 %%DATADIR%%/filetypes.restructuredtext
 %%DATADIR%%/filetypes.ruby
+%%DATADIR%%/filetypes.rust
 %%DATADIR%%/filetypes.sh
 %%DATADIR%%/filetypes.sql
 %%DATADIR%%/filetypes.tcl
@@ -135,6 +143,9 @@
 %%DATADIR%%/filetypes.vhdl
 %%DATADIR%%/filetypes.xml
 %%DATADIR%%/filetypes.yaml
+%%DATADIR%%/geany.css
+%%DATADIR%%/geany.glade
+%%DATADIR%%/geany.gtkrc
 %%DATADIR%%/html_entities.tags
 %%DATADIR%%/pascal.tags
 %%DATADIR%%/php.tags
@@ -153,10 +164,19 @@
 %%DATADIR%%/templates/files/main.java
 %%DATADIR%%/templates/files/main.py
 %%DATADIR%%/templates/files/main.vala
+%%DATADIR%%/templates/files/module.erl
 %%DATADIR%%/templates/files/program.pas
 %%DATADIR%%/templates/function
 %%DATADIR%%/templates/gpl
 %%DATADIR%%/ui_toolbar.xml
+share/icons/Tango/16x16/actions/geany-save-all.png
+share/icons/Tango/24x24/actions/geany-save-all.png
+share/icons/Tango/32x32/actions/geany-save-all.png
+share/icons/Tango/48x48/actions/geany-save-all.png
+share/icons/Tango/scalable/actions/geany-save-all.svg
+share/icons/hicolor/16x16/actions/geany-build.png
+share/icons/hicolor/16x16/actions/geany-close-all.png
+share/icons/hicolor/16x16/actions/geany-save-all.png
 share/icons/hicolor/16x16/apps/classviewer-class.png
 share/icons/hicolor/16x16/apps/classviewer-macro.png
 share/icons/hicolor/16x16/apps/classviewer-member.png
@@ -166,8 +186,21 @@
 share/icons/hicolor/16x16/apps/classviewer-struct.png
 share/icons/hicolor/16x16/apps/classviewer-var.png
 share/icons/hicolor/16x16/apps/geany.png
+share/icons/hicolor/24x24/actions/geany-build.png
+share/icons/hicolor/24x24/actions/geany-close-all.png
+share/icons/hicolor/24x24/actions/geany-save-all.png
+share/icons/hicolor/32x32/actions/geany-build.png
+share/icons/hicolor/32x32/actions/geany-close-all.png
+share/icons/hicolor/32x32/actions/geany-save-all.png
+share/icons/hicolor/48x48/actions/geany-build.png
+share/icons/hicolor/48x48/actions/geany-close-all.png
+share/icons/hicolor/48x48/actions/geany-save-all.png
 share/icons/hicolor/48x48/apps/geany.png
+share/icons/hicolor/scalable/actions/geany-build.svg
+share/icons/hicolor/scalable/actions/geany-close-all.svg
+share/icons/hicolor/scalable/actions/geany-save-all.svg
 share/icons/hicolor/scalable/apps/geany.svg
+%%NLS%%share/locale/ar/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/be/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
@@ -177,23 +210,33 @@
 %%NLS%%share/locale/el/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/es/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/et/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/fa/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/he/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/id/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/it/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/kk/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/lb/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/geany.mo
@@ -200,21 +243,3 @@
 %%NLS%%share/locale/vi/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/geany.mo
-%%NLS%%@dirrmtry share/locale/lb/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/lb
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
- at dirrm %%DATADIR%%/templates/files
- at dirrm %%DATADIR%%/templates
- at dirrm %%DATADIR%%/colorschemes
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrmtry share/applications
- at dirrm lib/geany
- at dirrm include/geany/tagmanager
- at dirrm include/geany/scintilla
- at dirrm include/geany



More information about the Midnightbsd-cvs mailing list