diff options
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/ccid/.footprint | 14 | ||||
-rw-r--r-- | manualPorts/ccid/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/ccid/.signature | 5 | ||||
-rw-r--r-- | manualPorts/ccid/Pkgfile | 20 | ||||
-rw-r--r-- | manualPorts/cdrdao/.footprint | 15 | ||||
-rw-r--r-- | manualPorts/cdrdao/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/cdrdao/.signature | 6 | ||||
-rw-r--r-- | manualPorts/cdrdao/Pkgfile | 24 | ||||
-rw-r--r-- | manualPorts/cdrdao/cdrdao-1.2.3-stat.patch | 13 |
9 files changed, 100 insertions, 0 deletions
diff --git a/manualPorts/ccid/.footprint b/manualPorts/ccid/.footprint new file mode 100644 index 0000000..076f72e --- /dev/null +++ b/manualPorts/ccid/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/reader.conf.d/ +-rw-r--r-- root/root etc/reader.conf.d/libccidtwin +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pcsc/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/ +-rw-r--r-- root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/ +-rwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so +drwxr-xr-x root/root usr/lib/pcsc/drivers/serial/ +-rwxr-xr-x root/root usr/lib/pcsc/drivers/serial/libccidtwin.so diff --git a/manualPorts/ccid/.md5sum b/manualPorts/ccid/.md5sum new file mode 100644 index 0000000..73ea805 --- /dev/null +++ b/manualPorts/ccid/.md5sum @@ -0,0 +1 @@ +09f5a468902fcb6ea3bfb066fd097d84 ccid-1.4.27.tar.bz2 diff --git a/manualPorts/ccid/.signature b/manualPorts/ccid/.signature new file mode 100644 index 0000000..ffc3df0 --- /dev/null +++ b/manualPorts/ccid/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/deepthought.pub +RWQxCptPusLGGgODJVf/24OTTg31l7qfMlP6Mfq+It/qSwnvqHcCwoadXU4GnyoO61SGEkuv/7iXGB4uSBYb98a0bDAOy2Dy3gc= +SHA256 (Pkgfile) = 514191b5966f1911be6a48e88675604040617f837c064f667d9bca41c6ae9595 +SHA256 (.footprint) = bea2df27b7f8a0c2ffe63ff77d32089ae9b3a3423d0d1117f7126ef42cef8d1f +SHA256 (ccid-1.4.27.tar.bz2) = a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137 diff --git a/manualPorts/ccid/Pkgfile b/manualPorts/ccid/Pkgfile new file mode 100644 index 0000000..491882f --- /dev/null +++ b/manualPorts/ccid/Pkgfile @@ -0,0 +1,20 @@ +# Description: A generic USB Chip/Smart Card Interface Devices driver +# URL: https://pcsclite.alioth.debian.org/ccid.html +# Maintainer: Erich Eckner, crux at eckner dot net +# Depends on: + +name=ccid +version=1.4.27 +release=1 +source=(https://alioth.debian.org/frs/download.php/file/4218/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-twinserial \ + --enable-serialconfdir=/etc/reader.conf.d + make + make DESTDIR=$PKG install +} diff --git a/manualPorts/cdrdao/.footprint b/manualPorts/cdrdao/.footprint new file mode 100644 index 0000000..46a095e --- /dev/null +++ b/manualPorts/cdrdao/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cdrdao +-rwxr-xr-x root/root usr/bin/cue2toc +-rwxr-xr-x root/root usr/bin/toc2cddb +-rwxr-xr-x root/root usr/bin/toc2cue +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/cdrdao.1.gz +-rw-r--r-- root/root usr/man/man1/cue2toc.1.gz +-rw-r--r-- root/root usr/man/man1/toc2cddb.1.gz +-rw-r--r-- root/root usr/man/man1/toc2cue.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/cdrdao/ +-rw-r--r-- root/root usr/share/cdrdao/drivers diff --git a/manualPorts/cdrdao/.md5sum b/manualPorts/cdrdao/.md5sum new file mode 100644 index 0000000..40bcd44 --- /dev/null +++ b/manualPorts/cdrdao/.md5sum @@ -0,0 +1,2 @@ +0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch +8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2 diff --git a/manualPorts/cdrdao/.signature b/manualPorts/cdrdao/.signature new file mode 100644 index 0000000..f7013df --- /dev/null +++ b/manualPorts/cdrdao/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3w5G8sqU2BbFBy8GuFCQimc9XqD9RIj5vm+cXSxlnV0gJ4FttFJB/ffWmeGncLpXiijkYlPLOJ0PTtA8gh32nAs= +SHA256 (Pkgfile) = c8004947806c41082747c719a9e4a6d22a424d6a6a733819848247328e77de5c +SHA256 (.footprint) = 591f396a5c82a62b3ec80829954275ad56f909455792cc560f2ac605bd5f1ea5 +SHA256 (cdrdao-1.2.3.tar.bz2) = 8193cb8fa6998ac362c55807e89ad0b3c63edc6b01afaeb3d5042519527fb75e +SHA256 (cdrdao-1.2.3-stat.patch) = ca89b7c56a376d5a9574c5757f0d372236a895334f81867ff5e1703806565bbc diff --git a/manualPorts/cdrdao/Pkgfile b/manualPorts/cdrdao/Pkgfile new file mode 100644 index 0000000..a3d23e3 --- /dev/null +++ b/manualPorts/cdrdao/Pkgfile @@ -0,0 +1,24 @@ +# Description: CD recording in DAO mode, for example VCDs. +# URL: http://cdrdao.sourceforge.net/ +# Maintainer: Erich Eckner, crux at eckner dot net +# Contributor: Danny Rawlins, crux at romster dot me +# Packager: Michael Ablassmeier, michael dot ablassmeier at holzkirchen dot by dot aok dot de + +name=cdrdao +version=1.2.3 +release=2 +source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 + cdrdao-1.2.3-stat.patch) + +build() { + cd $name-$version + + patch -p1 -i $SRC/cdrdao-1.2.3-stat.patch + + ./configure \ + --prefix=/usr \ + --without-lame + + make + make DESTDIR=$PKG install +} diff --git a/manualPorts/cdrdao/cdrdao-1.2.3-stat.patch b/manualPorts/cdrdao/cdrdao-1.2.3-stat.patch new file mode 100644 index 0000000..5a68e71 --- /dev/null +++ b/manualPorts/cdrdao/cdrdao-1.2.3-stat.patch @@ -0,0 +1,13 @@ +diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc +--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100 ++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100 +@@ -19,6 +19,9 @@ + + #include <config.h> + ++#include <sys/types.h> ++#include <sys/stat.h> ++ + #include <stdio.h> + #include <fcntl.h> + #include <unistd.h> |