Skip to content

Commit

Permalink
normalize pkgpath in bsd.port.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Sep 16, 2011
1 parent f9ec970 commit d412cb6
Show file tree
Hide file tree
Showing 96 changed files with 205 additions and 183 deletions.
4 changes: 2 additions & 2 deletions archivers/deco/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/12/30 11:11:41 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 08:26:09 espie Exp $

COMMENT= extract various archive file formats

Expand All @@ -19,7 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes

REVISION = 0
REVISION = 1
WANTLIB= c

MASTER_SITES= ${HOMEPAGE}/download/
Expand Down
4 changes: 2 additions & 2 deletions archivers/hs-zlib-bindings/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2011/04/11 14:33:07 kili Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 08:26:09 espie Exp $

COMMENT= low-level bindings to the zlib package

DISTNAME= zlib-bindings-0.0.0
CATEGORIES= archivers

REVISION= 1
REVISION= 2

# BSD3
PERMIT_PACKAGE_CDROM = Yes
Expand Down
3 changes: 2 additions & 1 deletion archivers/hs-zlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2011/04/11 14:32:52 kili Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 08:26:09 espie Exp $

COMMENT = zlib bindings for Haskell

DISTNAME = zlib-0.5.3.1
CATEGORIES = archivers devel
REVISION = 0

MAINTAINER = Matthias Kilian <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions archivers/pecl-lzf/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/07/08 18:25:40 robert Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/16 08:26:09 espie Exp $

SHARED_ONLY = Yes

Expand All @@ -9,7 +9,7 @@ PKGNAME = pecl-${DISTNAME:L}
CATEGORIES = archivers
MAINTAINER = Johan Huldtgren <[email protected]>

REVISION = 0
REVISION = 1

HOMEPAGE = http://pecl.php.net/package/lzf/

Expand Down
4 changes: 2 additions & 2 deletions archivers/pecl-rar/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2011/08/01 02:13:45 jolan Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 08:26:09 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz
MASTER_SITES= http://pecl.php.net/get/
CATEGORIES= archivers www

REVISION= 1
REVISION= 2

HOMEPAGE= http://pecl.php.net/package/rar/

Expand Down
4 changes: 2 additions & 2 deletions archivers/pecl-zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2011/08/01 02:13:45 jolan Exp $
# $OpenBSD: Makefile,v 1.7 2011/09/16 08:26:09 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -25,7 +25,7 @@ BUILD_DEPENDS= www/pear \
${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}

REVISION = 2
REVISION = 3
WANTLIB= z

CONFIGURE_STYLE=gnu
Expand Down
4 changes: 2 additions & 2 deletions archivers/py-lzo/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2011/06/08 17:31:05 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/16 08:26:10 espie Exp $

COMMENT = Python implementation of the LZO library

