mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add dircproxy Development version.
dircproxy is an IRC proxy server designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! dircproxy has a whole host of features. Please read the file README in the source distribution for a list. WWW: http://dircproxy.securiweb.net/ PR: 108930 Submitted by: Martin Matuska <martin@matuska.org> Repocopy by: marcus
This commit is contained in:
parent
d100f7b11f
commit
70004bb2e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184961
@ -16,6 +16,7 @@
|
||||
SUBDIR += darkbot
|
||||
SUBDIR += dcc
|
||||
SUBDIR += dircproxy
|
||||
SUBDIR += dircproxy-devel
|
||||
SUBDIR += eggcreator
|
||||
SUBDIR += eggdrop
|
||||
SUBDIR += epic4
|
||||
|
@ -6,19 +6,29 @@
|
||||
#
|
||||
|
||||
PORTNAME= dircproxy
|
||||
PORTVERSION= 1.0.5
|
||||
PORTVERSION= 1.2.0.b2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.securiweb.net/pub/oss/dircproxy/1.0/ \
|
||||
ftp://ftp.netsplit.com/pub/dircproxy/stable/
|
||||
MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/g}
|
||||
PKGNAMESUFFIX= -devel
|
||||
EXTRACT_SUFX= .tar.bz
|
||||
|
||||
MAINTAINER= lesterm@mazpe.net
|
||||
MAINTAINER= martin@matuska.org
|
||||
COMMENT= A detachable irc proxy server with many features
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
SUB_FILES+= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= dircproxy.1 dircproxy-crypt.1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
@cd ${WRKSRC}/doc && make install-man
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dircproxy-1.0.5.tar.gz) = 33b92e0f28530a5faa9fea801d1ad807
|
||||
SHA256 (dircproxy-1.0.5.tar.gz) = caec20ed458a5606be8700400ecba27aff00ad6227ff0e8d4db1d3d5bf9f9d37
|
||||
SIZE (dircproxy-1.0.5.tar.gz) = 217965
|
||||
MD5 (dircproxy-1.2.0-beta2.tar.bz) = 850443437f709276ff21a173bbf98456
|
||||
SHA256 (dircproxy-1.2.0-beta2.tar.bz) = 3d663100f10b71dba4e118f7c41c2cf826e5a5ba0dfcd04381c2e84eb7c459c5
|
||||
SIZE (dircproxy-1.2.0-beta2.tar.bz) = 314480
|
||||
|
11
irc/dircproxy-devel/files/patch-doc-Makefile.in
Normal file
11
irc/dircproxy-devel/files/patch-doc-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/Makefile.in.orig Thu Feb 8 14:47:57 2007
|
||||
+++ doc/Makefile.in Thu Feb 8 14:48:11 2007
|
||||
@@ -295,7 +295,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-man
|
||||
+install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
8
irc/dircproxy-devel/files/pkg-message.in
Normal file
8
irc/dircproxy-devel/files/pkg-message.in
Normal file
@ -0,0 +1,8 @@
|
||||
##################################################################
|
||||
|
||||
A default dircproxy configuration file has been installed as:
|
||||
%%DATADIR%%/dircproxyrc.sample
|
||||
|
||||
Please read this and the dircproxy(1) manpage to set up dircproxy.
|
||||
|
||||
##################################################################
|
@ -1,7 +1,7 @@
|
||||
bin/dircproxy
|
||||
bin/dircproxy-crypt
|
||||
%%DATADIR%%/cronchk.sh
|
||||
%%DATADIR%%/dircproxyrc
|
||||
%%DATADIR%%/dircproxyrc.sample
|
||||
%%DATADIR%%/log.pl
|
||||
%%DATADIR%%/privmsg-log.pl
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user