ports/opt (3.2): lcms: dropped, superseded by lcms2
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d6c0153893c9b4e5482f0acb45f2146dc3b856b9 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 18 16:48:51 2015 +0100 lcms: dropped, superseded by lcms2 diff --git a/lcms/.footprint b/lcms/.footprint deleted file mode 100644 index 3dbc21c..0000000 --- a/lcms/.footprint +++ /dev/null @@ -1,27 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/icc2ps --rwxr-xr-x root/root usr/bin/icclink --rwxr-xr-x root/root usr/bin/icctrans --rwxr-xr-x root/root usr/bin/jpegicc --rwxr-xr-x root/root usr/bin/tiffdiff --rwxr-xr-x root/root usr/bin/tifficc --rwxr-xr-x root/root usr/bin/wtpt -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/icc34.h --rw-r--r-- root/root usr/include/lcms.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/liblcms.a --rwxr-xr-x root/root usr/lib/liblcms.la -lrwxrwxrwx root/root usr/lib/liblcms.so -> liblcms.so.1.0.19 -lrwxrwxrwx root/root usr/lib/liblcms.so.1 -> liblcms.so.1.0.19 --rwxr-xr-x root/root usr/lib/liblcms.so.1.0.19 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/lcms.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/icc2ps.1.gz --rw-r--r-- root/root usr/man/man1/icclink.1.gz --rw-r--r-- root/root usr/man/man1/jpegicc.1.gz --rw-r--r-- root/root usr/man/man1/tifficc.1.gz --rw-r--r-- root/root usr/man/man1/wtpt.1.gz diff --git a/lcms/.md5sum b/lcms/.md5sum deleted file mode 100644 index db140ee..0000000 --- a/lcms/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8af94611baf20d9646c7c2c285859818 lcms-1.19.tar.gz diff --git a/lcms/Pkgfile b/lcms/Pkgfile deleted file mode 100644 index 19866b4..0000000 --- a/lcms/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Little CMS. A free color management engine. -# URL: http://www.littlecms.com/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: Daniel Mueller, daniel at danm dot de -# Depends on: zlib, libtiff, libjpeg-turbo - -name=lcms -version=1.19 -release=1 -source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/lcms-$version.ta...) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --without-python \ - --mandir=/usr/man - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu