summaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-10-29 19:16:20 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-10-29 19:16:20 +0000
commit9faa24a215c2f177465502b7a7fc2bc43a5c1a17 (patch)
tree22c698e197926a3a9ab6ce6bc1150b1923b78432 /devel/global
parentsed --> ${SED} (diff)
Upgrade to 4.0.1.
PR: ports/22216 Submitted by: sada No responce for a week from: maintainer
Notes
Notes: svn path=/head/; revision=34411
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile16
-rw-r--r--devel/global/distinfo2
-rw-r--r--devel/global/files/patch-aa16
-rw-r--r--devel/global/pkg-descr2
-rw-r--r--devel/global/pkg-plist17
5 files changed, 47 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 1fbc88d0ef3d..3ec14845f03e 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -6,15 +6,25 @@
#
PORTNAME= global
-PORTVERSION= 3.56
+PORTVERSION= 4.0.1
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
MAINTAINER= chuckr@freebsd.org
-MAKE_FLAGS+= INCDIR=$(LOCALBASE)/include LIBDIR=$(LOCALBASE)/lib BINDIR=$(LOCALBASE)/bin SHAREDIR=$(LOCALBASE)
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1
-MANCOMPRESSED= yes
+
+post-install:
+ install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/global
+.for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \
+ THANKS VERSION
+ ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/devel/global/distinfo b/devel/global/distinfo
index f9a99aa5f355..b760048ffb25 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1 +1 @@
-MD5 (global-3.56.tar.gz) = 51d4cccd2524754e4903a8a24ae786ec
+MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9
diff --git a/devel/global/files/patch-aa b/devel/global/files/patch-aa
new file mode 100644
index 000000000000..bc45db92e574
--- /dev/null
+++ b/devel/global/files/patch-aa
@@ -0,0 +1,16 @@
+--- doc/Makefile.in.orig Tue Sep 26 17:04:19 2000
++++ doc/Makefile.in Mon Oct 23 00:29:54 2000
+@@ -187,13 +187,6 @@
+ done; \
+ done
+ @$(POST_INSTALL)
+- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+- list='$(INFO_DEPS)'; \
+- for file in $$list; do \
+- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
+- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
+- done; \
+- else : ; fi
+
+ uninstall-info:
+ $(PRE_UNINSTALL)
diff --git a/devel/global/pkg-descr b/devel/global/pkg-descr
index 994e0edda306..f0624fe71f66 100644
--- a/devel/global/pkg-descr
+++ b/devel/global/pkg-descr
@@ -3,3 +3,5 @@ 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.
+
+WWW: http://www.tamacom.com/global/
diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist
index 24c14074390d..922ffc9a1720 100644
--- a/devel/global/pkg-plist
+++ b/devel/global/pkg-plist
@@ -1,5 +1,18 @@
+bin/btreeop
+bin/gctags
bin/global
bin/gtags
-bin/gctags
-bin/btreeop
bin/htags
+info/global.info
+@exec install-info %D/info/global.info %D/info/dir
+@unexec install-info --delete %D/info/global.info %D/info/dir
+share/doc/global/AUTHORS
+share/doc/global/COPYING
+share/doc/global/ChangeLog
+share/doc/global/FAQ
+share/doc/global/INSTALL
+share/doc/global/LICENSE
+share/doc/global/NEWS
+share/doc/global/README
+share/doc/global/THANKS
+share/doc/global/VERSION