Author Topic: New Packages Announcement  (Read 529726 times)

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
New Packages Announcement
« Reply #15 on: April 07, 2006, 02:18:32 pm »
DjVuLibre 3.5.17

description
http://djvulibre.djvuzone.org/index.html
DjVu is a web-centric format and software platform for distributing documents and images. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen, and consume less client resources than competing formats. DjVu images display instantly and can be smoothly zoomed and panned with no lengthy re-rendering. DjVu is used by hundreds of academic, commercial, governmental, and non-commercial web sites around the world.

download
viewer allows you to view .djvu files.
tools, for converting/manipulating djvu files, see this page
devel, development package

 [ Invalid Attachment ]
« Last Edit: April 07, 2006, 02:33:09 pm by desertrat »
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
New Packages Announcement
« Reply #16 on: April 10, 2006, 06:31:26 am »
PostgreSQL 8.1.3

description
http://www.postgresql.org/
PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.

download
client, this package provides the psql command line client. If you wish to use SSL connections you will need to install openssl.

tools, this package provides tools for commonly performed tasks. These are clusterdb, createdb, createlang, createuser, dropdb, droplang, dropuser, pg_dump, pg_dumpall, pg_restore, reindexdb, vacuumdb. If you wish to use SSL connections you will need to install openssl.

server, this package contains the server. See notes below for quick start instructions. If you wish to use SSL connections you will need to install openssl.

devel, this contains the header and static library files.

notes
All the postgresql components are installed in
/usr/local/postgresql. For convenience you may want to edit /etc/profile and add /usr/local/postgresql/bin to the PATH.

Quick start instructions

1) create a new user to handle the database, in this example
the user will be 'postgres' and its home directory will be
'/mnt/hd/store/postgres'. Make sure there is enough free space in
that partition to store your data.
Code: [Select]
adduser -D -h /mnt/hd/store/postgres postgres2) login as the newly created user
Code: [Select]
su - postgres
3) create a directory for your database
Code: [Select]
mkdir data
4) tell postgresql to create your database cluster
Code: [Select]
initdb -D ~/data/
5) to start postgresql server
Code: [Select]
pg_ctl -D /mnt/hd/store/postgres/data -l /dev/null start
6) to stop postgresql server
Code: [Select]
pg_ctl -D /mnt/hd/store/postgres/data stop
7) read manual for full details

  http://www.postgresql.org/docs/8.1/static/index.html

8) For extra convenience you may want to create these aliases for starting/stopping the postgresql server:

Code: [Select]
alias pgstart='su - postgres -c '\''pg_ctl -D /mnt/hd/store/postgres/data -l /dev/null start'\'''
alias pgstop='su - postgres -c '\''pg_ctl -D /mnt/hd/store/postgres/data stop'\'''
« Last Edit: April 10, 2006, 06:32:25 am by desertrat »
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #17 on: April 12, 2006, 12:41:20 pm »
[img]http://www.wesnoth.org/images/sshots/wesnoth-1.1_delfador-175.jpg\" border=\"0\" class=\"linked-image\" /]

Wesnoth 1.1.2a

FEED
http://zaurus.vivaphp.net/pdaxrom/misc

For sounds works uses sdl-mixer, libvorbis and libogg from my FEED
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #18 on: April 13, 2006, 02:42:01 pm »
LinCity, a simcity ONE clone:
[img]http://lincity.sourceforge.net/splash.jpg\" border=\"0\" class=\"linked-image\" /]

Code: [Select]
Package: lincity
Version: 1.12.1
Architecture: armv5tel
Maintainer: http://lincity.sourceforge.net/
Description: city/country simulation game for X
Depends: xfree zlib
Priority: optional
Section: Games
Size: 384K

http://zaurus.vivaphp.net/pdaxrom/misc/lin....1_armv5tel.ipk
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

jeana

  • Newbie
  • *
  • Posts: 34
    • View Profile
New Packages Announcement
« Reply #19 on: April 14, 2006, 07:13:07 am »
MySQL 4.1.18 with include files and static libraries.

Code: [Select]
Package: mysql-dev
Source: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz/from/ftp://ftp.inria.fr/pub/MySQL/
Priority: optional
Section: Databases
Version: 4.1.18
Architecture: armv5tel
Maintainer: http://dev.mysql.com
Description: MySQL Database
Size: 8.1M

mysql-dev_4.1.18_armv5tel.ipk

If you want to run mysql under the root user launch the following command :
mysqld_safe --user=root &

To shutdown : mysqladmin shutdown
Zaurus SL-C3000 with Zubuntu

jeana

  • Newbie
  • *
  • Posts: 34
    • View Profile
New Packages Announcement
« Reply #20 on: April 15, 2006, 01:42:15 pm »
Cyrus SASL libraries, Berkeley DB and OpenLDAP

Code: [Select]
Package: cyrus-sasl-devel
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.21.tar.gz
Priority: optional
Version: 2.1.21
Architecture: armv5tel
Maintainer: http://cyrusmap.web.cmu.edu
Description: Cyrus SASL Library
Size: 932.0k
cyrus-sasl-devel_2.1.21_armv5tel.ipk


Code: [Select]
Package: db-devel
Source: http://dev.sleepycat.com/downloads/optreg.html?fname=db-4.4.20.tar.gz&prod=core
Priority: optional
Version: 4.4.20
Architecture: armv5tel
Maintainer: http://dev.sleepycat.com
Description: Berkeley DB
Size: 4.0M
db-devel_4.4.20_armv5tel.ipk


