mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add MrSID viewer for viewing the proprietary MrSID image format.
This commit is contained in:
parent
a176859d3d
commit
007e3c3cdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63811
@ -229,6 +229,7 @@
|
||||
SUBDIR += mplayer-fonts
|
||||
SUBDIR += mplayer-skins
|
||||
SUBDIR += mplex
|
||||
SUBDIR += mrsidviewer
|
||||
SUBDIR += mtv
|
||||
SUBDIR += netpbm
|
||||
SUBDIR += netshow
|
||||
|
36
graphics/mrsidviewer/Makefile
Normal file
36
graphics/mrsidviewer/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: MrSID
|
||||
# Date created: 31 July 2002
|
||||
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mrsidviewer
|
||||
PORTVERSION= 2.0.32
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= #
|
||||
DISTNAME= MrSID_linux${PORTVERSION}
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= jedgar@FreeBSD.org
|
||||
|
||||
DOWNLOAD_URL= http://www.lizardtech.com/includes/down.php?p=16&o=4
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/MrSID_linux${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE=You must manually fetch the MrSID ${PORTVERSION} tarball (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${CP} -Rv ${WRKSRC} ${PREFIX}/lib
|
||||
@${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/lib/MrSID_linux${PORTVERSION}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD}
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|'
|
||||
@${ECHO_CMD}
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
graphics/mrsidviewer/distinfo
Normal file
1
graphics/mrsidviewer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (MrSID_linux2.0.32.tar.Z) = dc9cd24ce60e854c0ad3a90105a376f7
|
1
graphics/mrsidviewer/pkg-comment
Normal file
1
graphics/mrsidviewer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
MrSID Viewer displays images compressed into the MrSID format
|
6
graphics/mrsidviewer/pkg-descr
Normal file
6
graphics/mrsidviewer/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
MrSID Viewer displays images compressed using the proprietary MrSID format.
|
||||
|
||||
WWW: http://www.lizardtech.com/
|
||||
|
||||
- Chris D. Faulhaber
|
||||
<jedgar@FreeBSD.org>
|
8
graphics/mrsidviewer/pkg-message
Normal file
8
graphics/mrsidviewer/pkg-message
Normal file
@ -0,0 +1,8 @@
|
||||
To use MrSID, add the following to your environment:
|
||||
|
||||
MrSID_HOME=%%PREFIX%%/lib/MrSID_linux2.0.32
|
||||
PATH=$PATH:$MrSID_HOME/bin
|
||||
|
||||
and execute:
|
||||
|
||||
$ MrSID
|
11
graphics/mrsidviewer/pkg-plist
Normal file
11
graphics/mrsidviewer/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/MrSID_linux2.0.32/app-defaults/MrSID
|
||||
lib/MrSID_linux2.0.32/bin/MrSID
|
||||
lib/MrSID_linux2.0.32/help/About.doc
|
||||
lib/MrSID_linux2.0.32/help/License
|
||||
lib/MrSID_linux2.0.32/help/MrSIDview.hlp
|
||||
lib/MrSID_linux2.0.32/help/Overview.doc
|
||||
lib/MrSID_linux2.0.32/help/Readme
|
||||
@dirrm lib/MrSID_linux2.0.32/help
|
||||
@dirrm lib/MrSID_linux2.0.32/bin
|
||||
@dirrm lib/MrSID_linux2.0.32/app-defaults
|
||||
@dirrm lib/MrSID_linux2.0.32
|
Loading…
x
Reference in New Issue
Block a user