update to 0.99.7 (veggie lover's edition!)
This commit is contained in:
parent
37719a190d
commit
585e5aa610
@ -1,20 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2004/10/07 06:29:49 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/12/15 08:19:26 jolan Exp $
|
||||
|
||||
COMMENT= "programmable ncurses-based AIM client"
|
||||
DISTNAME= pork-0.99.5
|
||||
DISTNAME= pork-0.99.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
||||
|
||||
HOMEPAGE= http://ojnk.sourceforge.net/
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m ncurses perl util
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-irc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pork
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pork-0.99.5.tar.gz) = dbef34fe958b7c73176e64267be25aa1
|
||||
RMD160 (pork-0.99.5.tar.gz) = 99fdd241c3b422de422ae281a5a3b9cf0294a6c3
|
||||
SHA1 (pork-0.99.5.tar.gz) = 6576230c666cc2df1306c4b8da56f62acec48793
|
||||
MD5 (pork-0.99.7.tar.gz) = 9bc34a64ffad7809a0d321d0b1978432
|
||||
RMD160 (pork-0.99.7.tar.gz) = 7cd49a6ff9c51cf51f0f8739345cf52f4b2e0c70
|
||||
SHA1 (pork-0.99.7.tar.gz) = fdc5f738c5db02ffc9176e9fcdf51a9abc82458f
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-examples_perl_Makefile_in,v 1.4 2004/10/07 06:29:49 jolan Exp $
|
||||
--- examples/perl/Makefile.in.orig Sat Aug 14 13:31:55 2004
|
||||
+++ examples/perl/Makefile.in Thu Oct 7 01:27:52 2004
|
||||
@@ -131,7 +131,7 @@ perl_DATA = \
|
||||
signon.pl
|
||||
$OpenBSD: patch-examples_perl_Makefile_in,v 1.5 2004/12/15 08:19:26 jolan Exp $
|
||||
--- examples/perl/Makefile.in.orig Tue Dec 14 09:16:15 2004
|
||||
+++ examples/perl/Makefile.in Wed Dec 15 02:13:52 2004
|
||||
@@ -133,7 +133,7 @@ perl_DATA = \
|
||||
wh.pl
|
||||
|
||||
|
||||
-perldir = $(pkgdatadir)/examples/perl
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/10/07 06:29:49 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2004/12/15 08:19:26 jolan Exp $
|
||||
bin/pork
|
||||
share/doc/pork/
|
||||
share/doc/pork/QUICK_START
|
||||
@ -7,10 +7,12 @@ share/examples/pork/
|
||||
share/examples/pork/acro.pl
|
||||
share/examples/pork/blist.txt
|
||||
share/examples/pork/event_test.pl
|
||||
share/examples/pork/irc.pl
|
||||
share/examples/pork/np.pl
|
||||
share/examples/pork/porkrc
|
||||
@sample ${SYSCONFDIR}/porkrc
|
||||
share/examples/pork/signon.pl
|
||||
share/examples/pork/wh.pl
|
||||
share/pork/
|
||||
@comment share/pork/QUICK_START
|
||||
share/pork/help/
|
||||
@ -278,6 +280,7 @@ share/pork/help/win/bind
|
||||
share/pork/help/win/bind_next
|
||||
share/pork/help/win/clear
|
||||
share/pork/help/win/close
|
||||
share/pork/help/win/dump
|
||||
share/pork/help/win/erase
|
||||
share/pork/help/win/list
|
||||
share/pork/help/win/next
|
||||
|
Loading…
Reference in New Issue
Block a user