Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 21:36:13 -0500 (EST)
From:      Scott Lambert <lambert@lambertfam.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   ports/64358: New port: comms/aldo Morse code training program
Message-ID:  <20040317023613.CD599C147@laptop.lambertfam.org>
Resent-Message-ID: <200403170240.i2H2e1Zp009648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64358
>Category:       ports
>Synopsis:       New port: comms/aldo Morse code training program
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 18:40:00 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Scott Lambert
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD laptop.lambertfam.org 5.2-CURRENT FreeBSD 5.2-CURRENT #17: Wed Mar 3 09:42:31 EST 2004 lambert@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@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@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 ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040317023613.CD599C147>