mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
update net/naim: 0.11.5.9 -> 0.11.6
PR: 54962 Submitted by: Ryan T. Dean <rtdean-dated-1060379941.153f97@cytherianage.net> (maintainer)
This commit is contained in:
parent
18fdb481a5
commit
a7ec0f4224
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85708
@ -6,25 +6,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= naim
|
||||
PORTVERSION= 0.11.5.9
|
||||
CATEGORIES= net
|
||||
PORTVERSION= 0.11.6
|
||||
CATEGORIES= net irc
|
||||
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
COMMENT= Curses based AOL Instant Messager implementation
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nirc-manlink
|
||||
CONFIGURE_ARGS= --disable-nirc-manlink \
|
||||
--with-pkgdocdir=${DOCSDIR}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
MAN1= naim.1
|
||||
MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
|
||||
.if defined(WITH_DETACH)
|
||||
BUILD_DEPENDS= screen:${PORTSDIR}/misc/screen
|
||||
RUN_DEPENDS= screen:${PORTSDIR}/misc/screen
|
||||
|
||||
CONFIGURE_ARGS+= --enable-detach
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@ ${ECHO} ""
|
||||
@ ${ECHO} "You can use the following build option(s):"
|
||||
@ ${ECHO} ""
|
||||
@ ${ECHO} " WITH_DETACH=yes Enables /detach (requires screen)"
|
||||
@ ${ECHO} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (naim-0.11.5.9.tar.gz) = 03e9d56b0b39049b2345fd2413a34661
|
||||
MD5 (naim-0.11.6.tar.gz) = 1843dc1ab9660cf8a2412acd9dbbb0e9
|
||||
|
11
net-im/naim/files/patch-Makefile.in
Normal file
11
net-im/naim/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.old Fri Jul 25 14:13:27 2003
|
||||
+++ Makefile.in Fri Jul 25 14:09:57 2003
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
|
||||
man_MANS = naim.1
|
||||
-bin_SCRIPTS = contrib/sendim.sh
|
||||
+#bin_SCRIPTS = contrib/sendim.sh
|
||||
pkginclude_HEADERS = include/naim/naim.h include/naim/modutil.h include/naim/secs.h
|
||||
|
||||
pkgtbz2 = `echo ${pkgtarball} | sed 's/gz$$/bz2/'`
|
@ -3,4 +3,4 @@ name naim is derived from n's AIM client, but it could also have been
|
||||
derived from ncurses AIM client because of naim's use of the ncurses
|
||||
text-mode screen library.
|
||||
|
||||
WWW: http://site.rpi-acm.org/info/naim
|
||||
WWW: http://naim.n.ml.org
|
||||
|
@ -2,18 +2,14 @@ bin/naim
|
||||
bin/nicq
|
||||
bin/nirc
|
||||
bin/nlily
|
||||
bin/sendim.sh
|
||||
lib/naim/libnsocket.la
|
||||
lib/naim/libnsocket.so
|
||||
lib/naim/libnsocket.so.0
|
||||
lib/naim/libnstatus.la
|
||||
lib/naim/libnstatus.so
|
||||
lib/naim/libnstatus.so.0
|
||||
share/doc/naim/commands.txt
|
||||
include/firetalk.h
|
||||
include/naim/modutil.h
|
||||
include/naim/naim.h
|
||||
include/naim/secs.h
|
||||
share/doc/naim/COLORS
|
||||
share/doc/naim/FAQ
|
||||
share/doc/naim/keyboard.txt
|
||||
share/doc/naim/README
|
||||
%%PORTDOCS%%share/doc/naim/naim.hlp
|
||||
@dirrm share/doc/naim
|
||||
@dirrm lib/naim
|
||||
share/doc/naim/commands.txt
|
||||
share/doc/naim/keyboard.txt
|
||||
@dirrm include/naim
|
||||
@dirrm share/doc/naim
|
@ -6,25 +6,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= naim
|
||||
PORTVERSION= 0.11.5.9
|
||||
CATEGORIES= net
|
||||
PORTVERSION= 0.11.6
|
||||
CATEGORIES= net irc
|
||||
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
COMMENT= Curses based AOL Instant Messager implementation
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nirc-manlink
|
||||
CONFIGURE_ARGS= --disable-nirc-manlink \
|
||||
--with-pkgdocdir=${DOCSDIR}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
MAN1= naim.1
|
||||
MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
|
||||
.if defined(WITH_DETACH)
|
||||
BUILD_DEPENDS= screen:${PORTSDIR}/misc/screen
|
||||
RUN_DEPENDS= screen:${PORTSDIR}/misc/screen
|
||||
|
||||
CONFIGURE_ARGS+= --enable-detach
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@ ${ECHO} ""
|
||||
@ ${ECHO} "You can use the following build option(s):"
|
||||
@ ${ECHO} ""
|
||||
@ ${ECHO} " WITH_DETACH=yes Enables /detach (requires screen)"
|
||||
@ ${ECHO} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (naim-0.11.5.9.tar.gz) = 03e9d56b0b39049b2345fd2413a34661
|
||||
MD5 (naim-0.11.6.tar.gz) = 1843dc1ab9660cf8a2412acd9dbbb0e9
|
||||
|
11
net/naim/files/patch-Makefile.in
Normal file
11
net/naim/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.old Fri Jul 25 14:13:27 2003
|
||||
+++ Makefile.in Fri Jul 25 14:09:57 2003
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
|
||||
man_MANS = naim.1
|
||||
-bin_SCRIPTS = contrib/sendim.sh
|
||||
+#bin_SCRIPTS = contrib/sendim.sh
|
||||
pkginclude_HEADERS = include/naim/naim.h include/naim/modutil.h include/naim/secs.h
|
||||
|
||||
pkgtbz2 = `echo ${pkgtarball} | sed 's/gz$$/bz2/'`
|
@ -3,4 +3,4 @@ name naim is derived from n's AIM client, but it could also have been
|
||||
derived from ncurses AIM client because of naim's use of the ncurses
|
||||
text-mode screen library.
|
||||
|
||||
WWW: http://site.rpi-acm.org/info/naim
|
||||
WWW: http://naim.n.ml.org
|
||||
|
@ -2,18 +2,14 @@ bin/naim
|
||||
bin/nicq
|
||||
bin/nirc
|
||||
bin/nlily
|
||||
bin/sendim.sh
|
||||
lib/naim/libnsocket.la
|
||||
lib/naim/libnsocket.so
|
||||
lib/naim/libnsocket.so.0
|
||||
lib/naim/libnstatus.la
|
||||
lib/naim/libnstatus.so
|
||||
lib/naim/libnstatus.so.0
|
||||
share/doc/naim/commands.txt
|
||||
include/firetalk.h
|
||||
include/naim/modutil.h
|
||||
include/naim/naim.h
|
||||
include/naim/secs.h
|
||||
share/doc/naim/COLORS
|
||||
share/doc/naim/FAQ
|
||||
share/doc/naim/keyboard.txt
|
||||
share/doc/naim/README
|
||||
%%PORTDOCS%%share/doc/naim/naim.hlp
|
||||
@dirrm share/doc/naim
|
||||
@dirrm lib/naim
|
||||
share/doc/naim/commands.txt
|
||||
share/doc/naim/keyboard.txt
|
||||
@dirrm include/naim
|
||||
@dirrm share/doc/naim
|
Loading…
Reference in New Issue
Block a user