diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 14:41:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 14:41:41 +0800 |
commit | cd16f98206bc15fadc25b5e5940e49c736da4800 (patch) | |
tree | 81d39a108b38105971bbb3559675fd4c6a42aa1c /archivers | |
parent | 29bdc28f12fbd2244defc1a1aff770615ea2f2c9 (diff) | |
download | marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar.gz marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar.bz2 marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar.lz marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar.xz marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.tar.zst marcuscom-ports-cd16f98206bc15fadc25b5e5940e49c736da4800.zip |
Add fileroller-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 52 | ||||
-rw-r--r-- | archivers/file-roller/distinfo | 1 | ||||
-rw-r--r-- | archivers/file-roller/files/patch-configure | 10 | ||||
-rw-r--r-- | archivers/file-roller/files/patch-src_fr-command-tar.c | 55 | ||||
-rw-r--r-- | archivers/file-roller/pkg-descr | 24 | ||||
-rw-r--r-- | archivers/file-roller/pkg-plist | 112 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 52 | ||||
-rw-r--r-- | archivers/fileroller/distinfo | 1 | ||||
-rw-r--r-- | archivers/fileroller/files/patch-configure | 10 | ||||
-rw-r--r-- | archivers/fileroller/files/patch-src_fr-command-tar.c | 55 | ||||
-rw-r--r-- | archivers/fileroller/pkg-descr | 24 | ||||
-rw-r--r-- | archivers/fileroller/pkg-plist | 112 |
12 files changed, 508 insertions, 0 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile new file mode 100644 index 000000000..5e494318b --- /dev/null +++ b/archivers/file-roller/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD: ports/archivers/fileroller/Makefile,v 1.16 2003/04/07 20:27:14 marcus Exp $ +# + +PORTNAME= fileroller +PORTVERSION= 2.3.1 +PORTEPOCH= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/file-roller/2.3 +DISTNAME= file-roller-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An archive manager for zip files, tar, etc + +RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ + lzop:${PORTSDIR}/archivers/lzop \ + zoo:${PORTSDIR}/archivers/zoo +.if !exists(/usr/bin/bzip2) +RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if defined(WITH_RAR) || exists(${LOCALBASE}/bin/rar) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.endif + +.if defined(WITH_BZIP) || exists(${LOCALBASE}/bin/bzip) +RUN_DEPENDS+= bzip:${PORTSDIR}/archivers/bzip +.endif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo new file mode 100644 index 000000000..f8a9bf421 --- /dev/null +++ b/archivers/file-roller/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/file-roller-2.3.1.tar.gz) = abd4f86d1d71b502d4c9669201081fc8 diff --git a/archivers/file-roller/files/patch-configure b/archivers/file-roller/files/patch-configure new file mode 100644 index 000000000..53e3c8877 --- /dev/null +++ b/archivers/file-roller/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Dec 10 23:18:40 2002 ++++ configure Tue Dec 10 23:18:59 2002 +@@ -6403,6 +6403,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c new file mode 100644 index 000000000..6ae5fcfa3 --- /dev/null +++ b/archivers/file-roller/files/patch-src_fr-command-tar.c @@ -0,0 +1,55 @@ +--- src/fr-command-tar.c.orig Fri Aug 9 09:10:51 2002 ++++ src/fr-command-tar.c Fri Oct 11 12:14:40 2002 +@@ -117,7 +117,7 @@ + { + int i; + char *field; +- int n = 6; ++ int n = 8; + + n--; + field = eat_spaces (line); +@@ -129,6 +129,10 @@ + return field; + } + ++static char *months[] = { ++ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", ++ "Nov", "Dec" ++}; + + static void + process_line (char *line, +@@ -138,15 +142,30 @@ + FRCommand *comm = FR_COMMAND (data); + char **fields; + char *name_field; ++ int i; ++ struct tm tm = {0, }; ++ char **time_fields; + + g_return_if_fail (line != NULL); + + fdata = file_data_new (); + +- fields = split_line (line, 5); ++ fields = split_line (line, 7); + fdata->size = atol (fields[2]); +- fdata->modified = mktime_from_string (fields[3], fields[4]); ++ for (i = 0; i < 12; i++) { ++ if (!strncmp(fields[3], months[i], 3)) break; ++ } ++ tm.tm_mon = i; ++ tm.tm_year = atoi (fields[6]) - 1900; ++ tm.tm_mday = atoi (fields[4]); ++ time_fields = g_strsplit(fields[5], ":", 2); ++ tm.tm_hour = atoi (time_fields[0]); ++ tm.tm_min = atoi (time_fields[1]); ++ tm.tm_sec = 0; ++ tm.tm_isdst = -1; ++ fdata->modified = mktime(&tm); + g_strfreev (fields); ++ g_strfreev (time_fields); + + /* Full path */ + diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr new file mode 100644 index 000000000..66b4bc9dd --- /dev/null +++ b/archivers/file-roller/pkg-descr @@ -0,0 +1,24 @@ +File Roller is an archive manager for the GNOME environment. Archive manager +means that you can create and modify archives, view the content of an archive, +view a file contained in the archive, and extract files from the archive. + +File Roller is only a front-end (a graphical interface) to archiving programs +like tar and zip. The supported file types are : + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), +bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), +lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +File Roller also has a document viewer based on bonobo that lets you view files +of any type you have a viewer for. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://fileroller.sourceforge.net/ + +- Anders Nordby <anders@FreeBSD.org> diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist new file mode 100644 index 000000000..7de3c0a49 --- /dev/null +++ b/archivers/file-roller/pkg-plist @@ -0,0 +1,112 @@ +bin/file-roller +etc/gconf/gconf.xml.defaults/apps/file-roller/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/general/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/listing/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/ui/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml +etc/gconf/schemas/file-roller.schemas +lib/bonobo/libfile-roller-component.so +libdata/bonobo/servers/File_Roller_Component.server +%%PORTDOCS%%share/doc/fileroller/AUTHORS +%%PORTDOCS%%share/doc/fileroller/NEWS +%%PORTDOCS%%share/doc/fileroller/README +%%PORTDOCS%%share/doc/fileroller/TODO +share/gnome/application-registry/file-roller.applications +share/gnome/applications/file-roller.desktop +share/gnome/file-roller/glade/file_roller.glade +share/gnome/file-roller/glade/file_roller_prop.glade +share/gnome/help/file-roller/C/figures/fr-add-dialog.png +share/gnome/help/file-roller/C/figures/fr-extract.png +share/gnome/help/file-roller/C/figures/fr-mainwindow.png +share/gnome/help/file-roller/C/figures/fr-prefs.png +share/gnome/help/file-roller/C/file-roller.xml +share/gnome/help/file-roller/C/legal.xml +share/gnome/help/file-roller/ru/figures/fr-add-dialog.png +share/gnome/help/file-roller/ru/figures/fr-extract.png +share/gnome/help/file-roller/ru/figures/fr-mainwindow.png +share/gnome/help/file-roller/ru/figures/fr-prefs.png +share/gnome/help/file-roller/ru/file-roller.xml +share/gnome/help/file-roller/ru/legal.xml +share/gnome/help/file-roller/uk/figures/fr-add-dialog.png +share/gnome/help/file-roller/uk/figures/fr-extract.png +share/gnome/help/file-roller/uk/figures/fr-mainwindow.png +share/gnome/help/file-roller/uk/figures/fr-prefs.png +share/gnome/help/file-roller/uk/file-roller.xml +share/gnome/help/file-roller/uk/legal.xml +share/gnome/mime-info/file-roller.keys +share/gnome/mime-info/file-roller.mime +share/gnome/omf/file-roller/file-roller-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/file-roller/file-roller-ru.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/file-roller/file-roller-uk.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-uk.omf +2>/dev/null || /usr/bin/true +share/gnome/pixmaps/file-roller.png +share/locale/am/LC_MESSAGES/file-roller.mo +share/locale/az/LC_MESSAGES/file-roller.mo +share/locale/be/LC_MESSAGES/file-roller.mo +share/locale/bg/LC_MESSAGES/file-roller.mo +share/locale/ca/LC_MESSAGES/file-roller.mo +share/locale/cs/LC_MESSAGES/file-roller.mo +share/locale/da/LC_MESSAGES/file-roller.mo +share/locale/de/LC_MESSAGES/file-roller.mo +share/locale/el/LC_MESSAGES/file-roller.mo +share/locale/es/LC_MESSAGES/file-roller.mo +share/locale/et/LC_MESSAGES/file-roller.mo +share/locale/fa/LC_MESSAGES/file-roller.mo +share/locale/fi/LC_MESSAGES/file-roller.mo +share/locale/fr/LC_MESSAGES/file-roller.mo +share/locale/ga/LC_MESSAGES/file-roller.mo +share/locale/he/LC_MESSAGES/file-roller.mo +share/locale/hi/LC_MESSAGES/file-roller.mo +share/locale/hu/LC_MESSAGES/file-roller.mo +share/locale/it/LC_MESSAGES/file-roller.mo +share/locale/ja/LC_MESSAGES/file-roller.mo +share/locale/kn/LC_MESSAGES/file-roller.mo +share/locale/ko/LC_MESSAGES/file-roller.mo +share/locale/lv/LC_MESSAGES/file-roller.mo +share/locale/mk/LC_MESSAGES/file-roller.mo +share/locale/ml/LC_MESSAGES/file-roller.mo +share/locale/mn/LC_MESSAGES/file-roller.mo +share/locale/ms/LC_MESSAGES/file-roller.mo +share/locale/nl/LC_MESSAGES/file-roller.mo +share/locale/no/LC_MESSAGES/file-roller.mo +share/locale/pl/LC_MESSAGES/file-roller.mo +share/locale/pt_BR/LC_MESSAGES/file-roller.mo +share/locale/ro/LC_MESSAGES/file-roller.mo +share/locale/ru/LC_MESSAGES/file-roller.mo +share/locale/sk/LC_MESSAGES/file-roller.mo +share/locale/sl/LC_MESSAGES/file-roller.mo +share/locale/sq/LC_MESSAGES/file-roller.mo +share/locale/sv/LC_MESSAGES/file-roller.mo +share/locale/tr/LC_MESSAGES/file-roller.mo +share/locale/uk/LC_MESSAGES/file-roller.mo +share/locale/vi/LC_MESSAGES/file-roller.mo +share/locale/zh_CN/LC_MESSAGES/file-roller.mo +share/locale/zh_TW/LC_MESSAGES/file-roller.mo +@dirrm share/gnome/omf/file-roller +@dirrm share/gnome/help/file-roller/uk/figures +@dirrm share/gnome/help/file-roller/uk +@dirrm share/gnome/help/file-roller/ru/figures +@dirrm share/gnome/help/file-roller/ru +@dirrm share/gnome/help/file-roller/C/figures +@dirrm share/gnome/help/file-roller/C +@dirrm share/gnome/help/file-roller +@dirrm share/gnome/file-roller/glade +@dirrm share/gnome/file-roller +%%PORTDOCS%%@dirrm share/doc/fileroller +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/ui +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-uk.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile new file mode 100644 index 000000000..5e494318b --- /dev/null +++ b/archivers/fileroller/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD: ports/archivers/fileroller/Makefile,v 1.16 2003/04/07 20:27:14 marcus Exp $ +# + +PORTNAME= fileroller +PORTVERSION= 2.3.1 +PORTEPOCH= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/file-roller/2.3 +DISTNAME= file-roller-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An archive manager for zip files, tar, etc + +RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ + lzop:${PORTSDIR}/archivers/lzop \ + zoo:${PORTSDIR}/archivers/zoo +.if !exists(/usr/bin/bzip2) +RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if defined(WITH_RAR) || exists(${LOCALBASE}/bin/rar) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.endif + +.if defined(WITH_BZIP) || exists(${LOCALBASE}/bin/bzip) +RUN_DEPENDS+= bzip:${PORTSDIR}/archivers/bzip +.endif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/archivers/fileroller/distinfo b/archivers/fileroller/distinfo new file mode 100644 index 000000000..f8a9bf421 --- /dev/null +++ b/archivers/fileroller/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/file-roller-2.3.1.tar.gz) = abd4f86d1d71b502d4c9669201081fc8 diff --git a/archivers/fileroller/files/patch-configure b/archivers/fileroller/files/patch-configure new file mode 100644 index 000000000..53e3c8877 --- /dev/null +++ b/archivers/fileroller/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Dec 10 23:18:40 2002 ++++ configure Tue Dec 10 23:18:59 2002 +@@ -6403,6 +6403,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/archivers/fileroller/files/patch-src_fr-command-tar.c b/archivers/fileroller/files/patch-src_fr-command-tar.c new file mode 100644 index 000000000..6ae5fcfa3 --- /dev/null +++ b/archivers/fileroller/files/patch-src_fr-command-tar.c @@ -0,0 +1,55 @@ +--- src/fr-command-tar.c.orig Fri Aug 9 09:10:51 2002 ++++ src/fr-command-tar.c Fri Oct 11 12:14:40 2002 +@@ -117,7 +117,7 @@ + { + int i; + char *field; +- int n = 6; ++ int n = 8; + + n--; + field = eat_spaces (line); +@@ -129,6 +129,10 @@ + return field; + } + ++static char *months[] = { ++ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", ++ "Nov", "Dec" ++}; + + static void + process_line (char *line, +@@ -138,15 +142,30 @@ + FRCommand *comm = FR_COMMAND (data); + char **fields; + char *name_field; ++ int i; ++ struct tm tm = {0, }; ++ char **time_fields; + + g_return_if_fail (line != NULL); + + fdata = file_data_new (); + +- fields = split_line (line, 5); ++ fields = split_line (line, 7); + fdata->size = atol (fields[2]); +- fdata->modified = mktime_from_string (fields[3], fields[4]); ++ for (i = 0; i < 12; i++) { ++ if (!strncmp(fields[3], months[i], 3)) break; ++ } ++ tm.tm_mon = i; ++ tm.tm_year = atoi (fields[6]) - 1900; ++ tm.tm_mday = atoi (fields[4]); ++ time_fields = g_strsplit(fields[5], ":", 2); ++ tm.tm_hour = atoi (time_fields[0]); ++ tm.tm_min = atoi (time_fields[1]); ++ tm.tm_sec = 0; ++ tm.tm_isdst = -1; ++ fdata->modified = mktime(&tm); + g_strfreev (fields); ++ g_strfreev (time_fields); + + /* Full path */ + diff --git a/archivers/fileroller/pkg-descr b/archivers/fileroller/pkg-descr new file mode 100644 index 000000000..66b4bc9dd --- /dev/null +++ b/archivers/fileroller/pkg-descr @@ -0,0 +1,24 @@ +File Roller is an archive manager for the GNOME environment. Archive manager +means that you can create and modify archives, view the content of an archive, +view a file contained in the archive, and extract files from the archive. + +File Roller is only a front-end (a graphical interface) to archiving programs +like tar and zip. The supported file types are : + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), +bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), +lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +File Roller also has a document viewer based on bonobo that lets you view files +of any type you have a viewer for. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://fileroller.sourceforge.net/ + +- Anders Nordby <anders@FreeBSD.org> diff --git a/archivers/fileroller/pkg-plist b/archivers/fileroller/pkg-plist new file mode 100644 index 000000000..7de3c0a49 --- /dev/null +++ b/archivers/fileroller/pkg-plist @@ -0,0 +1,112 @@ +bin/file-roller +etc/gconf/gconf.xml.defaults/apps/file-roller/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/general/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/listing/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/file-roller/ui/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml +etc/gconf/schemas/file-roller.schemas +lib/bonobo/libfile-roller-component.so +libdata/bonobo/servers/File_Roller_Component.server +%%PORTDOCS%%share/doc/fileroller/AUTHORS +%%PORTDOCS%%share/doc/fileroller/NEWS +%%PORTDOCS%%share/doc/fileroller/README +%%PORTDOCS%%share/doc/fileroller/TODO +share/gnome/application-registry/file-roller.applications +share/gnome/applications/file-roller.desktop +share/gnome/file-roller/glade/file_roller.glade +share/gnome/file-roller/glade/file_roller_prop.glade +share/gnome/help/file-roller/C/figures/fr-add-dialog.png +share/gnome/help/file-roller/C/figures/fr-extract.png +share/gnome/help/file-roller/C/figures/fr-mainwindow.png +share/gnome/help/file-roller/C/figures/fr-prefs.png +share/gnome/help/file-roller/C/file-roller.xml +share/gnome/help/file-roller/C/legal.xml +share/gnome/help/file-roller/ru/figures/fr-add-dialog.png +share/gnome/help/file-roller/ru/figures/fr-extract.png +share/gnome/help/file-roller/ru/figures/fr-mainwindow.png +share/gnome/help/file-roller/ru/figures/fr-prefs.png +share/gnome/help/file-roller/ru/file-roller.xml +share/gnome/help/file-roller/ru/legal.xml +share/gnome/help/file-roller/uk/figures/fr-add-dialog.png +share/gnome/help/file-roller/uk/figures/fr-extract.png +share/gnome/help/file-roller/uk/figures/fr-mainwindow.png +share/gnome/help/file-roller/uk/figures/fr-prefs.png +share/gnome/help/file-roller/uk/file-roller.xml +share/gnome/help/file-roller/uk/legal.xml +share/gnome/mime-info/file-roller.keys +share/gnome/mime-info/file-roller.mime +share/gnome/omf/file-roller/file-roller-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/file-roller/file-roller-ru.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/file-roller/file-roller-uk.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-uk.omf +2>/dev/null || /usr/bin/true +share/gnome/pixmaps/file-roller.png +share/locale/am/LC_MESSAGES/file-roller.mo +share/locale/az/LC_MESSAGES/file-roller.mo +share/locale/be/LC_MESSAGES/file-roller.mo +share/locale/bg/LC_MESSAGES/file-roller.mo +share/locale/ca/LC_MESSAGES/file-roller.mo +share/locale/cs/LC_MESSAGES/file-roller.mo +share/locale/da/LC_MESSAGES/file-roller.mo +share/locale/de/LC_MESSAGES/file-roller.mo +share/locale/el/LC_MESSAGES/file-roller.mo +share/locale/es/LC_MESSAGES/file-roller.mo +share/locale/et/LC_MESSAGES/file-roller.mo +share/locale/fa/LC_MESSAGES/file-roller.mo +share/locale/fi/LC_MESSAGES/file-roller.mo +share/locale/fr/LC_MESSAGES/file-roller.mo +share/locale/ga/LC_MESSAGES/file-roller.mo +share/locale/he/LC_MESSAGES/file-roller.mo +share/locale/hi/LC_MESSAGES/file-roller.mo +share/locale/hu/LC_MESSAGES/file-roller.mo +share/locale/it/LC_MESSAGES/file-roller.mo +share/locale/ja/LC_MESSAGES/file-roller.mo +share/locale/kn/LC_MESSAGES/file-roller.mo +share/locale/ko/LC_MESSAGES/file-roller.mo +share/locale/lv/LC_MESSAGES/file-roller.mo +share/locale/mk/LC_MESSAGES/file-roller.mo +share/locale/ml/LC_MESSAGES/file-roller.mo +share/locale/mn/LC_MESSAGES/file-roller.mo +share/locale/ms/LC_MESSAGES/file-roller.mo +share/locale/nl/LC_MESSAGES/file-roller.mo +share/locale/no/LC_MESSAGES/file-roller.mo +share/locale/pl/LC_MESSAGES/file-roller.mo +share/locale/pt_BR/LC_MESSAGES/file-roller.mo +share/locale/ro/LC_MESSAGES/file-roller.mo +share/locale/ru/LC_MESSAGES/file-roller.mo +share/locale/sk/LC_MESSAGES/file-roller.mo +share/locale/sl/LC_MESSAGES/file-roller.mo +share/locale/sq/LC_MESSAGES/file-roller.mo +share/locale/sv/LC_MESSAGES/file-roller.mo +share/locale/tr/LC_MESSAGES/file-roller.mo +share/locale/uk/LC_MESSAGES/file-roller.mo +share/locale/vi/LC_MESSAGES/file-roller.mo +share/locale/zh_CN/LC_MESSAGES/file-roller.mo +share/locale/zh_TW/LC_MESSAGES/file-roller.mo +@dirrm share/gnome/omf/file-roller +@dirrm share/gnome/help/file-roller/uk/figures +@dirrm share/gnome/help/file-roller/uk +@dirrm share/gnome/help/file-roller/ru/figures +@dirrm share/gnome/help/file-roller/ru +@dirrm share/gnome/help/file-roller/C/figures +@dirrm share/gnome/help/file-roller/C +@dirrm share/gnome/help/file-roller +@dirrm share/gnome/file-roller/glade +@dirrm share/gnome/file-roller +%%PORTDOCS%%@dirrm share/doc/fileroller +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/ui +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general +@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-uk.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true |