summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-11-06 00:12:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-11-06 00:12:19 +0000
commit9385d3e21fee156d19f705fd7ac45550bc87e9f8 (patch)
tree43659ab5759cdda98362b4e13ce41b12f15a9132
parentCreate "mf" directory before installation. (diff)
Upgrade to 2.4
Notes
Notes: svn path=/head/; revision=8504
Diffstat (limited to '')
-rw-r--r--www/wwwcount/Makefile10
-rw-r--r--www/wwwcount/distinfo2
-rw-r--r--www/wwwcount/files/patch-ab36
-rw-r--r--www/wwwcount/files/patch-ae38
-rw-r--r--www/wwwcount/pkg-plist9
5 files changed, 36 insertions, 59 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
index 92918d381c17..e0e1328dafb8 100644
--- a/www/wwwcount/Makefile
+++ b/www/wwwcount/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: wwwcount
-# Version required: 2.3
+# Version required: 2.4
# Date created: 16 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.7 1996/11/13 12:41:34 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/18 11:42:25 asami Exp $
#
# WWW site: http://www.fccc.edu/users/muquit/Count.html
# For digit images look at:
# http://www.digitmania.holowww.com/
-DISTNAME= wwwcount2.3
-PKGNAME= wwwcount-2.3
+DISTNAME= wwwcount2.4
+PKGNAME= wwwcount-2.4
CATEGORIES= www
-MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.3/
+MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.4/
MAINTAINER= ache@FreeBSD.ORG
diff --git a/www/wwwcount/distinfo b/www/wwwcount/distinfo
index ca3719c35474..5df426c4b8f1 100644
--- a/www/wwwcount/distinfo
+++ b/www/wwwcount/distinfo
@@ -1 +1 @@
-MD5 (wwwcount2.3.tar.gz) = 4869e693d8a534907dedea30b337369b
+MD5 (wwwcount2.4.tar.gz) = 95dba3651b42dd97979086e35783e6f0
diff --git a/www/wwwcount/files/patch-ab b/www/wwwcount/files/patch-ab
index 7dd5a832c2b8..f4c58de6415e 100644
--- a/www/wwwcount/files/patch-ab
+++ b/www/wwwcount/files/patch-ab
@@ -1,19 +1,19 @@
-*** Makefile.in.bak Fri May 3 06:20:33 1996
---- Makefile.in Thu May 16 05:43:27 1996
+*** configure.bak Sat Oct 25 08:47:50 1997
+--- configure Thu Nov 6 00:59:05 1997
***************
-*** 22,28 ****
- ##
- ACCESS_AUTH= -DACCESS_AUTH=1
- DEFINES= $(INCLUDES) $(DEFS) $(ACCESS_AUTH) -D__USE_FIXED_PROTOTYPES__
-! CFLAGS= -O $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
-
-
- OBJS= main.o parse.o strimage.o
---- 22,28 ----
- ##
- ACCESS_AUTH= -DACCESS_AUTH=1
- DEFINES= $(INCLUDES) $(DEFS) $(ACCESS_AUTH) -D__USE_FIXED_PROTOTYPES__
-! CFLAGS+= $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
-
-
- OBJS= main.o parse.o strimage.o
+*** 1587,1593 ****
+ s%@CFLAGS@%$CFLAGS%g
+ s%@CPPFLAGS@%$CPPFLAGS%g
+ s%@CXXFLAGS@%$CXXFLAGS%g
+! s%@DEFS@%$DEFS%g
+ s%@LDFLAGS@%$LDFLAGS%g
+ s%@LIBS@%$LIBS%g
+ s%@exec_prefix@%$exec_prefix%g
+--- 1587,1593 ----
+ s%@CFLAGS@%$CFLAGS%g
+ s%@CPPFLAGS@%$CPPFLAGS%g
+ s%@CXXFLAGS@%$CXXFLAGS%g
+! s%@DEFS@%$CFLAGS $DEFS%g
+ s%@LDFLAGS@%$LDFLAGS%g
+ s%@LIBS@%$LIBS%g
+ s%@exec_prefix@%$exec_prefix%g
diff --git a/www/wwwcount/files/patch-ae b/www/wwwcount/files/patch-ae
index adc106e86bce..746ad947ba8e 100644
--- a/www/wwwcount/files/patch-ae
+++ b/www/wwwcount/files/patch-ae
@@ -1,5 +1,5 @@
-*** Count-install.orig Fri May 3 06:20:31 1996
---- Count-install Fri Sep 6 18:05:28 1996
+*** Count-install.orig Tue Oct 21 02:08:46 1997
+--- Count-install Thu Nov 6 00:55:09 1997
***************
*** 193,199 ****
@@ -85,16 +85,9 @@
until [ $answer != "x" ]
do
***************
-*** 298,318 ****
- # enter groud id -ends
- ##
- echo "installing Count.cgi->$CGIBIN_DIR"
-! $INSTALL_PROG -c -o $UserId -g $GroupId -m 755 ./Count.cgi $CGIBIN_DIR/Count.cgi
- echo "installing $CONFIG_FILE->$CONFIG_DIR"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 664 $CONFIG_FILE $CONFIG_DIR/$CONFIG_FILE
- echo "installing sample datafile $SAMPLE_DAT->$DATA_DIR"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 664 $SAMPLE_DAT $DATA_DIR/sample.dat
- chmod 775 $DATA_DIR
+*** 323,336 ****
+ echo
+ fi
! echo "installing rgb.txt->$BASE_DIR"
! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $BASE_DIR/rgb.txt
@@ -107,16 +100,9 @@
echo "installing image strip for digit style A->$DIGIT_DIR/A"
$INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\
---- 298,317 ----
- # enter groud id -ends
- ##
- echo "installing Count.cgi->$CGIBIN_DIR"
-! $INSTALL_PROG -s -c -o $UserId -g $GroupId -m 755 ./Count.cgi $CGIBIN_DIR/Count.cgi
- echo "installing $CONFIG_FILE->$CONFIG_DIR"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 664 $CONFIG_FILE $CONFIG_DIR/$CONFIG_FILE
- echo "installing sample datafile $SAMPLE_DAT->$DATA_DIR"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 664 $SAMPLE_DAT $DATA_DIR/sample.dat
- chmod 775 $DATA_DIR
+--- 323,335 ----
+ echo
+ fi
! echo "installing rgb.txt->$RGB_DIR"
! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $RGB_DIR/rgb.txt
@@ -129,8 +115,8 @@
echo "installing image strip for digit style A->$DIGIT_DIR/A"
$INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\
***************
-*** 344,349 ****
---- 343,350 ----
+*** 362,367 ****
+--- 361,368 ----
#chown -R $UserId.$GroupId $BASE_DIR
find $BASE_DIR -exec chown $UserId {} \;
find $BASE_DIR -exec chgrp $GroupId {} \;
@@ -140,7 +126,7 @@
# echo "GroupId=$GroupId"
;;
***************
-*** 358,374 ****
+*** 376,392 ****
EOM
echo "installing Count.cgi->$CGIBIN_DIR"
@@ -158,7 +144,7 @@
echo "installing image strip for digit style A->$DIGIT_DIR/A"
$INSTALL_PROG -c $DigitA/strip.gif $DIGIT_DIR/A/strip.gif
---- 359,376 ----
+--- 377,394 ----
EOM
echo "installing Count.cgi->$CGIBIN_DIR"
diff --git a/www/wwwcount/pkg-plist b/www/wwwcount/pkg-plist
index f1f5d56efcec..f135a082696f 100644
--- a/www/wwwcount/pkg-plist
+++ b/www/wwwcount/pkg-plist
@@ -1,21 +1,12 @@
www/cgi-bin/Count.cgi
-etc/Counter
-etc/Counter/conf
etc/Counter/conf/count.cfg
-etc/Counter/data
etc/Counter/data/sample.dat
lib/Counter/rgb.txt
-lib/Counter/digits
-lib/Counter/digits/A
lib/Counter/digits/A/strip.gif
-lib/Counter/digits/B
lib/Counter/digits/B/strip.gif
-lib/Counter/digits/C
lib/Counter/digits/C/strip.gif
-lib/Counter/digits/D
lib/Counter/digits/D/strip.gif
lib/Counter/digits/D/lenna.gif
-lib/Counter/digits/E
lib/Counter/digits/E/strip.gif
lib/Counter/digits/mkstrip.sh
bin/mkstrip