ports/opt (3.7): xsane: moved to contrib
commit 13c00226afb528f50eb3d7f29264310096c145b1 Author: Juergen Daubert <jue@jue.li> Date: Sun Feb 26 15:38:25 2023 +0100 xsane: moved to contrib diff --git a/xsane/.footprint b/xsane/.footprint deleted file mode 100644 index 7a7def338..000000000 --- a/xsane/.footprint +++ /dev/null @@ -1,30 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xsane -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/gimp/ -drwxr-xr-x root/root usr/lib/gimp/2.0/ -drwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/ -lrwxrwxrwx root/root usr/lib/gimp/2.0/plug-ins/xsane -> /usr/bin/xsane -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/xsane.desktop -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/xsane.1.gz -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/xsane.xpm -drwxr-xr-x root/root usr/share/sane/ -drwxr-xr-x root/root usr/share/sane/xsane/ --rw-r--r-- root/root usr/share/sane/xsane/Mustek-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/Plustek-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/UMAX-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/sane-epson-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/sane-hp-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/sane-umax-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/sane-xsane-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/xsane-calibration.pnm --rw-r--r-- root/root usr/share/sane/xsane/xsane-eula.txt --rw-r--r-- root/root usr/share/sane/xsane/xsane-logo.xpm --rw-r--r-- root/root usr/share/sane/xsane/xsane-startimage.pnm --rw-r--r-- root/root usr/share/sane/xsane/xsane-style.rc diff --git a/xsane/.signature b/xsane/.signature deleted file mode 100644 index e98a99a76..000000000 --- a/xsane/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dHDEuUTpZb/Z2TWmM8bkOE+VWYyJDrBdXjUeY5Gqt6W6GtMRKzNtGxMq+1uPVonA4O1p2j50Z8WNhnP01TTTgg= -SHA256 (Pkgfile) = 88fde78aa9571b7c542542cb4c9b68ebef2973301449f27974d2184b38b20507 -SHA256 (.footprint) = 9660de3c0ad7b91d9b3d92d80c7ff2893da1858898abb34b7c3bced97bf1c152 -SHA256 (xsane-0.999.tar.gz) = 5782d23e67dc961c81eef13a87b17eb0144cae3d1ffc5cf7e0322da751482b4b diff --git a/xsane/Pkgfile b/xsane/Pkgfile deleted file mode 100644 index 4007994b5..000000000 --- a/xsane/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# Description: Scanner frontend and GIMP plugin for sane -# URL: http://www.sane-project.org -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: gimp, sane - -name=xsane -version=0.999 -release=1 -source=(https://fossies.org/linux/misc/$name-$version.tar.gz) - -build () { - cd $name-$version - - # http://www.linuxfromscratch.org/blfs/view/svn/pst/xsane.html - sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --disable-nls \ - --enable-gtk2 \ - --enable-gimp2 - make - make DESTDIR=$PKG install - - rm -r $PKG/usr/{sbin,share/sane/xsane/doc} - rm $PKG/usr/share/sane/xsane/xsane-gpl.txt - - install -d $PKG/usr/lib/gimp/2.0/plug-ins - ln -s /usr/bin/xsane $PKG/usr/lib/gimp/2.0/plug-ins -}
participants (1)
-
crux@crux.nu