head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.11.02.01.35.43;	author dougb;	state dead;
branches;
next	1.1;

1.1
date	2003.12.05.20.48.42;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove ports@@ ports that have been DEPRECATED for at least 1 month

audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
@
text
@--- configure.orig	Sat Oct 18 22:21:54 2003
+++ configure	Mon Oct 20 19:42:20 2003
@@@@ -221,15 +221,7 @@@@
 # Monkey HTTP Daemon: Makefile
 # ============================
 default:
-	@@(cd src; make all)
-	@@echo  
-	@@echo  " Running Monkey :"
-	@@echo  " ----------------"
-	@@echo 
-	@@echo  "  # $bindir/monkey"
-	@@echo 
-	@@echo  "  For more help use '-h' option."		
-	@@echo 
+	@@(cd src; ${MAKE} all)
 clean:
 	@@(cd src; make clean)
 distclean:
@@@@ -250,14 +242,14 @@@@
 LOGDIR=${logdir}
 
 default:
-	@@(cd src; make all)
+	@@(cd src; ${MAKE} all)
 clean:
 	@@(cd src; make clean)
 distclean:
 	@@(cd src; make distclean)
 
 install:
-	make -C src all
+	${MAKE} -C src all
 	install -d \$(BINDIR)
 	install -d \$(CGIBIN)
 	install -d \$(SYSCONFDIR) 
@@@@ -269,20 +261,16 @@@@
 	install -s -m 755 bin/monkey \$(BINDIR)
 	install -m 755 bin/banana \$(BINDIR)
 	install -m 755 ./cgi-bin/* \$(CGIBIN)
-	install -m 600 ./conf/*.* \$(SYSCONFDIR)
+	@@(for f in mime.types modules.conf monkey.conf monkey.deny ; \
+		do install -m 600 ./conf/\$\${f} \$(SYSCONFDIR)/\$\${f}-dist ;\
+		if  [ ! -e \$(SYSCONFDIR)/\$\${f} ]; then \
+				install -m 600 ./conf/\$\${f} \$(SYSCONFDIR); \
+		fi;\
+	done)
 	install -m 644 ./htdocs/*.* \$(DATADIR)
 	install -m 644 ./htdocs/imgs/*.* \${DATADIR}/imgs
 	install -m 644 ./htdocs/php/*.* \${DATADIR}/php
 	install -m 644 ./htdocs/docs/*.* \${DATADIR}/docs
-	@@echo 
-	@@echo  " Running Monkey :"
-	@@echo  " ----------------"
-	@@echo 
-	@@echo  "  # $bindir/monkey"
-	@@echo 
-	@@echo  "  For more help use '-h' option"	
-	@@echo 
-
 EOF
 }
 
@@@@ -304,11 +292,11 @@@@
 cat > src/Makefile<<EOF
 CC	= $CC
 DEFS	= $mod_defs
-CFLAGS	= \$(DEFS) -g -O2 -Wall
+CFLAGS	= \$(DEFS) ${EXTRA_CFLAGS}
 INCDIR  = ./include
 LDFLAGS	= 
 DESTDIR	= ../bin/monkey
-LIBS	= -lpthread $mod_libs $MORE_LIBS
+LIBS	= $mod_libs $MORE_LIBS ${PTHREAD_LIBS}
 OBJ	= monkey.o method.o mimetype.o request.o \\
 	vhost.o config.o logfile.o signals.o \\
 	dir_html.o deny.o cgi.o user.o utils.o \\
@


1.1
log
@Add Monkey HTTP Daemon, a small, powerful, and fast Web server written in C.
Features include language support, GET, POST, and HEAD methods, CGI, PHP4 , a
config file (optional for every user), a mime.types file, virtual hosts, the
ability to deny URLs and IPs, to run as a different user (such as nobody),
serve users home directories, resume, and more.

PR:		ports/58290
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@@

