From 84d8b510ac289af0a43bfa9e110844af27a90196 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Apr 2006 09:03:08 -0500 Subject: initial commit from stable 0.3 --- chat-libs/pwlib/BUILD | 5 +++++ chat-libs/pwlib/DEPENDS | 11 +++++++++++ chat-libs/pwlib/DETAILS | 29 +++++++++++++++++++++++++++++ chat-libs/pwlib/HISTORY | 38 ++++++++++++++++++++++++++++++++++++++ chat-libs/pwlib/PREPARE | 1 + 5 files changed, 84 insertions(+) create mode 100755 chat-libs/pwlib/BUILD create mode 100755 chat-libs/pwlib/DEPENDS create mode 100755 chat-libs/pwlib/DETAILS create mode 100644 chat-libs/pwlib/HISTORY create mode 100755 chat-libs/pwlib/PREPARE (limited to 'chat-libs/pwlib') 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 + * DETAILS: Updated to version 1.8.7 + +2005-09-06 George Sherwood + * BUILD: disabled openssl (Bug 9261) + * DEPENDS: removed openssl + +2005-07-19 George Sherwood + * DETAILS: Added GCC_VERSION=3.4.4 + +2005-03-17 Eric Sandall + * DETAILS: Removed MAKE_NJOBS=1 + * BUILD: Run make_single before default_build + Run make_normal after default_build + +2005-03-08 George Sherwood + * DETAILS: Updated to version 1.8.4 + +2004-12-12 George Sherwood + * DETAILS: Updated to version 1_8_3 + +2004-09-11 George Sherwood + * DETAILS: fixed small typing error. Bug #7346 + +2004-09-06 Robin Cook + * 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 + * 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 -- cgit v1.2.3