summaryrefslogtreecommitdiff
path: root/portabase
diff options
context:
space:
mode:
Diffstat (limited to 'portabase')
-rw-r--r--portabase/beecrypt_3.1.0.bb0
-rw-r--r--portabase/beecrypt_3.1.0.oe34
-rw-r--r--portabase/metakit_2.4.9.3.bb0
-rw-r--r--portabase/metakit_2.4.9.3.oe65
-rw-r--r--portabase/portabase_1.9.bb0
-rw-r--r--portabase/portabase_1.9.oe122
6 files changed, 0 insertions, 221 deletions
diff --git a/portabase/beecrypt_3.1.0.bb b/portabase/beecrypt_3.1.0.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/portabase/beecrypt_3.1.0.bb
diff --git a/portabase/beecrypt_3.1.0.oe b/portabase/beecrypt_3.1.0.oe
deleted file mode 100644
index 734c7acfb3..0000000000
--- a/portabase/beecrypt_3.1.0.oe
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "BeeCrypt is an ongoing project to provide a strong and fast cryptography \
-toolkit. Includes entropy sources, random generators, block ciphers, hash functions, \
-message authentication codes, multiprecision integer routines, and public key primitives."
-
-HOMEPAGE = "http://sourceforge.net/projects/beecrypt/"
-LICENSE = "LGPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
-file://config.m4 \
-file://gas.patch;patch=1 \
-file://m4.diff;patch=1"
-PR = "r1"
-
-inherit autotools
-
-do_configure_prepend() {
-
-cp ${WORKDIR}/config.m4 ${S}/gas/
-
-}
-
-
-do_stage() {
-
-# oe_libinstall -a -C .libs libbeecrypt ${STAGING_LIBDIR}
- cp .libs/libbeecrypt.a ${STAGING_LIBDIR}/
- install -d ${STAGING_INCDIR}/
- install -d ${STAGING_INCDIR}/beecrypt
- for X in beecrypt.h beecrypt.api.h memchunk.h mpnumber.h beecrypt.gnu.h mp.h mpopt.h blockmode.h endianness.h
- do
- install -m 0644 ${X} ${STAGING_INCDIR}/beecrypt/${X}
- done
-
-}
diff --git a/portabase/metakit_2.4.9.3.bb b/portabase/metakit_2.4.9.3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/portabase/metakit_2.4.9.3.bb
diff --git a/portabase/metakit_2.4.9.3.oe b/portabase/metakit_2.4.9.3.oe
deleted file mode 100644
index 4889f949f9..0000000000
--- a/portabase/metakit_2.4.9.3.oe
+++ /dev/null
@@ -1,65 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Metakit is an efficient embedded database library with a small \
-footprint. It fills the gap between flat-file, relational, object-oriented, and \
-tree-structured databases, supporting relational joins, serialization, nested structures,\
-and instant schema evolution."
-
-HOMEPAGE = "http://www.equi4.com/metakit.html"
-SRC_URI = "http://www.equi4.com/pub/mk/metakit-${PV}.tar.gz \
- file://metakit-2.4.9.3.patch;patch=1"
-PR = "r1"
-
-do_configure_prepend() {
-
- cp ${STAGING_DATADIR}/libtool/* ${S}/unix/scripts/
-
-}
-do_configure () {
-
- cd builds
- ../unix/configure \
- --build=${BUILD_SYS} \
- --host=${HOST_SYS} \
- --target=${TARGET_SYS} \
- --prefix=${prefix} \
- --exec_prefix=${exec_prefix} \
- --bindir=${bindir} \
- --sbindir=${sbindir} \
- --libexecdir=${libexecdir} \
- --datadir=${datadir} \
- --sysconfdir=${sysconfdir} \
- --sharedstatedir=${sharedstatedir} \
- --localstatedir=${localstatedir} \
- --libdir=${libdir} \
- --includedir=${includedir} \
- --oldincludedir=${oldincludedir} \
- --infodir=${infodir} \
- --mandir=${mandir} \
- ${EXTRA_OECONF} \
- $@;
-
-}
-
-
-do_stage() {
-# oe_libinstall -a -C builds/.libs libmk4 ${STAGING_LIBDIR}
- cp builds/.libs/libmk4.a ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/
- for X in mk4.h mk4.inl
- do
- install -m 0644 include/${X} ${STAGING_INCDIR}/${X}
- done
-
-}
-
-
-
-do_compile () {
- cd builds
- oe_runmake
-}
-
-do_install() {
-
- :
-}
diff --git a/portabase/portabase_1.9.bb b/portabase/portabase_1.9.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/portabase/portabase_1.9.bb
diff --git a/portabase/portabase_1.9.oe b/portabase/portabase_1.9.oe
deleted file mode 100644
index a7b34e7bcb..0000000000
--- a/portabase/portabase_1.9.oe
+++ /dev/null
@@ -1,122 +0,0 @@
-DESCRIPTION = "Portabase is a small database program for creating, browsing, \
-and editing custom tables of data."
-SECTION = "opie/applications"
-LICENSE = "GPL"
-HOMEPAGE = "http://portabase.sourceforge.net/"
-DEPENDS = "metakit beecrypt"
-APPNAME = "portabase"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/portabase/portabase_${PV}.tar.gz \
- file://qtopia.patch;patch=1 \
- file://fileselector.patch;patch=1"
-
-S = "${WORKDIR}/portabase"
-
-inherit palmtop
-
-QMAKE_PROFILES = "portabase.pro"
-QPEDIR = ${OPIEDIR}
-
-# lrelease portabase.pro
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin \
- ${D}/${palmtopdir}/apps/Applications \
- ${D}/${palmtopdir}/pics/${APPNAME} \
- ${D}/${palmtopdir}/help/en
- install -D -m 0755 ${APPNAME} ${D}/${palmtopdir}/bin/${APPNAME}
- install -m 0644 package/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Applications/${APPNAME}.desktop
-
- install -D -m 0644 pics/PortaBase.png ${D}/${palmtopdir}/pics/PortaBase.png
- for f in calculator.png checked.png image.png note.png save.png save_disabled.png unchecked.png calendar.xpm QtaDatePickerNext.xpm QtaDatePickerPrev.xpm
- do
- install -D -m 0644 pics/$f ${D}/${palmtopdir}/pics/${APPNAME}/$f
- done
-
- install -D -m 0644 help/html/${APPNAME}.html ${D}/${palmtopdir}/help/en/html/${APPNAME}.html
-}
-
-
-pkg_postinst() {
-#!/bin/sh
-
-NEWTYPE=application/portabase
-EXT=pob
-
-T=${NEWTYPE%/*}
-S=${NEWTYPE#*/}
-
-grep $EXT $QPEDIR/etc/mime.types |
-(
- read TYPE EXTS
- if [ -z "$TYPE" ]
- then
- if grep -q "^$NEWTYPE[ ]" $QPEDIR/etc/mime.types || grep -q "^$NEWTYPE$" $QPEDIR/etc/mime.types
- then
- if sed -e '/^'$T"\\/"$S'[ ]/ s/$/ '$EXT'/' <$QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new ||
- sed -e '/^'$T"\\/"$S'$/ s/$/ '$EXT'/' <$QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new
- then
- mv $QPEDIR/etc/mime.types.new $QPEDIR/etc/mime.types
- exit 0
- else
- echo >&2 "Internal MIME type update error"
- exit 1
- fi
- else
- echo "" >>$QPEDIR/etc/mime.types
- sed -e :a -e '/^\n*$/{$d;N;};/\n$/ba' $QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new
- mv $QPEDIR/etc/mime.types.new $QPEDIR/etc/mime.types
- echo "$NEWTYPE $EXT" >>$QPEDIR/etc/mime.types
- exit 0
- fi
- elif [ "$TYPE" = "$NEWTYPE" ]
- then
- #echo "Already done"
- exit 0
- else
- echo >&2 "$EXT already assigned to $TYPE"
- exit 1
- fi
-)
-
-NEWTYPE=text/x-csv
-EXT=csv
-
-T=${NEWTYPE%/*}
-S=${NEWTYPE#*/}
-
-grep $EXT $QPEDIR/etc/mime.types |
-(
- read TYPE EXTS
- if [ -z "$TYPE" ]
- then
- if grep -q "^$NEWTYPE[ ]" $QPEDIR/etc/mime.types || grep -q "^$NEWTYPE$" $QPEDIR/etc/mime.types
- then
- if sed -e '/^'$T"\\/"$S'[ ]/ s/$/ '$EXT'/' <$QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new ||
- sed -e '/^'$T"\\/"$S'$/ s/$/ '$EXT'/' <$QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new
- then
- mv $QPEDIR/etc/mime.types.new $QPEDIR/etc/mime.types
- exit 0
- else
- echo >&2 "Internal MIME type update error"
- exit 1
- fi
- else
- echo "" >>$QPEDIR/etc/mime.types
- sed -e :a -e '/^\n*$/{$d;N;};/\n$/ba' $QPEDIR/etc/mime.types >$QPEDIR/etc/mime.types.new
- mv $QPEDIR/etc/mime.types.new $QPEDIR/etc/mime.types
- echo "$NEWTYPE $EXT" >>$QPEDIR/etc/mime.types
- exit 0
- fi
- elif [ "$TYPE" = "$NEWTYPE" ]
- then
- #echo "Already done"
- exit 0
- else
- echo >&2 "$EXT already assigned to $TYPE"
- exit 1
- fi
-)
-}
-