diff options
author | adam <adam@pkgsrc.org> | 2008-10-16 18:01:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-16 18:01:30 +0000 |
commit | a3ec41a70dcce9e2455e2b6c131892658cad5305 (patch) | |
tree | e6a622bce6df68fb329860275bd0d99dc7478197 /devel/pangomm | |
parent | 65117c322482701cedd226f899ae883e253c5a67 (diff) | |
download | pkgsrc-a3ec41a70dcce9e2455e2b6c131892658cad5305.tar.gz |
pangomm (used to be part of gtkmm) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces.
Diffstat (limited to 'devel/pangomm')
-rw-r--r-- | devel/pangomm/DESCR | 4 | ||||
-rw-r--r-- | devel/pangomm/Makefile | 24 | ||||
-rw-r--r-- | devel/pangomm/PLIST | 373 | ||||
-rw-r--r-- | devel/pangomm/buildlink3.mk | 23 | ||||
-rw-r--r-- | devel/pangomm/distinfo | 5 |
5 files changed, 429 insertions, 0 deletions
diff --git a/devel/pangomm/DESCR b/devel/pangomm/DESCR new file mode 100644 index 00000000000..e3fa10017c4 --- /dev/null +++ b/devel/pangomm/DESCR @@ -0,0 +1,4 @@ +pangomm (used to be part of gtkmm) is the official C++ interface for the +popular GUI library GTK+. Highlights include typesafe callbacks, widgets +extensible via inheritance and a comprehensive set of widget classes that +can be freely combined to quickly create complex user interfaces. diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile new file mode 100644 index 00000000000..ffcfe23fd61 --- /dev/null +++ b/devel/pangomm/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/16 18:01:31 adam Exp $ + +DISTNAME= pangomm-2.14.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/2.14/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.gtkmm.org/ +COMMENT= C++ bindings for pangomm + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config perl:run +PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-2.4.pc.in +GNU_CONFIGURE= yes + +.include "../../devel/glibmm/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/cairomm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/pangomm/PLIST b/devel/pangomm/PLIST new file mode 100644 index 00000000000..e1c36dc4df1 --- /dev/null +++ b/devel/pangomm/PLIST @@ -0,0 +1,373 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/16 18:01:31 adam Exp $ +include/pangomm-1.4/pangomm.h +include/pangomm-1.4/pangomm/attributes.h +include/pangomm-1.4/pangomm/attriter.h +include/pangomm-1.4/pangomm/attrlist.h +include/pangomm-1.4/pangomm/cairofontmap.h +include/pangomm-1.4/pangomm/color.h +include/pangomm-1.4/pangomm/context.h +include/pangomm-1.4/pangomm/coverage.h +include/pangomm-1.4/pangomm/font.h +include/pangomm-1.4/pangomm/fontdescription.h +include/pangomm-1.4/pangomm/fontface.h +include/pangomm-1.4/pangomm/fontfamily.h +include/pangomm-1.4/pangomm/fontmap.h +include/pangomm-1.4/pangomm/fontmetrics.h +include/pangomm-1.4/pangomm/fontset.h +include/pangomm-1.4/pangomm/glyph.h +include/pangomm-1.4/pangomm/glyphstring.h +include/pangomm-1.4/pangomm/init.h +include/pangomm-1.4/pangomm/item.h +include/pangomm-1.4/pangomm/language.h +include/pangomm-1.4/pangomm/layout.h +include/pangomm-1.4/pangomm/layoutiter.h +include/pangomm-1.4/pangomm/layoutline.h +include/pangomm-1.4/pangomm/layoutrun.h +include/pangomm-1.4/pangomm/private/attributes_p.h +include/pangomm-1.4/pangomm/private/attriter_p.h +include/pangomm-1.4/pangomm/private/attrlist_p.h +include/pangomm-1.4/pangomm/private/cairofontmap_p.h +include/pangomm-1.4/pangomm/private/color_p.h +include/pangomm-1.4/pangomm/private/context_p.h +include/pangomm-1.4/pangomm/private/coverage_p.h +include/pangomm-1.4/pangomm/private/font_p.h +include/pangomm-1.4/pangomm/private/fontdescription_p.h +include/pangomm-1.4/pangomm/private/fontface_p.h +include/pangomm-1.4/pangomm/private/fontfamily_p.h +include/pangomm-1.4/pangomm/private/fontmap_p.h +include/pangomm-1.4/pangomm/private/fontmetrics_p.h +include/pangomm-1.4/pangomm/private/fontset_p.h +include/pangomm-1.4/pangomm/private/glyph_p.h +include/pangomm-1.4/pangomm/private/glyphstring_p.h +include/pangomm-1.4/pangomm/private/item_p.h +include/pangomm-1.4/pangomm/private/language_p.h +include/pangomm-1.4/pangomm/private/layout_p.h +include/pangomm-1.4/pangomm/private/layoutiter_p.h +include/pangomm-1.4/pangomm/private/layoutline_p.h +include/pangomm-1.4/pangomm/private/layoutrun_p.h +include/pangomm-1.4/pangomm/private/rectangle_p.h +include/pangomm-1.4/pangomm/private/renderer_p.h +include/pangomm-1.4/pangomm/private/tabarray_p.h +include/pangomm-1.4/pangomm/rectangle.h +include/pangomm-1.4/pangomm/renderer.h +include/pangomm-1.4/pangomm/tabarray.h +include/pangomm-1.4/pangomm/types.h +include/pangomm-1.4/pangomm/wrap_init.h +lib/libpangomm-1.4.la +lib/pangomm-1.4/proc/m4/convert.m4 +lib/pangomm-1.4/proc/m4/convert_pango.m4 +lib/pkgconfig/pangomm-1.4.pc +share/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp +share/doc/pangomm-1.4/docs/images/gtkmm_logo.gif +share/doc/pangomm-1.4/docs/images/top.gif +share/doc/pangomm-1.4/docs/reference/html/annotated.html +share/doc/pangomm-1.4/docs/reference/html/attributes_8h.html +share/doc/pangomm-1.4/docs/reference/html/attriter_8h.html +share/doc/pangomm-1.4/docs/reference/html/attrlist_8h.html +share/doc/pangomm-1.4/docs/reference/html/cairofontmap_8h.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Analysis-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Analysis.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrColor-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrColor.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFloat-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFloat.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFontDesc-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFontDesc.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrInt-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrInt.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrIter-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrIter.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrLanguage-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrLanguage.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrList-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrList.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrShape-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrShape.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrString-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrString.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1AttrString__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Attribute-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Attribute.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Attribute__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1CairoFontMap-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1CairoFontMap.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1CairoFontMap__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Color-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Color.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Context-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Context.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Context__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Coverage-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Coverage.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Font-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Font.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontDescription-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontDescription.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFace-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFace.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFace__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFamily-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFamily.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontMap-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontMap.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontMap__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontMetrics-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1FontMetrics.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Font__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Fontset-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Fontset.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Fontset__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphGeometry-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphGeometry.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphInfo-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphInfo.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphString-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1GlyphString.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Item-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Item.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Language-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Language.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Layout-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Layout.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutIter-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutIter.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutLine-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutLine.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutRun-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1LayoutRun.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Layout__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Rectangle-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Rectangle.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Renderer-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Renderer.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1Renderer__inherit__graph.png +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1TabArray-members.html +share/doc/pangomm-1.4/docs/reference/html/classPango_1_1TabArray.html +share/doc/pangomm-1.4/docs/reference/html/classes.html +share/doc/pangomm-1.4/docs/reference/html/color_8h.html +share/doc/pangomm-1.4/docs/reference/html/context_8h.html +share/doc/pangomm-1.4/docs/reference/html/coverage_8h.html +share/doc/pangomm-1.4/docs/reference/html/deprecated.html +share/doc/pangomm-1.4/docs/reference/html/dir_7d21ecb926be72854a848286855f8631.html +share/doc/pangomm-1.4/docs/reference/html/dir_7d21ecb926be72854a848286855f8631_dep.png +share/doc/pangomm-1.4/docs/reference/html/dir_a27785a2abd55e4761a0af3046a7d61c.html +share/doc/pangomm-1.4/docs/reference/html/dir_a27785a2abd55e4761a0af3046a7d61c_dep.png +share/doc/pangomm-1.4/docs/reference/html/dirs.html +share/doc/pangomm-1.4/docs/reference/html/doxygen.css +share/doc/pangomm-1.4/docs/reference/html/doxygen.png +share/doc/pangomm-1.4/docs/reference/html/files.html +share/doc/pangomm-1.4/docs/reference/html/font_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontdescription_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontface_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontfamily_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontmap_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontmetrics_8h.html +share/doc/pangomm-1.4/docs/reference/html/fontset_8h.html +share/doc/pangomm-1.4/docs/reference/html/functions.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x62.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x63.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x64.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x65.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x66.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x67.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x68.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x69.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x6c.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x6d.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x6e.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x6f.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x70.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x72.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x73.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x74.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x75.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x77.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x78.html +share/doc/pangomm-1.4/docs/reference/html/functions_0x7e.html +share/doc/pangomm-1.4/docs/reference/html/functions_func.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x62.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x63.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x64.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x65.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x66.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x67.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x68.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x69.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x6c.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x6d.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x6e.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x6f.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x70.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x72.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x73.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x74.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x75.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x77.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x78.html +share/doc/pangomm-1.4/docs/reference/html/functions_func_0x7e.html +share/doc/pangomm-1.4/docs/reference/html/functions_type.html +share/doc/pangomm-1.4/docs/reference/html/functions_vars.html +share/doc/pangomm-1.4/docs/reference/html/glyph_8h.html +share/doc/pangomm-1.4/docs/reference/html/glyphstring_8h.html +share/doc/pangomm-1.4/docs/reference/html/graph_legend.dot +share/doc/pangomm-1.4/docs/reference/html/graph_legend.html +share/doc/pangomm-1.4/docs/reference/html/graph_legend.png +share/doc/pangomm-1.4/docs/reference/html/group__pangommEnums.html +share/doc/pangomm-1.4/docs/reference/html/hierarchy.html +share/doc/pangomm-1.4/docs/reference/html/index.html +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__0.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__1.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__10.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__11.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__12.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__13.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__14.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__15.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__16.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__17.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__18.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__19.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__2.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__20.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__21.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__22.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__23.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__24.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__25.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__26.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__27.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__28.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__29.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__3.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__30.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__31.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__32.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__33.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__34.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__35.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__36.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__37.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__38.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__39.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__4.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__40.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__41.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__42.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__43.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__44.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__45.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__46.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__47.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__48.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__49.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__5.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__50.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__51.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__52.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__53.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__54.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__55.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__56.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__57.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__58.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__59.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__6.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__60.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__61.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__62.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__63.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__64.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__65.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__66.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__67.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__68.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__69.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__7.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__70.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__71.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__72.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__73.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__74.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__75.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__76.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__77.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__78.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__79.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__8.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__80.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__81.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__82.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__83.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__84.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__85.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__86.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__87.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__88.png +share/doc/pangomm-1.4/docs/reference/html/inherit__graph__9.png +share/doc/pangomm-1.4/docs/reference/html/inherits.html +share/doc/pangomm-1.4/docs/reference/html/init_8h.html +share/doc/pangomm-1.4/docs/reference/html/item_8h.html +share/doc/pangomm-1.4/docs/reference/html/language_8h.html +share/doc/pangomm-1.4/docs/reference/html/layout_8h.html +share/doc/pangomm-1.4/docs/reference/html/layoutiter_8h.html +share/doc/pangomm-1.4/docs/reference/html/layoutline_8h.html +share/doc/pangomm-1.4/docs/reference/html/layoutrun_8h.html +share/doc/pangomm-1.4/docs/reference/html/modules.html +share/doc/pangomm-1.4/docs/reference/html/namespacePango.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x63.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x64.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x65.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x66.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x67.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x69.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x6c.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x6d.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x6f.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x72.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x73.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x74.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x75.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x76.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_0x77.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_enum.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_eval.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_func.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_type.html +share/doc/pangomm-1.4/docs/reference/html/namespacemembers_vars.html +share/doc/pangomm-1.4/docs/reference/html/namespaces.html +share/doc/pangomm-1.4/docs/reference/html/namespacesigc.html +share/doc/pangomm-1.4/docs/reference/html/namespacestatic_01const_01std.html +share/doc/pangomm-1.4/docs/reference/html/pages.html +share/doc/pangomm-1.4/docs/reference/html/rectangle_8h.html +share/doc/pangomm-1.4/docs/reference/html/renderer_8h.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1AttributeTraits-members.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1AttributeTraits.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1ItemTraits-members.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1ItemTraits.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1LayoutLineTraits-members.html +share/doc/pangomm-1.4/docs/reference/html/structPango_1_1LayoutLineTraits.html +share/doc/pangomm-1.4/docs/reference/html/tabarray_8h.html +share/doc/pangomm-1.4/docs/reference/html/tabs.css +share/doc/pangomm-1.4/docs/reference/html/types_8h.html +share/doc/pangomm-1.4/docs/reference/widget_hierarchy.html +share/doc/pangomm-1.4/docs/reference/widget_hierarchy.png +@dirrm share/doc/pangomm-1.4/docs/reference/html +@dirrm share/doc/pangomm-1.4/docs/reference +@dirrm share/doc/pangomm-1.4/docs/images +@dirrm share/doc/pangomm-1.4/docs +@dirrm share/doc/pangomm-1.4 +@dirrm share/devhelp/books/pangomm-1.4 +@dirrm lib/pangomm-1.4/proc/m4 +@dirrm lib/pangomm-1.4/proc +@dirrm lib/pangomm-1.4 +@dirrm include/pangomm-1.4/pangomm/private +@dirrm include/pangomm-1.4/pangomm +@dirrm include/pangomm-1.4 diff --git a/devel/pangomm/buildlink3.mk b/devel/pangomm/buildlink3.mk new file mode 100644 index 00000000000..bcb3f151c24 --- /dev/null +++ b/devel/pangomm/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/10/16 18:01:30 adam Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +PANGOMM_BUILDLINK3_MK:= ${PANGOMM_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= pangomm +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npangomm} +BUILDLINK_PACKAGES+= pangomm +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pangomm + +.if ${PANGOMM_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.pangomm+= pangomm>=2.14.0 +BUILDLINK_PKGSRCDIR.pangomm?= ../../devel/pangomm +.endif # PANGOMM_BUILDLINK3_MK + +.include "../../devel/glibmm/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/cairomm/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/devel/pangomm/distinfo b/devel/pangomm/distinfo new file mode 100644 index 00000000000..1d9ee9def86 --- /dev/null +++ b/devel/pangomm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/16 18:01:31 adam Exp $ + +SHA1 (pangomm-2.14.0.tar.bz2) = da6acdc8b4dc404d6c5bde648ac7d0eb4620c1b1 +RMD160 (pangomm-2.14.0.tar.bz2) = 37025760687871b4f37a5f0de2ac642d65269220 +Size (pangomm-2.14.0.tar.bz2) = 2010535 bytes |