summaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile30
-rw-r--r--lang/gcc47/distinfo1
-rw-r--r--lang/gcc47/files/patch-aa12
-rw-r--r--lang/gcc47/files/patch-ab14
-rw-r--r--lang/gcc47/files/patch-ac13
-rw-r--r--lang/gcc47/pkg-comment1
-rw-r--r--lang/gcc47/pkg-descr15
-rw-r--r--lang/gcc47/pkg-plist238
8 files changed, 324 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
new file mode 100644
index 000000000000..e19e0f1db85f
--- /dev/null
+++ b/lang/gcc47/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: egcs
+# Version required: 1.0.1
+# Date created: 9 Jan 1998
+# Whom: John Polstra <jdp@polstra.com>
+#
+# $Id$
+#
+
+DISTNAME= egcs-1.0.1
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.cygnus.com/pub/egcs/releases/egcs-1.0.1/ \
+ ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.1/ \
+ ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.1/
+
+MAINTAINER= jdp@polstra.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS= i386-unknown-freebsd
+MAN1= cccp.1 g++.1 g77.1 gcc.1
+
+post-install:
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+.for info in cpp g77 gcc
+ install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
+.endfor
+
+.include <bsd.port.mk>
diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo
new file mode 100644
index 000000000000..0546423e3f80
--- /dev/null
+++ b/lang/gcc47/distinfo
@@ -0,0 +1 @@
+MD5 (egcs-1.0.1.tar.gz) = 3bdeb3a5835753aa53725002d8939606
diff --git a/lang/gcc47/files/patch-aa b/lang/gcc47/files/patch-aa
new file mode 100644
index 000000000000..9dc2e19279bb
--- /dev/null
+++ b/lang/gcc47/files/patch-aa
@@ -0,0 +1,12 @@
+--- gcc/cpp.texi.orig Mon Aug 11 08:57:05 1997
++++ gcc/cpp.texi Sat Jan 10 11:59:15 1998
+@@ -1,5 +1,9 @@
+ \input texinfo
+ @setfilename cpp.info
++@dircategory The egcs enhanced GNU compiler suite
++@direntry
++* cpp: (cpp). The egcs C/C++ preprocessor.
++@end direntry
+ @settitle The C Preprocessor
+
+ @ignore
diff --git a/lang/gcc47/files/patch-ab b/lang/gcc47/files/patch-ab
new file mode 100644
index 000000000000..5de4fe97e547
--- /dev/null
+++ b/lang/gcc47/files/patch-ab
@@ -0,0 +1,14 @@
+--- gcc/f/g77.texi.orig Mon Dec 1 14:20:58 1997
++++ gcc/f/g77.texi Sat Jan 10 12:02:09 1998
+@@ -144,9 +144,9 @@
+
+ @ifinfo
+
+-@dircategory Fortran Programming
++@dircategory The egcs enhanced GNU compiler suite
+ @direntry
+-* g77: (g77). The GNU Fortran compilation system.
++* g77: (g77). The egcs Fortran-77 compiler.
+ @end direntry
+ @node Top, Copying,, (DIR)
+ @top Introduction
diff --git a/lang/gcc47/files/patch-ac b/lang/gcc47/files/patch-ac
new file mode 100644
index 000000000000..961874c5c315
--- /dev/null
+++ b/lang/gcc47/files/patch-ac
@@ -0,0 +1,13 @@
+--- gcc/gcc.texi.orig Fri Jan 2 15:38:11 1998
++++ gcc/gcc.texi Sat Jan 10 11:56:49 1998
+@@ -1,6 +1,10 @@
+ >\input texinfo @c -*-texinfo-*-
+ @c %**start of header
+ @setfilename gcc.info
++@dircategory The egcs enhanced GNU compiler suite
++@direntry
++* gcc: (gcc). The egcs C/C++ compiler.
++@end direntry
+ @c @setfilename usegcc.info
+ @c @setfilename portgcc.info
+ @c To produce the full manual, use the "gcc.info" setfilename, and
diff --git a/lang/gcc47/pkg-comment b/lang/gcc47/pkg-comment
new file mode 100644
index 000000000000..c23b39554386
--- /dev/null
+++ b/lang/gcc47/pkg-comment
@@ -0,0 +1 @@
+EGCS enhanced version of the GNU compiler suite
diff --git a/lang/gcc47/pkg-descr b/lang/gcc47/pkg-descr
new file mode 100644
index 000000000000..8931be9c3979
--- /dev/null
+++ b/lang/gcc47/pkg-descr
@@ -0,0 +1,15 @@
+Egcs (pronounced "eggs") is an enhanced version of the GNU compiler
+suite, including gcc, g++, and g77. Egcs is based on a recent
+snapshot of the gcc-2.8 development sources; it contains nearly
+all of the new features found in gcc-2.8. Egcs also contains many
+improvements and features not found in gcc-2.7 and even the soon to be
+released gcc-2.8 compilers. C++ support, and in particular template
+support, is vastly improved over gcc-2.7.
+
+For more details, see <http://www.cygnus.com/egcs/>.
+
+Beware: This port installs new versions of "gcc", "g++", "c++" and
+so forth into the "${PREFIX}/bin" directory. Mind your PATHs if you
+don't want to use this compiler by default.
+
+- John Polstra <jdp@polstra.com>
diff --git a/lang/gcc47/pkg-plist b/lang/gcc47/pkg-plist
new file mode 100644
index 000000000000..fac63ce10db7
--- /dev/null
+++ b/lang/gcc47/pkg-plist
@@ -0,0 +1,238 @@
+bin/c++
+bin/g++
+bin/g77
+bin/gcc
+bin/gcov
+bin/i386-unknown-freebsd-gcc
+bin/protoize
+bin/unprotoize
+i386-unknown-freebsd/include/_G_config.h
+i386-unknown-freebsd/include/assert.h
+i386-unknown-freebsd/lib/libiberty.a
+include/g++/PlotFile.h
+include/g++/SFile.h
+include/g++/algo.h
+include/g++/algobase.h
+include/g++/algorithm
+include/g++/alloc.h
+include/g++/builtinbuf.h
+include/g++/bvector.h
+include/g++/cassert
+include/g++/cctype
+include/g++/cerrno
+include/g++/cfloat
+include/g++/ciso646
+include/g++/climits
+include/g++/clocale
+include/g++/cmath
+include/g++/complex
+include/g++/complex.h
+include/g++/csetjmp
+include/g++/csignal
+include/g++/cstdarg
+include/g++/cstddef
+include/g++/cstdio
+include/g++/cstdlib
+include/g++/cstring
+include/g++/ctime
+include/g++/cwchar
+include/g++/cwctype
+include/g++/defalloc.h
+include/g++/deque
+include/g++/deque.h
+include/g++/dummy.h
+include/g++/editbuf.h
+include/g++/floatio.h
+include/g++/fstream.h
+include/g++/function.h
+include/g++/functional
+include/g++/hash_map.h
+include/g++/hash_set.h
+include/g++/hashtable.h
+include/g++/heap.h
+include/g++/indstream.h
+include/g++/iolibio.h
+include/g++/iomanip.h
+include/g++/iostdio.h
+include/g++/iostream.h
+include/g++/iostreamP.h
+include/g++/istream.h
+include/g++/iterator
+include/g++/iterator.h
+include/g++/libio.h
+include/g++/libioP.h
+include/g++/list
+include/g++/list.h
+include/g++/map
+include/g++/map.h
+include/g++/memory
+include/g++/multimap.h
+include/g++/multiset.h
+include/g++/numeric
+include/g++/ostream.h
+include/g++/pair.h
+include/g++/parsestream.h
+include/g++/pfstream.h
+include/g++/procbuf.h
+include/g++/pthread_alloc.h
+include/g++/queue
+include/g++/rope.h
+include/g++/ropeimpl.h
+include/g++/set
+include/g++/set.h
+include/g++/slist.h
+include/g++/stack
+include/g++/stack.h
+include/g++/std/bastring.cc
+include/g++/std/bastring.h
+include/g++/std/complext.cc
+include/g++/std/complext.h
+include/g++/std/dcomplex.h
+include/g++/std/fcomplex.h
+include/g++/std/ldcomplex.h
+include/g++/std/straits.h
+include/g++/stdexcept
+include/g++/stdiostream.h
+include/g++/stl.h
+include/g++/stl_algo.h
+include/g++/stl_algobase.h
+include/g++/stl_alloc.h
+include/g++/stl_bvector.h
+include/g++/stl_config.h
+include/g++/stl_construct.h
+include/g++/stl_deque.h
+include/g++/stl_function.h
+include/g++/stl_hash_fun.h
+include/g++/stl_hash_map.h
+include/g++/stl_hash_set.h
+include/g++/stl_hashtable.h
+include/g++/stl_heap.h
+include/g++/stl_iterator.h
+include/g++/stl_list.h
+include/g++/stl_map.h
+include/g++/stl_multimap.h
+include/g++/stl_multiset.h
+include/g++/stl_numeric.h
+include/g++/stl_pair.h
+include/g++/stl_queue.h
+include/g++/stl_raw_storage_iter.h
+include/g++/stl_relops.h
+include/g++/stl_rope.h
+include/g++/stl_set.h
+include/g++/stl_slist.h
+include/g++/stl_stack.h
+include/g++/stl_tempbuf.h
+include/g++/stl_tree.h
+include/g++/stl_uninitialized.h
+include/g++/stl_vector.h
+include/g++/stream.h
+include/g++/streambuf.h
+include/g++/strfile.h
+include/g++/string
+include/g++/strstream.h
+include/g++/tempbuf.h
+include/g++/tree.h
+include/g++/type_traits.h
+include/g++/utility
+include/g++/vector
+include/g++/vector.h
+@unexec install-info --delete %D/info/gcc.info %D/info/dir
+@unexec install-info --delete %D/info/g77.info %D/info/dir
+@unexec install-info --delete %D/info/cpp.info %D/info/dir
+info/cpp.info
+info/cpp.info-1
+info/cpp.info-2
+info/cpp.info-3
+info/g77.info
+info/g77.info-1
+info/g77.info-10
+info/g77.info-11
+info/g77.info-12
+info/g77.info-13
+info/g77.info-14
+info/g77.info-15
+info/g77.info-16
+info/g77.info-17
+info/g77.info-18
+info/g77.info-19
+info/g77.info-2
+info/g77.info-20
+info/g77.info-3
+info/g77.info-4
+info/g77.info-5
+info/g77.info-6
+info/g77.info-7
+info/g77.info-8
+info/g77.info-9
+info/gcc.info
+info/gcc.info-1
+info/gcc.info-10
+info/gcc.info-11
+info/gcc.info-12
+info/gcc.info-13
+info/gcc.info-14
+info/gcc.info-15
+info/gcc.info-16
+info/gcc.info-17
+info/gcc.info-18
+info/gcc.info-19
+info/gcc.info-2
+info/gcc.info-20
+info/gcc.info-21
+info/gcc.info-22
+info/gcc.info-23
+info/gcc.info-24
+info/gcc.info-25
+info/gcc.info-26
+info/gcc.info-27
+info/gcc.info-28
+info/gcc.info-3
+info/gcc.info-4
+info/gcc.info-5
+info/gcc.info-6
+info/gcc.info-7
+info/gcc.info-8
+info/gcc.info-9
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/cpp.info %D/info/dir
+@exec install-info %D/info/g77.info %D/info/dir
+@exec install-info %D/info/gcc.info %D/info/dir
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/SYSCALLS.c.X
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/cc1
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/cc1obj
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/cc1plus
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/cpp
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/f771
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/README
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/exception
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/f2c.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/float.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/limits.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/math.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/new
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/new.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/NXConstStr.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/Object.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/Protocol.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/encoding.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/hash.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/objc-api.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/objc-list.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/objc.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/sarray.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/thr.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/objc/typedstream.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/syslimits.h
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/include/typeinfo
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/ld
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/libf2c.a
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/libgcc.a
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/libobjc.a
+lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.23/specs
+lib/libf2c.a
+lib/libiberty.a
+lib/libstdc++.a
+man/man1/cccp.1.gz
+man/man1/g++.1.gz
+man/man1/g77.1.gz
+man/man1/gcc.1.gz