Code: [Select]
Package: openldap-devel
Source: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20060227.tgz
Priority: optional
Version: 2.3.20
Architecture: armv5tel
Maintainer: http://www.openldap.org/p
Description: LDAP server and client
Size: 6.5M
openldap-devel_2.3.20_armv5tel.ipk
Zaurus SL-C3000 with Zubuntu

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #21 on: April 15, 2006, 01:45:59 pm »
« Last Edit: April 26, 2006, 03:38:06 pm by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

Xromer

  • Full Member
  • ***
  • Posts: 178
    • View Profile
    • http://
New Packages Announcement
« Reply #22 on: April 16, 2006, 02:21:22 pm »
Linphone compiled completely with the guy.
Now it' s to test.
These are the IPKS:

libogg_1.1.3_armv5tel.ipk
libosip_2.2.2_armv5tel.ipk
linphone_1.3.5_armv5tel.ipk
ortp_0.9.1_armv5tel.ipk
speex_1.1.12_armv5tel.ipk

Soon on my contrib :-)

Now i will try to compile phonegaim.
Let's see.
BYEZ!!
[span style=\'font-size:10pt;line-height:100%\']I don't know how, but i' ll do!!!
This is how i like to live! :)[/span]

Ipaq hx4700

Xromer

  • Full Member
  • ***
  • Posts: 178
    • View Profile
    • http://
New Packages Announcement
« Reply #23 on: April 16, 2006, 05:33:00 pm »
gnokii compiled:
gnokii_0.6.12_armv5tel.ipk

Soon on my contrib.
The next step to the total control of my GPRS card it's done.
All it' s functional.
But i have still problems with the RING implementation.
Compiling gnocky interface too.
SEEYA!  
[span style=\'font-size:10pt;line-height:100%\']I don't know how, but i' ll do!!!
This is how i like to live! :)[/span]

Ipaq hx4700

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
New Packages Announcement
« Reply #24 on: April 17, 2006, 01:56:51 am »
Qbedic 0.9.1

description
http://bedic.sourceforge.net/index.html
Qbedic is a Qt frontend for Zbedic, an electronic dictionary reader for the Sharp Zaurus.


download
http://mail.pdaxrom.org/contrib/desertrat/....1_armv5tel.ipk

notes
This version does not require the old libstdc++.so.5 library.

 [ Invalid Attachment ]
« Last Edit: April 17, 2006, 01:58:46 am by desertrat »
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #25 on: April 17, 2006, 09:39:16 am »
Powermanga 0.8.0
[img]http://linux.tlk.fr/games/Powermanga/images/powermanga_linux1.jpeg\" border=\"0\" class=\"linked-image\" /]
- GCC 3.4.6 Not needs libstdc++.so.5
- Not using iwmmxt, not needs...

IPK: powermanga_0.8.0_armv5tel.ipk

FEED: http://zaurus.vivaphp.net/pdaxrom/misc

Code: [Select]
Package: powermanga
Version: 0.8.0
Architecture: armv5tel
Maintainer: http://linux.tlk.fr/
Description: An arcade 2D shoot-em-up game
Depends: xfree sdl sdl-mixer libvorbis libogg libsmpeg
Priority: optional
Section: Games
Size: 6511K
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

Alez

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://alex.hispasource.com
New Packages Announcement
« Reply #26 on: April 17, 2006, 04:01:27 pm »
Liferea RSS News Reader

A RSS News Reader.

Requieres libgtkhtml, which can be found in my feed.

Also requieres orbit2,gconf,gnome_vfs

liferea_1.0.9_armv5tel.ipk

libgtkhtml_2.2.4_armv5tel.ipk

[img]http://alex.hispasource.com/pdaxrom/img/liferia.jpg\" border=\"0\" class=\"linked-image\" /]
SL-C3000 - DCF-660W - GPS

my feed: pdaXrom feed
website (spanish): zaurus

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #27 on: April 17, 2006, 05:58:31 pm »
TecnoBallz 0.9.1
[img]http://linux.tlk.fr/games/TecnoballZ/images/tecnoballz_linux1.png\" border=\"0\" class=\"linked-image\" /]

[img]http://linux.tlk.fr/games/TecnoballZ/images/tecnoballz_linux2.png\" border=\"0\" class=\"linked-image\" /]
IPK: tecnoballz_0.9.1_armv5tel.ipk

FEED: http://zaurus.vivaphp.net/pdaxrom/misc

Code: [Select]
Package: tecnoballz
Version: 0.9.1
Architecture: armv5tel
Maintainer: http://linux.tlk.fr/
Description: A exciting Brick Breaker with 50 levels
Depends: xfree sdl sdl-mixer libvorbis libogg libsmpeg libmikmod
Priority: optional
Section: Games
Size: 1644K
« Last Edit: April 17, 2006, 06:00:05 pm by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
New Packages Announcement
« Reply #28 on: April 20, 2006, 09:20:58 am »
CLISP, MAXIMA and wxMAXIMA  
Compiled with gcc 3.4.6
Needs wxwidgets 2.6.x , ncurses 5.x (official FEED)
If you want use xmaxima, install tk and tcl packages from official FEED  


OBS³: If you setup my FEED and pdaXrom Unstable FEED on you /etc/ipkg.conf and run:
$ ipkg update
$ ipkg -d some_location install wxmaxima
This goes install all deps for wxMAXIMA.
« Last Edit: April 21, 2006, 10:02:38 am by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
« Last Edit: April 22, 2006, 09:08:26 am by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)