From cdd432e327985f1ec7440631681a9c254062d9e9 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 21 Apr 2002 11:25:07 +0000 Subject: Initial import of rox-base-1.0.2, a set of resources used (among others) by the ROX filer. Provided in pkg/16318 by Rui-Xiang Guo --- sysutils/rox-base/DESCR | 7 +++++++ sysutils/rox-base/MESSAGE | 8 ++++++++ sysutils/rox-base/Makefile | 24 +++++++++++++++++++++++ sysutils/rox-base/PLIST | 49 ++++++++++++++++++++++++++++++++++++++++++++++ sysutils/rox-base/distinfo | 4 ++++ 5 files changed, 92 insertions(+) create mode 100644 sysutils/rox-base/DESCR create mode 100644 sysutils/rox-base/MESSAGE create mode 100644 sysutils/rox-base/Makefile create mode 100644 sysutils/rox-base/PLIST create mode 100644 sysutils/rox-base/distinfo (limited to 'sysutils/rox-base') diff --git a/sysutils/rox-base/DESCR b/sysutils/rox-base/DESCR new file mode 100644 index 00000000000..51d1ee50080 --- /dev/null +++ b/sysutils/rox-base/DESCR @@ -0,0 +1,7 @@ +This package contains resources needed by several other applications, +including ROX-Filer. It contains: + +- Rules for guessing a file's type from its extension. + (eg, that the file 'something.gif' is of type 'image/gif') +- Icons to represent the various types. +- A few default programs to edit the various types. diff --git a/sysutils/rox-base/MESSAGE b/sysutils/rox-base/MESSAGE new file mode 100644 index 00000000000..0141c3a3602 --- /dev/null +++ b/sysutils/rox-base/MESSAGE @@ -0,0 +1,8 @@ +$NetBSD: MESSAGE,v 1.1.1.1 2002/04/21 11:25:07 rh Exp $ + +You need to set CHOICESPATH variable to let other applications such +as ROX-Filer can find these resources, e.g.: + + setenv CHOICESPATH ${PREFIX}/share/Choices + +or cp -R ${PREFIX}/share/Choices to your $HOME directory. diff --git a/sysutils/rox-base/Makefile b/sysutils/rox-base/Makefile new file mode 100644 index 00000000000..811ba2dc50f --- /dev/null +++ b/sysutils/rox-base/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/21 11:25:07 rh Exp $ +# + +DISTNAME= rox-base-1.0.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} +EXTRACT_SUFX= .tgz + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://rox.sourceforge.net/ +COMMENT= Shared ROX resources + +DIST_SUBDIR= rox + +NO_CONFIGURE= yes +NO_BUILD= yes + +post-extract: + ${FIND} ${WRKSRC} -name CVS | xargs ${RM} -rf + +do-install: + ${CP} -Rf ${WRKSRC}/Choices ${PREFIX}/share + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/rox-base/PLIST b/sysutils/rox-base/PLIST new file mode 100644 index 00000000000..1626700e5d3 --- /dev/null +++ b/sysutils/rox-base/PLIST @@ -0,0 +1,49 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/21 11:25:07 rh Exp $ +share/Choices/MIME-icons/application.xpm +share/Choices/MIME-icons/application_pdf.xpm +share/Choices/MIME-icons/application_postscript.xpm +share/Choices/MIME-icons/application_x-bzip-compressed-tar.xpm +share/Choices/MIME-icons/application_x-bzip.xpm +share/Choices/MIME-icons/application_x-class-file.xpm +share/Choices/MIME-icons/application_x-compressed-postscript.xpm +share/Choices/MIME-icons/application_x-compressed-tar.xpm +share/Choices/MIME-icons/application_x-deb.xpm +share/Choices/MIME-icons/application_x-gzip.xpm +share/Choices/MIME-icons/application_x-jar-file.xpm +share/Choices/MIME-icons/application_x-rpm.xpm +share/Choices/MIME-icons/application_x-staroffice.xpm +share/Choices/MIME-icons/application_x-tar.xpm +share/Choices/MIME-icons/application_x-tcl.xpm +share/Choices/MIME-icons/application_zip.xpm +share/Choices/MIME-icons/audio.xpm +share/Choices/MIME-icons/audio_x-mod.xpm +share/Choices/MIME-icons/font.xpm +share/Choices/MIME-icons/image.xpm +share/Choices/MIME-icons/image_gif.xpm +share/Choices/MIME-icons/image_jpeg.xpm +share/Choices/MIME-icons/image_x-xpixmap.xpm +share/Choices/MIME-icons/special_block-device.xpm +share/Choices/MIME-icons/special_char-device.xpm +share/Choices/MIME-icons/special_directory.xpm +share/Choices/MIME-icons/special_executable.xpm +share/Choices/MIME-icons/special_pipe.xpm +share/Choices/MIME-icons/special_socket.xpm +share/Choices/MIME-icons/text.xpm +share/Choices/MIME-icons/text_html.xpm +share/Choices/MIME-icons/text_plain.xpm +share/Choices/MIME-icons/text_x-C++.xpm +share/Choices/MIME-icons/text_x-c.xpm +share/Choices/MIME-icons/text_x-glade.xpm +share/Choices/MIME-icons/text_x-java.xpm +share/Choices/MIME-icons/text_x-lyx.xpm +share/Choices/MIME-icons/text_x-python.xpm +share/Choices/MIME-icons/video.xpm +share/Choices/MIME-icons/video_mpeg.xpm +share/Choices/MIME-info/Standard +share/Choices/MIME-info/gnome-vfs.mime +share/Choices/MIME-types/application_postscript +share/Choices/MIME-types/text +@dirrm share/Choices/MIME-types +@dirrm share/Choices/MIME-info +@dirrm share/Choices/MIME-icons +@dirrm share/Choices diff --git a/sysutils/rox-base/distinfo b/sysutils/rox-base/distinfo new file mode 100644 index 00000000000..13fa07e928e --- /dev/null +++ b/sysutils/rox-base/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/21 11:25:07 rh Exp $ + +SHA1 (rox/rox-base-1.0.2.tgz) = 92fc6b6c04a7e8ce488b374fa3d80b3ae70ebcdc +Size (rox/rox-base-1.0.2.tgz) = 266984 bytes -- cgit v1.2.3