summaryrefslogtreecommitdiffstats
path: root/chat-libs/pwlib
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /chat-libs/pwlib
initial commit from stable 0.3
Diffstat (limited to 'chat-libs/pwlib')
-rwxr-xr-xchat-libs/pwlib/BUILD5
-rwxr-xr-xchat-libs/pwlib/DEPENDS11
-rwxr-xr-xchat-libs/pwlib/DETAILS29
-rw-r--r--chat-libs/pwlib/HISTORY38
-rwxr-xr-xchat-libs/pwlib/PREPARE1
5 files changed, 84 insertions, 0 deletions
diff --git a/chat-libs/pwlib/BUILD b/chat-libs/pwlib/BUILD
new file mode 100755
index 0000000000..b4ff4a062e
--- /dev/null
+++ b/chat-libs/pwlib/BUILD
@@ -0,0 +1,5 @@
+export PWLIBDIR=$SOURCE_DIRECTORY &&
+OPTS="$OPTS --enable-plugins --disable-openssl" &&
+make_single &&
+default_build &&
+make_normal
diff --git a/chat-libs/pwlib/DEPENDS b/chat-libs/pwlib/DEPENDS
new file mode 100755
index 0000000000..907b83e7c1
--- /dev/null
+++ b/chat-libs/pwlib/DEPENDS
@@ -0,0 +1,11 @@
+depends g++
+# depends openssl &&
+depends openldap &&
+
+optional_depends "sdl" "--enable-sdl" "--disable-sdl" "For full-screen video" &&
+optional_depends "expat" "--enable-expat" "--disable-expat" "XML support" &&
+optional_depends "alsa-lib" "" "" "For ALSA support" &&
+optional_depends "libavc1394" "" "" "For Firewire Support" &&
+optional_depends "libdv" "" "" "For Digital Video format support"
+
+
diff --git a/chat-libs/pwlib/DETAILS b/chat-libs/pwlib/DETAILS
new file mode 100755
index 0000000000..749cf4c395
--- /dev/null
+++ b/chat-libs/pwlib/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=pwlib
+if [ "$CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openh323:ptlib_unix
+ FORCE_DOWNLOAD=1
+ MD5[0]="IGNORE"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+else
+ VERSION=1.8.7
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${SOURCE}
+ SOURCE_URL[1]=${SOURCEFORGE_URL}/openh323/${SOURCE}
+ SOURCE_HASH=sha1:9333edf45f1022ba2529f7e731db9e5ffa92a17f
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+fi
+ LICENSE[0]=GPL
+ BUILD_API=2
+ GCC_VERSION=3.4
+ WEB_SITE=http://www.openh323.org
+ ENTERED=20040409
+ UPDATED=20040905
+ SHORT="A Portable Text and GUI C/C++ Class Libarary."
+cat << EOF
+PWLib is a moderately large class library that has its genesis many years ago
+as a method to product applications to run on both Microsoft Windows and Unix
+X-Windows systems. It also was to have a Macintosh port as well but this never
+eventuated.
+EOF
diff --git a/chat-libs/pwlib/HISTORY b/chat-libs/pwlib/HISTORY
new file mode 100644
index 0000000000..4b26618fac
--- /dev/null
+++ b/chat-libs/pwlib/HISTORY
@@ -0,0 +1,38 @@
+2005-09-07 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.8.7
+
+2005-09-06 George Sherwood <george@beernabeer.com>
+ * BUILD: disabled openssl (Bug 9261)
+ * DEPENDS: removed openssl
+
+2005-07-19 George Sherwood <george@beernabeer.com>
+ * DETAILS: Added GCC_VERSION=3.4.4
+
+2005-03-17 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed MAKE_NJOBS=1
+ * BUILD: Run make_single before default_build
+ Run make_normal after default_build
+
+2005-03-08 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.8.4
+
+2004-12-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1_8_3
+
+2004-09-11 George Sherwood <george@beernabeer.com>
+ * DETAILS: fixed small typing error. Bug #7346
+
+2004-09-06 Robin Cook <rcook@wyrms.net>
+ * PREPARE: added for CVS config_query
+ * DETAILS: added CVS download option
+ added BUILD_API=2
+ * DEPENDS: added g++
+ added optional depends libavc1394, and libdv
+ * BUILD: modified for BUILD_API=2
+ added exporting of PWLIBDIR
+ * NOTE: mainly modifed to be able to get cvs version to build
+ cvs version of gnomemeeting.
+
+2004-08-12 Flavien Bridault <falvien.bridault@free.fr>
+ * Created spell.
+
diff --git a/chat-libs/pwlib/PREPARE b/chat-libs/pwlib/PREPARE
new file mode 100755
index 0000000000..8064306141
--- /dev/null
+++ b/chat-libs/pwlib/PREPARE
@@ -0,0 +1 @@
+config_query CVS "Would you like to build the latest cvs version?" n