Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 16:07:51 -0700 (PDT)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38638: New ports : gfaim 0.30
Message-ID:  <200205272307.g4RN7pnj068394@www.freebsd.org>

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

>Number:         38638
>Category:       ports
>Synopsis:       New ports : gfaim 0.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 27 16:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD Current
>Organization:
The Cult Of The Dead Sheep
>Environment:
FreeBSD satan.cultdeadsheep.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Sun May 26 15:37:16 CEST 2002     clement@satan.cultdeadsheep.org:/usr/src/sys/i386/compile/SATAN  i386

>Description:
New port misc/gfaim
Gfaim is a GTK front-end to a receipts database (in french only)
>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:
#
#       gfaim/
#       gfaim/Makefile
#       gfaim/distinfo
#       gfaim/files
#       gfaim/files/patch-aa
#       gfaim/pkg-plist
#       gfaim/pkg-comment
#       gfaim/pkg-descr
#
echo c - gfaim/
mkdir -p gfaim/ > /dev/null 2>&1
echo x - gfaim/Makefile
sed 's/^X//' >gfaim/Makefile << 'END-of-gfaim/Makefile'
X# New ports collection makefile for:   gfaim
X# Date created:                                Monday 27 May 2002
X# Whom:                                        Clement Laforet <sheepkiller@cultdeadsheep.org>
X#
X# $FreeBSD: ports/irc/xchat/Makefile,v 1.98 2002/05/25 23:19:43 jim Exp $
X#
X
XPORTNAME=              gfaim
XPORTVERSION=           0.30
XPORTREVISION=          1
XCATEGORIES=            misc french
XMASTER_SITES=          http://perso.club-internet.fr/lchretie/
X
XUSE_X_PREFIX=  yes
XUSE_GTK=        yes
X
Xpost-install:
X       strip ${PREFIX}/bin/gfaim
X
X.include <bsd.port.mk>
END-of-gfaim/Makefile
echo x - gfaim/distinfo
sed 's/^X//' >gfaim/distinfo << 'END-of-gfaim/distinfo'
XMD5 (gfaim-0.30.tar.gz) = 370819d64c79f5be7aa1465d4578e17a
END-of-gfaim/distinfo
echo c - gfaim/files
mkdir -p gfaim/files > /dev/null 2>&1
echo x - gfaim/files/patch-aa
sed 's/^X//' >gfaim/files/patch-aa << 'END-of-gfaim/files/patch-aa'
X--- Makefile.orig      Tue Nov 21 12:35:22 2000
X+++ Makefile   Mon May 27 21:39:07 2002
X@@ -1,18 +1,19 @@
X CC=gcc
X-DATADIR=/usr/lib/gfaim
X+PREFIX?=/usr/X11R6
X                                                              
X-gfaim: gfaim.c
X-      $(CC) -DDATADIR="\"$(DATADIR)\"" `gtk-config --cflags`  gfaim.c -o gfaim `gtk-config --libs`
X+all: gfaim.c
X+      $(CC) -DDATADIR="\"$(DATADIR)\"" `gtk12-config --cflags`  gfaim.c -o gfaim `gtk12-config --libs`
X
X clean:
X       rm -f *.o gfaim 
X
X install:
X-      install -g bin -m 755 gfaim /usr/bin
X-      install -g bin -m 755 imprec /usr/bin
X-      install -d $(DATADIR)
X-      install *.dat *.idx -m 644 $(DATADIR)
X-      install *.txt /usr/doc/gfaim
X+      install -g bin -m 755 gfaim $(PREFIX)/bin
X+      install -g bin -m 755 imprec $(PREFIX)/bin
X+      install -d $(PREFIX)/lib/gfaim
X+      install -m 644 *.dat *.idx $(PREFIX)/lib/gfaim
X+      install -d $(PREFIX)/share/doc/gfaim
X+      install *.txt $(PREFIX)/share/doc/gfaim
X
X
X
END-of-gfaim/files/patch-aa
echo x - gfaim/pkg-plist
sed 's/^X//' >gfaim/pkg-plist << 'END-of-gfaim/pkg-plist'
Xbin/gfaim
Xbin/imprec
Xlib/gfaim/cuisine.dat
Xlib/gfaim/cuisine.idx
Xshare/doc/gfaim/legal.txt
Xshare/doc/gfaim/lisezmoi.txt
X@dirrm lib/gfaim
X@dirrm share/doc/gfaim
END-of-gfaim/pkg-plist
echo x - gfaim/pkg-comment
sed 's/^X//' >gfaim/pkg-comment << 'END-of-gfaim/pkg-comment'
XGfaim est un logiciel de recherche de recettes de cuisine.
END-of-gfaim/pkg-comment
echo x - gfaim/pkg-descr
sed 's/^X//' >gfaim/pkg-descr << 'END-of-gfaim/pkg-descr'
XGfaim est un logiciel de recherche de recettes de cuisine.
XUn grand merci ŕ Alexandre PUKALL pour son autorisation d'utiliser
Xsa base de recettes, il faut préciser que si Gfaim est sous licence GPL,
Xla base de recettes est en freeware (lire legal.txt pour plus de details).
X
XURL : http://perso.club-internet.fr/lchretie/gfaim.html
X
X
END-of-gfaim/pkg-descr
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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