diff --git a/devel/guilib/Makefile b/devel/guilib/Makefile index cfd24068d0f..e6e5539250e 100644 --- a/devel/guilib/Makefile +++ b/devel/guilib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2003/05/12 08:23:46 jolan Exp $ +# $OpenBSD: Makefile,v 1.10 2003/09/25 06:25:13 jolan Exp $ COMMENT= "SDL C++ GUI widget library" @@ -9,9 +9,7 @@ PKGNAME= guilib-${VER} CATEGORIES= devel graphics MASTER_SITES= http://www.libsdl.org/projects/${PROJ}/src/ -HOMEPAGE= http://www.libsdl.org/ - -MAINTAINER= Jolan Luff +HOMEPAGE= http://www.libsdl.org/projects/GUIlib/ # GPL PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/guilib/pkg/DESCR b/devel/guilib/pkg/DESCR index 65b667ab48f..453d07e2ff9 100644 --- a/devel/guilib/pkg/DESCR +++ b/devel/guilib/pkg/DESCR @@ -3,5 +3,3 @@ It is very flexible, but is by no means a complete windowing system. It contains a C++ GUI class with a very rudimentary C interface, and a set of useful widget classes. - -WWW: ${HOMEPAGE} diff --git a/devel/libio/Makefile b/devel/libio/Makefile index 3b211449dea..d8aabbd88ec 100644 --- a/devel/libio/Makefile +++ b/devel/libio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/05/12 08:23:46 jolan Exp $ +# $OpenBSD: Makefile,v 1.3 2003/09/25 06:25:13 jolan Exp $ COMMENT= "abstraction for general data transport" @@ -8,8 +8,6 @@ MASTER_SITES= http://monkey.org/~provos/ HOMEPAGE= http://monkey.org/~provos/libio/ -MAINTAINER= Jolan Luff - # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/devel/libio/pkg/DESCR b/devel/libio/pkg/DESCR index cb91207d465..f78bf12da1d 100644 --- a/devel/libio/pkg/DESCR +++ b/devel/libio/pkg/DESCR @@ -3,5 +3,3 @@ data sources and data sinks. The sources and sinks can be connected with multiple filters. As a result encryption and authentication can happen completely transparent to the main core of an application. Mutliplex nodes can be used to deal with N-fan in and M-fan out. - -WWW: ${HOMEPAGE} diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile index a97a3168588..28e25a53661 100644 --- a/games/xwelltris/Makefile +++ b/games/xwelltris/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/05/12 08:23:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.3 2003/09/25 06:25:13 jolan Exp $ COMMENT= "2.5 dimensional tetris-like game" @@ -9,8 +9,6 @@ MASTER_SITES= ${HOMEPAGE}src/ HOMEPAGE= http://xnc.dubna.su/xwelltris/ -MAINTAINER= Jolan Luff - # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/games/xwelltris/pkg/DESCR b/games/xwelltris/pkg/DESCR index 0dfcc22dff6..64d04483e44 100644 --- a/games/xwelltris/pkg/DESCR +++ b/games/xwelltris/pkg/DESCR @@ -2,5 +2,3 @@ XWelltris is a tetris-like game that has a "2.5D" environment. Flavors: no_sdl - do not build with SDL support - -WWW: ${HOMEPAGE} diff --git a/mail/wmmultipop3/Makefile b/mail/wmmultipop3/Makefile index d5bf0f9ca1f..4ea38730b9b 100644 --- a/mail/wmmultipop3/Makefile +++ b/mail/wmmultipop3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2003/05/12 08:23:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.7 2003/09/25 06:25:13 jolan Exp $ COMMENT= "wm-dockapp; multiple pop3 mailbox checker" @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmmultipop3/} HOMEPAGE= http://wmmultipop3.sourceforge.net/ -MAINTAINER= Jolan Luff - # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/mail/wmmultipop3/pkg/DESCR b/mail/wmmultipop3/pkg/DESCR index c7935392587..97eedf2396c 100644 --- a/mail/wmmultipop3/pkg/DESCR +++ b/mail/wmmultipop3/pkg/DESCR @@ -6,5 +6,3 @@ optionally open your favorite mail reader when middle clicked. A configuration file (~/.wmmultipop3rc) will be auto-magically generated upon the first execution of the program. - -WWW: ${HOMEPAGE} diff --git a/net/crawl/Makefile b/net/crawl/Makefile index e7380d518e6..500ca6c0577 100644 --- a/net/crawl/Makefile +++ b/net/crawl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2003/05/12 08:23:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.14 2003/09/25 06:25:13 jolan Exp $ COMMENT= "small and efficient HTTP crawler" @@ -7,8 +7,7 @@ CATEGORIES= net HOMEPAGE= http://www.monkey.org/~provos/crawl/ -MAINTAINER= Jolan Luff - +# BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/net/crawl/pkg/DESCR b/net/crawl/pkg/DESCR index 6ed5da7c93d..28ae7dcfc17 100644 --- a/net/crawl/pkg/DESCR +++ b/net/crawl/pkg/DESCR @@ -17,5 +17,3 @@ Features + Persistent database of visited URLs + Very small and efficient code + Supports robots.txt - -WWW: ${HOMEPAGE} diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 27cedec991c..1dda19efa52 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/07/23 02:46:31 jolan Exp $ +# $OpenBSD: Makefile,v 1.3 2003/09/25 06:25:13 jolan Exp $ COMMENT= "utility to create virtual hosts on a network" DISTNAME= honeyd-0.6a @@ -7,8 +7,6 @@ MASTER_SITES= ${HOMEPAGE} HOMEPAGE= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= Jolan Luff - # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/net/honeyd/pkg/DESCR b/net/honeyd/pkg/DESCR index c01d33c48ed..bf928837d22 100644 --- a/net/honeyd/pkg/DESCR +++ b/net/honeyd/pkg/DESCR @@ -8,5 +8,3 @@ It is possible to ping the virtual machines, or to traceroute them. Any type of service on the virtual machine can be simulated according to a simple configuration file. Instead of simulating a service, it is also possible to proxy it to another machine. - -WWW: ${HOMEPAGE} diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index f14e60f1028..c4eff0477b0 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/05/12 08:23:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.6 2003/09/25 06:25:13 jolan Exp $ COMMENT= "NetBIOS name network scanner" @@ -8,8 +8,6 @@ MASTER_SITES= http://www.inetcat.org/software/ HOMEPAGE= http://www.inetcat.org/software/nbtscan.html -MAINTAINER= Jolan Luff - # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/net/nbtscan/pkg/DESCR b/net/nbtscan/pkg/DESCR index 8bddcf78e31..f621e9eca6d 100644 --- a/net/nbtscan/pkg/DESCR +++ b/net/nbtscan/pkg/DESCR @@ -4,5 +4,3 @@ It sends NetBIOS status query to each address in supplied range and lists received information in human readable form. For each responded host it lists IP address, NetBIOS computer name, logged-in user name and MAC address. - -WWW: ${HOMEPAGE} diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 3a097c7cd2d..6ae688a6ec1 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2003/05/12 08:23:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.19 2003/09/25 06:25:13 jolan Exp $ COMMENT= "network grep" @@ -8,8 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/} HOMEPAGE= http://ngrep.sourceforge.net/ -MAINTAINER= Jolan Luff - +# Restrictive PERMIT_PACKAGE_CDROM= "Restrictions on packages" PERMIT_PACKAGE_FTP= "Restrictions on packages" PERMIT_DISTFILES_CDROM= Yes diff --git a/net/ngrep/pkg/DESCR b/net/ngrep/pkg/DESCR index c5731a175a7..8c772ea18ec 100644 --- a/net/ngrep/pkg/DESCR +++ b/net/ngrep/pkg/DESCR @@ -5,5 +5,3 @@ against data payloads of packets. It currently recognizes TCP and UDP across ethernet, ppp and slip interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, like tcpdump and snoop. - -WWW: ${HOMEPAGE} diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 85ec793bf05..f4e4cb7ff9b 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/07/13 06:16:54 jolan Exp $ +# $OpenBSD: Makefile,v 1.11 2003/09/25 06:25:13 jolan Exp $ COMMENT= "ident daemon with custom responses and NAT support" DISTNAME= oidentd-2.0.7 @@ -7,8 +7,6 @@ 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/oidentd/pkg/DESCR b/net/oidentd/pkg/DESCR index 56b0c3ecb43..f6599026fcf 100644 --- a/net/oidentd/pkg/DESCR +++ b/net/oidentd/pkg/DESCR @@ -1,5 +1,3 @@ Oidentd is a highly flexible replacement for the standard ident. It is capable of providing custom responses to ident requests and also has nat support for pf-based OpenBSD. - -WWW: ${HOMEPAGE} diff --git a/security/outguess/Makefile b/security/outguess/Makefile index ebe0070678e..fbb29e903ef 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2003/05/12 08:23:48 jolan Exp $ +# $OpenBSD: Makefile,v 1.15 2003/09/25 06:25:13 jolan Exp $ COMMENT= "universal steganography tool" @@ -9,8 +9,6 @@ MASTER_SITES= http://www.outguess.org/ \ HOMEPAGE= http://www.outguess.org/ -MAINTAINER= Jolan Luff - # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/security/outguess/pkg/DESCR b/security/outguess/pkg/DESCR index abbe1322923..dde97450ab8 100644 --- a/security/outguess/pkg/DESCR +++ b/security/outguess/pkg/DESCR @@ -3,5 +3,3 @@ of hidden information into the redundant bits of data sources. The nature of the data source is irrelevant to the core of OutGuess. The program relies on data specific handlers that will extract redundant bits and write them back after modification. - -WWW: ${HOMEPAGE} diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 19cf21b09b4..23c03cd1d80 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2003/07/01 23:14:23 jolan Exp $ +# $OpenBSD: Makefile,v 1.2 2003/09/25 06:25:14 jolan Exp $ COMMENT= "steganography detection tool" DISTNAME= stegdetect-0.5 @@ -7,8 +7,6 @@ MASTER_SITES= ${HOMEPAGE} HOMEPAGE= http://www.outguess.org/ -MAINTAINER= Jolan Luff - # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/security/stegdetect/pkg/DESCR b/security/stegdetect/pkg/DESCR index 2977b8f7fbc..4169a43d1db 100644 --- a/security/stegdetect/pkg/DESCR +++ b/security/stegdetect/pkg/DESCR @@ -1,5 +1,3 @@ Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. - -WWW: ${HOMEPAGE}