summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Robby Workman2021-04-28 07:28:11 +0200
committer Robby Workman2021-04-29 07:23:59 +0200
commit846b6040ac6fabf26187840ec3e29de3fbc992e8 (patch)
tree399b4d7a1af5fac77927d96b27346b3e0db61d6c /misc
parent6800b8f5bfef514d601144de4f0f30e5c3a2a622 (diff)
downloadslackbuilds-846b6040ac6fabf26187840ec3e29de3fbc992e8.tar.gz
misc/cups-windows: Removed (pretty sure this is obsolete)
If it's not obsolete, then feel free to bring it back, but I'm not going to be the maintainer any more...
Diffstat (limited to 'misc')
-rw-r--r--misc/cups-windows/README8
-rw-r--r--misc/cups-windows/README.SLACKWARE48
-rw-r--r--misc/cups-windows/cups-windows.SlackBuild47
-rw-r--r--misc/cups-windows/cups-windows.info10
-rw-r--r--misc/cups-windows/slack-desc19
5 files changed, 0 insertions, 132 deletions
diff --git a/misc/cups-windows/README b/misc/cups-windows/README
deleted file mode 100644
index 7c84fe5a1c..0000000000
--- a/misc/cups-windows/README
+++ /dev/null
@@ -1,8 +0,0 @@
-cups-windows (CUPS PostScript driver for Windows)
-
-cups-windows provides rendering and user-interface modules for the
-Microsoft PostScript printer driver (PSCRIPT5.DLL and PS5UI.DLL)
-which is included with the corresponding Microsoft Windows 2000, XP,
-or 2003 operating system.
-
-See README.SLACKWARE for setup/configuration help.
diff --git a/misc/cups-windows/README.SLACKWARE b/misc/cups-windows/README.SLACKWARE
deleted file mode 100644
index 0ffc002371..0000000000
--- a/misc/cups-windows/README.SLACKWARE
+++ /dev/null
@@ -1,48 +0,0 @@
-You will need to get the following files from an installation of Windows:
-
- ps5ui.dll pscript.hlp pscript.ntf pscript5.dll
-
-They will be in all caps (uppercase) on the Windows machine, but make sure
-you have them in lowercase, and then place them in /usr/share/cups/drivers/
-
-
-Now you'll need to make sure /etc/samba/smb.conf is properly configured.
-Sample parameters for /etc/samba/smb.conf are as follows:
-
- [global]
- load printers = yes
- printcap name = cups
- printing = cups
-
- [printers]
- comment = All Printers
- path = /var/spool/samba
- browseable = yes
- public = yes
- guest ok = yes
- writable = no
- printable = yes
-
- [print$]
- comment = Printer Drivers
- path = /usr/share/cups/drivers
- browseable = yes
- guest ok = yes
- read only = yes
- write list = root
-
-
-You might also want to create /etc/samba/users.map with e.g. this:
-
- darkstar # cat /etc/samba/users.map
- # This file maps Unix usernames to client usernames
- # Format:
- # Unix username = client username
- root = Administrator
- # add other mappings as needed
-
-
-Finally, export the printers with "cupsaddsamba -a" and restart cupsd.
-
-If you have trouble, you might find this article helpful:
-http://www.enterprisenetworkingplanet.com/netsysm/article.php/10954_3621876_2/Push-Windows-Printer-Drivers-with-CUPS.htm
diff --git a/misc/cups-windows/cups-windows.SlackBuild b/misc/cups-windows/cups-windows.SlackBuild
deleted file mode 100644
index 3f1b53f1a0..0000000000
--- a/misc/cups-windows/cups-windows.SlackBuild
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for cups-windows
-
-# Written by crocket (crockabiscuit@gmail.com)
-
-PRGNAM=cups-windows
-VERSION=${VERSION:-6.0}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-ARCH=noarch
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION-source.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-make install BUILDROOT=$PKG
-
-# /var/spool/samba should be part of the samba package and have ownershipo and
-# permissions of root:root 1777
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/cups-windows/cups-windows.info b/misc/cups-windows/cups-windows.info
deleted file mode 100644
index d4c5319ad2..0000000000
--- a/misc/cups-windows/cups-windows.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="cups-windows"
-VERSION="6.0"
-HOMEPAGE="https://www.cups.org/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/cups-windows-6.0-source.tar.bz2"
-MD5SUM="e4569a58b6ad8bdef3208c4385c52625"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Robby Workman"
-EMAIL="rworkman@slackbuilds.org"
diff --git a/misc/cups-windows/slack-desc b/misc/cups-windows/slack-desc
deleted file mode 100644
index 9b4b46a05d..0000000000
--- a/misc/cups-windows/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-cups-windows: cups-windows (CUPS PostScript driver for Windows)
-cups-windows:
-cups-windows: cups-windows provides rendering and user-interface modules for the
-cups-windows: Microsoft PostScript printer driver (PSCRIPT5.DLL and PS5UI.DLL)
-cups-windows: which is included with the corresponding Microsoft Windows 2000, XP,
-cups-windows: or 2003 operating system.
-cups-windows:
-cups-windows: Homepage: http://www.cups.org/
-cups-windows:
-cups-windows:
-cups-windows: