mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
This is now really epic4, a pre-release version of the IRC client
on steroids. It is maintained by Ben Hutchinson; previous versions were mine. PR: 8693 Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk>
This commit is contained in:
parent
794bb80c9e
commit
61ea52269f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14541
@ -1,32 +1,29 @@
|
||||
# New ports collection makefile for: IrcII-EPIC Client
|
||||
# Version required: 2.8.2-EPIC3.004
|
||||
# Date created: 19 June 1997
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
# New ports collection makefile for: epic-current
|
||||
# Version required: 4pre2.001-NR8
|
||||
# Date created: 11 November 1998
|
||||
# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/11/09 21:10:25 mph Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ircii2.8.2-EPIC3.004
|
||||
PKGNAME= ircii-epic-2.8.2.3.004
|
||||
DISTNAME= ircii-EPIC4pre2.001-NR8
|
||||
PKGNAME= epic-4.pre2.001.nr8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.min.net/~douglas/ircii/
|
||||
DISTFILES= ircii2.8.2-EPIC3.004.tar.gz ircii2.8.2-EPIC3.help.tar.gz
|
||||
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/ \
|
||||
ftp://ftp.acronet.net/pub/ircii/
|
||||
DISTFILES= epic4pre2.001-NR8.tar.gz epic4pre2-help.tar.gz
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
MAINTAINER= benhutch@xfiles.org.uk
|
||||
|
||||
BROKEN= Awaiting upgrade to epic4
|
||||
|
||||
EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
|
||||
EXTRACT_ONLY= epic4pre2.001-NR8.tar.gz
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/ircii-EPIC3.004
|
||||
WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.001-NR8
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" install)
|
||||
( cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" ${INSTALL} )
|
||||
|
||||
post-install:
|
||||
(cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
|
||||
# Distfile has wrong permissions for...
|
||||
chmod 644 $(PREFIX)/lib/irc/help/ON/SILENCE
|
||||
( cd ${PREFIX}/lib/irc && tar zxf ${DISTDIR}/epic4pre2-help.tar.gz)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ircii2.8.2-EPIC3.004.tar.gz) = f42711e76f85216016e5af4e505175d8
|
||||
MD5 (ircii2.8.2-EPIC3.help.tar.gz) = b960b555dc83b999e97644a5a7418389
|
||||
MD5 (epic4pre2.001-NR8.tar.gz) = e2e2b99e2a2405e01fcd4d59c26d17a3
|
||||
MD5 (epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
|
||||
|
@ -1 +1 @@
|
||||
An enhanced version of ircII, the Internet Relay Chat client.
|
||||
EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient.
|
||||
|
@ -1,4 +1,12 @@
|
||||
This port is the ircII-2.8.2-EPIC3.004 Internet Relay Chat client.
|
||||
It is an enhanced version of ircII. This port is not intended for
|
||||
installation simultaneously with the regular ircII port; they
|
||||
share filenames.
|
||||
EPIC4 is a new direction in ircII development. No longer is EPIC 100%
|
||||
backwards compatable with ircII, but instead those things where
|
||||
compatability is undesirable have been found and fixed. No gratuitous
|
||||
incompatabilities have been added, but lots of new code has been added to
|
||||
make EPIC the best ircII client available.
|
||||
|
||||
http://www.frenzy.com/~bhauber/epic/
|
||||
|
||||
This port is not intended to co-exist with ircii - they share filenames.
|
||||
|
||||
- BenHutch
|
||||
benhutch@xfiles.org.uk
|
||||
|
1513
irc/epic4/pkg-plist
1513
irc/epic4/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -1,32 +1,29 @@
|
||||
# New ports collection makefile for: IrcII-EPIC Client
|
||||
# Version required: 2.8.2-EPIC3.004
|
||||
# Date created: 19 June 1997
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
# New ports collection makefile for: epic-current
|
||||
# Version required: 4pre2.001-NR8
|
||||
# Date created: 11 November 1998
|
||||
# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/11/09 21:10:25 mph Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ircii2.8.2-EPIC3.004
|
||||
PKGNAME= ircii-epic-2.8.2.3.004
|
||||
DISTNAME= ircii-EPIC4pre2.001-NR8
|
||||
PKGNAME= epic-4.pre2.001.nr8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.min.net/~douglas/ircii/
|
||||
DISTFILES= ircii2.8.2-EPIC3.004.tar.gz ircii2.8.2-EPIC3.help.tar.gz
|
||||
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/ \
|
||||
ftp://ftp.acronet.net/pub/ircii/
|
||||
DISTFILES= epic4pre2.001-NR8.tar.gz epic4pre2-help.tar.gz
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
MAINTAINER= benhutch@xfiles.org.uk
|
||||
|
||||
BROKEN= Awaiting upgrade to epic4
|
||||
|
||||
EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
|
||||
EXTRACT_ONLY= epic4pre2.001-NR8.tar.gz
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/ircii-EPIC3.004
|
||||
WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.001-NR8
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" install)
|
||||
( cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" ${INSTALL} )
|
||||
|
||||
post-install:
|
||||
(cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
|
||||
# Distfile has wrong permissions for...
|
||||
chmod 644 $(PREFIX)/lib/irc/help/ON/SILENCE
|
||||
( cd ${PREFIX}/lib/irc && tar zxf ${DISTDIR}/epic4pre2-help.tar.gz)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ircii2.8.2-EPIC3.004.tar.gz) = f42711e76f85216016e5af4e505175d8
|
||||
MD5 (ircii2.8.2-EPIC3.help.tar.gz) = b960b555dc83b999e97644a5a7418389
|
||||
MD5 (epic4pre2.001-NR8.tar.gz) = e2e2b99e2a2405e01fcd4d59c26d17a3
|
||||
MD5 (epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
|
||||
|
@ -1 +1 @@
|
||||
An enhanced version of ircII, the Internet Relay Chat client.
|
||||
EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient.
|
||||
|
@ -1,4 +1,12 @@
|
||||
This port is the ircII-2.8.2-EPIC3.004 Internet Relay Chat client.
|
||||
It is an enhanced version of ircII. This port is not intended for
|
||||
installation simultaneously with the regular ircII port; they
|
||||
share filenames.
|
||||
EPIC4 is a new direction in ircII development. No longer is EPIC 100%
|
||||
backwards compatable with ircII, but instead those things where
|
||||
compatability is undesirable have been found and fixed. No gratuitous
|
||||
incompatabilities have been added, but lots of new code has been added to
|
||||
make EPIC the best ircII client available.
|
||||
|
||||
http://www.frenzy.com/~bhauber/epic/
|
||||
|
||||
This port is not intended to co-exist with ircii - they share filenames.
|
||||
|
||||
- BenHutch
|
||||
benhutch@xfiles.org.uk
|
||||
|
1513
irc/epic5/pkg-plist
1513
irc/epic5/pkg-plist
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user