[Midnightbsd-cvs] mports [19988] trunk/graphics/goocanvas: goocanvas 1.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 23 11:25:05 EDT 2015
Revision: 19988
http://svnweb.midnightbsd.org/mports/?rev=19988
Author: laffer1
Date: 2015-08-23 11:25:05 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
goocanvas 1.0
Modified Paths:
--------------
trunk/graphics/goocanvas/Makefile
trunk/graphics/goocanvas/distinfo
trunk/graphics/goocanvas/pkg-plist
Modified: trunk/graphics/goocanvas/Makefile
===================================================================
--- trunk/graphics/goocanvas/Makefile 2015-08-23 15:23:54 UTC (rev 19987)
+++ trunk/graphics/goocanvas/Makefile 2015-08-23 15:25:05 UTC (rev 19988)
@@ -2,21 +2,48 @@
# $FreeBSD: ports/graphics/goocanvas/Makefile,v 1.14 2010/12/04 07:31:58 ade Exp $
PORTNAME= goocanvas
-PORTVERSION= 0.15
+PORTVERSION= 1.0.0
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= ports at MidnightBSD.org
COMMENT= Canvas widget for GTK+
+
LICENSE= lgpl
-USE_GNOME= gtk20 gnomehack ltverhack
-USE_AUTOTOOLS= libtool
+USES= libtool pathfix pkgconfig tar:bzip2
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_BZIP2= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PORTDOCS= *
+
+OPTIONS_DEFINE= DOCS NLS
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
+USES+= gettext
+PLIST_SUB+= NLS=""
+.else
+PLIST_SUB+= NLS="@comment "
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
${WRKSRC}/configure
+.if ! ${PORT_OPTIONS:MDOCS}
+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.in
+.endif
+.if ! ${PORT_OPTIONS:MNLS}
+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
+.endif
+
+post-install:
+ @${STRIP_CMD} ${PREFIX}/lib/libgoocanvas.so.*
.include <bsd.port.mk>
Modified: trunk/graphics/goocanvas/distinfo
===================================================================
--- trunk/graphics/goocanvas/distinfo 2015-08-23 15:23:54 UTC (rev 19987)
+++ trunk/graphics/goocanvas/distinfo 2015-08-23 15:25:05 UTC (rev 19988)
@@ -1,3 +1,2 @@
-SHA256 (goocanvas-0.15.tar.bz2) = 58b522a2757e467c5b9381ee577edd2cc7b9632452de4a2bc4fed76df748802c
-RMD160 (goocanvas-0.15.tar.bz2) = ddc04ae8e38ae1d9bb075026c6f924c8e5979913
-SIZE (goocanvas-0.15.tar.bz2) = 604624
+SHA256 (goocanvas-1.0.0.tar.bz2) = 1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e
+SIZE (goocanvas-1.0.0.tar.bz2) = 570552
Modified: trunk/graphics/goocanvas/pkg-plist
===================================================================
--- trunk/graphics/goocanvas/pkg-plist 2015-08-23 15:23:54 UTC (rev 19987)
+++ trunk/graphics/goocanvas/pkg-plist 2015-08-23 15:25:05 UTC (rev 19988)
@@ -17,57 +17,10 @@
include/goocanvas-1.0/goocanvasutils.h
include/goocanvas-1.0/goocanvaswidget.h
lib/libgoocanvas.a
-lib/libgoocanvas.la
lib/libgoocanvas.so
lib/libgoocanvas.so.3
+lib/libgoocanvas.so.3.5.0
libdata/pkgconfig/goocanvas.pc
-%%DOCSDIR%%/goocanvas/GooCanvas.html
-%%DOCSDIR%%/goocanvas/GooCanvasEllipse.html
-%%DOCSDIR%%/goocanvas/GooCanvasEllipseModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasGrid.html
-%%DOCSDIR%%/goocanvas/GooCanvasGridModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasGroup.html
-%%DOCSDIR%%/goocanvas/GooCanvasGroupModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasImage.html
-%%DOCSDIR%%/goocanvas/GooCanvasImageModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasItemModelSimple.html
-%%DOCSDIR%%/goocanvas/GooCanvasItemSimple.html
-%%DOCSDIR%%/goocanvas/GooCanvasPath.html
-%%DOCSDIR%%/goocanvas/GooCanvasPathModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasPolyline.html
-%%DOCSDIR%%/goocanvas/GooCanvasPolylineModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasRect.html
-%%DOCSDIR%%/goocanvas/GooCanvasRectModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasStyle.html
-%%DOCSDIR%%/goocanvas/GooCanvasTable.html
-%%DOCSDIR%%/goocanvas/GooCanvasTableModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasText.html
-%%DOCSDIR%%/goocanvas/GooCanvasTextModel.html
-%%DOCSDIR%%/goocanvas/GooCanvasWidget.html
-%%DOCSDIR%%/goocanvas/ch01.html
-%%DOCSDIR%%/goocanvas/ch02.html
-%%DOCSDIR%%/goocanvas/ch03.html
-%%DOCSDIR%%/goocanvas/ch04.html
-%%DOCSDIR%%/goocanvas/ch05.html
-%%DOCSDIR%%/goocanvas/goocanvas-GooCanvas-Types.html
-%%DOCSDIR%%/goocanvas/goocanvas-architecture.html
-%%DOCSDIR%%/goocanvas/goocanvas-coordinates.html
-%%DOCSDIR%%/goocanvas/goocanvas-creating-items.html
-%%DOCSDIR%%/goocanvas/goocanvas-goocanvasitem.html
-%%DOCSDIR%%/goocanvas/goocanvas-goocanvasitemmodel.html
-%%DOCSDIR%%/goocanvas/goocanvas-model-view-canvas.html
-%%DOCSDIR%%/goocanvas/goocanvas-overview.html
-%%DOCSDIR%%/goocanvas/goocanvas-simple-canvas.html
-%%DOCSDIR%%/goocanvas/goocanvas-wysiwyg.html
-%%DOCSDIR%%/goocanvas/goocanvas.devhelp
-%%DOCSDIR%%/goocanvas/goocanvas.devhelp2
-%%DOCSDIR%%/goocanvas/home.png
-%%DOCSDIR%%/goocanvas/index.html
-%%DOCSDIR%%/goocanvas/index.sgml
-%%DOCSDIR%%/goocanvas/left.png
-%%DOCSDIR%%/goocanvas/right.png
-%%DOCSDIR%%/goocanvas/style.css
-%%DOCSDIR%%/goocanvas/up.png
- at dirrm %%DOCSDIR%%/goocanvas
- at dirrm %%DOCSDIR%%
- at dirrm include/goocanvas-1.0
+%%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas.mo
+%%NLS%%share/locale/es/LC_MESSAGES/goocanvas.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/goocanvas.mo
More information about the Midnightbsd-cvs
mailing list