summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-13 02:20:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-13 02:20:31 +0800
commitc18641048d792cd348899d211a3681aa588e1887 (patch)
tree2283061a584bebdb40b8f28a4181ed5cdfde7732 /x11-toolkits
parent34e689f587f1129c83f861a216f9c7ab6b2ab943 (diff)
downloadmarcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.gz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.bz2
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.lz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.xz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.zst
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.zip
Merge -reference port support from the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile25
-rw-r--r--x11-toolkits/libgnomeui/Makefile17
-rw-r--r--x11-toolkits/libgnomeui/pkg-plist96
-rw-r--r--x11-toolkits/pango/Makefile16
-rw-r--r--x11-toolkits/pango/pkg-plist41
5 files changed, 45 insertions, 150 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index bef8b5df4..9a8373688 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.82 2006/05/06 08:50:37 marcus Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.83 2006/05/08 21:07:09 ahze Exp $
#
PORTNAME= gtk
@@ -23,15 +23,21 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gimp Toolkit for X11 GUI (current stable version)
+USE_BZIP2= yes
+LATEST_LINK= gtk20
+PREFIX?= ${X11BASE}
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 1
+
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
-USE_BZIP2= yes
-LATEST_LINK= gtk20
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_XPM= yes
USE_REINPLACE= yes
USE_PERL5= yes
@@ -45,6 +51,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
GTK_VERSION= 2.10.0
PLIST_SUB= GTK_VERSION="${GTK_VERSION}"
+gdk_pixbuf_MAN= gdk-pixbuf-query-loaders.1
+gtk_MAN= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1
+
+MAN1= ${gdk_pixbuf_MAN} ${gtk_MAN}
+
# Setting WITH_DEBUG=yes effectively adds -g to $CFLAGS
# unless doing so would clobber a preexisting $CFLAGS.
# Setting to yes also causes debugging into to be spat out
@@ -115,5 +126,11 @@ post-install:
${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null
@${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
@${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines
+ ${INSTALL_MAN} ${gdk_pixbuf_MAN:S|^|${WRKSRC}/docs/reference/gdk-pixbuf/|} \
+ ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${gtk_MAN:S|^|${WRKSRC}/docs/reference/gtk/|} \
+ ${PREFIX}/man/man1
.include <bsd.port.post.mk>
+
+.endif
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 151c4c0e5..dd2bc8b47 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.81 2006/05/06 09:08:44 marcus Exp $
PORTNAME= libgnomeui
PORTVERSION= 2.15.1
@@ -15,16 +15,23 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Libraries for the GNOME GUI, a GNU desktop environment
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 1
+
LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnomekeyring \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= ${X11BASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-USE_BZIP2= yes
USE_GETTEXT= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \
+ referencehack
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_BISON= yes
@@ -32,3 +39,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>
+
+.endif
diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist
index 8041ab23f..bcbb736cc 100644
--- a/x11-toolkits/libgnomeui/pkg-plist
+++ b/x11-toolkits/libgnomeui/pkg-plist
@@ -61,101 +61,6 @@ lib/libgnomeui-2.so
lib/libgnomeui-2.so.0
libdata/pkgconfig/libgnomeui-2.0.pc
libexec/gnome_segv2
-%%DOCSDIR%%/GnomeAbout.html
-%%DOCSDIR%%/GnomeApp.html
-%%DOCSDIR%%/GnomeAppBar.html
-%%DOCSDIR%%/GnomeClient.html
-%%DOCSDIR%%/GnomeColorPicker.html
-%%DOCSDIR%%/GnomeDateEdit.html
-%%DOCSDIR%%/GnomeDialog.html
-%%DOCSDIR%%/GnomeDruid.html
-%%DOCSDIR%%/GnomeDruidPage.html
-%%DOCSDIR%%/GnomeDruidPageEdge.html
-%%DOCSDIR%%/GnomeDruidPageStandard.html
-%%DOCSDIR%%/GnomeEntry.html
-%%DOCSDIR%%/GnomeFileEntry.html
-%%DOCSDIR%%/GnomeFontPicker.html
-%%DOCSDIR%%/GnomeHRef.html
-%%DOCSDIR%%/GnomeIconEntry.html
-%%DOCSDIR%%/GnomeIconList.html
-%%DOCSDIR%%/GnomeIconSelection.html
-%%DOCSDIR%%/GnomeIconTextItem.html
-%%DOCSDIR%%/GnomeMDI.html
-%%DOCSDIR%%/GnomeMDIChild.html
-%%DOCSDIR%%/GnomeMDIGenericChild.html
-%%DOCSDIR%%/GnomeMessageBox.html
-%%DOCSDIR%%/GnomePixmap.html
-%%DOCSDIR%%/GnomePixmapEntry.html
-%%DOCSDIR%%/GnomePropertyBox.html
-%%DOCSDIR%%/GnomeScores.html
-%%DOCSDIR%%/application-mgmt.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/deprecated.html
-%%DOCSDIR%%/druids.html
-%%DOCSDIR%%/fixme.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/libgnomeui-GnomeAuthentication.html
-%%DOCSDIR%%/libgnomeui-GnomeIce.html
-%%DOCSDIR%%/libgnomeui-GnomeIconLookup.html
-%%DOCSDIR%%/libgnomeui-GnomeIconTheme.html
-%%DOCSDIR%%/libgnomeui-GnomeMultiScreen.html
-%%DOCSDIR%%/libgnomeui-GnomePassword.html
-%%DOCSDIR%%/libgnomeui-GnomeThemeFile.html
-%%DOCSDIR%%/libgnomeui-GnomeThumbnail.html
-%%DOCSDIR%%/libgnomeui-gnome-app-helper.html
-%%DOCSDIR%%/libgnomeui-gnome-app-util.html
-%%DOCSDIR%%/libgnomeui-gnome-dialog-util.html
-%%DOCSDIR%%/libgnomeui-gnome-mdi-session.html
-%%DOCSDIR%%/libgnomeui-gnome-popup-menu.html
-%%DOCSDIR%%/libgnomeui-gnome-stock-icons.html
-%%DOCSDIR%%/libgnomeui-gnome-types.html
-%%DOCSDIR%%/libgnomeui-gnome-ui-init.html
-%%DOCSDIR%%/libgnomeui-gnome-uidefs.html
-%%DOCSDIR%%/libgnomeui-gnome-vfs-util.html
-%%DOCSDIR%%/libgnomeui-gnome-window-icon.html
-%%DOCSDIR%%/libgnomeui-gnome-window.html
-%%DOCSDIR%%/libgnomeui-gnometypebuiltins.html
-%%DOCSDIR%%/libgnomeui-objects.html
-%%DOCSDIR%%/libgnomeui.devhelp
-%%DOCSDIR%%/libgnomeui.devhelp2
-%%DOCSDIR%%/miscellaneous.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/stock_attach.png
-%%DOCSDIR%%/stock_book_blue.png
-%%DOCSDIR%%/stock_book_green.png
-%%DOCSDIR%%/stock_book_open.png
-%%DOCSDIR%%/stock_book_red.png
-%%DOCSDIR%%/stock_book_yellow.png
-%%DOCSDIR%%/stock_line_in.png
-%%DOCSDIR%%/stock_mail.png
-%%DOCSDIR%%/stock_mail_compose.png
-%%DOCSDIR%%/stock_mail_forward.png
-%%DOCSDIR%%/stock_mail_receive.png
-%%DOCSDIR%%/stock_mail_reply.png
-%%DOCSDIR%%/stock_mail_send.png
-%%DOCSDIR%%/stock_menu_about.png
-%%DOCSDIR%%/stock_menu_blank.png
-%%DOCSDIR%%/stock_mic.png
-%%DOCSDIR%%/stock_midi.png
-%%DOCSDIR%%/stock_multiple_file.png
-%%DOCSDIR%%/stock_not.png
-%%DOCSDIR%%/stock_scores.png
-%%DOCSDIR%%/stock_table_borders.png
-%%DOCSDIR%%/stock_table_fill.png
-%%DOCSDIR%%/stock_text_bulleted_list.png
-%%DOCSDIR%%/stock_text_indent.png
-%%DOCSDIR%%/stock_text_numbered_list.png
-%%DOCSDIR%%/stock_text_unindent.png
-%%DOCSDIR%%/stock_timer.png
-%%DOCSDIR%%/stock_timer_stopped.png
-%%DOCSDIR%%/stock_trash.png
-%%DOCSDIR%%/stock_trash_full.png
-%%DOCSDIR%%/stock_volume.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
share/gnome/pixmaps/gnome-about-logo.png
share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo
@@ -247,7 +152,6 @@ share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo
@dirrmtry share/locale/te
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
-@dirrm %%DOCSDIR%%
@dirrm lib/gtk-2.0/%%GTK2_VERSION%%/filesystems
@dirrm include/libgnomeui-2.0/libgnomeui
@dirrm include/libgnomeui-2.0
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 243b27110..a621c3eff 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,12 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.63 2006/04/30 18:30:28 ahze Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.64 2006/05/04 18:25:40 ahze Exp $
#
PORTNAME= pango
PORTVERSION= 1.13.0
-PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.13,} \
ftp://ftp.gtk.org/pub/gtk/v2.10/
@@ -17,18 +16,23 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An open-source framework for the layout and rendering of i18n text
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 2
+
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
-USE_BZIP2= yes
USE_GETTEXT= yes
-PREFIX?= ${X11BASE}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack glib20 ltverhack
+USE_GNOME= gnomehack glib20 ltverhack referencehack
CONFIGURE_ARGS= --with-qt=no \
--with-html-dir=${PREFIX}/share/doc \
--enable-static
@@ -69,3 +73,5 @@ post-install:
.endif
.include <bsd.port.mk>
+
+.endif
diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist
index 0fd3095d3..f9f304754 100644
--- a/x11-toolkits/pango/pkg-plist
+++ b/x11-toolkits/pango/pkg-plist
@@ -86,47 +86,6 @@ libdata/pkgconfig/pangocairo.pc
libdata/pkgconfig/pangoft2.pc
%%X11%%libdata/pkgconfig/pangox.pc
%%X11%%libdata/pkgconfig/pangoxft.pc
-%%DOCSDIR%%/PangoEngineLang.html
-%%DOCSDIR%%/PangoEngineShape.html
-%%DOCSDIR%%/PangoFcDecoder.html
-%%DOCSDIR%%/PangoFcFont.html
-%%DOCSDIR%%/PangoFcFontMap.html
-%%DOCSDIR%%/PangoMarkupFormat.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/ix01.html
-%%DOCSDIR%%/layout.gif
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/lowlevel.html
-%%DOCSDIR%%/pango-ATSUI-Fonts.html
-%%DOCSDIR%%/pango-Cairo-Rendering.html
-%%DOCSDIR%%/pango-Coverage-Maps.html
-%%DOCSDIR%%/pango-Engines.html
-%%DOCSDIR%%/pango-Fonts.html
-%%DOCSDIR%%/pango-FreeType-Fonts-and-Rendering.html
-%%DOCSDIR%%/pango-Glyph-Storage.html
-%%DOCSDIR%%/pango-Layout-Objects.html
-%%DOCSDIR%%/pango-Miscellaneous-Utilities.html
-%%DOCSDIR%%/pango-Modules.html
-%%DOCSDIR%%/pango-OpenType-Font-Handling.html
-%%DOCSDIR%%/pango-Scripts.html
-%%DOCSDIR%%/pango-Tab-Stops.html
-%%DOCSDIR%%/pango-Text-Attributes.html
-%%DOCSDIR%%/pango-Text-Processing.html
-%%DOCSDIR%%/pango-Win32-Fonts-and-Rendering.html
-%%DOCSDIR%%/pango-X-Fonts-and-Rendering.html
-%%DOCSDIR%%/pango-Xft-Fonts-and-Rendering.html
-%%DOCSDIR%%/pango-querymodules.html
-%%DOCSDIR%%/pango.devhelp
-%%DOCSDIR%%/pango.html
-%%DOCSDIR%%/rendering.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/rotated-text.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/tools.html
-%%DOCSDIR%%/up.png
-@dirrm %%DOCSDIR%%
@dirrm lib/pango/%%VERSION%%/modules
@dirrm lib/pango/%%VERSION%%
@dirrm lib/pango