Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26130/devel
Added Files:
anjuta.info anjuta.patch byaccj-1.1-2.info byaccj-1.1-2.patch
fxscintilla.info
Log Message:
10.2-gcc3.3 -> 10.3
--- NEW FILE: anjuta.info ---
Package: anjuta
Version: 0.9.99
Revision: 14
Maintainer: Marc Weil <[EMAIL PROTECTED]>
BuildDepends: gnome-libs-dev, gnome-core-dev (>= 1.4.1-4), libxml, pkgconfig,
orbit-dev, imlib, esound, popt, glib, gtk+, oaf-dev, gnome-vfs-dev (>= 1.0.5-8) |
gnome-vfs-ssl-dev (>= 1.0.5-8), gdk-pixbuf, gnome-print-dev, gconf-dev, x11, x11-dev,
gettext-dev, gettext-bin, libiconv-dev
Depends: gnome-libs-shlibs, gnome-core-shlibs, libxml-shlibs, scrollkeeper, indent,
bash, gnome-print-shlibs, gnome-vfs-shlibs | gnome-vfs-ssl-shlibs
License: GPL
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 938e51336fe168d8d7def83e03eb654d
Patch: %n.patch
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d; rm -rf %i/doc
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
DocFiles: doc/ScintillaDoc.html ABOUT-NLS AUTHORS COPYING FUTURE INSTALL NEWS README
THANKS TODO ChangeLog
Homepage: http://anjuta.sourceforge.net/
Description: Complete Programmers' IDE
DescDetail: <<
Anjuta is one of the most powerful IDEs available in open
source today. It supports many different languages, such as C, C++ (both
with Glade support), Java, Perl, Python, and many more. You can either
have a single source file with all of your code in it, or you can use
its built-in wizards to make all kinds of different application
projects (such as graphical applications with Glade that can be
used with GNOME and KDE).
Project files store all source files, header files, and libraries together,
and everything is compiled as you wish.
It also automatically creates files such as NEWS, TODO, README,
and INSTALL that are typically found in open source applications'
folders. It also has a built-in debugging area that uses gdb. The
standard C compiler it uses is gcc, and the C++ compiler it uses is g++.
All of these settings can be changed of course, along with a wide range
of other preferences you can set to truely make the program your own
development environment.
<<
DescPort: <<
The file "launcher.c" in anjuta-0.9.99-1/src/ has been updated
to use O_ASYNC for accessing files instead of O_SYNC because O_SYNC
isn't implimented in Mac OS X.
<<
DescUsage: <<
After install, simply type 'anjuta' (without the quotes) in
your X11 environment and Anjuta will launch. To open a file from the
command line instead of using the program's Open command, simply use
this syntax: 'anjuta file_name.cpp' (any file type will do, not just
files with a .cpp ending).
<<
--- NEW FILE: anjuta.patch ---
diff -Naur anjuta-0.9.99.orig/launcher.c anjuta-0.9.99/launcher.c
--- anjuta-0.9.99-1/src/launcher.c Sun Aug 4 19:39:33 2002
+++ anjuta-0.9.99-1/src/launcher.c Mon Sep 9 06:47:30 2002
@@ -349,9 +349,9 @@
/* Set no delays for the write pipes (non_buffered) so
that we get all the outputs immidiately */
if ((md = fcntl (launcher.stdout_pipe[1], F_GETFL)) != -1)
- fcntl (launcher.stdout_pipe[1], F_SETFL, O_SYNC | md);
+ fcntl (launcher.stdout_pipe[1], F_SETFL, O_ASYNC | md);
if ((md = fcntl (launcher.stderr_pipe[1], F_GETFL)) != -1)
- fcntl (launcher.stderr_pipe[1], F_SETFL, O_SYNC | md);
+ fcntl (launcher.stderr_pipe[1], F_SETFL, O_ASYNC | md);
/* This is a quick hack to get the child's exit code */
/* Don't complain!! */
--- njuta-0.9.99-1/data/Makefile.in.orig 2002-10-08 22:20:07.000000000 -0700
+++ njuta-0.9.99-1/data/Makefile.in 2002-10-08 22:24:44.000000000 -0700
@@ -445,9 +445,9 @@
install-data-local: system.tags
- mkdir -p $(MACROS_dir)
- $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(MACROS_dir)
- $(INSTALL_DATA) system.tags $(anjuta_datadir)
+ mkdir -p $(DESTDIR)$(MACROS_dir)
+ $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(DESTDIR)$(MACROS_dir)
+ $(INSTALL_DATA) system.tags $(DESTDIR)$(anjuta_datadir)
uninstall-local:
@rm -fv $(MACROS:%=$(MACROS_dir)/%)
diff -Naur anjuta-0.9.99.orig/omf-install/Makefile.in
anjuta-0.9.99/omf-install/Makefile.in
--- anjuta-0.9.99.orig/omf-install/Makefile.in Mon Aug 5 04:45:42 2002
+++ anjuta-0.9.99/omf-install/Makefile.in Thu Feb 20 00:05:24 2003
@@ -278,7 +278,7 @@
-for file in $(srcdir)/*.omf; do \
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
done
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
+# -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
uninstall-local:
-for file in $(srcdir)/*.omf; do \
--- NEW FILE: byaccj-1.1-2.info ---
Package: byaccj
Version: 1.1
Revision: 2
Maintainer: Vadim Zaliva <[EMAIL PROTECTED]>
#
Source: http://troi.lincom-asg.com/~rjamison/byacc/byaccj%v.tar.gz
Source-MD5: f47267af6d9dfe6914be3c08ffc7713c
Patch: %f.patch
CompileScript: make -C src all
InstallScript: mkdir -p %i/bin ; install -m 755 src/yacc %i/bin/byaccj
#
DocFiles: README
Description: Berkeley YACC with Java code generation support
DescDetail: <<
BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible
parser generator. Standard YACC takes a YACC source file, and
generates one or more C files from it, which if compiled properly,
will produce a LALR-grammar parser. This is useful for expression
parsing, interactive command parsing, and file reading. Many megabytes
of YACC code have been written over the years.
This is the standard YACC tool that is in use every day to produce
C/C++ parsers. I have added a "-J" flag which will cause BYACC to
generate Java source code, instead. So there finally is a YACC for
Java now!
<<
License: Public Domain
Homepage: http://troi.lincom-asg.com/~rjamison/byacc/
--- NEW FILE: fxscintilla.info ---
Package: fxscintilla
Version: 1.51
Revision: 1
Description: Scintilla widget for the Fox toolkit
License: LGPL
Maintainer: Michal Suchanek <[EMAIL PROTECTED]>
BuildDepends: fox1
Depends: fox1
BuildDependsOnly: yes
Source:
http://savannah.nongnu.org/download/fxscintilla/FXScintilla.pkg/%v/fxscintilla-%v.tar.gz
Source-MD5: 922391d94cee4f2da1671ecd86c96fe5
SetCC: g++3
SetCXX: g++3
ConfigureParams: --mandir=%p/share/man --with-foxinclude=%p/include
--with-foxlib=%p/lib
InstallScript: <<
make install DESTDIR=%d
install -D tests/test %i/bin/fxscintilla-test
<<
DocFiles: COPYING README INSTALL License.txt
DescDetail: <<
The scintilla code editor widget ported to fox.
<<
DescPackaging: <<
Only static library. Dynamic libraries are not built by default. Building
them does not work out of the box.
<<
HomePage: http://www.nongnu.org/fxscintilla/
--- NEW FILE: byaccj-1.1-2.patch ---
diff -ru byaccj1.1.orig/src/Makefile byaccj1.1/src/Makefile
--- byaccj1.1.orig/src/Makefile Mon May 21 07:01:53 2001
+++ byaccj1.1/src/Makefile Tue Jan 14 18:20:07 2003
@@ -26,15 +26,21 @@
verbose.o \
warshall.o
+all: yacc
+
irix: yacc
strip yacc
mv yacc yacc.irix
+
linux: yacc
mv yacc yacc.linux
+
solaris: yacc
mv yacc yacc.solaris
-all: yacc
+darwin: yacc
+ strip yacc
+ mv yacc yacc.darwin
dist:
( \
@@ -74,7 +80,7 @@
@echo "done"
clean:
- /bin/rm -rf *.o yacc y.tab.c *.java *.class
+ /bin/rm -rf *.o yacc y.tab.c *.java *.class yacc.darwin yacc.solaris
yacc.linux yacc.irix
###
closure.o: closure.c defs.h
diff -ru byaccj1.1.orig/src/defs.h byaccj1.1/src/defs.h
--- byaccj1.1.orig/src/defs.h Mon May 21 07:01:53 2001
+++ byaccj1.1/src/defs.h Tue Jan 14 18:17:07 2003
@@ -1,8 +1,7 @@
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
-#include <malloc.h>
-
+#include <stdlib.h>
/* machine-dependent definitions */
diff -ru byaccj1.1.orig/src/lalr.c byaccj1.1/src/lalr.c
--- byaccj1.1.orig/src/lalr.c Mon May 21 07:01:52 2001
+++ byaccj1.1/src/lalr.c Tue Jan 14 18:14:33 2003
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/lr0.c byaccj1.1/src/lr0.c
--- byaccj1.1.orig/src/lr0.c Mon May 21 07:01:52 2001
+++ byaccj1.1/src/lr0.c Tue Jan 14 18:14:41 2003
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/main.c byaccj1.1/src/main.c
--- byaccj1.1.orig/src/main.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/main.c Tue Jan 14 18:15:17 2003
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
#ifndef __WIN32__ /*rwj -- make portable*/
#include <signal.h>
diff -ru byaccj1.1.orig/src/mkpar.c byaccj1.1/src/mkpar.c
--- byaccj1.1.orig/src/mkpar.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/mkpar.c Tue Jan 14 18:15:20 2003
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/output.c byaccj1.1/src/output.c
--- byaccj1.1.orig/src/output.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/output.c Tue Jan 14 18:15:24 2003
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/reader.c byaccj1.1/src/reader.c
--- byaccj1.1.orig/src/reader.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/reader.c Tue Jan 14 18:15:27 2003
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/symtab.c byaccj1.1/src/symtab.c
--- byaccj1.1.orig/src/symtab.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/symtab.c Tue Jan 14 18:15:31 2003
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include <string.h>
#include "defs.h"
diff -ru byaccj1.1.orig/src/verbose.c byaccj1.1/src/verbose.c
--- byaccj1.1.orig/src/verbose.c Mon May 21 07:01:53 2001
+++ byaccj1.1/src/verbose.c Tue Jan 14 18:15:35 2003
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include "defs.h"
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits