mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
rox-base contains basic icons and configuration items needed
for other rox ports, including rox-filer which is also ported by the originator. PR: ports/22788 Submitted by: Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
parent
fff57c6f93
commit
fc0fe5edce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35427
@ -13,6 +13,7 @@
|
||||
SUBDIR += mfm
|
||||
SUBDIR += nautilus
|
||||
SUBDIR += offix-files
|
||||
SUBDIR += rox-base
|
||||
SUBDIR += systemg
|
||||
SUBDIR += tkdesk
|
||||
SUBDIR += vide
|
||||
|
30
x11-fm/rox-base/Makefile
Normal file
30
x11-fm/rox-base/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: rox-base
|
||||
# Date created: 13 November 2000
|
||||
# Whom: Jimmy Olgeni <olgeni@uli.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rox-base
|
||||
PORTVERSION= 0.1.29
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rox
|
||||
DISTNAME= rox-base-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= olgeni@uli.it
|
||||
|
||||
WRKSRC= ${WRKDIR}/rox-base
|
||||
|
||||
do-build:
|
||||
@${ECHO} "Nothing to build"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/Choices
|
||||
${CP} -r ${WRKSRC}/Choices ${PREFIX}/share
|
||||
@find ${PREFIX}/share/Choices -type f -exec ${CHMOD} 664 {} \;
|
||||
@find ${PREFIX}/share/Choices/MIME-types -type f \
|
||||
-exec ${CHMOD} 775 {} \;
|
||||
@find ${PREFIX}/share/Choices -type d -exec ${CHMOD} 775 {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-fm/rox-base/distinfo
Normal file
1
x11-fm/rox-base/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rox-base-0.1.29.tgz) = 5d512027a4e6fc79c1a3ace1087f6a42
|
1
x11-fm/rox-base/pkg-comment
Normal file
1
x11-fm/rox-base/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Resources needed by several ROX desktop applications.
|
8
x11-fm/rox-base/pkg-descr
Normal file
8
x11-fm/rox-base/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This package contains resources needed by several other applications,
|
||||
including ROX-Filer. It contains:
|
||||
|
||||
- Rules for guessing a file's type from its extension.
|
||||
- Icons to represent the various types.
|
||||
- A few default programs to edit the various types.
|
||||
|
||||
WWW: http://rox.sourceforge.net/
|
38
x11-fm/rox-base/pkg-plist
Normal file
38
x11-fm/rox-base/pkg-plist
Normal file
@ -0,0 +1,38 @@
|
||||
share/Choices/MIME-icons/video_mpeg.xpm
|
||||
share/Choices/MIME-icons/application_pdf.xpm
|
||||
share/Choices/MIME-icons/application_postscript.xpm
|
||||
share/Choices/MIME-icons/application_x-class-file.xpm
|
||||
share/Choices/MIME-icons/application_x-gunzip.xpm
|
||||
share/Choices/MIME-icons/application_x-jar-file.xpm
|
||||
share/Choices/MIME-icons/application_x-tar.xpm
|
||||
share/Choices/MIME-icons/application_x-vvsh.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/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/text.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_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-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/application.xpm
|
||||
share/Choices/MIME-info/Standard
|
||||
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
|
Loading…
Reference in New Issue
Block a user