diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:23:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:23:30 +0800 |
commit | 84bae1eda8800f8b3413a64d42aab0ee8c74dede (patch) | |
tree | 0a4452ef0f0111cc1751011d2e4b7bb8525c398e /archivers | |
parent | 852c9fd84723d3e5279b6813d3bd66351c6eaa71 (diff) | |
download | marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar.gz marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar.bz2 marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar.lz marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar.xz marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.tar.zst marcuscom-ports-84bae1eda8800f8b3413a64d42aab0ee8c74dede.zip |
Add fileroller.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@33 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 40 | ||||
-rw-r--r-- | archivers/file-roller/distinfo | 1 | ||||
-rw-r--r-- | archivers/file-roller/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/file-roller/pkg-descr | 24 | ||||
-rw-r--r-- | archivers/file-roller/pkg-plist | 75 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 40 | ||||
-rw-r--r-- | archivers/fileroller/distinfo | 1 | ||||
-rw-r--r-- | archivers/fileroller/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/fileroller/pkg-descr | 24 | ||||
-rw-r--r-- | archivers/fileroller/pkg-plist | 75 |
10 files changed, 282 insertions, 0 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile new file mode 100644 index 000000000..a28b41aab --- /dev/null +++ b/archivers/file-roller/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD: ports/archivers/fileroller/Makefile,v 1.7 2002/10/06 22:19:14 marcus Exp $ +# + +PORTNAME= fileroller +PORTVERSION= 2.1.0 +PORTREVISION= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= file-roller-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui +RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ + lha:${PORTSDIR}/archivers/lha \ + rar:${PORTSDIR}/archivers/rar \ + lzop:${PORTSDIR}/archivers/lzop + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${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 000000000..d85e2b6c6 --- /dev/null +++ b/archivers/file-roller/distinfo @@ -0,0 +1 @@ +MD5 (file-roller-2.1.0.tar.gz) = 60600d747d2de4427739658f2d36cc55 diff --git a/archivers/file-roller/pkg-comment b/archivers/file-roller/pkg-comment new file mode 100644 index 000000000..4bcb773bf --- /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 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..04543e854 --- /dev/null +++ b/archivers/file-roller/pkg-plist @@ -0,0 +1,75 @@ +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 +%%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.glade2 +share/gnome/file-roller/glade/file_roller_prop.glade2 +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/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/mime-info/file-roller.keys +share/gnome/mime-info/file-roller.mime +share/gnome/omf/file-roller/file-roller-C.omf +share/gnome/omf/file-roller/file-roller-ru.omf +share/gnome/pixmaps/file-roller.png +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/de/LC_MESSAGES/file-roller.mo +share/locale/es/LC_MESSAGES/file-roller.mo +share/locale/fr/LC_MESSAGES/file-roller.mo +share/locale/it/LC_MESSAGES/file-roller.mo +share/locale/ja/LC_MESSAGES/file-roller.mo +share/locale/ko/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/sv/LC_MESSAGES/file-roller.mo +share/locale/vi/LC_MESSAGES/file-roller.mo +@dirrm share/gnome/omf/file-roller +@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/scripts +@dirrm share/gnome/file-roller/glade +@dirrm share/gnome/file-roller +@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 diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile new file mode 100644 index 000000000..a28b41aab --- /dev/null +++ b/archivers/fileroller/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD: ports/archivers/fileroller/Makefile,v 1.7 2002/10/06 22:19:14 marcus Exp $ +# + +PORTNAME= fileroller +PORTVERSION= 2.1.0 +PORTREVISION= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= file-roller-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui +RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ + lha:${PORTSDIR}/archivers/lha \ + rar:${PORTSDIR}/archivers/rar \ + lzop:${PORTSDIR}/archivers/lzop + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${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 000000000..d85e2b6c6 --- /dev/null +++ b/archivers/fileroller/distinfo @@ -0,0 +1 @@ +MD5 (file-roller-2.1.0.tar.gz) = 60600d747d2de4427739658f2d36cc55 diff --git a/archivers/fileroller/pkg-comment b/archivers/fileroller/pkg-comment new file mode 100644 index 000000000..4bcb773bf --- /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 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..04543e854 --- /dev/null +++ b/archivers/fileroller/pkg-plist @@ -0,0 +1,75 @@ +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 +%%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.glade2 +share/gnome/file-roller/glade/file_roller_prop.glade2 +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/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/mime-info/file-roller.keys +share/gnome/mime-info/file-roller.mime +share/gnome/omf/file-roller/file-roller-C.omf +share/gnome/omf/file-roller/file-roller-ru.omf +share/gnome/pixmaps/file-roller.png +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/de/LC_MESSAGES/file-roller.mo +share/locale/es/LC_MESSAGES/file-roller.mo +share/locale/fr/LC_MESSAGES/file-roller.mo +share/locale/it/LC_MESSAGES/file-roller.mo +share/locale/ja/LC_MESSAGES/file-roller.mo +share/locale/ko/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/sv/LC_MESSAGES/file-roller.mo +share/locale/vi/LC_MESSAGES/file-roller.mo +@dirrm share/gnome/omf/file-roller +@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/scripts +@dirrm share/gnome/file-roller/glade +@dirrm share/gnome/file-roller +@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 |