snownews: New Port

This commit is contained in:
James Mills 2006-12-26 21:22:07 +10:00
parent eee9ea732d
commit d8be5f3570
3 changed files with 83 additions and 0 deletions

63
snownews/.footprint Normal file
View File

@ -0,0 +1,63 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/opml2snow
lrwxrwxrwx root/root usr/bin/snow2opml -> /home/prologic/crux/ports/snownews/work/pkg/usr/bin/opml2snow
-rwxr-xr-x root/root usr/bin/snownews
-rwxr-xr-x root/root usr/bin/snowsync
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/de/
drwxr-xr-x root/root usr/man/de/man1/
-rw-r--r-- root/root usr/man/de/man1/snownews.1
drwxr-xr-x root/root usr/man/fr/
drwxr-xr-x root/root usr/man/fr/man1/
-rw-r--r-- root/root usr/man/fr/man1/snownews.1
drwxr-xr-x root/root usr/man/it/
drwxr-xr-x root/root usr/man/it/man1/
-rw-r--r-- root/root usr/man/it/man1/snownews.1
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/opml2snow.1.gz
-rw-r--r-- root/root usr/man/man1/snownews.1.gz
drwxr-xr-x root/root usr/man/nl/
drwxr-xr-x root/root usr/man/nl/man1/
-rw-r--r-- root/root usr/man/nl/man1/snownews.1
drwxr-xr-x root/root usr/man/ru_RU.KOI8-R/
drwxr-xr-x root/root usr/man/ru_RU.KOI8-R/man1/
-rw-r--r-- root/root usr/man/ru_RU.KOI8-R/man1/snownews.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/de/
drwxr-xr-x root/root usr/share/locale/de/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/de/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/es/
drwxr-xr-x root/root usr/share/locale/es/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/es/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/fr/
drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/it/
drwxr-xr-x root/root usr/share/locale/it/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/it/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/ja/
drwxr-xr-x root/root usr/share/locale/ja/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/ja/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/nl/
drwxr-xr-x root/root usr/share/locale/nl/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/nl/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/pl/
drwxr-xr-x root/root usr/share/locale/pl/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/pl/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/pt_BR/
drwxr-xr-x root/root usr/share/locale/pt_BR/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/pt_BR/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/ru/
drwxr-xr-x root/root usr/share/locale/ru/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/ru/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/sl/
drwxr-xr-x root/root usr/share/locale/sl/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/sl/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/zh_CN/
drwxr-xr-x root/root usr/share/locale/zh_CN/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/zh_CN/LC_MESSAGES/snownews.mo
drwxr-xr-x root/root usr/share/locale/zh_TW/
drwxr-xr-x root/root usr/share/locale/zh_TW/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/snownews.mo

1
snownews/.md5sum Normal file
View File

@ -0,0 +1 @@
75ffa004e755a233f49b1cdfcd9e3d85 snownews-1.5.7.tar.gz

19
snownews/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Text mode RSS newsreader for Linux and Unix.
# URL: http://kiza.kcore.de/software/snownews/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on: ncurses, libxml2, gettex, libiconv
name=snownews
version=1.5.7
release=1
source=(http://kiza.kcore.de/software/$name/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}