diff --git a/net/pork/Makefile b/net/pork/Makefile index e7cab03f931..7b9dbc32542 100644 --- a/net/pork/Makefile +++ b/net/pork/Makefile @@ -1,14 +1,12 @@ -# $OpenBSD: Makefile,v 1.14 2004/12/16 00:41:32 jolan Exp $ +# $OpenBSD: Makefile,v 1.15 2006/07/21 01:55:24 jolan Exp $ COMMENT= "programmable ncurses-based AIM client" -DISTNAME= pork-0.99.7 +DISTNAME= pork-0.99.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} HOMEPAGE= http://ojnk.sourceforge.net/ -MAINTAINER= Jolan Luff - # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/net/pork/distinfo b/net/pork/distinfo index ef4b1f50c97..2e822709abd 100644 --- a/net/pork/distinfo +++ b/net/pork/distinfo @@ -1,4 +1,4 @@ -MD5 (pork-0.99.7.tar.gz) = 9bc34a64ffad7809a0d321d0b1978432 -RMD160 (pork-0.99.7.tar.gz) = 7cd49a6ff9c51cf51f0f8739345cf52f4b2e0c70 -SHA1 (pork-0.99.7.tar.gz) = fdc5f738c5db02ffc9176e9fcdf51a9abc82458f -SIZE (pork-0.99.7.tar.gz) = 448014 +MD5 (pork-0.99.8.1.tar.gz) = 0c720db7e4e843aeee0fa53ade7cdffd +RMD160 (pork-0.99.8.1.tar.gz) = d1669ab74dd67a449cab8d4df00be54adea1b0d6 +SHA1 (pork-0.99.8.1.tar.gz) = 13a42c926fb650df9a5609dd816adb0c7058e90d +SIZE (pork-0.99.8.1.tar.gz) = 490425 diff --git a/net/pork/patches/patch-doc_Makefile_in b/net/pork/patches/patch-doc_Makefile_in index 76669b7e648..47bfa5d2aa3 100644 --- a/net/pork/patches/patch-doc_Makefile_in +++ b/net/pork/patches/patch-doc_Makefile_in @@ -1,12 +1,12 @@ -$OpenBSD: patch-doc_Makefile_in,v 1.3 2003/11/16 22:54:02 jolan Exp $ ---- doc/Makefile.in.orig 2003-11-16 01:28:48.000000000 -0600 -+++ doc/Makefile.in 2003-11-16 16:18:03.000000000 -0600 -@@ -127,7 +127,7 @@ target_alias = @target_alias@ +$OpenBSD: patch-doc_Makefile_in,v 1.4 2006/07/21 01:55:24 jolan Exp $ +--- doc/Makefile.in.orig Wed May 4 14:42:33 2005 ++++ doc/Makefile.in Thu Jul 20 20:49:58 2006 +@@ -150,7 +150,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = help - pork_DATA = porkrc -porkdir = $(pkgdatadir) +porkdir = $(prefix)/share/examples/pork - subdir = doc - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + all: all-recursive + + .SUFFIXES: diff --git a/net/pork/patches/patch-examples_perl_Makefile_in b/net/pork/patches/patch-examples_perl_Makefile_in index dcb8b021b5d..28130d49fa9 100644 --- a/net/pork/patches/patch-examples_perl_Makefile_in +++ b/net/pork/patches/patch-examples_perl_Makefile_in @@ -1,12 +1,12 @@ -$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 = \ +$OpenBSD: patch-examples_perl_Makefile_in,v 1.6 2006/07/21 01:55:24 jolan Exp $ +--- examples/perl/Makefile.in.orig Wed May 4 14:42:35 2005 ++++ examples/perl/Makefile.in Thu Jul 20 20:50:33 2006 +@@ -149,7 +149,7 @@ perl_DATA = \ + spellcheck.pl \ wh.pl - -perldir = $(pkgdatadir)/examples/perl +perldir = $(prefix)/share/examples/pork - subdir = examples/perl - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + all: all-am + + .SUFFIXES: diff --git a/net/pork/patches/patch-src_Makefile_in b/net/pork/patches/patch-src_Makefile_in index 532ef62dc78..bbe46c834ea 100644 --- a/net/pork/patches/patch-src_Makefile_in +++ b/net/pork/patches/patch-src_Makefile_in @@ -1,12 +1,12 @@ -$OpenBSD: patch-src_Makefile_in,v 1.4 2004/06/23 23:38:10 jolan Exp $ ---- src/Makefile.in.orig 2004-06-04 15:00:18.000000000 -0500 -+++ src/Makefile.in 2004-06-23 17:34:20.000000000 -0500 -@@ -131,7 +131,7 @@ target_alias = @target_alias@ - SUBDIRS = missing libfaim $(irc_dir) - bin_PROGRAMS = pork - --AM_CFLAGS = -funsigned-char -Imissing -Wall -Ilibfaim $(irc_include_path) -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(pkgdatadir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS) -+AM_CFLAGS = -funsigned-char -Imissing -Wall -Ilibfaim $(irc_include_path) -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(sysconfdir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS) - - pork_LDADD = missing/libmissing.a libfaim/libfaim.a $(irc_lib_full_path) -lncurses $(PERL_LIBS) $(DEBUG_LIBS) +$OpenBSD: patch-src_Makefile_in,v 1.5 2006/07/21 01:55:24 jolan Exp $ +--- src/Makefile.in.orig Wed May 4 14:42:35 2005 ++++ src/Makefile.in Thu Jul 20 20:51:18 2006 +@@ -224,7 +224,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + SUBDIRS = missing protocols + @IRC_SUPPORT_TRUE@irc_lib = protocols/irc/libirc.a +-AM_CFLAGS = -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(pkgdatadir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS) ++AM_CFLAGS = -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"$(pkgdatadir)/help\" -DSYSTEM_PORKRC=\"$(sysconfdir)/porkrc\" $(PERL_CFLAGS) $(DEBUG_CFLAGS) + pork_LDADD = missing/libmissing.a protocols/aim/libaim.a $(irc_lib) -lncurses $(PERL_LIBS) $(DEBUG_LIBS) @COMPILE_PERL_FALSE@pork_perl = pork_perl_stub.c + @COMPILE_PERL_TRUE@pork_perl = pork_perl.c diff --git a/net/pork/pkg/PLIST b/net/pork/pkg/PLIST index 0a671b91935..dc74ce19df8 100644 --- a/net/pork/pkg/PLIST +++ b/net/pork/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2004/12/15 08:19:26 jolan Exp $ +@comment $OpenBSD: PLIST,v 1.9 2006/07/21 01:55:24 jolan Exp $ bin/pork share/doc/pork/ share/doc/pork/QUICK_START @@ -6,12 +6,14 @@ share/doc/pork/README share/examples/pork/ share/examples/pork/acro.pl share/examples/pork/blist.txt +share/examples/pork/calendar.pl 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/spellcheck.pl share/examples/pork/wh.pl share/pork/ @comment share/pork/QUICK_START