New port: comms/aldo Morse code training program

Scott Lambert lambert at lambertfam.org
Tue Mar 16 18:36:18 PST 2004


>Submitter-Id:	current-users
>Originator:	Scott Lambert
>Organization:	
>Confidential:	no 
>Synopsis:	New port: comms/aldo Morse code training program
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 5.2-CURRENT i386
>Environment:
System: FreeBSD laptop.lambertfam.org 5.2-CURRENT FreeBSD 5.2-CURRENT #17: Wed Mar 3 09:42:31 EST 2004 lambert at laptop.lambertfam.org:/usr/obj/usr/src/sys/PRESARIO i386


	
>Description:
New port: comms/aldo Morse code training program

>How-To-Repeat:

>Fix:


--- aldo.shar begins here ---
# 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:
#
#	aldo
#	aldo/files
#	aldo/files/patch-Makefile
#	aldo/Makefile
#	aldo/distinfo
#	aldo/pkg-descr
#	aldo/pkg-plist
#
echo c - aldo
mkdir -p aldo > /dev/null 2>&1
echo c - aldo/files
mkdir -p aldo/files > /dev/null 2>&1
echo x - aldo/files/patch-Makefile
sed 's/^X//' >aldo/files/patch-Makefile << 'END-of-aldo/files/patch-Makefile'
X--- Makefile.old	Tue Mar 16 21:13:21 2004
X+++ Makefile	Tue Mar 16 21:14:20 2004
X@@ -3,6 +3,8 @@
X includedir = $(CURDIR)/include
X CXXFLAGS+= -I$(includedir)
X 
X+PREFIX ?= /usr
X+
X export MARCH CXXFLAGS
X 
X VPATH = src $(SUBDIRS)
X@@ -65,7 +67,7 @@
X 
X install: libs aldo uninstall
X 	@strip aldo
X-	@install -m555 -oroot aldo /usr/bin/
X+	@install -m555 -oroot aldo $(PREFIX)/bin/
X 
X uninstall:
X-	@$(RM) /usr/bin/aldo
X+	@$(RM) $(PREFIX)/bin/aldo
END-of-aldo/files/patch-Makefile
echo x - aldo/Makefile
sed 's/^X//' >aldo/Makefile << 'END-of-aldo/Makefile'
X# New ports collection makefile for:	aldo
X# Date created:		16 March 2004
X# Whom:			lambert at lambertfam.org
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	aldo
XPORTVERSION=	0.6.3
XCATEGORIES=	comms
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	lambert at lambertfam.org
XCOMMENT=	Morse code training program
X
XUSE_REINPLACE=	yes
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
X
X.include <bsd.port.mk>
END-of-aldo/Makefile
echo x - aldo/distinfo
sed 's/^X//' >aldo/distinfo << 'END-of-aldo/distinfo'
XMD5 (aldo-0.6.3.tar.bz2) = 7548bed9282f4581858648236a9ac5e0
END-of-aldo/distinfo
echo x - aldo/pkg-descr
sed 's/^X//' >aldo/pkg-descr << 'END-of-aldo/pkg-descr'
XAldo is a Morse code tutor.  At the moment it has four kinds of
Xexercises: Classic exercise, the Koch method, Callsign exercise, and
Xexercises read from files.
X
XWWW: http://sourceforge.net/projects/aldo
END-of-aldo/pkg-descr
echo x - aldo/pkg-plist
sed 's/^X//' >aldo/pkg-plist << 'END-of-aldo/pkg-plist'
Xbin/aldo
END-of-aldo/pkg-plist
exit
--- aldo.shar ends here ---




More information about the freebsd-ports mailing list