diff options
-rw-r--r-- | www/gtkhtml3/Makefile | 52 | ||||
-rw-r--r-- | www/gtkhtml3/distinfo | 2 | ||||
-rw-r--r-- | www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c | 13 | ||||
-rw-r--r-- | www/gtkhtml3/pkg-descr | 3 | ||||
-rw-r--r-- | www/gtkhtml3/pkg-plist | 169 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 55 | ||||
-rw-r--r-- | x11-fm/nautilus/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in | 8 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c | 12 | ||||
-rw-r--r-- | x11-fm/nautilus/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fm/nautilus/pkg-plist | 321 | ||||
-rw-r--r-- | x11-toolkits/unique/Makefile | 42 | ||||
-rw-r--r-- | x11-toolkits/unique/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/unique/pkg-descr | 12 | ||||
-rw-r--r-- | x11-toolkits/unique/pkg-plist | 32 |
16 files changed, 0 insertions, 740 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index ebf57767a..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.183 2012/03/13 01:34:32 mezz Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.32.1 -PORTREVISION= 2 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION="3.14" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|-DGTK_DISABLE_DEPRECATED||g ; \ - s|-DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ - ${WRKSRC}/components/editor/Makefile.in - @${REINPLACE_CMD} -e 's|G_CONST_RETURN||g' \ - ${WRKSRC}/a11y/*.[ch] - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 59301a05e..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtkhtml-3.32.1.tar.bz2) = 78b6da6c1f4f61947f77de505a626a028ee3ecb6ad3c7c06cc4a6273e16d95c6 -SIZE (gnome2/gtkhtml-3.32.1.tar.bz2) = 1196875 diff --git a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c deleted file mode 100644 index ec390b5d8..000000000 --- a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000 -+++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000 -@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d - - gtk_dialog_add_button ( - GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); -- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -+#if !GTK_CHECK_VERSION(2,90,7) -+ g_object_set (dialog, "has-separator", FALSE, NULL); -+#endif - gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker")); - gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); - diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkHTML is a lightweight HTML rendering, printing, and editing engine. - -WWW: http://www.ximian.com/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index fe5d58315..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/gtkhtml3-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor-%%VERSION%%.a -lib/libgtkhtml-editor-%%VERSION%%.la -lib/libgtkhtml-editor-%%VERSION%%.so -lib/libgtkhtml-editor-%%VERSION%%.so.0 -libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/af/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile deleted file mode 100644 index 72515f2df..000000000 --- a/x11-fm/nautilus/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# -# $FreeBSD$ -# $MCom: ports/x11-fm/nautilus/Makefile,v 1.211 2011/10/24 10:05:09 kwm Exp $ -# - -PORTNAME= nautilus -PORTVERSION= 2.32.2.1 -PORTREVISION= 3 -CATEGORIES= x11-fm gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= File manager for the GNOME desktop - -BUILD_DEPENDS= g-ir-compiler:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - exempi.3:${PORTSDIR}/textproc/exempi - -CONFLICTS= nautilus-3.[0-9]* - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - librsvg2 desktopfileutils ltverhack gvfs ltasneededhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --enable-static --disable-packagekit -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= apps_nautilus_preferences.schemas - -MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ - nautilus.1 - -post-patch: - @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ - ${WRKSRC}/eel/eel-*.[ch] \ - ${WRKSRC}/libnautilus-private/*.[ch] \ - ${WRKSRC}/src/nautilus-zoom-control.c - -post-install: - @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo deleted file mode 100644 index 462ba6888..000000000 --- a/x11-fm/nautilus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/nautilus-2.32.2.1.tar.bz2) = 802dacc98c697afea2e6201dab1c8c800809f235fff39857983efb4340ecc303 -SIZE (gnome2/nautilus-2.32.2.1.tar.bz2) = 6350203 diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in deleted file mode 100644 index a4f79ca6b..000000000 --- a/x11-fm/nautilus/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Wed Nov 24 13:14:21 2004 -+++ Makefile.in Wed Nov 24 13:14:47 2004 -@@ -183,7 +183,6 @@ - libbackground \ - libnautilus-private \ - src \ -- test \ - po \ - data \ - icons \ diff --git a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in b/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in deleted file mode 100644 index 448a4f6b0..000000000 --- a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in +++ /dev/null @@ -1,8 +0,0 @@ ---- data/nautilus.desktop.in.in.orig 2009-04-25 17:13:18.000000000 -0400 -+++ data/nautilus.desktop.in.in 2009-04-25 17:13:32.000000000 -0400 -@@ -15,4 +15,5 @@ X-GNOME-Bugzilla-Version=@VERSION@ - X-GNOME-Autostart-Phase=Desktop - X-GNOME-Autostart-Notify=true - X-GNOME-AutoRestart=true -+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop - X-GNOME-Provides=filemanager diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c deleted file mode 100644 index d709dec1e..000000000 --- a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 -+++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 -@@ -89,9 +89,7 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H --#if HAVE_SYS_PARAM_H - #include <sys/param.h> --#endif - #include <sys/mount.h> - #endif - diff --git a/x11-fm/nautilus/pkg-descr b/x11-fm/nautilus/pkg-descr deleted file mode 100644 index b4f3fd678..000000000 --- a/x11-fm/nautilus/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Nautilus is a file manager tightly integrated into the GNOME destkop. -It is also responsible for desktop and icon management, and provides -an intuitive interface for accessing files and webpages. - -WWW: http://www.gnome.org/projects/nautilus/ diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist deleted file mode 100644 index b6e4f3b32..000000000 --- a/x11-fm/nautilus/pkg-plist +++ /dev/null @@ -1,321 +0,0 @@ -bin/nautilus -bin/nautilus-autorun-software -bin/nautilus-connect-server -bin/nautilus-file-management-properties -include/nautilus/libnautilus-extension/nautilus-column-provider.h -include/nautilus/libnautilus-extension/nautilus-column.h -include/nautilus/libnautilus-extension/nautilus-extension-types.h -include/nautilus/libnautilus-extension/nautilus-file-info.h -include/nautilus/libnautilus-extension/nautilus-info-provider.h -include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h -include/nautilus/libnautilus-extension/nautilus-menu-item.h -include/nautilus/libnautilus-extension/nautilus-menu-provider.h -include/nautilus/libnautilus-extension/nautilus-menu.h -include/nautilus/libnautilus-extension/nautilus-property-page-provider.h -include/nautilus/libnautilus-extension/nautilus-property-page.h -lib/girepository-1.0/Nautilus-2.0.typelib -lib/libnautilus-extension.a -lib/libnautilus-extension.la -lib/libnautilus-extension.so -lib/libnautilus-extension.so.1 -libexec/nautilus-convert-metadata -libdata/pkgconfig/libnautilus-extension.pc -share/applications/nautilus-autorun-software.desktop -share/applications/nautilus-browser.desktop -share/applications/nautilus-computer.desktop -share/applications/nautilus-file-management-properties.desktop -share/applications/nautilus-folder-handler.desktop -share/applications/nautilus-home.desktop -share/applications/nautilus.desktop -share/applications/network-scheme.desktop -share/doc/libnautilus-extension/ch01.html -share/doc/libnautilus-extension/home.png -share/doc/libnautilus-extension/index.html -share/doc/libnautilus-extension/index.sgml -share/doc/libnautilus-extension/ix01.html -share/doc/libnautilus-extension/left.png -share/doc/libnautilus-extension/libnautilus-extension.devhelp -share/doc/libnautilus-extension/libnautilus-extension.devhelp2 -share/doc/libnautilus-extension/libnautilus-extension-nautilus-column.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-column-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-extension-types.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-file-info.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-info-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-location-widget-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page-provider.html -share/doc/libnautilus-extension/pt01.html -share/doc/libnautilus-extension/right.png -share/doc/libnautilus-extension/style.css -share/doc/libnautilus-extension/up.png -share/gir-1.0/Nautilus-2.0.gir -share/icons/hicolor/16x16/apps/nautilus.png -share/icons/hicolor/22x22/apps/nautilus.png -share/icons/hicolor/24x24/apps/nautilus.png -share/icons/hicolor/32x32/apps/nautilus.png -share/icons/hicolor/scalable/apps/nautilus.svg -share/locale/af/LC_MESSAGES/nautilus.mo -share/locale/am/LC_MESSAGES/nautilus.mo -share/locale/ar/LC_MESSAGES/nautilus.mo -share/locale/as/LC_MESSAGES/nautilus.mo -share/locale/ast/LC_MESSAGES/nautilus.mo -share/locale/az/LC_MESSAGES/nautilus.mo -share/locale/be/LC_MESSAGES/nautilus.mo -share/locale/be@latin/LC_MESSAGES/nautilus.mo -share/locale/bg/LC_MESSAGES/nautilus.mo -share/locale/bn/LC_MESSAGES/nautilus.mo -share/locale/bn_IN/LC_MESSAGES/nautilus.mo -share/locale/br/LC_MESSAGES/nautilus.mo -share/locale/bs/LC_MESSAGES/nautilus.mo -share/locale/ca/LC_MESSAGES/nautilus.mo -share/locale/ca@valencia/LC_MESSAGES/nautilus.mo -share/locale/crh/LC_MESSAGES/nautilus.mo -share/locale/cs/LC_MESSAGES/nautilus.mo -share/locale/cy/LC_MESSAGES/nautilus.mo -share/locale/da/LC_MESSAGES/nautilus.mo -share/locale/de/LC_MESSAGES/nautilus.mo -share/locale/dz/LC_MESSAGES/nautilus.mo -share/locale/el/LC_MESSAGES/nautilus.mo -share/locale/en@shaw/LC_MESSAGES/nautilus.mo -share/locale/en_CA/LC_MESSAGES/nautilus.mo -share/locale/en_GB/LC_MESSAGES/nautilus.mo -share/locale/eo/LC_MESSAGES/nautilus.mo -share/locale/es/LC_MESSAGES/nautilus.mo -share/locale/et/LC_MESSAGES/nautilus.mo -share/locale/eu/LC_MESSAGES/nautilus.mo -share/locale/fa/LC_MESSAGES/nautilus.mo -share/locale/fi/LC_MESSAGES/nautilus.mo -share/locale/fr/LC_MESSAGES/nautilus.mo -share/locale/fy/LC_MESSAGES/nautilus.mo -share/locale/fur/LC_MESSAGES/nautilus.mo -share/locale/ga/LC_MESSAGES/nautilus.mo -share/locale/gl/LC_MESSAGES/nautilus.mo -share/locale/gu/LC_MESSAGES/nautilus.mo -share/locale/gv/LC_MESSAGES/nautilus.mo -share/locale/ha/LC_MESSAGES/nautilus.mo -share/locale/he/LC_MESSAGES/nautilus.mo -share/locale/hi/LC_MESSAGES/nautilus.mo -share/locale/hr/LC_MESSAGES/nautilus.mo -share/locale/hu/LC_MESSAGES/nautilus.mo -share/locale/hy/LC_MESSAGES/nautilus.mo -share/locale/id/LC_MESSAGES/nautilus.mo -share/locale/ig/LC_MESSAGES/nautilus.mo -share/locale/io/LC_MESSAGES/nautilus.mo -share/locale/is/LC_MESSAGES/nautilus.mo -share/locale/it/LC_MESSAGES/nautilus.mo -share/locale/ja/LC_MESSAGES/nautilus.mo -share/locale/ka/LC_MESSAGES/nautilus.mo -share/locale/kk/LC_MESSAGES/nautilus.mo -share/locale/km/LC_MESSAGES/nautilus.mo -share/locale/kn/LC_MESSAGES/nautilus.mo -share/locale/ko/LC_MESSAGES/nautilus.mo -share/locale/ku/LC_MESSAGES/nautilus.mo -share/locale/li/LC_MESSAGES/nautilus.mo -share/locale/lt/LC_MESSAGES/nautilus.mo -share/locale/lv/LC_MESSAGES/nautilus.mo -share/locale/mai/LC_MESSAGES/nautilus.mo -share/locale/mg/LC_MESSAGES/nautilus.mo -share/locale/mi/LC_MESSAGES/nautilus.mo -share/locale/mk/LC_MESSAGES/nautilus.mo -share/locale/ml/LC_MESSAGES/nautilus.mo -share/locale/mn/LC_MESSAGES/nautilus.mo -share/locale/mr/LC_MESSAGES/nautilus.mo -share/locale/ms/LC_MESSAGES/nautilus.mo -share/locale/nb/LC_MESSAGES/nautilus.mo -share/locale/nds/LC_MESSAGES/nautilus.mo -share/locale/ne/LC_MESSAGES/nautilus.mo -share/locale/nl/LC_MESSAGES/nautilus.mo -share/locale/nn/LC_MESSAGES/nautilus.mo -share/locale/nso/LC_MESSAGES/nautilus.mo -share/locale/oc/LC_MESSAGES/nautilus.mo -share/locale/or/LC_MESSAGES/nautilus.mo -share/locale/pa/LC_MESSAGES/nautilus.mo -share/locale/pl/LC_MESSAGES/nautilus.mo -share/locale/ps/LC_MESSAGES/nautilus.mo -share/locale/pt/LC_MESSAGES/nautilus.mo -share/locale/pt_BR/LC_MESSAGES/nautilus.mo -share/locale/ro/LC_MESSAGES/nautilus.mo -share/locale/ru/LC_MESSAGES/nautilus.mo -share/locale/rw/LC_MESSAGES/nautilus.mo -share/locale/si/LC_MESSAGES/nautilus.mo -share/locale/sk/LC_MESSAGES/nautilus.mo -share/locale/sl/LC_MESSAGES/nautilus.mo -share/locale/sq/LC_MESSAGES/nautilus.mo -share/locale/sr/LC_MESSAGES/nautilus.mo -share/locale/sr@latin/LC_MESSAGES/nautilus.mo -share/locale/sr@ije/LC_MESSAGES/nautilus.mo -share/locale/sv/LC_MESSAGES/nautilus.mo -share/locale/ta/LC_MESSAGES/nautilus.mo -share/locale/te/LC_MESSAGES/nautilus.mo -share/locale/th/LC_MESSAGES/nautilus.mo -share/locale/tk/LC_MESSAGES/nautilus.mo -share/locale/tr/LC_MESSAGES/nautilus.mo -share/locale/ug/LC_MESSAGES/nautilus.mo -share/locale/uk/LC_MESSAGES/nautilus.mo -share/locale/uz/LC_MESSAGES/nautilus.mo -share/locale/uz@cyrillic/LC_MESSAGES/nautilus.mo -share/locale/vi/LC_MESSAGES/nautilus.mo -share/locale/wa/LC_MESSAGES/nautilus.mo -share/locale/xh/LC_MESSAGES/nautilus.mo -share/locale/yi/LC_MESSAGES/nautilus.mo -share/locale/yo/LC_MESSAGES/nautilus.mo -share/locale/zh_CN/LC_MESSAGES/nautilus.mo -share/locale/zh_HK/LC_MESSAGES/nautilus.mo -share/locale/zh_TW/LC_MESSAGES/nautilus.mo -share/locale/zu/LC_MESSAGES/nautilus.mo -share/mime/packages/nautilus.xml -%%DATADIR%%/browser.xml -%%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/48x48/emblems/emblem-note.png -%%DATADIR%%/nautilus-extras.placeholder -%%DATADIR%%/nautilus-suggested.placeholder -%%DATADIR%%/patterns/blue_gray_rough.png -%%DATADIR%%/patterns/blue_ridge.png -%%DATADIR%%/patterns/blue_type.png -%%DATADIR%%/patterns/brushed_metal.png -%%DATADIR%%/patterns/burlap.jpg -%%DATADIR%%/patterns/camouflage.png -%%DATADIR%%/patterns/chalk.jpg -%%DATADIR%%/patterns/cork.png -%%DATADIR%%/patterns/countertop.png -%%DATADIR%%/patterns/dark-gnome.jpg -%%DATADIR%%/patterns/dots.png -%%DATADIR%%/patterns/fibers.png -%%DATADIR%%/patterns/fleur_de_lis.png -%%DATADIR%%/patterns/floral.png -%%DATADIR%%/patterns/fossil.png -%%DATADIR%%/patterns/gnome.jpg -%%DATADIR%%/patterns/green_weave.png -%%DATADIR%%/patterns/ice.png -%%DATADIR%%/patterns/manila_paper.png -%%DATADIR%%/patterns/moss_ridge.png -%%DATADIR%%/patterns/numbers.png -%%DATADIR%%/patterns/ocean_stripes.png -%%DATADIR%%/patterns/purple_marble.png -%%DATADIR%%/patterns/reset.png -%%DATADIR%%/patterns/ridged_paper.png -%%DATADIR%%/patterns/rough_paper.png -%%DATADIR%%/patterns/sky_ridge.png -%%DATADIR%%/patterns/snow_ridge.png -%%DATADIR%%/patterns/stucco.jpg -%%DATADIR%%/patterns/terracotta.png -%%DATADIR%%/patterns/wavy_white.png -%%DATADIR%%/ui/nautilus-bookmarks-window.ui -%%DATADIR%%/ui/nautilus-file-management-properties.ui -%%DATADIR%%/ui/nautilus-desktop-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-directory-view-ui.xml -%%DATADIR%%/ui/nautilus-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-list-view-ui.xml -%%DATADIR%%/ui/nautilus-navigation-window-ui.xml -%%DATADIR%%/ui/nautilus-shell-ui.xml -%%DATADIR%%/ui/nautilus-spatial-window-ui.xml -share/pixmaps/nautilus/audio.svg -share/pixmaps/nautilus/backgrounds.png -share/pixmaps/nautilus/chit_frame.png -share/pixmaps/nautilus/colors.png -share/pixmaps/nautilus/emblems.png -share/pixmaps/nautilus/erase.png -share/pixmaps/nautilus/knob.png -share/pixmaps/nautilus/thumbnail_frame.png -@dirrm share/pixmaps/nautilus -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/patterns -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@exec /bin/mkdir -p %D/lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus -@dirrm include/nautilus/libnautilus-extension -@dirrm include/nautilus -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrm share/doc/libnautilus-extension -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/gv/LC_MESSAGES -@dirrmtry share/locale/gv -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile deleted file mode 100644 index 8764622f6..000000000 --- a/x11-toolkits/unique/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: libunique -# Date created: 22 Feb 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.11 2011/10/24 08:10:28 kwm Exp $ -# - -PORTNAME= unique -PORTVERSION= 1.1.6 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ -DISTNAME= lib${PORTNAME}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Library for single instance applications - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_XORG= ice -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 gnomeprefix ltverhack:2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-maintainer-flags -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/configure ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ - ${WRKSRC}/unique/uniqueapp.c \ - ${WRKSRC}/unique/uniquebackend.[ch] \ - ${WRKSRC}/unique/uniqueinternals.h \ - ${WRKSRC}/unique/uniquemessage.[ch] - -.include <bsd.port.mk> diff --git a/x11-toolkits/unique/distinfo b/x11-toolkits/unique/distinfo deleted file mode 100644 index c8103ca7d..000000000 --- a/x11-toolkits/unique/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libunique-1.1.6.tar.bz2) = e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb -SIZE (libunique-1.1.6.tar.bz2) = 335534 diff --git a/x11-toolkits/unique/pkg-descr b/x11-toolkits/unique/pkg-descr deleted file mode 100644 index 01b924566..000000000 --- a/x11-toolkits/unique/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Unique is a library for writing single instance application. If you launch a -single instance application twice, the second instance will either just quit -or will send a message to the running instance. - -Unique makes it easy to write this kind of applications, by providing a base -class, taking care of all the IPC machinery needed to send messages to a -running instance, and also handling the startup notification side. - -Unique aims to replace the BaconMessageConnection code that has been copied -by many projects and the code using Bonobo and D-Bus. - -WWW: http://live.gnome.org/LibUnique diff --git a/x11-toolkits/unique/pkg-plist b/x11-toolkits/unique/pkg-plist deleted file mode 100644 index 37507d057..000000000 --- a/x11-toolkits/unique/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -include/unique-1.0/unique/unique.h -include/unique-1.0/unique/uniqueapp.h -include/unique-1.0/unique/uniquebackend.h -include/unique-1.0/unique/uniqueenumtypes.h -include/unique-1.0/unique/uniquemessage.h -include/unique-1.0/unique/uniqueversion.h -lib/girepository-1.0/Unique-1.0.typelib -lib/libunique-1.0.a -lib/libunique-1.0.la -lib/libunique-1.0.so -lib/libunique-1.0.so.2 -libdata/pkgconfig/unique-1.0.pc -share/gir-1.0/Unique-1.0.gir -%%DOCSDIR%%/UniqueApp.html -%%DOCSDIR%%/UniqueBackend.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/unique-Message-Data.html -%%DOCSDIR%%/unique-Versioning-Information.html -%%DOCSDIR%%/unique-overview.html -%%DOCSDIR%%/unique.devhelp -%%DOCSDIR%%/unique.devhelp2 -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/unique-1.0/unique -@dirrm include/unique-1.0 |