[Lunar-commits] <moonbase> pan2-git: pan2 git version added to moonbase
Terry Chan
tchan at lunar-linux.org
Wed Aug 19 03:56:22 CEST 2009
commit 1abff173badbb7deeff285bd9fe0672dd30cbe21
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Aug 18 20:56:22 2009 -0500
pan2-git: pan2 git version added to moonbase
---
zbeta/pan2-git/BUILD | 11 +++++++++++
zbeta/pan2-git/CONFLICTS | 2 ++
zbeta/pan2-git/DEPENDS | 3 +++
zbeta/pan2-git/DETAILS | 26 ++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/zbeta/pan2-git/BUILD b/zbeta/pan2-git/BUILD
new file mode 100644
index 0000000..a39ef47
--- /dev/null
+++ b/zbeta/pan2-git/BUILD
@@ -0,0 +1,11 @@
+(
+ ./autogen.sh --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ $OPTS &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/pan2-git/CONFLICTS b/zbeta/pan2-git/CONFLICTS
new file mode 100644
index 0000000..e09d6fe
--- /dev/null
+++ b/zbeta/pan2-git/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts pan2
+conflicts pan2-beta
diff --git a/zbeta/pan2-git/DEPENDS b/zbeta/pan2-git/DEPENDS
new file mode 100644
index 0000000..d17f520
--- /dev/null
+++ b/zbeta/pan2-git/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-2 &&
+depends pcre &&
+depends gmime
diff --git a/zbeta/pan2-git/DETAILS b/zbeta/pan2-git/DETAILS
new file mode 100644
index 0000000..6ce9508
--- /dev/null
+++ b/zbeta/pan2-git/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=pan2-git
+ VERSION=0.133
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=git://github.com/lostcoder/pan2.git
+ WEB_SITE=http://github.com/lostcoder/pan2/tree/master
+ ENTERED=20090818
+ UPDATED=`date -u +%Y%m%d`
+ SHORT="Pan is a newsreader, loosely based on Agent and Gravity."
+cat << EOF
+Pan is a newsreader, loosely based on Agent and Gravity, which attempts
+to be pleasant to use for new and advanced users alike. It has all the
+typical features found in newsreaders, and also supports offline
+reading, multiple connections, and a number of features for power users
+and alt.binaries fans.
+
+pan2-beta is a complete rewrite of pan2 in C++. Smaller memory foot print for
+large newsgroups has been cut by 2/3. Time to download headers has been cut
+by 2/3 by parallelizing the download across multiple connections to the server.
+Multiserver support. NZB support. All the user interface windows and dialogs
+have been redesigned.
+
+pan2-git is pan2-beta with many "fixes" that seem to be on hold as the regular
+pan2 projects seems to be stalled for over a year now. This is currently the
+ONLY version in moonbase that correctly compiles with gmime-2.4.x, newer glib-2,
+etc.
+EOF
More information about the Lunar-commits
mailing list