mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Add Jasper - a reference implementation of the image codec specified in the
JPEG-2000 standard.
This commit is contained in:
parent
32ed97a0a6
commit
0ae00ef685
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50047
6 changed files with 64 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
SUBDIR += ipe
|
||||
SUBDIR += isreal
|
||||
SUBDIR += iview
|
||||
SUBDIR += jasper
|
||||
SUBDIR += jbigkit
|
||||
SUBDIR += jgraph
|
||||
SUBDIR += jgv
|
||||
|
|
31
graphics/jasper/Makefile
Normal file
31
graphics/jasper/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: jasper
|
||||
# Date created: 6 November 1994
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jasper
|
||||
PORTVERSION= 1.500.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.ece.ubc.ca/~mdadams/jasper/software/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/jasper/distinfo
Normal file
1
graphics/jasper/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (jasper-1.500.3.zip) = a33a65b3f609ae7b7f7a17fb559a2507
|
1
graphics/jasper/pkg-comment
Normal file
1
graphics/jasper/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An implementation of the codec specified in the JPEG-2000 standard
|
5
graphics/jasper/pkg-descr
Normal file
5
graphics/jasper/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
JasPer is a software-based implementation of the codec specified in the
|
||||
emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). The JasPer software
|
||||
is written in the C programming language.
|
||||
|
||||
WWW: http://www.ece.ubc.ca/~mdadams/jasper/
|
25
graphics/jasper/pkg-plist
Normal file
25
graphics/jasper/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
|||
bin/imgcmp
|
||||
bin/imginfo
|
||||
bin/jasper
|
||||
include/jasper/jas_debug.h
|
||||
include/jasper/jas_fix.h
|
||||
include/jasper/jas_getopt.h
|
||||
include/jasper/jas_image.h
|
||||
include/jasper/jas_init.h
|
||||
include/jasper/jas_malloc.h
|
||||
include/jasper/jas_math.h
|
||||
include/jasper/jas_seq.h
|
||||
include/jasper/jas_stream.h
|
||||
include/jasper/jas_string.h
|
||||
include/jasper/jas_tvp.h
|
||||
include/jasper/jas_types.h
|
||||
include/jasper/jas_version.h
|
||||
include/jasper/jasper.h
|
||||
lib/libjasper.a
|
||||
lib/libjasper.so
|
||||
lib/libjasper.so.3
|
||||
share/doc/jasper/README
|
||||
share/doc/jasper/jasper.html
|
||||
share/doc/jasper/jasper_small.gif
|
||||
@dirrm share/doc/jasper
|
||||
@dirrm include/jasper
|
Loading…
Add table
Reference in a new issue