From ea0f113afb5523d82b2641c1d8537af22c3fb0e2 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 20 Jul 2006 04:43:27 +0000 Subject: [PATCH] fix homepages and a few master sites --- sysutils/gkrellm/plugins/reminder/Makefile | 8 ++++---- textproc/catdoc/Makefile | 5 +++-- textproc/p5-XML-Simple/Makefile | 6 +++--- textproc/py-Chart/Makefile | 8 ++++---- www/mediawiki/Makefile | 5 +++-- www/mod_mp3/Makefile | 8 ++++---- www/snownews/Makefile | 7 ++++--- www/trac/Makefile | 5 +++-- www/xmhtml/Makefile | 8 ++------ x11/gtkglarea/Makefile | 6 ++---- x11/gtksourceview/Makefile | 6 +++--- x11/wampager/Makefile | 5 ++--- x11/wmbutton/Makefile | 7 ++++--- x11/wminfo/Makefile | 7 ++----- x11/wmitime/Makefile | 8 ++++---- x11/wmtime/Makefile | 8 +++++--- x11/wmtz/Makefile | 8 +++++--- 17 files changed, 57 insertions(+), 58 deletions(-) diff --git a/sysutils/gkrellm/plugins/reminder/Makefile b/sysutils/gkrellm/plugins/reminder/Makefile index 931eb4ba754..90b8ba59000 100644 --- a/sysutils/gkrellm/plugins/reminder/Makefile +++ b/sysutils/gkrellm/plugins/reminder/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.6 2006/06/13 13:32:48 bernd Exp $ +# $OpenBSD: Makefile,v 1.7 2006/07/20 04:43:27 steven Exp $ -COMMENT= "GrekllM2 will remind you to do important events" +COMMENT= "GKrellM2 will remind you to do important events" DISTNAME= gkrellm-reminder-2.0.0 -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 CATEGORIES= misc sysutils/gkrellm -HOMEPAGE= ${MASTER_SITES}Plugins.html\#REMINDER +HOMEPAGE= http://members.dslextreme.com/users/billw/gkrellm/Plugins.html\#REMINDER MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/Plugins/ diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index c834c0a5046..70546d6bcfa 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.22 2004/12/07 00:23:20 alek Exp $ +# $OpenBSD: Makefile,v 1.23 2006/07/20 04:43:28 steven Exp $ COMMENT= "MS Word ==> ASCII or TeX, Tk viewer included" DISTNAME= catdoc-0.91.4 +PKGNAME= ${DISTNAME}p0 CATEGORIES= textproc MASTER_SITES= ftp://ftp.45.free.net/pub/catdoc/ -HOMEPAGE= http://www.45.free.net/~vitus/ice/catdoc/ +HOMEPAGE= http://www.45.free.net/~vitus/software/catdoc/ MAINTAINER= Jason Ish diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 3d867e1cdea..694fda51966 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.14 2005/02/04 05:52:35 kevlo Exp $ +# $OpenBSD: Makefile,v 1.15 2006/07/20 04:43:28 steven Exp $ COMMENT= "trivial perl API for reading/writing XML" DISTNAME= XML-Simple-2.14 -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} -HOMEPAGE= http://www.web.co.nz/~grantm/cpan/ +HOMEPAGE= http://www.mclean.net.nz/ RUN_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser \ :p5-XML-SAX->=0.12:textproc/p5-XML-SAX diff --git a/textproc/py-Chart/Makefile b/textproc/py-Chart/Makefile index fcf966f72e1..16302e911e9 100644 --- a/textproc/py-Chart/Makefile +++ b/textproc/py-Chart/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.17 2006/06/03 09:49:24 alek Exp $ +# $OpenBSD: Makefile,v 1.18 2006/07/20 04:43:28 steven Exp $ COMMENT= "Python library for creating postscript or PDF charts" VERSION= 1.35 DISTNAME= PyChart-${VERSION} -PKGNAME= py-Chart-${VERSION}p0 +PKGNAME= py-Chart-${VERSION}p1 CATEGORIES= textproc devel -HOMEPAGE= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/ +HOMEPAGE= http://home.gna.org/pychart/ # GPL PERMIT_PACKAGE_CDROM= Yes @@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= http://download.gna.org/pychart/ MODULES= lang/python diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 4a07c16fe9e..6609cdabbe8 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.9 2006/04/05 15:16:56 bernd Exp $ +# $OpenBSD: Makefile,v 1.10 2006/07/20 04:43:28 steven Exp $ COMMENT= "web-based collaborative editing environment" V= 1.5.8 DISTNAME= mediawiki-${V} +PKGNAME= ${DISTNAME}p0 CATEGORIES= www -HOMEPAGE= http://wikipedia.sourceforge.net/ +HOMEPAGE= http://www.mediawiki.org/ MAINTAINER= Kevin Lo diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 51982950c5e..f703f10c473 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2005/01/26 00:08:45 alek Exp $ +# $OpenBSD: Makefile,v 1.7 2006/07/20 04:43:28 steven Exp $ COMMENT= "turns Apache into an MP3 or Ogg streaming server" @@ -7,12 +7,12 @@ COMMENT= "turns Apache into an MP3 or Ogg streaming server" NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} DISTNAME= mod_mp3-0.39 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= www audio -MASTER_SITES= http://software.tangent.org/download/ \ +MASTER_SITES= http://download.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ -HOMEPAGE= http://media.tangent.org/ +HOMEPAGE= http://tangent.org/ # Apache PERMIT_PACKAGE_CDROM= Yes diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 5d61c60f7ae..f620ccb1867 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.11 2006/02/20 16:33:55 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2006/07/20 04:43:28 steven Exp $ COMMENT= "text mode rss newsreader" DISTNAME= snownews-1.5.7 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= www MASTER_SITES= ${HOMEPAGE}download/ -HOMEPAGE= http://home.kcore.de/~kiza/software/snownews/ +HOMEPAGE= http://kiza.kcore.de/software/snownews/ + MAINTAINER= David Cathcart # GPL diff --git a/www/trac/Makefile b/www/trac/Makefile index 2c0da99f8bf..4e69c64aa14 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 2006/07/09 10:11:49 steven Exp $ +# $OpenBSD: Makefile,v 1.6 2006/07/20 04:43:28 steven Exp $ COMMENT= "enhanced wiki and bug tracking system for software projects" DISTNAME= trac-0.9.6 +PKGNAME= ${DISTNAME}p0 CATEGORIES= www devel MAINTAINER= Ben Lovett -HOMEPAGE= http://projects.edgewall.com/trac/ +HOMEPAGE= http://trac.edgewall.org/ MASTER_SITES= ftp://ftp.edgewall.com/pub/trac/ \ http://ftp.edgewall.com/pub/trac/ diff --git a/www/xmhtml/Makefile b/www/xmhtml/Makefile index 0058cb3b4a0..88d837e769f 100644 --- a/www/xmhtml/Makefile +++ b/www/xmhtml/Makefile @@ -1,24 +1,20 @@ -# $OpenBSD: Makefile,v 1.12 2006/04/03 16:27:58 bernd Exp $ +# $OpenBSD: Makefile,v 1.13 2006/07/20 04:43:28 steven Exp $ # $FreeBSD: ports/x11-toolkits/xmhtml/Makefile,v 1.15 2001/06/29 05:19:06 lkoeller Exp $ # Original from: Peter Hawkins COMMENT= "Motif widget capable of displaying HTML 3.2 conforming text" DISTNAME= XmHTML-1.1.7 -PKGNAME= ${DISTNAME:L}p3 +PKGNAME= ${DISTNAME:L}p4 CATEGORIES= www x11 SHARED_LIBS= XmHTML 1.2 -HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML - # LGPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE}/dist/ - BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::graphics/jpeg \ ::graphics/png \ diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 0280cf0cb6d..20526609f2f 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,15 +1,13 @@ -# $OpenBSD: Makefile,v 1.24 2006/01/12 01:05:22 naddy Exp $ +# $OpenBSD: Makefile,v 1.25 2006/07/20 04:43:28 steven Exp $ COMMENT= "OpenGL widget for GTK+ GUI toolkit" DISTNAME= gtkglarea-1.2.2 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 SHARED_LIBS= gtkgl 1.2 CATEGORIES= x11 graphics MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ -HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ - BUILD_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index f8f9f330282..5a205553ba2 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.15 2006/06/13 13:41:20 bernd Exp $ +# $OpenBSD: Makefile,v 1.16 2006/07/20 04:43:28 steven Exp $ COMMENT= "Text widget that extends GTK2's GtkTextView widget" DISTNAME= gtksourceview-1.2.0 -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 SHARED_LIBS= gtksourceview-1.0 1.0 CATEGORIES= x11 -HOMEPAGE= http://www.gnome.org/softwaremap/projects/gtksourceview +HOMEPAGE= http://gtksourceview.sourceforge.net/ MAINTAINER= Thomas Delaet diff --git a/x11/wampager/Makefile b/x11/wampager/Makefile index 24b6792eff8..793475ee6af 100644 --- a/x11/wampager/Makefile +++ b/x11/wampager/Makefile @@ -1,13 +1,12 @@ -# $OpenBSD: Makefile,v 1.7 2005/02/07 19:01:50 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.8 2006/07/20 04:43:28 steven Exp $ COMMENT= "waimea mini pager" VERSION= 0.9.1 DISTNAME= wampager-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 -HOMEPAGE= http://www.waimea.org/wampager_info.html - MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/} # GPL diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile index 908e0c0ce2b..574a2505acf 100644 --- a/x11/wmbutton/Makefile +++ b/x11/wmbutton/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.14 2004/12/19 17:27:02 alek Exp $ +# $OpenBSD: Makefile,v 1.15 2006/07/20 04:43:28 steven Exp $ COMMENT= 'wm-dockapp; application launching program' DISTNAME= wmbutton-0.4 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 x11/windowmaker -HOMEPAGE= http://members.cox.net/ehf_dockapps/ +HOMEPAGE= http://greek0.net/~greek0/wmbutton/ MAINTAINER= Peter Stromberg @@ -16,7 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c -MASTER_SITES= ${HOMEPAGE}wmbutton/ +MASTER_SITES= ${HOMEPAGE} USE_X11= Yes NO_REGRESS= Yes diff --git a/x11/wminfo/Makefile b/x11/wminfo/Makefile index 07a209668f0..85fdd184ea6 100644 --- a/x11/wminfo/Makefile +++ b/x11/wminfo/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2004/12/19 17:27:03 alek Exp $ +# $OpenBSD: Makefile,v 1.13 2006/07/20 04:43:28 steven Exp $ COMMENT= 'wm-dockapp; displays scrolling text' DISTNAME= wminfo-1.51 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 x11/windowmaker -HOMEPAGE= http://kling.mine.nu/wminfo.htm - MAINTAINER= Peter Stromberg # GPL @@ -16,8 +15,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c -MASTER_SITES= http://kling.mine.nu/files/ - USE_X11= Yes NO_REGRESS= Yes diff --git a/x11/wmitime/Makefile b/x11/wmitime/Makefile index 0b56d2acf8d..1a4b414f205 100644 --- a/x11/wmitime/Makefile +++ b/x11/wmitime/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2004/12/19 17:27:03 alek Exp $ +# $OpenBSD: Makefile,v 1.11 2006/07/20 04:43:28 steven Exp $ COMMENT= 'wm-dockapp; shows the date, time, and Internet time' DISTNAME= wmitime-0.3 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 x11/windowmaker -HOMEPAGE= http://www.neotokyo.org/illusion/ - MAINTAINER= Peter Stromberg # GPL @@ -16,7 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c m -MASTER_SITES= ${HOMEPAGE}downloads/ +MASTER_SITES= http://dockapps.org/files/22/29/ \ + http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ USE_X11= Yes NO_REGRESS= Yes diff --git a/x11/wmtime/Makefile b/x11/wmtime/Makefile index b1302daab01..2b784c9e3be 100644 --- a/x11/wmtime/Makefile +++ b/x11/wmtime/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2004/12/19 17:27:04 alek Exp $ +# $OpenBSD: Makefile,v 1.9 2006/07/20 04:43:28 steven Exp $ COMMENT= "time/date applet for WindowMaker" DISTNAME= wmtime-1.0b2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 x11/windowmaker -MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ -HOMEPAGE= http://windowmaker.mezaway.org MAINTAINER= Arthur H. Johnson II @@ -16,6 +15,9 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c m +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ + WRKDIST= ${WRKDIR}/wmtime.app/ WRKSRC= ${WRKDIST}/wmtime/ USE_X11= Yes diff --git a/x11/wmtz/Makefile b/x11/wmtz/Makefile index 746c23fbbcf..2280dbab301 100644 --- a/x11/wmtz/Makefile +++ b/x11/wmtz/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.10 2004/12/19 17:27:05 alek Exp $ +# $OpenBSD: Makefile,v 1.11 2006/07/20 04:43:28 steven Exp $ COMMENT= 'wm-dockapp; displays the time in different time zones' DISTNAME= wmtz-0.7 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 x11/windowmaker -HOMEPAGE= http://www.geocities.com/jl1n/wmtz/ +HOMEPAGE= http://www.geocities.com/jl1n/wmtz/wmtz.html MAINTAINER= Peter Stromberg @@ -16,7 +17,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c m -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= http://www.geocities.com/jl1n/wmtz/ \ + http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ USE_X11= Yes NO_REGRESS= Yes