Sort PLIST.
PR: 13677 (6 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
parent
e3c4913b0b
commit
a5924ebefc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22783
2 changed files with 30 additions and 30 deletions
|
@ -1,16 +1,11 @@
|
|||
lib/libtiff.a
|
||||
lib/libtiff.so.4
|
||||
lib/libtiff.so
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
bin/fax2tiff
|
||||
bin/fax2ps
|
||||
bin/fax2tiff
|
||||
bin/gif2tiff
|
||||
bin/pal2rgb
|
||||
bin/ppm2tiff
|
||||
bin/ras2tiff
|
||||
bin/rgb2ycbcr
|
||||
bin/thumbnail
|
||||
bin/ras2tiff
|
||||
bin/tiff2bw
|
||||
bin/tiff2ps
|
||||
bin/tiffcmp
|
||||
|
@ -22,11 +17,32 @@ bin/tiffmedian
|
|||
bin/tiffsplit
|
||||
include/tiff.h
|
||||
include/tiffio.h
|
||||
lib/libtiff.a
|
||||
lib/libtiff.so
|
||||
lib/libtiff.so.4
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/doc/tiff/bugs.html
|
||||
share/doc/tiff/build.html
|
||||
share/doc/tiff/contrib.html
|
||||
share/doc/tiff/document.html
|
||||
share/doc/tiff/images.html
|
||||
share/doc/tiff/images/back.gif
|
||||
share/doc/tiff/images/bali.jpg
|
||||
share/doc/tiff/images/cat.gif
|
||||
share/doc/tiff/images/cover.jpg
|
||||
share/doc/tiff/images/cramps.gif
|
||||
share/doc/tiff/images/dave.gif
|
||||
share/doc/tiff/images/info.gif
|
||||
share/doc/tiff/images/jello.jpg
|
||||
share/doc/tiff/images/jim.gif
|
||||
share/doc/tiff/images/note.gif
|
||||
share/doc/tiff/images/oxford.gif
|
||||
share/doc/tiff/images/quad.jpg
|
||||
share/doc/tiff/images/ring.gif
|
||||
share/doc/tiff/images/smallliz.jpg
|
||||
share/doc/tiff/images/strike.gif
|
||||
share/doc/tiff/images/warning.gif
|
||||
share/doc/tiff/index.html
|
||||
share/doc/tiff/internals.html
|
||||
share/doc/tiff/intro.html
|
||||
|
@ -47,21 +63,5 @@ share/doc/tiff/v3.4beta034.html
|
|||
share/doc/tiff/v3.4beta035.html
|
||||
share/doc/tiff/v3.4beta036.html
|
||||
share/doc/tiff/v3.5.1.html
|
||||
share/doc/tiff/images/back.gif
|
||||
share/doc/tiff/images/bali.jpg
|
||||
share/doc/tiff/images/cat.gif
|
||||
share/doc/tiff/images/cover.jpg
|
||||
share/doc/tiff/images/cramps.gif
|
||||
share/doc/tiff/images/dave.gif
|
||||
share/doc/tiff/images/info.gif
|
||||
share/doc/tiff/images/jello.jpg
|
||||
share/doc/tiff/images/jim.gif
|
||||
share/doc/tiff/images/note.gif
|
||||
share/doc/tiff/images/oxford.gif
|
||||
share/doc/tiff/images/quad.jpg
|
||||
share/doc/tiff/images/ring.gif
|
||||
share/doc/tiff/images/smallliz.jpg
|
||||
share/doc/tiff/images/strike.gif
|
||||
share/doc/tiff/images/warning.gif
|
||||
@dirrm share/doc/tiff/images
|
||||
@dirrm share/doc/tiff
|
||||
|
|
|
@ -1,16 +1,11 @@
|
|||
lib/libtiff.a
|
||||
lib/libtiff.so.4
|
||||
lib/libtiff.so
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
bin/fax2tiff
|
||||
bin/fax2ps
|
||||
bin/fax2tiff
|
||||
bin/gif2tiff
|
||||
bin/pal2rgb
|
||||
bin/ppm2tiff
|
||||
bin/ras2tiff
|
||||
bin/rgb2ycbcr
|
||||
bin/thumbnail
|
||||
bin/ras2tiff
|
||||
bin/tiff2bw
|
||||
bin/tiff2ps
|
||||
bin/tiffcmp
|
||||
|
@ -22,3 +17,8 @@ bin/tiffmedian
|
|||
bin/tiffsplit
|
||||
include/tiff.h
|
||||
include/tiffio.h
|
||||
lib/libtiff.a
|
||||
lib/libtiff.so
|
||||
lib/libtiff.so.4
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
|
Loading…
Reference in a new issue