MODPY_EGG_VERSION = 1.08
DISTNAME = python-lzo-${MODPY_EGG_VERSION}
PKGNAME = py-lzo-${MODPY_EGG_VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = archivers

HOMEPAGE = http://www.oberhumer.com/opensource/lzo/
Expand Down
4 changes: 2 additions & 2 deletions archivers/ruby-archive-tar-minitar/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2011/03/14 08:51:25 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/16 08:26:10 espie Exp $

COMMENT = command-line utility for POSIX tar(1) archive files

DISTNAME = archive-tar-minitar-0.5.2
REVISION = 4
REVISION = 5
CATEGORIES = archivers

HOMEPAGE = http://ruwiki.rubyforge.org/
Expand Down
4 changes: 2 additions & 2 deletions astro/py-metar/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2011/06/08 17:31:16 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2011/09/16 08:26:10 espie Exp $

COMMENT = Python module to access NOAA's METAR weather reports

MODPY_EGG_VERSION = 0.17
DISTNAME = pymetar-${MODPY_EGG_VERSION}
PKGNAME = py-metar-${MODPY_EGG_VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = astro

HOMEPAGE = http://www.schwarzvogel.de/software-pymetar.shtml
Expand Down
4 changes: 2 additions & 2 deletions astro/stellarium/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2011/09/15 08:46:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2011/09/16 08:26:10 espie Exp $

COMMENT= free open source planetarium

DISTNAME= stellarium-0.11.0
REVISION= 0
REVISION= 1

CATEGORIES= astro x11

Expand Down
4 changes: 2 additions & 2 deletions astro/wmglobe/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/16 08:26:10 espie Exp $

COMMENT= wm-dockapp; displays the earth on an icon

Expand All @@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

REVISION = 2
REVISION = 3
WANTLIB= X11 Xext Xpm c m z jpeg tiff png ungif wraster

MASTER_SITES= ${HOMEPAGE}
Expand Down
4 changes: 2 additions & 2 deletions astro/xephem/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2011/04/10 18:00:23 jasper Exp $
# $OpenBSD: Makefile,v 1.44 2011/09/16 08:26:10 espie Exp $

COMMENT= interactive astronomical ephemeris
DISTNAME= xephem-3.2.3
Expand All @@ -12,7 +12,7 @@ PERMIT_PACKAGE_FTP= no modifications
PERMIT_DISTFILES_CDROM= no fee
PERMIT_DISTFILES_FTP= Yes

REVISION = 4
REVISION = 5
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m Xm

LIB_DEPENDS += x11/openmotif
Expand Down
4 changes: 2 additions & 2 deletions audio/amarok/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2010/12/21 18:16:30 jasper Exp $
# $OpenBSD: Makefile,v 1.49 2011/09/16 08:26:10 espie Exp $

CATEGORIES = audio x11 x11/kde
COMMENT = music player for KDE
Expand All @@ -7,7 +7,7 @@ HOMEPAGE = http://amarok.kde.org/
V = 1.4.10
MASTER_SITES = ${MASTER_SITE_KDE:=stable/amarok/$V/src/}
DISTNAME = amarok-$V
REVISION = 12
REVISION = 13
EXTRACT_SUFX = .tar.bz2

# GPLv2/LGPLv2/GFDL
Expand Down
4 changes: 2 additions & 2 deletions audio/aqualung/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2011/06/27 13:38:30 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/16 08:26:10 espie Exp $

COMMENT= advanced music player

DISTNAME= aqualung-0.9beta11
REVISION= 4
REVISION= 5
EPOCH= 0
CATEGORIES= audio

Expand Down
6 changes: 3 additions & 3 deletions audio/audacious-plugins/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2011/07/05 05:44:50 naddy Exp $
# $OpenBSD: Makefile,v 1.37 2011/09/16 08:26:10 espie Exp $

SHARED_ONLY = Yes

Expand All @@ -8,9 +8,9 @@ COMMENT-jack = jack plugin for audacious
V = 2.4.5
DISTNAME = audacious-plugins-$V
PKGNAME-main = ${DISTNAME}
REVISION-main = 1
REVISION-main = 2
PKGNAME-jack = audacious-jack-$V
REVISION-jack = 0
REVISION-jack = 1

CATEGORIES = audio multimedia

Expand Down
3 changes: 2 additions & 1 deletion audio/audacious/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2011/05/12 07:34:54 dcoppa Exp $
# $OpenBSD: Makefile,v 1.29 2011/09/16 08:26:10 espie Exp $

SHARED_ONLY = Yes

COMMENT = gtk+2 media player based on BMP and XMMS

DISTNAME = audacious-2.4.5
REVISION = 0

SHARED_LIBS = audclient 1.1 # 2.0
SHARED_LIBS += audcore 0.0 # 1.0
Expand Down
4 changes: 2 additions & 2 deletions audio/aumix/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.35 2011/09/16 08:26:10 espie Exp $

COMMENT= full-screen ncurses or GTK-based audio mixer

DISTNAME= aumix-2.8
REVISION= 12
REVISION= 13
CATEGORIES= audio

HOMEPAGE= http://jpj.net/~trevor/aumix.html
Expand Down
8 changes: 4 additions & 4 deletions audio/bmp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.35 2011/09/16 08:26:10 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -14,9 +14,9 @@ PKGNAME-vorbis= bmp-vorbis-$V
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/}

REVISION-main= 0
REVISION-mp3= 0
REVISION-vorbis= 0
REVISION-main= 1
REVISION-mp3= 1
REVISION-vorbis= 1

SHARED_LIBS= beep 2.1

Expand Down
6 changes: 3 additions & 3 deletions audio/cmus/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/09/06 07:19:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/09/16 08:26:10 espie Exp $

COMMENT-main= ncurses-based music player
COMMENT-flac= FLAC input plugin for cmus
Expand All @@ -11,8 +11,8 @@ PKGNAME-flac= cmus-flac-$(V)
PKGNAME-wavpack= cmus-wavpack-$(V)

REVISION-main= 0
REVISION-flac= 0
REVISION-wavpack= 0
REVISION-flac= 1
REVISION-wavpack= 1

CATEGORIES= audio

Expand Down
4 changes: 2 additions & 2 deletions audio/cplay/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2011/06/08 17:31:33 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2011/09/16 08:26:10 espie Exp $

COMMENT= curses front-end for various audio players

DISTNAME= cplay-1.49
REVISION = 6
REVISION = 7
CATEGORIES= audio

HOMEPAGE= http://mask.tf.hut.fi/~flu/hacks/cplay/
Expand Down
4 changes: 2 additions & 2 deletions audio/daapd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/16 08:26:10 espie Exp $

COMMENT= server for the DAA protocol
DISTNAME= daapd-0.2.4b
REVISION= 1
REVISION= 2
EXTRACT_SUFX= .tgz
CATEGORIES= audio net
MASTER_SITES= ${HOMEPAGE}
Expand Down
4 changes: 2 additions & 2 deletions audio/easytag/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.29 2011/09/16 08:26:10 espie Exp $

COMMENT= tag editor for various audio file formats

DISTNAME= easytag-2.1
REVISION= 9
REVISION= 10
CATEGORIES= audio x11

HOMEPAGE= http://easytag.sourceforge.net/
Expand Down
3 changes: 2 additions & 1 deletion audio/exaile/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.19 2011/08/31 09:27:57 giovanni Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 08:26:10 espie Exp $

COMMENT = music manager and player for GTK+ written in Python

V = 0.3.2
P = 2
DISTNAME = exaile-${V}.${P}
REVISION = 0

CATEGORIES = audio x11

Expand Down
4 changes: 2 additions & 2 deletions audio/gmpc-libnotify/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2011/04/21 07:04:56 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2011/09/16 08:26:10 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -8,7 +8,7 @@ VERSION= 0.20.0
DISTNAME= gmpc-libnotify-${VERSION}
CATEGORIES= audio

REVISION= 0
REVISION= 1

HOMEPAGE= http://gmpc.wikia.com/wiki/Plugins

Expand Down
3 changes: 2 additions & 1 deletion audio/gmpc-plugins/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/08/23 08:43:48 landry Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/16 08:26:10 espie Exp $

SHARED_ONLY = Yes

Expand All @@ -9,6 +9,7 @@ VERSION = 11.8.16
DISTNAME = gmpc-plugins-${VERSION}
PKGNAME-main = ${DISTNAME}
PKGNAME-wikipedia = gmpc-wikipedia-${VERSION}
REVISION-main = 0

CATEGORIES = audio

Expand Down
3 changes: 2 additions & 1 deletion audio/gmpc/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.39 2011/08/23 08:42:45 landry Exp $
# $OpenBSD: Makefile,v 1.40 2011/09/16 08:26:10 espie Exp $

COMMENT= GNOME music player client

VERSION= 11.8.16
DISTNAME= gmpc-${VERSION}
REVISION = 0

CATEGORIES= audio

Expand Down
4 changes: 2 additions & 2 deletions audio/gnomad2/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2010/12/21 18:16:30 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2011/09/16 08:26:10 espie Exp $

COMMENT= GTK+ tool for managing Creative and Dell audio players

DISTNAME= gnomad2-2.9.0
REVISION= 7
REVISION= 8
CATEGORIES= audio

HOMEPAGE= http://gnomad2.sourceforge.net/
Expand Down
4 changes: 2 additions & 2 deletions audio/gqmpeg/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.52 2010/11/15 00:22:47 espie Exp $
# $OpenBSD: Makefile,v 1.53 2011/09/16 08:26:10 espie Exp $

COMMENT= front-end to various audio players

DISTNAME= gqmpeg-0.91.1
REVISION= 7
REVISION= 8
CATEGORIES= audio

HOMEPAGE= http://gqmpeg.sourceforge.net/
Expand Down
4 changes: 2 additions & 2 deletions audio/grip/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.42 2011/05/11 15:51:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.43 2011/09/16 08:26:10 espie Exp $

COMMENT= front-end to external cd audio rippers and mp3 encoders

DISTNAME= grip-3.2.0
REVISION= 20
REVISION= 21
CATEGORIES= audio

HOMEPAGE= http://www.nostatic.org/grip/
Expand Down
Loading

0 comments on commit d412cb6

Please sign in to comment.