summaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-30 13:49:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-30 13:49:17 +0000
commit8c89cf135dd4c379dc15e034451ac2d5cafc146e (patch)
treea6149eeac54194e7050fcb0ce28e5a2f5826b3fe /devel/libgtop
parentUpgrade to 0.3. (diff)
Import libgtop, It's gnome top library.
Notes
Notes: svn path=/head/; revision=13553
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile24
-rw-r--r--devel/libgtop/distinfo1
-rw-r--r--devel/libgtop/files/patch-ab65
-rw-r--r--devel/libgtop/files/patch-ac20
-rw-r--r--devel/libgtop/pkg-comment1
-rw-r--r--devel/libgtop/pkg-descr1
-rw-r--r--devel/libgtop/pkg-plist73
7 files changed, 185 insertions, 0 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
new file mode 100644
index 000000000000..31552845ebd9
--- /dev/null
+++ b/devel/libgtop/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libgtop
+# Version required: 0.26.2
+# Date Created: 26 Sep 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $Id:$
+#
+
+DISTNAME= libgtop-0.26.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
+
+#USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo
new file mode 100644
index 000000000000..bf13b4e88e81
--- /dev/null
+++ b/devel/libgtop/distinfo
@@ -0,0 +1 @@
+MD5 (libgtop-0.26.2.tar.gz) = 5d0636375fa2e5732732c8adbc5412e8
diff --git a/devel/libgtop/files/patch-ab b/devel/libgtop/files/patch-ab
new file mode 100644
index 000000000000..1d5ab14bf9d3
--- /dev/null
+++ b/devel/libgtop/files/patch-ab
@@ -0,0 +1,65 @@
+--- lib/Makefile.in.orig Sun Sep 27 22:28:31 1998
++++ lib/Makefile.in Wed Sep 30 01:47:05 1998
+@@ -125,7 +125,7 @@
+ LT_CURRENT = @LT_CURRENT@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+-LT_VERSION_INFO = @LT_VERSION_INFO@
++LT_VERSION_INFO = --version-info 0:0:0
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+--- sysdeps/common/Makefile.in.orig Sun Sep 27 22:28:06 1998
++++ sysdeps/common/Makefile.in Wed Sep 30 01:48:11 1998
+@@ -125,7 +125,7 @@
+ LT_CURRENT = @LT_CURRENT@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+-LT_VERSION_INFO = @LT_VERSION_INFO@
++LT_VERSION_INFO = --version-info 0:0:0
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+--- sysdeps/freebsd/Makefile.in.orig Sun Sep 27 22:28:24 1998
++++ sysdeps/freebsd/Makefile.in Wed Sep 30 01:48:46 1998
+@@ -124,7 +124,7 @@
+ LT_CURRENT = @LT_CURRENT@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+-LT_VERSION_INFO = @LT_VERSION_INFO@
++LT_VERSION_INFO = --version-info 0:0:0
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+--- sysdeps/names/Makefile.in.orig Sun Sep 27 22:28:15 1998
++++ sysdeps/names/Makefile.in Wed Sep 30 01:49:10 1998
+@@ -125,7 +125,7 @@
+ LT_CURRENT = @LT_CURRENT@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+-LT_VERSION_INFO = @LT_VERSION_INFO@
++LT_VERSION_INFO = --version-info 0:0:0
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+--- Makefile.in.orig Sun Sep 27 22:27:55 1998
++++ Makefile.in Wed Sep 30 03:49:17 1998
+@@ -163,8 +163,7 @@
+ @GUILE_TRUE@guile_SUBDIRS = guile
+ @GUILE_FALSE@guile_SUBDIRS =
+
+-SUBDIRS = po intl support macros include sysdeps lib src \
+- $(examples_SUBDIRS)
++SUBDIRS = po intl macros include sysdeps lib src
+
+ DIST_SUBDIRS = po intl support macros include sysdeps src lib guile examples
+
+@@ -174,7 +173,7 @@
+ LIBGTOP-VERSION features.def perl/Makefile.PL.in perl/perl.awk \
+ perl/MANIFEST perl/Changes libgtop-config.in RELNOTES-0.25
+
+-confexecdir=$(libdir)
++confexecdir=$(sysconfdir)
+ confexec_DATA = $(top_builddir)/libgtopConf.sh
+
+ bin_SCRIPTS = $(top_builddir)/libgtop-config
diff --git a/devel/libgtop/files/patch-ac b/devel/libgtop/files/patch-ac
new file mode 100644
index 000000000000..b7c266f0fbc2
--- /dev/null
+++ b/devel/libgtop/files/patch-ac
@@ -0,0 +1,20 @@
+--- configure.orig Sun Sep 27 21:43:04 1998
++++ configure Wed Sep 30 01:50:52 1998
+@@ -2133,12 +2133,12 @@
+
+
+ if test "$no_gnome_config" = "yes"; then
+- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
+-echo "configure:2138: checking for gnomeConf.sh file in $gnome_prefix" >&5
+- if test -f $gnome_prefix/gnomeConf.sh; then
++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
++echo "configure:2138: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
++ if test -f $prefix/share/gnome/gnomeConf.sh; then
+ echo "$ac_t""found" 1>&6
+- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
+- . $gnome_prefix/gnomeConf.sh
++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
++ . $prefix/share/gnome/gnomeConf.sh
+ gnome_found=yes
+ else
+ echo "$ac_t""not found" 1>&6
diff --git a/devel/libgtop/pkg-comment b/devel/libgtop/pkg-comment
new file mode 100644
index 000000000000..a0286a186c6b
--- /dev/null
+++ b/devel/libgtop/pkg-comment
@@ -0,0 +1 @@
+GNOME top library.
diff --git a/devel/libgtop/pkg-descr b/devel/libgtop/pkg-descr
new file mode 100644
index 000000000000..a0286a186c6b
--- /dev/null
+++ b/devel/libgtop/pkg-descr
@@ -0,0 +1 @@
+GNOME top library.
diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist
new file mode 100644
index 000000000000..97c1f03becbd
--- /dev/null
+++ b/devel/libgtop/pkg-plist
@@ -0,0 +1,73 @@
+bin/libgtop_daemon
+bin/libgtop_server
+bin/libgtop-config
+etc/libgtopConf.sh
+include/glibtop_machine.h
+include/glibtop_server.h
+include/glibtop_suid.h
+include/glibtop.h
+include/glibtop/close.h
+include/glibtop/command.h
+include/glibtop/cpu.h
+include/glibtop/error.h
+include/glibtop/fsusage.h
+include/glibtop/global.h
+include/glibtop/gnuserv.h
+include/glibtop/inodedb.h
+include/glibtop/loadavg.h
+include/glibtop/mem.h
+include/glibtop/mountlist.h
+include/glibtop/msg_limits.h
+include/glibtop/open.h
+include/glibtop/parameter.h
+include/glibtop/prockernel.h
+include/glibtop/proclist.h
+include/glibtop/procmap.h
+include/glibtop/procmem.h
+include/glibtop/procsegment.h
+include/glibtop/procsignal.h
+include/glibtop/procstate.h
+include/glibtop/proctime.h
+include/glibtop/procuid.h
+include/glibtop/read.h
+include/glibtop/read_data.h
+include/glibtop/sem_limits.h
+include/glibtop/shm_limits.h
+include/glibtop/signal.h
+include/glibtop/swap.h
+include/glibtop/sysdeps.h
+include/glibtop/sysinfo.h
+include/glibtop/types.h
+include/glibtop/union.h
+include/glibtop/uptime.h
+include/glibtop/version.h
+include/glibtop/write.h
+include/glibtop/xmalloc.h
+lib/libgtop.a
+lib/libgtop.la
+lib/libgtop.so
+lib/libgtop.so.0
+lib/libgtop_common.a
+lib/libgtop_common.la
+lib/libgtop_common.so
+lib/libgtop_common.so.0
+lib/libgtop_names.a
+lib/libgtop_names.la
+lib/libgtop_names.so
+lib/libgtop_names.so.0
+lib/libgtop_suid_common.a
+lib/libgtop_suid_common.la
+lib/libgtop_suid_common.so
+lib/libgtop_suid_common.so.0
+lib/libgtop_sysdeps.a
+lib/libgtop_sysdeps.la
+lib/libgtop_sysdeps.so
+lib/libgtop_sysdeps.so.0
+lib/libgtop_sysdeps_suid.a
+lib/libgtop_sysdeps_suid.la
+lib/libgtop_sysdeps_suid.so
+lib/libgtop_sysdeps_suid.so.0
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+share/locale/fr/LC_MESSAGES/libgtop.mo
+@dirrm include/glibtop