normalize pkgpath

This commit is contained in:
espie 2011-09-16 09:48:08 +00:00
parent 59f5224fca
commit 999b4db39c
117 changed files with 251 additions and 222 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2011/04/05 14:42:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.84 2011/09/16 09:48:08 espie Exp $
COMMENT= free cross-platform WYSIWYG word processor
@ -6,7 +6,7 @@ VERSION= 2.8.6
MAJORVER= ${VERSION:C/..$//}
DISTNAME= abiword-${VERSION}
REVISION= 2
REVISION= 3
# Merge a patch from Fedora to change default font from Times Roman to
# DejaVu Serif.: fixes font corruption issue on machines where

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2011/07/06 18:29:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/16 09:48:08 espie Exp $
COMMENT= lightweight Gtk text editor with syntax highlighting
@ -6,7 +6,7 @@ DISTNAME= beaver0_3_0_1
PKGNAME= beaver-0.3.0.1
CATEGORIES= editors
REVISION= 5
REVISION= 6
HOMEPAGE= http://www.nongnu.org/beaver/
# XXX should use ${MASTER_SITE_SAVANNAH:=beaver/} but % in the

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.36 2011/09/16 09:48:08 espie Exp $
COMMENT = easy to use, graphical editor
@ -6,7 +6,7 @@ CATEGORIES = editors
MASTER_SITES = ${HOMEPAGE}
HOMEPAGE = ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/
DISTNAME = cooledit-3.17.14
REVISION = 5
REVISION = 6
SHARED_LIBS = Cw 1.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2011/07/18 19:06:36 naddy Exp $
# $OpenBSD: Makefile,v 1.56 2011/09/16 09:48:08 espie Exp $
COMMENT-main= GNU editor: extensible, customizable, self documenting
COMMENT-el= elisp sources for those who want to read/modify them
@ -12,8 +12,8 @@ FULLPKGPATH-el= editors/emacs21,-el
FULLPKGNAME-leim= emacs-leim-${VERSION}
FULLPKGPATH-leim= editors/emacs21,-leim
REVISION-main= 16
REVISION-el= 3
REVISION-leim= 3
REVISION-el= 4
REVISION-leim= 4
CATEGORIES= editors

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2011/07/18 19:05:53 naddy Exp $
# $OpenBSD: Makefile,v 1.23 2011/09/16 09:48:08 espie Exp $
COMMENT-main= GNU editor: extensible, customizable, self-documenting
COMMENT-el= elisp sources for those who want to read/modify them
@ -8,8 +8,8 @@ DISTNAME= emacs-${VERSION}
PKGNAME-main= emacs-${VERSION}
FULLPKGNAME-el= emacs-el-${VERSION}
FULLPKGPATH-el= editors/emacs22,-el
REVISION-main= 10
REVISION-el= 2
REVISION-main= 11
REVISION-el= 3
CATEGORIES= editors

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2011/07/23 14:06:50 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:48:08 espie Exp $
COMMENT-main = GNU editor: extensible, customizable, self-documenting
COMMENT-el = elisp sources for those who want to read/modify them
@ -9,8 +9,8 @@ PKGNAME-main = emacs-${VERSION}
FULLPKGNAME-el = emacs-el-${VERSION}
FULLPKGPATH-el = editors/emacs23,-el
REVISION-main = 2
REVISION-el = 1
REVISION-main = 3
REVISION-el = 2
CATEGORIES = editors

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2011/05/30 23:55:18 kili Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:48:08 espie Exp $
COMMENT = simple LaTeX editor
DISTNAME = gummi-0.5.8-2
PKGNAME = ${DISTNAME:S/-2//}
REVISION= 0
WRKDIST = ${WRKDIR}/${DISTNAME:S/-2//}
CATEGORIES = editors

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:48:08 espie Exp $
COMMENT= integrated LaTeX environment for KDE
DISTNAME= kile-2.0
REVISION= 1
REVISION= 2
CATEGORIES= editors x11/kde
HOMEPAGE= http://kile.sourceforge.net/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.35 2011/07/06 18:29:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.36 2011/09/16 09:48:09 espie Exp $
SHARED_ONLY= Yes
COMMENT= XML editor for KDE
DISTNAME= kxmleditor-1.1.3
REVISION= 6
REVISION= 7
CATEGORIES= editors x11 x11/kde
SHARED_LIBS= kxmleditorpart 2.0

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:09 espie Exp $
COMMENT= update LDAP entries with a text editor
DISTNAME= ldapvi-1.7
CATEGORIES= editors
REVISION= 0
REVISION= 1
HOMEPAGE= http://www.lichteblau.com/ldapvi.html

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2011/03/23 12:18:20 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.35 2011/09/16 09:48:09 espie Exp $
COMMENT= simple GTK+ text editor
DISTNAME= leafpad-0.8.18.1
REVISION= 0
CATEGORIES= editors x11
HOMEPAGE= http://tarot.freeshell.org/leafpad/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2011/09/14 19:12:18 naddy Exp $
# $OpenBSD: Makefile,v 1.45 2011/09/16 09:48:09 espie Exp $
ONLY_FOR_ARCHS= amd64 i386
@ -14,9 +14,9 @@ PKGNAME= libreoffice-${VERSION}
PKGNAME-main= libreoffice-${VERSION}
PKGNAME-kde= libreoffice-kde-${VERSION}
PKGNAME-java= libreoffice-java-${VERSION}
REVISION-main= 1
REVISION-kde= 0
REVISION-java= 1
REVISION-main= 2
REVISION-kde= 1
REVISION-java= 2
CATEGORIES= editors productivity
EPOCH= 0
@ -118,6 +118,7 @@ COMMENT-i18n-$l= $l language pack for LibreOffice
RUN_DEPENDS-i18n-$l= editors/libreoffice
WANTLIB-i18n-$l=
LIB_DEPENDS-i18n-$l=
REVISION-i18n-$l = 0
.endfor
.endif

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.67 2011/04/14 20:18:01 naddy Exp $
# $OpenBSD: Makefile,v 1.68 2011/09/16 09:48:09 espie Exp $
# $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $
COMMENT= X11/Motif GUI text editor
DISTNAME= nedit-5.5
P_V= 0.5
REVISION= 17
REVISION= 18
EPOCH= 0
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \
nedit_patterns-${P_V}.tgz:0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.30 2011/09/16 09:48:09 espie Exp $
# NetBSD: Makefile,v 1.6 2000/01/19 12:28:44 hubertf Exp
# FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp
@ -6,7 +6,7 @@ COMMENT= multilingual clone of vi/ex
DISTNAME= nvi-1.79
PKGNAME= nvi-m17n-1.79.19991117
REVISION= 2
REVISION= 3
CATEGORIES= editors
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2011/08/23 11:20:32 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:09 espie Exp $
# XXX: Upstream doesn't keep old files; if updating please mirror or ask sthen@
@ -6,6 +6,7 @@ COMMENT = Qt4 port of the Scintilla source code editor
VERSION = 2.5.1
DISTNAME = QScintilla-gpl-${VERSION}
REVISION= 0
PKGNAME = qscintilla-${VERSION}
CATEGORIES = editors x11

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2010/12/02 21:24:39 jeremy Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
COMMENT= source code editing component for GTK+
VERSION= 2.22
DISTNAME= scintilla${VERSION:S/.//}
PKGNAME= scintilla-${VERSION}
REVISION= 0
CATEGORIES= editors x11
SHARED_LIBS= scintilla 7.0 \

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2011/03/14 09:17:27 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2011/09/16 09:48:09 espie Exp $
COMMENT= flexible and small GTK+ editor
VERSION= 2.22
DISTNAME= scite${VERSION:S/.//}
PKGNAME= scite-${VERSION}
REVISION= 0
REVISION= 1
CATEGORIES= editors x11
HOMEPAGE= http://www.scintilla.org/SciTE.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2011/07/11 12:08:24 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2011/09/16 09:48:09 espie Exp $
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
@ -8,7 +8,7 @@ COMMENT= GTK+2 subtitles editor
V= 0.37.1
DISTNAME= subtitleeditor-${V}
REVISION= 0
REVISION= 1
CATEGORIES= graphics editors

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:09 espie Exp $
COMMENT= powerful and simple GTK editor
DISTNAME= teagtk-17.6.6
REVISION= 2
REVISION= 3
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2011/04/07 17:02:48 giovanni Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:09 espie Exp $
COMMENT = powerful and simple qt4 editor
V = 29.0.1
DISTNAME = tea-${V}
PKGNAME = teaqt-${V}
REVISION= 0
CATEGORIES = editors x11
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2011/04/10 18:01:13 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2011/09/16 09:48:09 espie Exp $
COMMENT = X11 based RTF editor
V = 2.17
DISTNAME = ted-$V
REVISION = 2
REVISION = 3
CATEGORIES = editors textproc print
HOMEPAGE = http://www.nllgg.nl/Ted/
MASTER_SITES = ftp://ftp.nluug.nl/pub/editors/ted/

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2011/04/28 17:06:11 shadchin Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:09 espie Exp $
# $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $
COMMENT= LaTeX development environment
DISTNAME= texmaker-3.0.2
REVISION= 0
CATEGORIES= editors
HOMEPAGE= http://www.xm1math.net/texmaker/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2011/06/16 04:24:17 rpointel Exp $
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:48:09 espie Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -10,9 +10,9 @@ DISTNAME = texworks-${V}-r759
PKGNAME-main = texworks-${V}
PKGNAME-lua = texworks-lua-${V}
PKGNAME-python = texworks-python-${V}
REVISION-main = 0
REVISION-python = 1
REVISION-lua = 0
REVISION-main = 1
REVISION-python = 2
REVISION-lua = 1
WRKDIST = ${WRKDIR}/texworks-${V}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:48:09 espie Exp $
LANGS = af am bg ca cs cy da de el eo es fo fr ga gd gl he hr hu \
id it ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk \
@ -14,6 +14,7 @@ MASTER_SITES = ftp://ftp.vim.org/pub/vim/runtime/spell/
DIST_SUBDIR = vim-spell
EXTRACT_ONLY =
DISTNAME = vim-spell-${VERSION}
REVISION = 0
# GPLv2+, LGPL, GFDL
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.121 2011/06/15 19:43:10 sthen Exp $
# $OpenBSD: Makefile,v 1.122 2011/09/16 09:48:09 espie Exp $
COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
@ -9,8 +9,9 @@ VERSION= 7.3.${REV}
# keep PKGNAME for full version number
PKGNAME= vim-${VERSION}
PKGNAME-main= vim-${VERSION}
REVISION-main= 1
REVISION-main= 2
PKGNAME-lang= vim-lang-${VERSION}
REVISION-lang = 0
P= ${DISTNAME:C/[-\.]//g}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/vim/unix/ \

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 23:22:07 espie Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:48:09 espie Exp $
COMMENT= interactive tutorial for algorithms and data structures
DISTNAME= algotutor-0.8.6
REVISION= 0
CATEGORIES= education math
HOMEPAGE= http://people.ofset.org/~ckhung/p/algotutor/

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2011/04/05 15:33:16 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:48:09 espie Exp $
COMMENT= French and Italian conjugation system
DISTNAME= verbiste-0.1.33
REVISION= 0
SHARED_LIBS= verbiste-0.1 4.0 # .0.0
CATEGORIES= education
HOMEPAGE= http://sarrazip.com/dev/verbiste.html

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.25 2011/07/06 09:32:02 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/16 09:48:09 espie Exp $
# $RuOBSD: Makefile,v 1.4 2002/04/29 11:07:18 grange Exp $
# $NetBSD: Makefile,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $
COMMENT= open source 68k Macintosh emulator
DISTNAME= BasiliskII_src_01052006
REVISION= 0
PKGNAME= BasiliskII-1.0
CATEGORIES= emulators

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2011/06/08 17:34:43 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2011/09/16 09:48:09 espie Exp $
COMMENT= front-end for dynamips cisco emulator
DISTNAME= dynagen-0.11.0
REVISION = 2
REVISION = 3
CATEGORIES= emulators
HOMEPAGE= http://dynagen.org/

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2010/11/15 23:22:08 espie Exp $
# $OpenBSD: Makefile,v 1.25 2011/09/16 09:48:09 espie Exp $
COMMENT= Free Unix Spectrum Emulator
DISTNAME= fuse-0.10.0.2
REVISION= 4
REVISION= 5
CATEGORIES= emulators
HOMEPAGE= http://fuse-emulator.sourceforge.net/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2011/06/08 17:34:43 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
COMMENT= graphical network simulator
MODPY_EGG_VERSION= 0.7.3
DISTNAME= GNS3-${MODPY_EGG_VERSION}-src
PKGNAME= gns3-${MODPY_EGG_VERSION}
REVISION= 0
REVISION= 1
CATEGORIES= emulators

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2011/09/07 01:35:41 bentley Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:48:09 espie Exp $
COMMENT = MSX home computer emulator
DISTNAME = openmsx-0.8.1
REVISION = 0
REVISION = 1
CATEGORIES = emulators

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2011/05/14 21:29:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
# Other archs have not been tested
ONLY_FOR_ARCHS = amd64 i386
@ -11,9 +11,9 @@ COMMENT-tools = tools to manipulate MAME/MESS roms and disk images
V = 0.132
DISTNAME = sdlmame${V:S/.//}
PKGNAME-main = sdlmame-${V}
REVISION-main = 6
REVISION-main = 7
PKGNAME-tools = sdlmame-tools-${V}
REVISION-tools = 4
REVISION-tools = 5
CATEGORIES = emulators games

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/07/06 18:29:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2011/09/16 09:48:09 espie Exp $
# Other archs have not been tested
ONLY_FOR_ARCHS = amd64 i386
@ -8,7 +8,7 @@ COMMENT = emulates game consoles and old home computers
V = 0.132
DISTNAME = sdlmess${V:S/.//}
PKGNAME = sdlmess-${V}
REVISION= 5
REVISION= 6
CATEGORIES = emulators games

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2011/06/02 17:09:31 kili Exp $
# $OpenBSD: Makefile,v 1.21 2011/09/16 09:48:09 espie Exp $
COMMENT = emulates the Super Nintendo Entertainment System
@ -6,7 +6,7 @@ DISTNAME = snes9x-1.52-src
PKGNAME = ${DISTNAME:S/-src//}
CATEGORIES = emulators games
REVISION = 1
REVISION = 2
HOMEPAGE = http://www.snes9x.com/

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.22 2010/11/15 23:22:08 espie Exp $
# $OpenBSD: Makefile,v 1.23 2011/09/16 09:48:09 espie Exp $
COMMENT= UAE amiga emulator
DISTNAME= uae-0.8.25
REVISION= 7
REVISION= 8
CATEGORIES= emulators x11
HOMEPAGE= http://uae.coresystems.de/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/09/16 09:48:09 espie Exp $
COMMENT= asian font pack for acroread
PKGNAME= acrofonts-7.0
REVISION= 0
REVISION= 1
CATEGORIES= fonts print
HOMEPAGE= http://www.adobe.com/products/acrobat/readstep.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/07/19 19:16:20 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:48:09 espie Exp $
COMMENT-main= improved artwiz fonts
COMMENT-de= improved artwiz fonts (german pack)
@ -13,8 +13,8 @@ PKGNAME-se= ${NAME}-se-${V}
CATEGORIES= fonts x11
REVISION-main= 5
REVISION-de= 2
REVISION-se= 2
REVISION-de= 3
REVISION-se= 3
HOMEPAGE= http://artwizaleczapka.sourceforge.net/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 09:16:08 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/09/16 09:48:09 espie Exp $
COMMENT= Scalable PostScript fonts for MetaFont
CATEGORIES= fonts print
DISTNAME= mftrace-1.2.15
REVISION = 2
REVISION = 3
HOMEPAGE= http://lilypond.org/mftrace/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/07/19 19:19:14 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:48:09 espie Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= convert Big5 encoded files to PDF
DISTNAME= bg5pdf-1.0.0
PKGNAME= zh-${DISTNAME}
REVISION= 10
REVISION= 11
CATEGORIES= fonts chinese print
MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2011/07/19 19:15:19 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:48:09 espie Exp $
COMMENT= convert Big5/GB encoded files to postscript
DISTNAME= bg5ps-1.3.0
PKGNAME= zh-${DISTNAME}
REVISION= 8
REVISION= 9
CATEGORIES= fonts chinese x11
MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:25 espie Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:48:09 espie Exp $
PKG_ARCH-main= *
PKG_ARCH-hires= *
@ -9,7 +9,7 @@ DISTNAME= marathon2-${V}
PKGNAME-main= marathon2-${V}
REVISION-main = 0
PKGNAME-hires= marathon2-hires-${V}
REVISION-hires = 0
REVISION-hires = 1
HOMEPAGE= http://source.bungie.org/get/
DISTFILES= Marathon2.zip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:25 espie Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:48:09 espie Exp $
PKG_ARCH-main = *
PKG_ARCH-hires = *
@ -9,7 +9,7 @@ DISTNAME = marathoninfinity-${V}
PKGNAME-main = marathoninfinity-${V}
REVISION-main = 0
PKGNAME-hires = marathoninfinity-hires-${V}
REVISION-hires = 0
REVISION-hires = 1
HOMEPAGE = http://source.bungie.org/get/
DISTFILES = MarathonInfinity.zip

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:09 espie Exp $
COMMENT= falling blocks puzzle game
DISTNAME= angrydd-1.0.1
REVISION = 5
REVISION = 6
CATEGORIES= games
HOMEPAGE= http://www.sacredchao.net/~piman/angrydd/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2011/03/19 17:38:06 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2011/09/16 09:48:09 espie Exp $
COMMENT= 32-card trick-taking game
DISTNAME= belooted-0.1.4.1
REVISION= 4
REVISION= 5
CATEGORIES= games

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2011/05/08 21:47:44 kili Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:48:09 espie Exp $
COMMENT = 2D arcade game
DISTNAME = blobwars-1.19
REVISION= 0
CATEGORIES = games

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:09 espie Exp $
COMMENT= Rampart arcade game clone for X11
DISTNAME= castle-combat-0.8.1
REVISION = 4
REVISION = 5
CATEGORIES= games x11
HOMEPAGE= http://www.linux-games.com/castle-combat/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:09 espie Exp $
COMMENT= additional games modules for childsplay
V= 0.85.2
DISTNAME= childsplay_plugins-${V}
REVISION = 3
REVISION = 4
EXTRACT_SUFX= .tgz
CATEGORIES= games education

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:09 espie Exp $
COMMENT= suite of educational games for young children
DISTNAME= childsplay-0.85.1
REVISION = 5
REVISION = 6
EXTRACT_SUFX= .tgz
CATEGORIES= games education

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:09 espie Exp $
COMMENT = finish-the-cycle logic puzzle
CATEGORIES = games
@ -6,7 +6,7 @@ CATEGORIES = games
MAINTAINER = Marc Espie <espie@openbsd.org>
DISTNAME = circuit-0.1.4
REVISION = 5
REVISION = 6
MASTER_SITES = ftp://quatramaran.ens.fr/pub/cigaes/circuit/
# BSD

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:09 espie Exp $
COMMENT= computer simulation game
DISTNAME= corewars-0.9.13
REVISION= 3
REVISION= 4
CATEGORIES= games x11

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2011/08/26 09:14:11 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
COMMENT= OpenGL game based on SNES classic Tetris Attack
DISTNAME= crack-attack-1.1.14
REVISION= 7
REVISION= 8
CATEGORIES= games
MAINTAINER= Mattieu Baptiste <mattieu.b@free.fr>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.30 2011/09/16 09:48:09 espie Exp $
COMMENT= graphical networked AD&D style game
VERSION= 1.11.0
DISTNAME= crossfire-client-${VERSION}
REVISION= 6
REVISION= 7
CATEGORIES= games x11
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:09 espie Exp $
COMMENT= Cannon Smash 3D table tennis
DISTNAME= csmash-0.6.6
REVISION= 3
REVISION= 4
CATEGORIES= games
HOMEPAGE= http://cannonsmash.sourceforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.50 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.51 2011/09/16 09:48:09 espie Exp $
COMMENT= game where you deal drugs on the streets of NY
DISTNAME= dopewars-1.5.12
REVISION= 5
REVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.43 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.44 2011/09/16 09:48:09 espie Exp $
COMMENT= gtk+2 chess board interface
DISTNAME= eboard-1.0.4
REVISION= 7
REVISION= 8
CATEGORIES= games x11
HOMEPAGE= http://www.bergo.eng.br/eboard/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:48:09 espie Exp $
COMMENT= connect four of stones in a straight line
V= 2.1.4
DISTNAME= 4stAttack-${V}
PKGNAME= forcedattack-${V}
REVISION = 5
REVISION = 6
CATEGORIES= games
HOMEPAGE= http://forcedattack.sourceforge.net/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.85 2011/08/26 09:13:36 jasper Exp $
# $OpenBSD: Makefile,v 1.86 2011/09/16 09:48:09 espie Exp $
COMMENT-main= Civilization clone for X11; multiplayer; game server
COMMENT-client= Freeciv client
@ -9,6 +9,7 @@ DISTNAME= freeciv-${VERSION}
PKGNAME-main= freeciv-server-${VERSION}
PKGNAME-client= freeciv-client-${VERSION}
PKGNAME-share= freeciv-share-${VERSION}
REVISION-client = 0
CATEGORIES= games
HOMEPAGE= http://www.freeciv.org/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2011/06/08 17:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2011/09/16 09:48:10 espie Exp $
V = 1.3.110
COMMENT = guitar hero clone
DISTNAME = FretsOnFire-${V}
PKGNAME = ${DISTNAME:L}
REVISION = 3
REVISION = 4
CATEGORIES = games x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/11/16 11:23:26 espie Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:10 espie Exp $
SHARED_ONLY = Yes
@ -8,9 +8,9 @@ COMMENT-server = server for the frozen-bubble bubble popping game
VER = 2.2.0
DISTNAME = frozen-bubble-${VER}
PKGNAME-main = ${DISTNAME}
REVISION-main = 5
REVISION-main = 6
PKGNAME-server = frozen-bubble-server-${VER}
REVISION-server = 2
REVISION-server = 3
CATEGORIES = games
HOMEPAGE = http://www.frozen-bubble.org

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2011/07/08 21:57:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:48:10 espie Exp $
COMMENT= interactive game for young children
DISTNAME= gamine-1.1
REVISION= 1
REVISION= 2
CATEGORIES= games

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2011/07/07 01:06:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:10 espie Exp $
SHARED_ONLY = Yes
@ -6,7 +6,7 @@ COMMENT = cross-platform interactive fiction player
DISTNAME = gargoyle-2010.1-sources
PKGNAME = gargoyle-2010.1
REVISION = 0
REVISION = 1
EPOCH = 0
CATEGORIES = games x11

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.40 2011/07/09 04:08:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.41 2011/09/16 09:48:10 espie Exp $
SHARED_ONLY= Yes
COMMENT= educational game for children
DISTNAME= gcompris-9.6.1
REVISION= 0
CATEGORIES= games education

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2011/09/12 12:07:25 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:48:10 espie Exp $
COMMENT = Mastermind clone reflexion game
GNOME_PROJECT = gnome-mastermind
GNOME_VERSION = 0.3.1
REVISION= 3
REVISION= 4
CATEGORIES = games

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2011/07/06 23:56:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2011/09/16 09:48:10 espie Exp $
MULTI_PACKAGES= -main -themes
@ -6,9 +6,9 @@ COMMENT-main= tetrinet client
COMMENT-themes= collection of gtetrinet themes
DISTNAME= gtetrinet-0.7.11
PKGNAME-main= ${DISTNAME}
REVISION-main= 14
REVISION-main= 15
PKGNAME-themes= gtetrinet-themes-20070623
REVISION-themes=1
REVISION-themes=2
CATEGORIES= x11 games
HOMEPAGE= http://gtetrinet.sourceforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2010/11/16 11:23:27 espie Exp $
# $OpenBSD: Makefile,v 1.35 2011/09/16 09:48:10 espie Exp $
COMMENT= gtk+ clone of the lines ball logic game
DISTNAME= gtkballs-3.1.5
REVISION= 10
REVISION= 11
CATEGORIES= games x11
MASTER_SITES= ${HOMEPAGE}dist/ \
${MASTER_SITE_SUNSITE:=games/strategy/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2011/08/30 17:16:36 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:48:10 espie Exp $
COMMENT = brick shooter reflexion game
V= 1.5.3
DISTNAME= JBrickShooter_v${V}
PKGNAME= jbrickshooter-${V}
REVISION= 0
REVISION= 1
CATEGORIES= games
EXTRACT_SUFX= .zip

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2010/11/16 11:23:27 espie Exp $
# $OpenBSD: Makefile,v 1.22 2011/09/16 09:48:10 espie Exp $
COMMENT= billiard game
CATEGORIES= x11 x11/kde games
DISTNAME= kbilliards-0.8.7b
REVISION = 4
REVISION = 5
HOMEPAGE= http://www.hostnotfound.it/kbilliards.php
MASTER_SITES= http://www.hostnotfound.it/kbilliards/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2010/11/16 11:23:27 espie Exp $
# $OpenBSD: Makefile,v 1.18 2011/09/16 09:48:10 espie Exp $
COMMENT= puzzle game for KDE
DISTNAME= kslide-0.90
REVISION = 2
REVISION = 3
CATEGORIES= games
HOMEPAGE= http://perso.wanadoo.fr/coquelle/taquin/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/16 11:23:27 espie Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:48:10 espie Exp $
COMMENT= city simulation game
DISTNAME= lincity-ng-2.0
REVISION = 1
REVISION = 2
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games x11

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:10 espie Exp $
COMMENT= online multiplayer version of the Scotland Yard game
MODPY_EGG_VERSION= 0.2.1
DISTNAME= londonlaw-${MODPY_EGG_VERSION}
REVISION = 5
REVISION = 6
CATEGORIES= games
HOMEPAGE= http://pessimization.com/software/londonlaw/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/02 09:54:39 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/09/16 09:48:10 espie Exp $
COMMENT= 2D games framework for use with Lua
V= 0.7.2
DISTNAME= love-$V-linux-src
PKGNAME= love-$V
REVISION= 0
HOMEPAGE= http://love2d.org/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2011/07/27 17:45:56 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:48:10 espie Exp $
COMMENT = extended client for The Mana World
V = 1.1.6.26
DISTNAME = manaplus-${V}
REVISION = 0
REVISION = 1
CATEGORIES = games x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2011/09/16 09:48:10 espie Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= flash-card tool which optimises your learning process
MODPY_EGG_VERSION=1.2.2
DISTNAME= mnemosyne-${MODPY_EGG_VERSION}
REVISION = 1
REVISION = 2
CATEGORIES= games education
EXTRACT_SUFX= .tgz

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.50 2011/05/11 06:56:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.51 2011/09/16 09:48:10 espie Exp $
# $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $
COMMENT = dungeon explorin', hackin', game. Piece of cake
V = 3.4.3
DISTNAME = nethack-$V
PKGNAME = ${DISTNAME}
REVISION = 4
REVISION = 5
CATEGORIES = games
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=nethack/} \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:10 espie Exp $
COMMENT= enriched clone of the game Logical by Rainbow Arts
DISTNAME= pathological-1.1.3
REVISION = 4
REVISION = 5
CATEGORIES= games
HOMEPAGE= http://pathological.sourceforge.net/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2011/05/17 11:49:49 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:48:10 espie Exp $
COMMENT= Qt4 poker game with online capabilities
V= 0.8.3
DISTNAME= PokerTH-${V}-src
PKGNAME= pokerth-${V}
REVISION= 0
CATEGORIES= games x11
HOMEPAGE= http://www.pokerth.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/11/16 11:23:27 espie Exp $
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:48:10 espie Exp $
COMMENT= go client and fully featured sgf editor
DISTNAME= qgo-1.5.4
REVISION = 0
REVISION = 1
CATEGORIES= games
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2011/07/06 23:56:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:10 espie Exp $
V = 0.8.1
COMMENT-client = race for the galaxy card game
@ -13,7 +13,7 @@ MASTER_SITES = http://warpcore.org/rftg/
MULTI_PACKAGES = -client #-server
SUBPACKAGE ?= -client
REVISION-client = 0
REVISION-client = 1
# Licence: GPL
# official authorization from the game publisher (Rio Grande)

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2011/06/28 11:55:51 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:48:10 espie Exp $
COMMENT = modernization of the classic DOS game Scorched Earth
DISTNAME = Scorched3D-43.1c-src
PKGNAME = ${DISTNAME:L:S/-src//}
REVISION = 1
REVISION = 2
CATEGORIES = games x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2011/09/16 09:48:10 espie Exp $
COMMENT= simulation of a true AI
@ -7,7 +7,7 @@ MUSIC_V= 006
V= ${MODPY_EGG_VERSION}b
DISTNAME= singularity-${V}-src
PKGNAME= singularity-${V}
REVISION = 0
REVISION = 1
CATEGORIES= games

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:10 espie Exp $
COMMENT= skiing simulation game
DISTNAME= ski-6.7
REVISION = 0
REVISION = 1
CATEGORIES= games
HOMEPAGE= http://catb.org/~esr/ski/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/11/16 11:23:28 espie Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:48:10 espie Exp $
COMMENT= total conversion of the Space Hulk board game
DISTNAME= spacehulk-1.5-beta1
PKGNAME= spacehulk-1.5beta1
REVISION = 2
REVISION = 3
CATEGORIES= games x11
HOMEPAGE= http://r.vinot.free.fr/spacehulk/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/09/06 18:55:14 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:48:10 espie Exp $
COMMENT = dungeon crawl stone soup
CATEGORIES = games
@ -9,7 +9,7 @@ VERSION = 0.7.2
DISTNAME= stone_soup-${VERSION}-nodeps
EXTRACT_SUFX= .tar.bz2
PKGNAME= stone-soup-${VERSION}
REVISION= 0
REVISION= 1
BROKEN-arm= tilegen.elf loops burning cpu

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2011/06/23 22:50:27 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2011/09/16 09:48:10 espie Exp $
COMMENT= sudoku puzzle solver with cli, gui, and web ui
DISTNAME= sudoku-solver-1.0.1
REVISION= 5
REVISION= 6
CATEGORIES= games www x11

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2010/11/22 10:16:08 espie Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:10 espie Exp $
COMMENT= silly little game based on Spacetaxi for the C64
DISTNAME= taxipilot-0.7.2
REVISION = 2
REVISION = 3
CATEGORIES= games
HOMEPAGE= http://taxipilot.sourceforge.net/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2011/06/08 17:35:05 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:48:10 espie Exp $
COMMENT = platform game featuring buggers equipped with weapons
V = 0.5.2
DISTNAME = teeworlds-${V}-src
PKGNAME = teeworlds-${V}
REVISION = 2
REVISION = 3
CATEGORIES = games
MAINTAINER = Jonathan Armani <armani@openbsd.org>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2011/09/11 12:15:12 armani Exp $
# $OpenBSD: Makefile,v 1.16 2011/09/16 09:48:10 espie Exp $
COMMENT-main = free open source 2D MMORPG
COMMENT-music = music addon for TMW
DISTNAME = tmw-0.5.2
REVISION = 0
REVISION = 1
V_MUSIC = 0.3

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/30 09:14:11 landry Exp $
# $OpenBSD: Makefile,v 1.2 2011/09/16 09:48:10 espie Exp $
COMMENT= free software clone of Worms(R) game concept
DISTNAME= warmux-11.04.1
REVISION= 0
WRKDIST= ${WRKDIR}/warmux-11.04
CATEGORIES= games

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.40 2011/07/20 18:37:53 jasper Exp $
# $OpenBSD: Makefile,v 1.41 2011/09/16 09:48:10 espie Exp $
COMMENT= fantasy turn-based strategy game
DISTNAME= wesnoth-1.8.6
REVISION= 0
REVISION= 1
CATEGORIES= games x11

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2011/07/06 18:41:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:48:10 espie Exp $
COMMENT = editor war arcade game
DISTNAME = wordwarvi-1.00
REVISION = 0
REVISION = 1
CATEGORIES = games

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2010/11/16 11:23:28 espie Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:48:10 espie Exp $
COMMENT = displays a cute cow and message on your desktop
DISTNAME = xcowsay-1.1
REVISION= 2
REVISION= 3
CATEGORIES = games
HOMEPAGE = http://www.doof.me.uk/xcowsay/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2011/04/10 18:01:13 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2011/09/16 09:48:10 espie Exp $
COMMENT= Motif minesweeper game
DISTNAME= xminehunter-0.4
REVISION = 1
REVISION = 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2011/07/08 20:38:02 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:10 espie Exp $
COMMENT = challenging 2D motocross platform game
V = 0.5.2
DISTNAME = xmoto-${V}-src
PKGNAME = xmoto-${V}
REVISION= 0
CATEGORIES = games
MAINTAINER = Jonathan Armani <dbd@asystant.net>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/11/16 11:23:29 espie Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:10 espie Exp $
COMMENT= Scorched Earth-clone
DISTNAME= xscorch-0.2.1-pre2
REVISION= 2
REVISION= 3
CATEGORIES= games
HOMEPAGE= http://www.xscorch.org/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2011/09/12 12:07:25 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:48:10 espie Exp $
COMMENT = map viewer using Openstreetmap data
GNOME_VERSION = 0.1.2
GNOME_PROJECT = emerillon
REVISION= 2
REVISION= 3
CATEGORIES = geo x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/07/01 08:04:57 landry Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:10 espie Exp $
COMMENT-main = translator library for geospatial data formats
COMMENT-python =python bindings and utilities for GDAL
@ -10,8 +10,8 @@ DISTNAME = gdal-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-python =py-${DISTNAME}
PKGNAME-perl = p5-Geo-GDAL-${V}
REVISION-main = 0
REVISION-python = 0
REVISION-main = 1
REVISION-python = 1
SHARED_LIBS = gdal 17.0
CATEGORIES = geo devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2011/06/07 14:19:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:10 espie Exp $
COMMENT= modular geoinformation service on top of D-Bus
@ -6,7 +6,7 @@ DISTNAME= geoclue-0.12.0
SHARED_LIBS += geoclue 1.0 # .0.0
CATEGORIES= geo devel
REVISION= 0
REVISION= 1
HOMEPAGE= http://geoclue.freedesktop.org/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2011/06/27 06:33:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:48:10 espie Exp $
COMMENT= offline maps viewer
MODPY_EGG_VERSION= 0.7.6.1
DISTNAME= GMapCatcher-${MODPY_EGG_VERSION}
PKGNAME= gmapcatcher-${MODPY_EGG_VERSION}
REVISION= 0
CATEGORIES= geo x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/11/17 08:05:12 espie Exp $
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:48:10 espie Exp $
COMMENT-main= GPS waypoint, track, and route conversion tool
COMMENT-gui= Tk front-end to gpsbabel
@ -7,6 +7,7 @@ VERSION= 1.3.6
DISTNAME= gpsbabel-${VERSION}
PKGNAME-main= gpsbabel-${VERSION}
PKGNAME-gui= gpsbabel-gui-${VERSION}
REVISION-gui = 0
CATEGORIES= geo
HOMEPAGE= http://www.gpsbabel.org/

Some files were not shown because too many files have changed in this diff Show More