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
This commit is contained in:
parent
9efa298fae
commit
82a896436b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180659
5 changed files with 60 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
|||
SUBDIR += fspclient
|
||||
SUBDIR += fspd
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += g2ipmsg
|
||||
SUBDIR += gacxtool
|
||||
SUBDIR += gastman
|
||||
SUBDIR += gatekeeper
|
||||
|
|
35
net/g2ipmsg/Makefile
Normal file
35
net/g2ipmsg/Makefile
Normal file
|
@ -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>
|
3
net/g2ipmsg/distinfo
Normal file
3
net/g2ipmsg/distinfo
Normal file
|
@ -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
|
7
net/g2ipmsg/pkg-descr
Normal file
7
net/g2ipmsg/pkg-descr
Normal file
|
@ -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
|
14
net/g2ipmsg/pkg-plist
Normal file
14
net/g2ipmsg/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue