mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 0.9.5.
PR: 11574 Submitted by: maintainer
This commit is contained in:
parent
e8558f02b5
commit
dd2afe8d65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18668
15 changed files with 145 additions and 35 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xchat
|
# New ports collection makefile for: xchat
|
||||||
# Version required: 0.9.4
|
# Version required: 0.9.5
|
||||||
# Date created: 17 Nov 1998
|
# Date created: 17 Nov 1998
|
||||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
|
# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xchat-0.9.4
|
DISTNAME= xchat-0.9.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||||
|
@ -20,9 +20,19 @@ USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
post-install:
|
USE_X_PREFIX= yes
|
||||||
strip ${PREFIX}/bin/xchat
|
|
||||||
|
post-install:
|
||||||
|
strip ${PREFIX}/bin/xchat
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO} " "
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e
|
MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
bin/xchat
|
bin/xchat
|
||||||
|
share/doc/xchat/xchat.sgml
|
||||||
|
share/doc/xchat/xchat.html
|
||||||
|
share/doc/xchat/xchat-1.html
|
||||||
|
share/doc/xchat/xchat-2.html
|
||||||
|
share/doc/xchat/xchat-3.html
|
||||||
|
share/doc/xchat/xchat-4.html
|
||||||
|
share/doc/xchat/xchat-5.html
|
||||||
|
share/doc/xchat/xchat-6.html
|
||||||
|
share/doc/xchat/xchat-7.html
|
||||||
|
share/doc/xchat/xchat-8.html
|
||||||
|
share/doc/xchat/xchat-9.html
|
||||||
|
@dirrm share/doc/xchat
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xchat
|
# New ports collection makefile for: xchat
|
||||||
# Version required: 0.9.4
|
# Version required: 0.9.5
|
||||||
# Date created: 17 Nov 1998
|
# Date created: 17 Nov 1998
|
||||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
|
# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xchat-0.9.4
|
DISTNAME= xchat-0.9.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||||
|
@ -20,9 +20,19 @@ USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
post-install:
|
USE_X_PREFIX= yes
|
||||||
strip ${PREFIX}/bin/xchat
|
|
||||||
|
post-install:
|
||||||
|
strip ${PREFIX}/bin/xchat
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO} " "
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e
|
MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
bin/xchat
|
bin/xchat
|
||||||
|
share/doc/xchat/xchat.sgml
|
||||||
|
share/doc/xchat/xchat.html
|
||||||
|
share/doc/xchat/xchat-1.html
|
||||||
|
share/doc/xchat/xchat-2.html
|
||||||
|
share/doc/xchat/xchat-3.html
|
||||||
|
share/doc/xchat/xchat-4.html
|
||||||
|
share/doc/xchat/xchat-5.html
|
||||||
|
share/doc/xchat/xchat-6.html
|
||||||
|
share/doc/xchat/xchat-7.html
|
||||||
|
share/doc/xchat/xchat-8.html
|
||||||
|
share/doc/xchat/xchat-9.html
|
||||||
|
@dirrm share/doc/xchat
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xchat
|
# New ports collection makefile for: xchat
|
||||||
# Version required: 0.9.4
|
# Version required: 0.9.5
|
||||||
# Date created: 17 Nov 1998
|
# Date created: 17 Nov 1998
|
||||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
|
# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xchat-0.9.4
|
DISTNAME= xchat-0.9.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||||
|
@ -20,9 +20,19 @@ USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
post-install:
|
USE_X_PREFIX= yes
|
||||||
strip ${PREFIX}/bin/xchat
|
|
||||||
|
post-install:
|
||||||
|
strip ${PREFIX}/bin/xchat
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO} " "
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e
|
MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
bin/xchat
|
bin/xchat
|
||||||
|
share/doc/xchat/xchat.sgml
|
||||||
|
share/doc/xchat/xchat.html
|
||||||
|
share/doc/xchat/xchat-1.html
|
||||||
|
share/doc/xchat/xchat-2.html
|
||||||
|
share/doc/xchat/xchat-3.html
|
||||||
|
share/doc/xchat/xchat-4.html
|
||||||
|
share/doc/xchat/xchat-5.html
|
||||||
|
share/doc/xchat/xchat-6.html
|
||||||
|
share/doc/xchat/xchat-7.html
|
||||||
|
share/doc/xchat/xchat-8.html
|
||||||
|
share/doc/xchat/xchat-9.html
|
||||||
|
@dirrm share/doc/xchat
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xchat
|
# New ports collection makefile for: xchat
|
||||||
# Version required: 0.9.4
|
# Version required: 0.9.5
|
||||||
# Date created: 17 Nov 1998
|
# Date created: 17 Nov 1998
|
||||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
|
# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xchat-0.9.4
|
DISTNAME= xchat-0.9.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||||
|
@ -20,9 +20,19 @@ USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
post-install:
|
USE_X_PREFIX= yes
|
||||||
strip ${PREFIX}/bin/xchat
|
|
||||||
|
post-install:
|
||||||
|
strip ${PREFIX}/bin/xchat
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO} " "
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e
|
MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
bin/xchat
|
bin/xchat
|
||||||
|
share/doc/xchat/xchat.sgml
|
||||||
|
share/doc/xchat/xchat.html
|
||||||
|
share/doc/xchat/xchat-1.html
|
||||||
|
share/doc/xchat/xchat-2.html
|
||||||
|
share/doc/xchat/xchat-3.html
|
||||||
|
share/doc/xchat/xchat-4.html
|
||||||
|
share/doc/xchat/xchat-5.html
|
||||||
|
share/doc/xchat/xchat-6.html
|
||||||
|
share/doc/xchat/xchat-7.html
|
||||||
|
share/doc/xchat/xchat-8.html
|
||||||
|
share/doc/xchat/xchat-9.html
|
||||||
|
@dirrm share/doc/xchat
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xchat
|
# New ports collection makefile for: xchat
|
||||||
# Version required: 0.9.4
|
# Version required: 0.9.5
|
||||||
# Date created: 17 Nov 1998
|
# Date created: 17 Nov 1998
|
||||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
|
# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xchat-0.9.4
|
DISTNAME= xchat-0.9.5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||||
|
@ -20,9 +20,19 @@ USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
post-install:
|
USE_X_PREFIX= yes
|
||||||
strip ${PREFIX}/bin/xchat
|
|
||||||
|
post-install:
|
||||||
|
strip ${PREFIX}/bin/xchat
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO} " "
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||||
|
@${ECHO} "--------------------------------------------------------"
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e
|
MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
bin/xchat
|
bin/xchat
|
||||||
|
share/doc/xchat/xchat.sgml
|
||||||
|
share/doc/xchat/xchat.html
|
||||||
|
share/doc/xchat/xchat-1.html
|
||||||
|
share/doc/xchat/xchat-2.html
|
||||||
|
share/doc/xchat/xchat-3.html
|
||||||
|
share/doc/xchat/xchat-4.html
|
||||||
|
share/doc/xchat/xchat-5.html
|
||||||
|
share/doc/xchat/xchat-6.html
|
||||||
|
share/doc/xchat/xchat-7.html
|
||||||
|
share/doc/xchat/xchat-8.html
|
||||||
|
share/doc/xchat/xchat-9.html
|
||||||
|
@dirrm share/doc/xchat
|
||||||
|
|
Loading…
Add table
Reference in a new issue