Bug 24984 - New port: fmio port
Summary: New port: fmio port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-10 04:50 UTC by Den.Ivanov
Modified: 2001-04-07 02:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Den.Ivanov 2001-02-10 04:50:01 UTC
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	fmio
#	fmio/pkg-plist
#	fmio/Makefile
#	fmio/pkg-comment
#	fmio/pkg-descr
#	fmio/distinfo
#
echo c - fmio
mkdir -p fmio > /dev/null 2>&1
echo x - fmio/pkg-plist
sed 's/^X//' >fmio/pkg-plist << 'END-of-fmio/pkg-plist'
Xbin/fmio
END-of-fmio/pkg-plist
echo x - fmio/Makefile
sed 's/^X//' >fmio/Makefile << 'END-of-fmio/Makefile'
X# New ports collection makefile for:	fmio
X# Date created:        10 Feb 2001
X# Whom:                Den Ivanov <d.s.div@bigfoot.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fmio
XPORTVERSION=	1.0.12
XCATEGORIES=	audio
X#MASTER_SITES=	http://www.jumbo.narod.ru/src/fmio-1.0.12.tar.gz
XMASTER_SITES=	http://www.jumbo.narod.ru/src/
X
XMAINTAINER=	d.s.div@bigfoot.com
X
XMAN1=		fmio.1
X
X.include <bsd.port.mk>
END-of-fmio/Makefile
echo x - fmio/pkg-comment
sed 's/^X//' >fmio/pkg-comment << 'END-of-fmio/pkg-comment'
XFM radio card manipulation utility
END-of-fmio/pkg-comment
echo x - fmio/pkg-descr
sed 's/^X//' >fmio/pkg-descr << 'END-of-fmio/pkg-descr'
XSmall utility to manipulate fm radio card.
X
XWWW: http://jumbo.narod.ru/openbsd.html
END-of-fmio/pkg-descr
echo x - fmio/distinfo
sed 's/^X//' >fmio/distinfo << 'END-of-fmio/distinfo'
XMD5 (fmio-1.0.12.tar.gz) = 46dabb20d3ce3be9713243a4e9f707ad
END-of-fmio/distinfo
exit
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-04-07 02:32:27 UTC
State Changed
From-To: open->closed

Committed, thanks.  I don't think you tested this port very 
well, because "make deinstall" failed on the manpage.  The 
man target in the distribution Makefile sucks, so I used a regex 
to get rid of it, and do the MAN1 install properly.