Date: Tue, 16 Nov 1999 13:13:22 -0500 (EST) From: Mikhail Teterin <mi@misha.cisco.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14926: JBIG-KIT port upgraded to the version 1.1 of the software Message-ID: <199911161813.NAA34162@misha.cisco.com>
next in thread | raw e-mail | index | archive | help
>Number: 14926 >Category: ports >Synopsis: JBIG-KIT port upgraded to the version 1.1 of the software >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 16 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The new release fixes a severe problem appearing with some images. I also squeezed the pkg/DESCR into 24 lines and made the pkg/COMMENT a bit more descriptive. portlint is happy. >How-To-Repeat: >Fix: diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/Makefile ./Makefile --- /lan/bummer/home/mi/ports/graphics/jbigkit/Makefile Wed Oct 27 03:12:24 1999 +++ ./Makefile Tue Nov 16 12:04:10 1999 @@ -8,3 +8,3 @@ -DISTNAME= jbigkit-1.0 +DISTNAME= jbigkit-1.1 CATEGORIES= graphics @@ -24,2 +24,5 @@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +test: build + cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/files/md5 ./files/md5 --- /lan/bummer/home/mi/ports/graphics/jbigkit/files/md5 Fri Jan 22 15:58:16 1999 +++ ./files/md5 Tue Nov 16 12:58:14 1999 @@ -1 +1 @@ -MD5 (jbigkit-1.0.tar.gz) = 97676df72cd5a1f4b589c28cccf58162 +MD5 (jbigkit-1.1.tar.gz) = 92dd8236874d23c2cd96d0446e88d00a diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/patches/patch-aa ./patches/patch-aa --- /lan/bummer/home/mi/ports/graphics/jbigkit/patches/patch-aa Sun Nov 1 23:15:38 1998 +++ ./patches/patch-aa Tue Nov 16 12:30:27 1999 @@ -40,4 +40,4 @@ +.else -+ install -c -m 644 -o bin -g bin libjbig/libjbig.so.1.0 ${PREFIX}/lib -+ (cd ${PREFIX}/lib; ln -sf libjbig.so.1.0 libjbig.so) ++ install -c -m 644 -o bin -g bin libjbig/libjbig.so.1.1 ${PREFIX}/lib ++ (cd ${PREFIX}/lib; ln -sf libjbig.so.1.1 libjbig.so) +.endif diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/patches/patch-ab ./patches/patch-ab --- /lan/bummer/home/mi/ports/graphics/jbigkit/patches/patch-ab Sun Jan 3 13:18:28 1999 +++ ./patches/patch-ab Tue Nov 16 12:30:36 1999 @@ -14,3 +14,3 @@ +.else -+SOJBIGLIB=libjbig.so.1.0 ++SOJBIGLIB=libjbig.so.1.1 +.endif @@ -47,2 +47,2 @@ - rm -f *.o *~ core gmon.out dbg_d\=??.pbm tstcodec -+ rm -f *.o *~ core gmon.out dbg_d\=??.pbm tstcodec *.so libjbig.so.1 libjbig.so.1.0 libjbig.a ++ rm -f *.o *~ core gmon.out dbg_d\=??.pbm tstcodec *.so libjbig.so.1 libjbig.so.1.1 libjbig.a diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/pkg/COMMENT ./pkg/COMMENT --- /lan/bummer/home/mi/ports/graphics/jbigkit/pkg/COMMENT Sun Jan 3 13:18:28 1999 +++ ./pkg/COMMENT Tue Nov 16 13:02:13 1999 @@ -1 +1 @@ -A lossless image compression library +lossless compression for bi-level images such as scanned pages, faxes diff -r -U1 /lan/bummer/home/mi/ports/graphics/jbigkit/pkg/DESCR ./pkg/DESCR --- /lan/bummer/home/mi/ports/graphics/jbigkit/pkg/DESCR Sun Jan 3 13:18:28 1999 +++ ./pkg/DESCR Tue Nov 16 13:07:51 1999 @@ -1,11 +1,9 @@ -JBIG-KIT implements a highly effective data compression algorithm for -bi-level high-resolution images such as fax pages or scanned -documents. +JBIG-KIT implements a highly effective data compression algorithm for +bi-level high-resolution images such as fax pages or scanned documents. -JBIG-KIT provides a portable library of compression and decompression -functions with a documented interface that you can very easily include -into your image or document processing software. In addition, JBIG-KIT -provides ready-to-use compression and decompression programs with a -simple command line interface (similar to the converters found in Jef -Poskanzer's PBM graphics file conversion package). +This is a portable library of compression and decompression functions +with a documented interface that can be included into your image or +document processing software. Also provided are ready-to-use compression +and decompression programs with a simple command line interface (similar +to the converters found in Jef Poskanzer's PBM conversion package). @@ -13,14 +11,14 @@ - International Standard ISO/IEC 11544:1993 and ITU-T Recommendation - T.82(1993), "Information technology - Coded representation of picture - and audio information - progressive bi-level image compression", + International Standard ISO/IEC 11544:1993 and ITU-T Recommendation + T.82(1993), "Information technology - Coded representation of picture + and audio information - progressive bi-level image compression", <http://www.itu.ch/itudoc/itu-t/rec/t/t82_23822.html>, -which is commonly referred to as the "JBIG standard". JBIG (Joint -Bi-level Image experts Group) is the committee which developed this -international standard for the lossless compression of images using -arithmetic coding. Like the well-known compression algorithms JPEG and -MPEG, also JBIG has been developed and published by the International -Organization for Standardization (ISO) and the International -Telecommunication Union (ITU) (see also <http://www.iso.ch/> and +which is commonly referred to as the "JBIG standard". JBIG (Joint +Bi-level Image experts Group) is the committee which developed this +international standard for the lossless compression of images using +arithmetic coding. Like the well-known compression algorithms JPEG and +MPEG, also JBIG has been developed and published by the International +Organization for Standardization (ISO) and the International +Telecommunication Union (ITU) (see also <http://www.iso.ch/> and <http://www.itu.ch/>). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911161813.NAA34162>