summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-05-18 21:52:55 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-05-18 21:52:55 +0000
commit15a2396d5047b6e8be9934e20bdf5168e598ed2d (patch)
tree901556c11c857d6976f3aeef9a8c7c81158aeae8 /archivers
parentUnbreak and upgrade to 5.0.0.pre4. (diff)
Add fileroller, a GNOME archive manager for zip files, tar, etc.
(Something for those that miss WinZip.)
Notes
Notes: svn path=/head/; revision=59442
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/file-roller/Makefile35
-rw-r--r--archivers/file-roller/distinfo1
-rw-r--r--archivers/file-roller/pkg-comment1
-rw-r--r--archivers/file-roller/pkg-descr24
-rw-r--r--archivers/file-roller/pkg-plist47
-rw-r--r--archivers/fileroller/Makefile35
-rw-r--r--archivers/fileroller/distinfo1
-rw-r--r--archivers/fileroller/pkg-comment1
-rw-r--r--archivers/fileroller/pkg-descr24
-rw-r--r--archivers/fileroller/pkg-plist47
11 files changed, 217 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 8826f5c06f23..a6b6cc77bbef 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -10,6 +10,7 @@
SUBDIR += dact
SUBDIR += deepforest
SUBDIR += fastjar
+ SUBDIR += fileroller
SUBDIR += freeze
SUBDIR += gshar+gunshar
SUBDIR += gtar
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
new file mode 100644
index 000000000000..1004403d9dc5
--- /dev/null
+++ b/archivers/file-roller/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: fileroller
+# Date created: 18 May 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fileroller
+PORTVERSION= 1.0.1
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= file-roller-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
+ lha:${PORTSDIR}/archivers/lha \
+ rar:${PORTSDIR}/archivers/rar \
+ lzop:${PORTSDIR}/archivers/lzop
+
+USE_GNOME= yes
+GNU_CONFIGURE= yes
+
+DOCS= AUTHORS COPYING NEWS README TODO
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo
new file mode 100644
index 000000000000..4bb73f4254af
--- /dev/null
+++ b/archivers/file-roller/distinfo
@@ -0,0 +1 @@
+MD5 (file-roller-1.0.1.tar.gz) = 36b9c9258809cdc1b50121e98cbd2187
diff --git a/archivers/file-roller/pkg-comment b/archivers/file-roller/pkg-comment
new file mode 100644
index 000000000000..4bcb773bfd35
--- /dev/null
+++ b/archivers/file-roller/pkg-comment
@@ -0,0 +1 @@
+An archive manager for zip files, tar, etc.
diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr
new file mode 100644
index 000000000000..66b4bc9dd688
--- /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 000000000000..b318b46344a0
--- /dev/null
+++ b/archivers/file-roller/pkg-plist
@@ -0,0 +1,47 @@
+bin/file-roller
+bin/fr-document-viewer
+share/gnome/application-registry/file-roller.applications
+share/gnome/file-roller/glade/file_roller.glade
+share/gnome/file-roller/glade/file_roller_prop.glade
+share/gnome/file-roller/icons/add.xpm
+share/gnome/file-roller/icons/down.xpm
+share/gnome/file-roller/icons/extract.xpm
+share/gnome/file-roller/icons/file.xpm
+share/gnome/file-roller/icons/folder.xpm
+share/gnome/file-roller/icons/up.xpm
+share/gnome/file-roller/icons/view.xpm
+share/gnome/file-roller/scripts/Add_to_archive
+share/gnome/file-roller/scripts/Extract_here
+share/gnome/file-roller/scripts/Extract_in_a_subfolder
+share/gnome/file-roller/scripts/Extract_to
+share/gnome/file-roller/scripts/README
+share/gnome/gnome/apps/Utilities/file-roller.desktop
+share/gnome/locale/de/LC_MESSAGES/file-roller.mo
+share/gnome/locale/es/LC_MESSAGES/file-roller.mo
+share/gnome/locale/fr_FR/LC_MESSAGES/file-roller.mo
+share/gnome/locale/it/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ja/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ko/LC_MESSAGES/file-roller.mo
+share/gnome/locale/nl/LC_MESSAGES/file-roller.mo
+share/gnome/locale/no/LC_MESSAGES/file-roller.mo
+share/gnome/locale/pl/LC_MESSAGES/file-roller.mo
+share/gnome/locale/pt_BR/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ru/LC_MESSAGES/file-roller.mo
+share/gnome/locale/sv/LC_MESSAGES/file-roller.mo
+share/gnome/mime-info/file-roller.keys
+share/gnome/mime-info/file-roller.mime
+share/gnome/pixmaps/file-roller.png
+@dirrm share/gnome/file-roller/glade
+@dirrm share/gnome/file-roller/icons
+@dirrm share/gnome/file-roller/scripts
+@dirrm share/gnome/file-roller
+@unexec rmdir %D/share/gnome/application-registry 2>/dev/null || true
+@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/* 2>/dev/null || true
+@unexec rmdir %D/share/locale 2>/dev/null || true
+%%PORTDOCS%%share/doc/fileroller/AUTHORS
+%%PORTDOCS%%share/doc/fileroller/COPYING
+%%PORTDOCS%%share/doc/fileroller/NEWS
+%%PORTDOCS%%share/doc/fileroller/README
+%%PORTDOCS%%share/doc/fileroller/TODO
+%%PORTDOCS%%@dirrm share/doc/fileroller
diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile
new file mode 100644
index 000000000000..1004403d9dc5
--- /dev/null
+++ b/archivers/fileroller/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: fileroller
+# Date created: 18 May 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fileroller
+PORTVERSION= 1.0.1
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= file-roller-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
+ lha:${PORTSDIR}/archivers/lha \
+ rar:${PORTSDIR}/archivers/rar \
+ lzop:${PORTSDIR}/archivers/lzop
+
+USE_GNOME= yes
+GNU_CONFIGURE= yes
+
+DOCS= AUTHORS COPYING NEWS README TODO
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/archivers/fileroller/distinfo b/archivers/fileroller/distinfo
new file mode 100644
index 000000000000..4bb73f4254af
--- /dev/null
+++ b/archivers/fileroller/distinfo
@@ -0,0 +1 @@
+MD5 (file-roller-1.0.1.tar.gz) = 36b9c9258809cdc1b50121e98cbd2187
diff --git a/archivers/fileroller/pkg-comment b/archivers/fileroller/pkg-comment
new file mode 100644
index 000000000000..4bcb773bfd35
--- /dev/null
+++ b/archivers/fileroller/pkg-comment
@@ -0,0 +1 @@
+An archive manager for zip files, tar, etc.
diff --git a/archivers/fileroller/pkg-descr b/archivers/fileroller/pkg-descr
new file mode 100644
index 000000000000..66b4bc9dd688
--- /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 000000000000..b318b46344a0
--- /dev/null
+++ b/archivers/fileroller/pkg-plist
@@ -0,0 +1,47 @@
+bin/file-roller
+bin/fr-document-viewer
+share/gnome/application-registry/file-roller.applications
+share/gnome/file-roller/glade/file_roller.glade
+share/gnome/file-roller/glade/file_roller_prop.glade
+share/gnome/file-roller/icons/add.xpm
+share/gnome/file-roller/icons/down.xpm
+share/gnome/file-roller/icons/extract.xpm
+share/gnome/file-roller/icons/file.xpm
+share/gnome/file-roller/icons/folder.xpm
+share/gnome/file-roller/icons/up.xpm
+share/gnome/file-roller/icons/view.xpm
+share/gnome/file-roller/scripts/Add_to_archive
+share/gnome/file-roller/scripts/Extract_here
+share/gnome/file-roller/scripts/Extract_in_a_subfolder
+share/gnome/file-roller/scripts/Extract_to
+share/gnome/file-roller/scripts/README
+share/gnome/gnome/apps/Utilities/file-roller.desktop
+share/gnome/locale/de/LC_MESSAGES/file-roller.mo
+share/gnome/locale/es/LC_MESSAGES/file-roller.mo
+share/gnome/locale/fr_FR/LC_MESSAGES/file-roller.mo
+share/gnome/locale/it/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ja/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ko/LC_MESSAGES/file-roller.mo
+share/gnome/locale/nl/LC_MESSAGES/file-roller.mo
+share/gnome/locale/no/LC_MESSAGES/file-roller.mo
+share/gnome/locale/pl/LC_MESSAGES/file-roller.mo
+share/gnome/locale/pt_BR/LC_MESSAGES/file-roller.mo
+share/gnome/locale/ru/LC_MESSAGES/file-roller.mo
+share/gnome/locale/sv/LC_MESSAGES/file-roller.mo
+share/gnome/mime-info/file-roller.keys
+share/gnome/mime-info/file-roller.mime
+share/gnome/pixmaps/file-roller.png
+@dirrm share/gnome/file-roller/glade
+@dirrm share/gnome/file-roller/icons
+@dirrm share/gnome/file-roller/scripts
+@dirrm share/gnome/file-roller
+@unexec rmdir %D/share/gnome/application-registry 2>/dev/null || true
+@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/* 2>/dev/null || true
+@unexec rmdir %D/share/locale 2>/dev/null || true
+%%PORTDOCS%%share/doc/fileroller/AUTHORS
+%%PORTDOCS%%share/doc/fileroller/COPYING
+%%PORTDOCS%%share/doc/fileroller/NEWS
+%%PORTDOCS%%share/doc/fileroller/README
+%%PORTDOCS%%share/doc/fileroller/TODO
+%%PORTDOCS%%@dirrm share/doc/fileroller