diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 06:06:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 06:06:17 +0800 |
commit | 82700a32cd07c959e96f186cd77f240b4ebdd01d (patch) | |
tree | 877d6d7b16532b3954ae78b9feb722cd4a1cc1f7 /x11-toolkits | |
parent | e0ff7c9d8530bb0ebba43d136cde3f5385e94b75 (diff) | |
download | marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar.gz marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar.bz2 marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar.lz marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar.xz marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.tar.zst marcuscom-ports-82700a32cd07c959e96f186cd77f240b4ebdd01d.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/gal/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/gal/files/patch-ab | 14 | ||||
-rw-r--r-- | x11-toolkits/gal/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | x11-toolkits/gal/pkg-descr | 11 | ||||
-rw-r--r-- | x11-toolkits/gal/pkg-plist | 260 |
6 files changed, 339 insertions, 0 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile new file mode 100644 index 000000000..82f0f6d4e --- /dev/null +++ b/x11-toolkits/gal/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gal +# Date created: 5th October 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gal +PORTVERSION= 0.24 +PORTREVISION= 3 +CATEGORIES?= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.24 +DIST_SUBDIR= gnome + +MAINTAINER?= gnome@FreeBSD.org +COMMENT= A collection of widgets taken from GNOME gnumeric and evolution + +LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs +USE_ICONV= yes +USE_GETTEXT= yes +GNOME_HTML_DIR= ${PREFIX}/share/doc/gal +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --enable-static --with-libiconv +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +PLIST_SUB= VERSION=${PORTVERSION} + +.include <bsd.port.mk> diff --git a/x11-toolkits/gal/distinfo b/x11-toolkits/gal/distinfo new file mode 100644 index 000000000..429e851f8 --- /dev/null +++ b/x11-toolkits/gal/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome/gal-0.24.tar.bz2) = 9f9790d4e8763c4ce74e5d59f47aa509 +SHA256 (gnome/gal-0.24.tar.bz2) = 0b76891acb972eb760d2f9aa5d71f782142134ee98ae1d4e0b2551ffb4da3d27 +SIZE (gnome/gal-0.24.tar.bz2) = 1035597 diff --git a/x11-toolkits/gal/files/patch-ab b/x11-toolkits/gal/files/patch-ab new file mode 100644 index 000000000..d99efe8f0 --- /dev/null +++ b/x11-toolkits/gal/files/patch-ab @@ -0,0 +1,14 @@ +--- Makefile.in.orig Tue Oct 15 16:51:17 2002 ++++ Makefile.in Tue Oct 15 16:52:07 2002 +@@ -154,9 +154,9 @@ + gnomelocaledir = @gnomelocaledir@ + l = @l@ + +-SUBDIRS = gal po intl tests docs art macros ++SUBDIRS = gal po intl docs art macros + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = galConf.sh + + EXTRA_DIST = \ diff --git a/x11-toolkits/gal/files/patch-po::Makefile.in.in b/x11-toolkits/gal/files/patch-po::Makefile.in.in new file mode 100644 index 000000000..66b40f354 --- /dev/null +++ b/x11-toolkits/gal/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/x11-toolkits/gal/files/patch-po::Makefile.in.in,v 1.1 2002/01/13 19:21:34 sobomax Exp $ + +--- po/Makefile.in.in 2002/01/13 15:56:57 1.1 ++++ po/Makefile.in.in 2002/01/13 15:57:15 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/x11-toolkits/gal/pkg-descr b/x11-toolkits/gal/pkg-descr new file mode 100644 index 000000000..c3b79a507 --- /dev/null +++ b/x11-toolkits/gal/pkg-descr @@ -0,0 +1,11 @@ +GAL is a collection of widgets and utility routines that were taken +from Evolution and Gnumeric. + +The upcoming version of Evolution and Gnumeric will both require +GAL, as the code has been moved to this new module. + +The API is not frozen and might change at any time. Larger class +renaming might happen at any point without notice. Use this library +at your own risk. + +WWW: http://www.gnome.org/ diff --git a/x11-toolkits/gal/pkg-plist b/x11-toolkits/gal/pkg-plist new file mode 100644 index 000000000..e94cbb407 --- /dev/null +++ b/x11-toolkits/gal/pkg-plist @@ -0,0 +1,260 @@ +etc/galConf.sh +include/gal-1.0/gal/e-paned/e-hpaned.h +include/gal-1.0/gal/e-paned/e-paned.h +include/gal-1.0/gal/e-paned/e-vpaned.h +include/gal-1.0/gal/e-table/e-cell-checkbox.h +include/gal-1.0/gal/e-table/e-cell-combo.h +include/gal-1.0/gal/e-table/e-cell-date.h +include/gal-1.0/gal/e-table/e-cell-float.h +include/gal-1.0/gal/e-table/e-cell-number.h +include/gal-1.0/gal/e-table/e-cell-pixbuf.h +include/gal-1.0/gal/e-table/e-cell-popup.h +include/gal-1.0/gal/e-table/e-cell-progress.h +include/gal-1.0/gal/e-table/e-cell-size.h +include/gal-1.0/gal/e-table/e-cell-spin-button.h +include/gal-1.0/gal/e-table/e-cell-text.h +include/gal-1.0/gal/e-table/e-cell-toggle.h +include/gal-1.0/gal/e-table/e-cell-tree.h +include/gal-1.0/gal/e-table/e-cell-vbox.h +include/gal-1.0/gal/e-table/e-cell.h +include/gal-1.0/gal/e-table/e-table-click-to-add.h +include/gal-1.0/gal/e-table/e-table-col-dnd.h +include/gal-1.0/gal/e-table/e-table-col.h +include/gal-1.0/gal/e-table/e-table-column-specification.h +include/gal-1.0/gal/e-table/e-table-config.h +include/gal-1.0/gal/e-table/e-table-defines.h +include/gal-1.0/gal/e-table/e-table-extras.h +include/gal-1.0/gal/e-table/e-table-field-chooser-dialog.h +include/gal-1.0/gal/e-table/e-table-field-chooser-item.h +include/gal-1.0/gal/e-table/e-table-field-chooser.h +include/gal-1.0/gal/e-table/e-table-group-container.h +include/gal-1.0/gal/e-table/e-table-group-leaf.h +include/gal-1.0/gal/e-table/e-table-group.h +include/gal-1.0/gal/e-table/e-table-header-item.h +include/gal-1.0/gal/e-table/e-table-header-utils.h +include/gal-1.0/gal/e-table/e-table-header.h +include/gal-1.0/gal/e-table/e-table-item.h +include/gal-1.0/gal/e-table/e-table-memory-callbacks.h +include/gal-1.0/gal/e-table/e-table-memory-store.h +include/gal-1.0/gal/e-table/e-table-memory.h +include/gal-1.0/gal/e-table/e-table-model.h +include/gal-1.0/gal/e-table/e-table-one.h +include/gal-1.0/gal/e-table/e-table-scrolled.h +include/gal-1.0/gal/e-table/e-table-search.h +include/gal-1.0/gal/e-table/e-table-selection-model.h +include/gal-1.0/gal/e-table/e-table-simple.h +include/gal-1.0/gal/e-table/e-table-sort-info.h +include/gal-1.0/gal/e-table/e-table-sorted-variable.h +include/gal-1.0/gal/e-table/e-table-sorted.h +include/gal-1.0/gal/e-table/e-table-sorter.h +include/gal-1.0/gal/e-table/e-table-sorting-utils.h +include/gal-1.0/gal/e-table/e-table-specification.h +include/gal-1.0/gal/e-table/e-table-state.h +include/gal-1.0/gal/e-table/e-table-subset-variable.h +include/gal-1.0/gal/e-table/e-table-subset.h +include/gal-1.0/gal/e-table/e-table-tooltip.h +include/gal-1.0/gal/e-table/e-table-utils.h +include/gal-1.0/gal/e-table/e-table-without.h +include/gal-1.0/gal/e-table/e-table.h +include/gal-1.0/gal/e-table/e-tree-memory-callbacks.h +include/gal-1.0/gal/e-table/e-tree-memory.h +include/gal-1.0/gal/e-table/e-tree-model.h +include/gal-1.0/gal/e-table/e-tree-scrolled.h +include/gal-1.0/gal/e-table/e-tree-selection-model.h +include/gal-1.0/gal/e-table/e-tree-sorted.h +include/gal-1.0/gal/e-table/e-tree-table-adapter.h +include/gal-1.0/gal/e-table/e-tree.h +include/gal-1.0/gal/e-text/e-completion-match.h +include/gal-1.0/gal/e-text/e-completion-view.h +include/gal-1.0/gal/e-text/e-completion.h +include/gal-1.0/gal/e-text/e-entry.h +include/gal-1.0/gal/e-text/e-table-text-model.h +include/gal-1.0/gal/e-text/e-text-model-repos.h +include/gal-1.0/gal/e-text/e-text-model-uri.h +include/gal-1.0/gal/e-text/e-text-model.h +include/gal-1.0/gal/e-text/e-text.h +include/gal-1.0/gal/menus/gal-define-views-dialog.h +include/gal-1.0/gal/menus/gal-define-views-model.h +include/gal-1.0/gal/menus/gal-view-collection.h +include/gal-1.0/gal/menus/gal-view-etable.h +include/gal-1.0/gal/menus/gal-view-factory-etable.h +include/gal-1.0/gal/menus/gal-view-factory.h +include/gal-1.0/gal/menus/gal-view-instance-save-as-dialog.h +include/gal-1.0/gal/menus/gal-view-instance.h +include/gal-1.0/gal/menus/gal-view-new-dialog.h +include/gal-1.0/gal/menus/gal-view.h +include/gal-1.0/gal/shortcut-bar/e-group-bar.h +include/gal-1.0/gal/shortcut-bar/e-icon-bar-bg-item.h +include/gal-1.0/gal/shortcut-bar/e-icon-bar.h +include/gal-1.0/gal/shortcut-bar/e-shortcut-bar.h +include/gal-1.0/gal/shortcut-bar/e-shortcut-model.h +include/gal-1.0/gal/shortcut-bar/e-vscrolled-bar.h +include/gal-1.0/gal/unicode/gunicode.h +include/gal-1.0/gal/util/e-bit-array.h +include/gal-1.0/gal/util/e-cache.h +include/gal-1.0/gal/util/e-i18n.h +include/gal-1.0/gal/util/e-iconv.h +include/gal-1.0/gal/util/e-sorter-array.h +include/gal-1.0/gal/util/e-sorter.h +include/gal-1.0/gal/util/e-text-event-processor-emacs-like.h +include/gal-1.0/gal/util/e-text-event-processor-types.h +include/gal-1.0/gal/util/e-text-event-processor.h +include/gal-1.0/gal/util/e-unicode-i18n.h +include/gal-1.0/gal/util/e-util.h +include/gal-1.0/gal/util/e-xml-utils.h +include/gal-1.0/gal/widgets/color-group.h +include/gal-1.0/gal/widgets/color-palette.h +include/gal-1.0/gal/widgets/e-canvas-background.h +include/gal-1.0/gal/widgets/e-canvas-utils.h +include/gal-1.0/gal/widgets/e-canvas-vbox.h +include/gal-1.0/gal/widgets/e-canvas.h +include/gal-1.0/gal/widgets/e-categories-master-list-array.h +include/gal-1.0/gal/widgets/e-categories-master-list-combo.h +include/gal-1.0/gal/widgets/e-categories-master-list-dialog-model.h +include/gal-1.0/gal/widgets/e-categories-master-list-dialog.h +include/gal-1.0/gal/widgets/e-categories-master-list-option-menu.h +include/gal-1.0/gal/widgets/e-categories-master-list.h +include/gal-1.0/gal/widgets/e-categories.h +include/gal-1.0/gal/widgets/e-colors.h +include/gal-1.0/gal/widgets/e-cursors.h +include/gal-1.0/gal/widgets/e-file-selection.h +include/gal-1.0/gal/widgets/e-font.h +include/gal-1.0/gal/widgets/e-gui-utils.h +include/gal-1.0/gal/widgets/e-hscrollbar.h +include/gal-1.0/gal/widgets/e-hsv-utils.h +include/gal-1.0/gal/widgets/e-option-menu.h +include/gal-1.0/gal/widgets/e-popup-menu.h +include/gal-1.0/gal/widgets/e-printable.h +include/gal-1.0/gal/widgets/e-reflow-model.h +include/gal-1.0/gal/widgets/e-reflow.h +include/gal-1.0/gal/widgets/e-scroll-frame.h +include/gal-1.0/gal/widgets/e-selection-model-array.h +include/gal-1.0/gal/widgets/e-selection-model-simple.h +include/gal-1.0/gal/widgets/e-selection-model.h +include/gal-1.0/gal/widgets/e-unicode.h +include/gal-1.0/gal/widgets/e-vscrollbar.h +include/gal-1.0/gal/widgets/gtk-combo-box.h +include/gal-1.0/gal/widgets/gtk-combo-stack.h +include/gal-1.0/gal/widgets/gtk-combo-text.h +include/gal-1.0/gal/widgets/widget-color-combo.h +include/gal-1.0/gal/widgets/widget-pixmap-combo.h +lib/libgal.a +lib/libgal.la +lib/libgal.so +lib/libgal.so.23 +libdata/pkgconfig/gal.pc +%%DOCSDIR%%/gal-api.sgml +%%DOCSDIR%%/gal-decl.txt +%%DOCSDIR%%/gal-sections.txt +%%DOCSDIR%%/gal.hierarchy +%%DOCSDIR%%/gal.signals +%%DOCSDIR%%/gal.types +share/etable/%%VERSION%%/glade/e-table-config-no-group.glade +share/etable/%%VERSION%%/glade/e-table-config.glade +share/etable/%%VERSION%%/glade/e-table-field-chooser.glade +share/etable/%%VERSION%%/glade/e-table-group.glade +%%DATADIR%%/%%VERSION%%/glade/e-categories-master-list-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/gal-categories.glade +%%DATADIR%%/%%VERSION%%/glade/gal-define-views.glade +%%DATADIR%%/%%VERSION%%/glade/gal-view-instance-save-as-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/gal-view-new-dialog.glade +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_birthday_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_business_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_favorites_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_gifts_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_goals_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_holiday-cards_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_holiday_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_hot-contacts_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_ideas_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_international_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_key-customer_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_miscellaneous_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_personal_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_phonecalls_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_status_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_strategies_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_suppliers_16.png +%%DATADIR%%/%%VERSION%%/pixmaps/categories/category_time-and-expenses_16.png +share/locale/az/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/eu/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/no/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/gal-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/gal-%%VERSION%%.mo +@dirrm %%DATADIR%%/%%VERSION%%/pixmaps/categories +@dirrm %%DATADIR%%/%%VERSION%%/pixmaps +@dirrm %%DATADIR%%/%%VERSION%%/glade +@dirrm %%DATADIR%%/%%VERSION%% +@dirrm %%DATADIR%% +@dirrm share/etable/%%VERSION%%/glade +@dirrm share/etable/%%VERSION%% +@dirrm share/etable +@dirrm %%DOCSDIR%%/gal +@dirrm %%DOCSDIR%% +@dirrm include/gal-1.0/gal/widgets +@dirrm include/gal-1.0/gal/util +@dirrm include/gal-1.0/gal/unicode +@dirrm include/gal-1.0/gal/shortcut-bar +@dirrm include/gal-1.0/gal/menus +@dirrm include/gal-1.0/gal/e-text +@dirrm include/gal-1.0/gal/e-table +@dirrm include/gal-1.0/gal/e-paned +@dirrm include/gal-1.0/gal +@dirrm include/gal-1.0 +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |