- takeover MAINTAINER

- minor cleanup

pvalchev@ OK
This commit is contained in:
sturm 2002-12-23 18:52:52 +00:00
parent 19d7454260
commit 08d898eebb
3 changed files with 16 additions and 28 deletions

View File

@ -1,18 +1,23 @@
# $OpenBSD: Makefile,v 1.9 2002/12/23 00:37:49 pvalchev Exp $
# $OpenBSD: Makefile,v 1.10 2002/12/23 18:52:52 sturm Exp $
COMMENT= "Perl5 module for reading MPEG1-Layer3 tags"
DISTNAME= MP3-Info-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3-info/}
HOMEPAGE= http://sourceforge.net/projects/mp3-info/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3-info/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -1,18 +1,4 @@
NAME
MP3::Info - Manipulate / fetch info from MP3 audio files
SYNOPSIS
#!perl -w
use MP3::Info;
my $file = 'Pearls_Before_Swine.mp3';
set_mp3tag($file, 'Pearls Before Swine', q"77's",
'Sticks and Stones', '1990', q"(c) 1990 77's LTD.", 'rock & roll');
my $tag = get_mp3tag($file) or die "No TAG info";
$tag->{GENRE} = 'rock';
set_mp3tag($file, $tag);
my $info = get_mp3info($file);
printf "$file length is %d:%d", $info->{MM}, $info->{SS};
MP3::Info is a perl module to fetch information from or manipulate information
in MP3 audio files.
WWW: ${HOMEPAGE}

View File

@ -1,10 +1,6 @@
# OpenBSD makefile for: acroread
# Version required: 4.0
# Date created: June 7 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.20 2002/12/23 00:37:52 pvalchev Exp $
#
# $OpenBSD: Makefile,v 1.21 2002/12/23 18:54:16 sturm Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "view, distribute and print PDF documents"
@ -12,15 +8,16 @@ DISTNAME= linux-506
PKGNAME= acroread-5.06
CATEGORIES= print
MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
ONLY_FOR_ARCHS= i386
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
PERMIT_PACKAGE_CDROM= "commercial software"
PERMIT_PACKAGE_FTP= "commercial software"
PERMIT_DISTFILES_CDROM= "commercial software"
PERMIT_DISTFILES_FTP= "Adobe are control freaks"
RUN_DEPENDS= :redhat_base-*:emulators/redhat/base
MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
RUN_DEPENDS= ::emulators/redhat/base
WRKDIST= ${WRKDIR}
NO_BUILD= Yes