aboutsummaryrefslogtreecommitdiffstats
path: root/devel/global
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-06-28 09:04:13 +0800
committerchuckr <chuckr@FreeBSD.org>2000-06-28 09:04:13 +0800
commitf854127489804bab0760db4ac216501605a1e7a0 (patch)
treeca9f3174a6be1a2ac8c97afa3c67f3060dcc8537 /devel/global
parent2020cac0808f3fc2c318ba1a102d30b2d836df6c (diff)
downloadfreebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.tar.gz
freebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.tar.zst
freebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.zip
Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility.
This was moved from the base system based on need and licensing considerations. Reviewed and approved by most of the current list, see the mail logs for a lengthy discussion.
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile20
-rw-r--r--devel/global/distinfo1
-rw-r--r--devel/global/pkg-comment1
-rw-r--r--devel/global/pkg-descr5
-rw-r--r--devel/global/pkg-plist5
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
new file mode 100644
index 000000000000..85c65ff56751
--- /dev/null
+++ b/devel/global/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: global
+# Date created: 20 June 2000
+# Whom: chuckr@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= global
+PORTVERSION= 3.55
+CATEGORIES= devel
+MASTER_SITES= http://www.tamacom.com/unix/
+
+MAINTAINER= chuckr@freebsd.org
+
+MAKE_FLAGS+= INCDIR=$(LOCALBASE)/include LIBDIR=$(LOCALBASE)/lib BINDIR=$(LOCALBASE)/bin SHAREDIR=$(LOCALBASE)
+
+MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
diff --git a/devel/global/distinfo b/devel/global/distinfo
new file mode 100644
index 000000000000..ed6cc8fc019a
--- /dev/null
+++ b/devel/global/distinfo
@@ -0,0 +1 @@
+MD5 (global-3.55.tar.gz) = 7d70e8543f50be33172239fe69958c49
diff --git a/devel/global/pkg-comment b/devel/global/pkg-comment
new file mode 100644
index 000000000000..43e122d1b114
--- /dev/null
+++ b/devel/global/pkg-comment
@@ -0,0 +1 @@
+GLOBAL is a source code tag system
diff --git a/devel/global/pkg-descr b/devel/global/pkg-descr
new file mode 100644
index 000000000000..994e0edda306
--- /dev/null
+++ b/devel/global/pkg-descr
@@ -0,0 +1,5 @@
+GLOBAL is a source code tag system that works the same way across diverse
+environments. Supported languages are C/Yacc and Java.
+You can locate a specified function in the source files and move there easily.
+It is useful for hacking a large project containing many subdirectories,
+many '#ifdef' and many main() functions, like MH, X or BSD kernel.
diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist
new file mode 100644
index 000000000000..24c14074390d
--- /dev/null
+++ b/devel/global/pkg-plist
@@ -0,0 +1,5 @@
+bin/global
+bin/gtags
+bin/gctags
+bin/btreeop
+bin/htags
2f38a3ddedaf2ed723d518f19159db3'>Update to the 20050618 snapshot of GCC 4.1.0.obrien2005-06-202-13/+13 * A workaround to build libjava.maho2005-06-141-4/+4 * Update to the 20050611 snapshot of GCC 4.1.0.gerald2005-06-132-13/+13 * Update to the 20050604 snapshot of GCC 4.1.0.gerald2005-06-052-13/+13 * Generally disable libjava again, since it mysteriously causes the build togerald2005-06-031-0/+3 * Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-relatedgerald2005-05-304-14/+32 * Update to the 20050522 snapshot of 4.1.0. Simplify the handling of mangerald2005-05-233-28/+21 * Include the (optional) Fortran frontend.gerald2005-05-191-0/+2 * Update to the 20050515 snapshot of GCC 4.1.0.gerald2005-05-173-41/+27 * Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 programgerald2005-05-103-27/+30 * Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch Igerald2005-05-022-17/+13 * Disable the build on alpha.[1] Address some complaints by portlint.gerald2005-05-011-3/+3 * Complete the repocopy of gcc40 to gcc41 and update to the 20050424gerald2005-04-254-44/+44 * GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,gerald2005-04-252-14/+14 * Update to the 20050416 snapshot of GCC 4.0.0.gerald2005-04-182-13/+13 * Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather closegerald2005-04-112-13/+13 * Update to the 20050402 snapshot of GCC 4.0.0.gerald2005-04-042-13/+13 * Mark BROKEN on sparc64. I reported the problem upstream, but there is nogerald2005-04-011-0/+4 * Update to the 20050319 snapshot of GCC 4.0.0.gerald2005-03-212-13/+13 * Update to the 20050312 of GCC 4.0.0.gerald2005-03-202-13/+13 * portlint.obrien2005-03-021-2/+8 * Update to the 20050226 snapshot.obrien2005-03-022-13/+13 * Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listgerald2005-02-223-18/+20 * Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. togerald2005-02-023-19/+17 * Update to the 20050116 snapshot of GCC 4.0.gerald2005-01-172-14/+14 * Update to the 20050109 snapshot of GCC 4.0.0.gerald2005-01-102-13/+13 * Update to the 20041226 snapshot of GCC 4.0.0.gerald2004-12-282-13/+13 * Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.gerald2004-12-252-13/+14 * Adding knob WITH_FORTRAN.maho2004-12-163-1/+20 * Update to the 20041205 snapshot of GCC 4.0.0.gerald2004-12-072-11/+11 * Update to the 20041128 snapshot of GCC 4.0.0.gerald2004-11-302-11/+11 * Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of thegerald2004-11-222-13/+12 * Update to the 20041114 snapshot of GCC 4.0.0.gerald2004-11-152-11/+11 * Adjust the names of the individual frontends to GCC 4.0.gerald2004-11-101-3/+3 * Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-gerald2004-11-083-26/+11 * Revert those changes from the prevision commit (revision 1.181) that weregerald2004-11-071-12/+4 * Catch the 'cklatest' target up to changes on the MASTER_SITES.obrien2004-11-061-5/+13 * Autogenerate the libexec portion of PLIST.obrien2004-11-062-21/+8 * Complete the repo-copy of gcc34 to gcc40 and update to the 20041024gerald2004-10-315-62/+63 * Update to the 20041015 snapshot of GCC 3.4.3.gerald2004-10-222-14/+14 * Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-042-13/+13 * Fix location of pkgconfig-datavs2004-09-042-2/+12 * Update to the 20040806 snapshot off GCC 3.4.gerald2004-08-122-13/+13 * Update to the 2004-07-23 snapshot of GCC 3.4.2.gerald2004-07-252-13/+13 * Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).gerald2004-07-112-14/+14 * Update to the 20040702 snapshot. Optimize that SNAPDATE variable away ongerald2004-07-042-17/+16 * Use ${ECHO} instead of echo.gerald2004-06-181-3/+3 * Update to the 2004-06-11 snapshot of GCC 3.4.1.gerald2004-06-172-13/+13 * Update to the 2004-06-04 snapshot of GCC 3.4.1.gerald2004-06-062-15/+15 * Update to the 2004-04-14 snapshot, which should be nearly identical to thegerald2004-04-182-14/+17 * I give up, gerald wants the cruft back in.obrien2004-03-231-0/+2 * Use a different method to remove possibly shared directory, so we canobrien2004-03-221-2/+2 * Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.obrien2004-03-221-2/+0 * Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.obrien2004-03-211-0/+2 * Try to fix breakage of non-amd64 platforms introduced by 1.165 andgerald2004-03-171-13/+3 * Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasobrien2004-03-171-3/+2 * Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesgerald2004-03-153-37/+50 * Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.gerald2004-02-202-45/+18 * Update to the 2004-02-11 snapshot of GCC 3.4.gerald2004-02-132-22/+24 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26gerald2004-01-293-39/+38 * Update to the 2004-01-14 snapshot of GCC 3.4.gerald2004-01-224-38/+54 * Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1 * Use PAX macro.trevor2004-01-221-1/+1 * Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-103-28/+13 * Fix packaging which was quite broken. On the way, update PORTVERSION togerald2004-01-102-7/+6 * Update to the 2003-12-31 snapshot.obrien2004-01-072-7/+7 * Update to the 2003-12-24 snapshot.obrien2003-12-264-19/+10 * Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theobrien2003-12-151-1/+1 * * Deal with GCC's configurary's assumption that /usr/local/{include,lib}obrien2003-12-153-0/+14 * Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (atgerald2003-12-143-22/+36 * Really mark as broken.gerald2003-12-051-1/+1 * Update to the 2003-11-26 snapshot and fix several packaging issues.gerald2003-12-053-67/+17 * Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.gerald2003-11-158-295/+45 * - ECHO -> ECHO_MSGedwin2003-09-271-3/+3 * Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-121-17/+16 * My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-121-0/+1 * Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-101-0/+1 * Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-07-103-18/+17 * Add bounds-checking support using Herman ten Brugge's patches.gerald2003-06-183-1/+36 * Don't remove the share/java and share/java/classes system directories.kris2003-06-091-2/+0 * Update to the official release of GCC 3.3. On the way, somewhat restructuregerald2003-05-153-24/+20 * Update to the second prerelease of GCC 3.3. Add support for the coregerald2003-05-092-6/+16 * I now made .bz2 sources available on gcc.gnu.org, so again use these insteadgerald2003-05-081-3/+1 * Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-073-38/+20 * Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-1/+1 * Properly add the "[FreeBSD]" marker to the GCC version string also forgerald2003-05-061-1/+1 * G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.obrien2003-05-061-1/+1 * Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.obrien2003-05-042-6/+6 * Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.obrien2003-04-282-6/+6 * Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-262-20/+2 * Make MAINTAINER overrideable by slave ports.gerald2003-04-251-1/+1 * Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-243-96/+0 * Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 ongerald2003-04-231-3/+1 * Allow YACC to be used, rather than Bison, for C/C++.obrien2003-04-231-0/+29 * merge changes from gcc32 to gcc33 after testingdinoex2003-04-212-7/+36 * Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-212-90/+10 * Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-171-10/+0 * Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-151-11/+0 * Appease portlint by various whitespace changes. Remove last traces ofgerald2003-04-061-12/+8 * Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-031-24/+0 * Remove special alpha optimization warning. alpha support now should begerald2003-04-021-20/+0 * LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1 * Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.obrien2003-03-303-18/+60 * Fix COMMENT and a Makefile comment.gerald2003-03-251-2/+2 * De-pkg-comment.knu2003-02-212-1/+1 * Use the most modern spelling of egcs.cygnus.com.obrien2002-12-041-1/+1 * The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1 * Use MASTER_SITES_GCC.knu2002-10-201-3/+2 * Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.obrien2002-10-182-9/+9 * Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.obrien2002-10-115-146/+165 * ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.gerald2002-07-311-1/+0 * This is now in the stock FSF sources.obrien2002-05-191-64/+0 * Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.obrien2002-05-181-15/+15 * GCC 2.95 and later aren't called egcs (any longer). Also updategerald2002-04-172-13/+3 * GCC 2.95 and later aren't called egcs (any longer), so remove two patchesgerald2002-04-122-23/+0 * Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.obrien2002-04-072-30/+30 * Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.obrien2002-03-292-24/+28 * Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.obrien2002-03-131-2/+2 * Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.obrien2002-03-132-41/+46 * Mark broken while I find a suitable snapshot.obrien2002-03-101-0/+1 * Sync with gcc30's style.obrien2002-03-053-85/+39 * Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.obrien2002-03-033-28/+10 * Update to the 2002-02-04 snapshot.obrien2002-02-102-6/+6 * This allows the port to build, but it still has install problems.obrien2002-02-051-2/+5 * Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-0311-297/+202 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-7/+7 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211-1/+1 * Utilize the PATCH_WRKDIR knob now that it exists.obrien2001-10-281-4/+1 * Major overhall and style clean up.obrien2001-08-161-27/+17 * Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.obrien2001-05-043-14/+29 * Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-242-6/+6 * Fix version number.obrien2001-03-111-1/+1 * Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-072-6/+6 * Fix nits in the auto lib-gcc PLIST generation.obrien2001-03-022-26/+14 * Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.obrien2001-02-154-130/+157 * typo clean up police: \s -> \tlioux2001-02-151-1/+1 * Upgrade to the Christmas edition GCC 2.97 development snapshot.obrien2000-12-272-6/+6 * Upgrade to the 2000-12-18 GCC 2.97 development snapshot.obrien2000-12-222-33/+29 * Forgot to commit the bits that rm's the new libjava as it breaks theobrien2000-12-141-0/+1 * Upgrade to the 2000-12-11 GCC 2.97 development snapshot.obrien2000-12-133-35/+42 * Change name of programs from e<program_name> to g<program_name>, sinceobrien2000-12-062-18/+17 * Change the libstdc++.so version number to be more like the stock one.obrien2000-12-061-1/+1 * First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.obrien2000-11-291-0/+64 * Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-299-277/+86 * Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-117-623/+173 * Upgrade to the 2000-08-28 GCC 2.96 development snapshot.obrien2000-09-163-69/+89 * Upgrade to the 2000-07-17 GCC 2.96 development snapshot.obrien2000-09-0610-370/+156 * Upgrade to the 2000-05-01 GCC 2.96 development snapshot.obrien2000-05-073-9/+8 * Upgrade to the 2000-04-10 GCC 2.96 development snapshot.obrien2000-04-152-6/+6 * Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+2 * Restore useless version required comments.obrien2000-03-221-0/+1 * Remove the "version required" line.obrien2000-03-201-1/+0