summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/oaf
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/oaf
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/oaf')
-rwxr-xr-xgnome1-libs/oaf/BUILD7
-rwxr-xr-xgnome1-libs/oaf/DEPENDS4
-rwxr-xr-xgnome1-libs/oaf/DETAILS24
-rw-r--r--gnome1-libs/oaf/HISTORY27
-rw-r--r--gnome1-libs/oaf/ac-query-parse.patch.gzbin0 -> 322 bytes
5 files changed, 62 insertions, 0 deletions
diff --git a/gnome1-libs/oaf/BUILD b/gnome1-libs/oaf/BUILD
new file mode 100755
index 0000000000..fa73032d62
--- /dev/null
+++ b/gnome1-libs/oaf/BUILD
@@ -0,0 +1,7 @@
+(
+# ac-query-parse.y patch
+message "${MESSAGE_COLOR} Aplying ac-query-parse patch ${DEFAULT_COLOR}"
+gzip -d < $SCRIPT_DIRECTORY/ac-query-parse.patch.gz | patch -p0 -E
+
+default_build
+) > $C_FIFO 2>&1
diff --git a/gnome1-libs/oaf/DEPENDS b/gnome1-libs/oaf/DEPENDS
new file mode 100755
index 0000000000..3c1fd505f1
--- /dev/null
+++ b/gnome1-libs/oaf/DEPENDS
@@ -0,0 +1,4 @@
+depends popt &&
+depends perl &&
+depends orbit &&
+depends libxml
diff --git a/gnome1-libs/oaf/DETAILS b/gnome1-libs/oaf/DETAILS
new file mode 100755
index 0000000000..774914613f
--- /dev/null
+++ b/gnome1-libs/oaf/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=oaf
+ VERSION=0.6.10
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]='0e535f726adf4d808ca66a07533d4ca3'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ ENTERED=20010922
+ UPDATED=20010505
+ SHORT="OAF was designed as a replacement for the libgnorba library used in GNOME."
+cat << EOF
+OAF was designed as a replacement for the limited libgnorba library
+used in GNOME. libgnorba is responsible on GNOME 1.0.x and 1.2.x systems
+for the activation of CORBA objects. libgnorba allows you to browse the
+available CORBA servers on your system (running or not). It keeps track
+of the running servers so that if you ask for a server which is already
+running, you will not start it again but will reuse the already running
+one.
+EOF
diff --git a/gnome1-libs/oaf/HISTORY b/gnome1-libs/oaf/HISTORY
new file mode 100644
index 0000000000..80017b817d
--- /dev/null
+++ b/gnome1-libs/oaf/HISTORY
@@ -0,0 +1,27 @@
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * DEPENDS: ORBit renamed to orbit
+ Formatted to Guru Handbook
+ * HISTORY: Formatted to Guru Handbook
+
+2002-11-25 Vladimir Vydra <vydra@fria.fri.utc.sk>
+ * BUILD, ac-query-parse.patch.gz: Created patch to solve bison parsing
+ errors in ac-query-parse.y (bug #1808)
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-05-05 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 0.6.10
+
+2002-03-14 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added MAINTAINER=me
+ fixed backup url
+ * DEPENDS: added ORBit dependancy
+
diff --git a/gnome1-libs/oaf/ac-query-parse.patch.gz b/gnome1-libs/oaf/ac-query-parse.patch.gz
new file mode 100644
index 0000000000..58eb31f8d8
--- /dev/null
+++ b/gnome1-libs/oaf/ac-query-parse.patch.gz
Binary files differ