Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2008 09:31:29 GMT
From:      Antonios Anastasiadis <antonios@crucible.gr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127796: [NEW PORT] graphics/optar
Message-ID:  <200810020931.m929VTcT089347@www.freebsd.org>
Resent-Message-ID: <200810020940.m929e0of007361@freefall.freebsd.org>

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

>Number:         127796
>Category:       ports
>Synopsis:       [NEW PORT] graphics/optar
>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:   Thu Oct 02 09:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Antonios Anastasiadis
>Release:        7.1 PRERELEASE
>Organization:
>Environment:
>Description:
Optar stands for OPTical ARchiver.
It's a codec for encoding data on paper, then you print it with a laser printer.
If you want to read the recording, scan it with a scanner and feed into the
decoder program.

WWW: http://ronja.twibright.com/optar/

>How-To-Repeat:

>Fix:
# 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:
#
#	optar
#	optar/Makefile
#	optar/distinfo
#	optar/pkg-descr
#	optar/pkg-plist
#	optar/files
#	optar/files/patch-Makefile
#
echo c - optar
mkdir -p optar > /dev/null 2>&1
echo x - optar/Makefile
sed 's/^X//' >optar/Makefile << 'c7e1faa04d8f0fb3610d9a027446e19d'
X# New ports collection makefile for:   optar
X# Date created:        27 September 2008
X# Whom:                antonakis@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	optar
XPORTVERSION=	1.0
XCATEGORIES=	graphics
XMASTER_SITES=	http://ronja.twibright.com/:main \
X		http://ronja.twibright.com/grx/optar/:header
X#EXTRACT_SUFX=	.tgz
XDISTFILES=	optar.tgz:main \
X		font.h:header
XEXTRACT_ONLY=	optar.tgz
X
XMAINTAINER=	antonakis@gmail.com
XCOMMENT=	A tool for encoding data on paper
X
XBUILD_DEPENDS=	${LOCALBASE}/include/libpng/png.h:${PORTSDIR}/graphics/png
XRUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
X
XUSE_GMAKE=	yes
XWRKSRC=		${WRKDIR}/optar
X
Xpost-extract:
X	@${RM} -v ${WRKSRC}/font.h
X	@${CP} -v ${DISTDIR}/font.h ${WRKSRC}/font.h
X
X.include <bsd.port.mk>
c7e1faa04d8f0fb3610d9a027446e19d
echo x - optar/distinfo
sed 's/^X//' >optar/distinfo << 'c412fa879ade52851b72b7310a948821'
XMD5 (optar.tgz) = 83e75d96b405e76b5a3c33a55fdf30f6
XSHA256 (optar.tgz) = 9c37dfba31e2d5ebb43a2ac066b67d774bf7ba059f882047668be6567793c942
XSIZE (optar.tgz) = 28384
XMD5 (font.h) = 7ba772998b3e5ec78864c48304860ba9
XSHA256 (font.h) = f4e284c152fde4034f0950e4b52ee137f0e3085dd510f3ccc898aaaf3d8f3bce
XSIZE (font.h) = 81164
c412fa879ade52851b72b7310a948821
echo x - optar/pkg-descr
sed 's/^X//' >optar/pkg-descr << '1ab346cb795aace1de17bc99eaf8f7d9'
XOptar stands for OPTical ARchiver.
XIt's a codec for encoding data on paper, then you print it with a laser printer.
XIf you want to read the recording, scan it with a scanner and feed into the
Xdecoder program.
X
XWWW: http://ronja.twibright.com/optar/
1ab346cb795aace1de17bc99eaf8f7d9
echo x - optar/pkg-plist
sed 's/^X//' >optar/pkg-plist << '66924575fe30c404e45756f7c0bf761b'
Xbin/optar
Xbin/unoptar
Xbin/pgm2ps
66924575fe30c404e45756f7c0bf761b
echo c - optar/files
mkdir -p optar/files > /dev/null 2>&1
echo x - optar/files/patch-Makefile
sed 's/^X//' >optar/files/patch-Makefile << '9fe61f1d08d8c2b3b0f2052beada03a1'
X--- ./Makefile.orig	2008-03-02 21:42:19.000000000 +0200
X+++ ./Makefile	2008-10-01 19:12:22.000000000 +0300
X@@ -1,6 +1,5 @@
X LDFLAGS=-lm
X-CFLAGS=-O3 -Wall -Wuninitialized -fomit-frame-pointer -funroll-loops \
X-	-fstrength-reduce -DNODEBUG `libpng-config --I_opts`
X+CFLAGS= `libpng-config --I_opts`
X 
X all: optar unoptar
X 
9fe61f1d08d8c2b3b0f2052beada03a1
exit


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



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