diff options
author | nork <nork@FreeBSD.org> | 2006-12-24 22:55:14 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-12-24 22:55:14 +0800 |
commit | 9e30ae1e0440c4b17833f4adf5ddb787ab058cda (patch) | |
tree | 7e80a1c338586514e1a041b27bb890338f39b31b /net/g2ipmsg | |
parent | 33f09b3412e67ae69135759fe822245cef38889a (diff) | |
download | freebsd-ports-gnome-9e30ae1e0440c4b17833f4adf5ddb787ab058cda.tar.gz freebsd-ports-gnome-9e30ae1e0440c4b17833f4adf5ddb787ab058cda.tar.zst freebsd-ports-gnome-9e30ae1e0440c4b17833f4adf5ddb787ab058cda.zip |
Add g2ipmsg 0.6, is a pop up style message communication software
for GNOME2 environment.
WWW: http://www.ipmsg.org/index.html.en
Executive Ordered by: George -Push- Kato <takeharu1219@ybb.ne.jp> (author)
Reviewed by: mezz
Diffstat (limited to 'net/g2ipmsg')
-rw-r--r-- | net/g2ipmsg/Makefile | 35 | ||||
-rw-r--r-- | net/g2ipmsg/distinfo | 3 | ||||
-rw-r--r-- | net/g2ipmsg/pkg-descr | 7 | ||||
-rw-r--r-- | net/g2ipmsg/pkg-plist | 14 |
4 files changed, 59 insertions, 0 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile new file mode 100644 index 000000000000..e2d7348ab6bf --- /dev/null +++ b/net/g2ipmsg/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: g2ipmsg +# Date created: 2006/12/18 +# Whom: Norikatsu Shigemura <nork@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= g2ipmsg +PORTVERSION= 0.6 +CATEGORIES= net gnome +MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork +DIST_SUBDIR= gnome2 + +MAINTAINER= nork@FreeBSD.org +COMMENT= A popup style message communication tool for GNOME2 + +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ + libgnomeui libbonobo desktopfileutils +USE_GSTREAMER= vorbis +USE_ICONV= yes +USE_XLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= g2ipmsg.schemas + +post-install: + @update-desktop-database + +.include <bsd.port.mk> diff --git a/net/g2ipmsg/distinfo b/net/g2ipmsg/distinfo new file mode 100644 index 000000000000..845fe7cd4263 --- /dev/null +++ b/net/g2ipmsg/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/g2ipmsg-0.6.tar.gz) = 546934afef09fb24ff4c17042fe722a2 +SHA256 (gnome2/g2ipmsg-0.6.tar.gz) = 70c34963ef9d98df40229eeff40893632fc1c0fb48e484da732338826dfe60c7 +SIZE (gnome2/g2ipmsg-0.6.tar.gz) = 254717 diff --git a/net/g2ipmsg/pkg-descr b/net/g2ipmsg/pkg-descr new file mode 100644 index 000000000000..08a388ade68e --- /dev/null +++ b/net/g2ipmsg/pkg-descr @@ -0,0 +1,7 @@ +IP Messenger is a pop up style message communication software for +multi platforms. It is based on TCP/IP(UDP). + + Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and +all source is open to public. + +WWW: http://www.ipmsg.org/index.html.en diff --git a/net/g2ipmsg/pkg-plist b/net/g2ipmsg/pkg-plist new file mode 100644 index 000000000000..57915357800b --- /dev/null +++ b/net/g2ipmsg/pkg-plist @@ -0,0 +1,14 @@ +bin/g2ipmsg +bin/g2ipmsg_applet +libdata/bonobo/servers/g2ipmsg.server +share/gnome/applications/g2ipmsg.desktop +share/gnome/gnome-2.0/ui/g2ipmsg.xml +share/gnome/pixmaps/ipmsg.png +share/gnome/pixmaps/g2ipmsg/ipmsg.xpm +share/gnome/pixmaps/g2ipmsg/ipmsgrev.xpm +share/gnome/sounds/g2ipmsg/g2ipmsg.ogg +share/locale/ja/LC_MESSAGES/g2ipmsg.mo +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrm share/gnome/sounds/g2ipmsg +@dirrm share/gnome/pixmaps/g2ipmsg |