summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-25 20:57:16 +0200
committerIsmael Luceno2019-05-25 20:58:38 +0200
commitd367da3a5f4928cc20d1cacd7cfa17e5df8d694a (patch)
tree32a4c68131cc1c68e8b30d4db308095fb290bf0d /printer
parent18f4767d4529aed991961ff29d6edb24b5c1c9d5 (diff)
ijs: deprecate; it's now part of ghostscript
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/ghostscript/CONFLICTS1
-rw-r--r--printer/ghostscript/HISTORY3
-rwxr-xr-xprinter/ijs/BUILD1
-rwxr-xr-xprinter/ijs/DEPENDS2
-rwxr-xr-xprinter/ijs/DETAILS38
-rwxr-xr-xprinter/ijs/DOWNLOAD1
-rw-r--r--printer/ijs/HISTORY5
-rwxr-xr-xprinter/ijs/INSTALL1
-rwxr-xr-xprinter/ijs/PRE_BUILD1
-rwxr-xr-xprinter/ijs/UP_TRIGGERS2
-rw-r--r--printer/ijs/ijs-0.35.tar.gz.sig9
11 files changed, 22 insertions, 42 deletions
diff --git a/printer/ghostscript/CONFLICTS b/printer/ghostscript/CONFLICTS
new file mode 100755
index 0000000000..f5bd9a928e
--- /dev/null
+++ b/printer/ghostscript/CONFLICTS
@@ -0,0 +1 @@
+conflicts ijs y
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 58b8be2d93..f75767559f 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2019-05-25 Ismael Luceno <ismael@sourcemage.org>
+ * CONFLICTS: Added conflict with ijs
+
2019-04-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 9.27
* patches/*: deleted
diff --git a/printer/ijs/BUILD b/printer/ijs/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/printer/ijs/BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/DEPENDS b/printer/ijs/DEPENDS
deleted file mode 100755
index 93357b500d..0000000000
--- a/printer/ijs/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-optional_depends "hplip" "" "" "for the hplip printer drivers" &&
-optional_depends "gutenprint" "" "" "for the gutenprint printer drivers"
diff --git a/printer/ijs/DETAILS b/printer/ijs/DETAILS
index 83a2ecf149..c7d5335ab7 100755
--- a/printer/ijs/DETAILS
+++ b/printer/ijs/DETAILS
@@ -1,31 +1,7 @@
- SPELL=ijs
- VERSION=0.35
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.linuxprinting.org/ijs/download/${SOURCE}
- WEB_SITE=http://www.linuxprinting.org/ijs/
- LICENSE[0]=MIT
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- ENTERED=20021224
- KEYWORDS="printer"
- SHORT="ijs is a raster printer driver architecture."
-cat << EOF
-
-IJS is, first and foremost, a protocol for transmission of raster page
-images. This snapshot provides a reference implementation of the protocol,
-the design of which is still in flux. When the protocol specification is
-published, it will be authoritative. Applications should feel free to link
-against the library provided in this package, adapt that code for their own
-needs, or roll a completely new implementation.
-
-The protocol is a fairly traditional client-server design. In general, the
-client sends one or more page images to the server, along with various
-metadata. Communication is through simple "commands", which are essentially
-size-prefixed packets. The client sends a command to the server, then waits
-for a response command, either ACK or NAK.
-
-This tarball provides an "IJS library" in the form of ijs, ijs_client, and
-ijs_server. It also provides an example client (capable of reading pnmraw
-files) and an example server (capable of generating PostScript).
-
-EOF
+ SPELL=ijs
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by ghostscript]
+ EOF
diff --git a/printer/ijs/DOWNLOAD b/printer/ijs/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/printer/ijs/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/HISTORY b/printer/ijs/HISTORY
index c4144d663b..920d3cb4d0 100644
--- a/printer/ijs/HISTORY
+++ b/printer/ijs/HISTORY
@@ -1,3 +1,8 @@
+2019-05-25 Ismael Luceno <ismael@sourcemage.org>
+ * spell deprecated [reference implementation is now part of ghostscript]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-04-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* ijs-0.35.tar.gz.asc: regenerated for #14355
* DEPENDS: changed hpijs to hplip #14356
diff --git a/printer/ijs/INSTALL b/printer/ijs/INSTALL
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/printer/ijs/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/PRE_BUILD b/printer/ijs/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/printer/ijs/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/UP_TRIGGERS b/printer/ijs/UP_TRIGGERS
new file mode 100755
index 0000000000..f3d6dda103
--- /dev/null
+++ b/printer/ijs/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger ijs dispel_self
+up_trigger ghostscript cast_self
diff --git a/printer/ijs/ijs-0.35.tar.gz.sig b/printer/ijs/ijs-0.35.tar.gz.sig
deleted file mode 100644
index ec04aa00b5..0000000000
--- a/printer/ijs/ijs-0.35.tar.gz.sig
+++ /dev/null
@@ -1,9 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
-
-iJwEAAECAAYFAkgWAfkACgkQL0NIXs0Xdhth7QP/Y3x7NITe3xUruOMX6nX4DxeN
-Lo+IQYkd6VnQhmB8l7lYxdKJLZm2FjHLqWFZyp26tiVjv/LdlZw6DVipf58N0sOE
-IBnb1dCP3SBU+TCXOcLG+UAswVe2HuBxSFZfxv6eaZifmxp6pYXDdD0cfHoP0bDL
-SHp98S6UV43KE6eSmLA=
-=sGpp
------END PGP SIGNATURE-----