summaryrefslogtreecommitdiff
path: root/app-misc/fujiplay
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/fujiplay')
-rw-r--r--app-misc/fujiplay/Manifest6
-rw-r--r--app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch75
-rw-r--r--app-misc/fujiplay/fujiplay-1.33-r1.ebuild45
-rw-r--r--app-misc/fujiplay/fujiplay-1.33.ebuild51
-rw-r--r--app-misc/fujiplay/metadata.xml5
5 files changed, 0 insertions, 182 deletions
diff --git a/app-misc/fujiplay/Manifest b/app-misc/fujiplay/Manifest
deleted file mode 100644
index 4974c8675805..000000000000
--- a/app-misc/fujiplay/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX fujiplay-1.33-unterminated-strings.patch 3146 BLAKE2B 4130f1a8619b7989e39ac415ee70e54a8148ebb1839dd482c1f475519e730cfabadb0fbff7978b7d18b0d53f002935e2a1383b1cfe0b368f782cf839d70da518 SHA512 9ce4ead7ee94f6b75dd4a0605ba56dd1adf0397d261ba96514c2588dd6335e187276bb63f21ed2b1ec02d8e72f1f4316c2b4b94edadb0deba18ed055874051aa
-DIST fujiplay-1.33.tar.gz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
-DIST fujiplay.tgz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
-EBUILD fujiplay-1.33-r1.ebuild 1031 BLAKE2B 0743516293107b5f5856fb2434e74df02b7cdc0328cc94be0710741abf13598ccee94ff2deab2f3b36a857a7cbb8afcf5b11e5ea56724e0f5c2ce2b51c543735 SHA512 d901567859ccec2cf343c3514ffe36fb3171f3c1d4b63b40e1e35df21cec189e3b8d1b076f4b1820bb7df4a8c210a2110f66bce755b859ac9c9ef6b5ed4ece70
-EBUILD fujiplay-1.33.ebuild 1086 BLAKE2B 719c97d033c92c5a9cccd77eefed0b6dd3fda0acc85a9887bd97e54f4fc9702dca037615776e092cd217800f563bff0c04f2a1e74a02d74c5248208d72d8ba66 SHA512 d5a6e81d91ee1b8b3b21ff0f237904d8485c2291fc664cf782ce42fd73979a2f8a8774829a3c30ec9a61d64ad898f4b1c70bdbcb2de875a0f0f88b9b1ca55ed2
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch b/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
deleted file mode 100644
index 1ae946336242..000000000000
--- a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
+++ /dev/null
@@ -1,75 +0,0 @@
---- a/fujiplay.c 1999-02-23 10:30:31.000000000 +0100
-+++ b/fujiplay.c 2006-08-05 00:50:08.000000000 +0200
-@@ -759,40 +759,38 @@
- return 1;
- }
-
--const char *Usage = "\
--Usage: fujiplay [OPTIONS] PICTURES... (download)
-- charge NUMBER (recharge the flash)
-- shoot (take picture)
-- preview (preview to standard output)
-- upload FILES...
-- delete FILES...
-- setid STRING (set camera ID)
-- setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto)
-- setdate gmt|local|YYYYMMDDHHMMSS
--Options:
-- -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0)
-- -D DEVICE Select another device file (default is /dev/fujifilm)
-- -L List command set
-- -7 DS-7 compatibility mode (experimental)
-- -d Delete pictures after successful download
-- -f Force (overwrite existing files)
-- -p Assume picture numbers instead of frame numbers
-- -h Display this help message
-- -v Version information
--Pictures:
-- all All pictures
-- last Last picture
-- 4 Only picture 4
-- 2-10 Pictures between 2 and 10
--Files:
-- DSCxxxxx.JPG Files to delete or to upload into the camera
--";
--
--const char *Copyright = "\
--Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $
--Written by Thierry Bousch <bousch@topo.math.u-psud.fr>
--Public domain. Absolutely no warranty.
--";
-+const char *Usage = "\n" \
-+"Usage: fujiplay [OPTIONS] PICTURES... (download) \n" \
-+" charge NUMBER (recharge the flash) \n" \
-+" shoot (take picture) \n" \
-+" preview (preview to standard output) \n" \
-+" upload FILES... \n" \
-+" delete FILES... \n" \
-+" setid STRING (set camera ID) \n" \
-+" setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto) \n" \
-+" setdate gmt|local|YYYYMMDDHHMMSS \n" \
-+"Options: \n" \
-+" -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0) \n" \
-+" -D DEVICE Select another device file (default is /dev/fujifilm) \n" \
-+" -L List command set \n" \
-+" -7 DS-7 compatibility mode (experimental) \n" \
-+" -d Delete pictures after successful download \n" \
-+" -f Force (overwrite existing files) \n" \
-+" -p Assume picture numbers instead of frame numbers \n" \
-+" -h Display this help message \n" \
-+" -v Version information \n" \
-+"Pictures: \n" \
-+" all All pictures \n" \
-+" last Last picture \n" \
-+" 4 Only picture 4 \n" \
-+" 2-10 Pictures between 2 and 10 \n" \
-+"Files: \n" \
-+" DSCxxxxx.JPG Files to delete or to upload into the camera \n";
-+
-+const char *Copyright = "\n" \
-+"Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $\n" \
-+"Written by Thierry Bousch <bousch@topo.math.u-psud.fr>\n" \
-+"Public domain. Absolutely no warranty.\n";
-
- static void sigint_handler (int sig)
- {
diff --git a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild b/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
deleted file mode 100644
index 796eccb8d312..000000000000
--- a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
-HOMEPAGE="https://www.math.u-psud.fr/~bousch/fujiplay.html"
-SRC_URI="https://www.math.u-psud.fr/~bousch/${PN}.tgz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"
-
-PATCHES=( "${FILESDIR}"/${P}-unterminated-strings.patch )
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin fujiplay yycc2ppm
- dodoc README fujiplay.lsm mx700-commands.html
- emake all clean
-}
-
-pkg_postinst() {
- ln -s /dev/ttyS0 /dev/fujifilm || die
- elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
- elog "You may want to create a serial group to allow non-root"
- elog "members R/W access to the serial device."
- elog
-}
-
-pkg_postrm() {
- rm -f /dev/fujifilm || die
- elog
- elog "The symbolic link /dev/fujifilm was removed."
- elog
-}
diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild
deleted file mode 100644
index 17402bcb3856..000000000000
--- a/app-misc/fujiplay/fujiplay-1.33.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
-HOMEPAGE="http://topo.math.u-psud.fr/~bousch/fujiplay.html"
-SRC_URI="http://topo.math.u-psud.fr/~bousch/${PN}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-unterminated-strings.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- dobin fujiplay yycc2ppm || die
- dodoc README fujiplay.lsm mx700-commands.html
- emake all clean
-}
-
-pkg_postinst() {
- ln -s /dev/ttyS0 /dev/fujifilm
- elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
- elog "You may want to create a serial group to allow non-root"
- elog "members R/W access to the serial device."
- echo
-}
-
-pkg_postrm() {
- rm -f /dev/fujifilm
- echo
- elog "The symbolic link /dev/fujifilm was removed."
- echo
-}
diff --git a/app-misc/fujiplay/metadata.xml b/app-misc/fujiplay/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-misc/fujiplay/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>