Initial import gpa-0.4.1

---
The GNU Privacy Assistant is a graphical user interface for the GNU
Privacy Guard (GnuPG).
This commit is contained in:
shell 2001-05-07 03:12:07 +00:00
parent a04c1b415f
commit 20cf79d25b
5 changed files with 77 additions and 0 deletions

26
security/gpa/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/07 03:12:07 shell Exp $
COMMENT= 'graphical interface for GnuPG'
DISTNAME= gpa-0.4.1
CATEGORIES= security x11
NEED_VERSION= 1.407
HOMEPAGE= http://www.gnupg.org/gpa.html
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
RUN_DEPENDS= gpg::security/gnupg
LIB_DEPENDS= gtk.1.2::x11/gtk+
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
security/gpa/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (gpa-0.4.1.tar.gz) = f82709520e6b57d07c24afcb56276935
RMD160 (gpa-0.4.1.tar.gz) = bc967ec342d6cf1a72118caddf56dc099c744baa
SHA1 (gpa-0.4.1.tar.gz) = bef6f21127724181e946504de773d0af2721016d

View File

@ -0,0 +1,35 @@
--- po/Makefile.in.in.orig Tue Jan 25 09:44:18 2000
+++ po/Makefile.in.in Fri May 4 18:19:06 2001
@@ -16,9 +16,9 @@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-prefix = @prefix@
+prefix = ${DESTDIR}@prefix@
exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
+datadir = $(prefix)/share
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
@@ -69,7 +69,7 @@
$(MSGFMT) -o $@ $<
.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+ file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
@@ -111,9 +111,9 @@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
fi
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \

4
security/gpa/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
The GNU Privacy Assistant is a graphical user interface for the GNU
Privacy Guard (GnuPG).
WWW: ${HOMEPAGE}

9
security/gpa/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/07 03:12:08 shell Exp $
bin/gpa
share/gpa/gpa_logo.ppm
share/gpa/gpa_tips.de
share/gpa/gpa_tips.en
share/gpa/gtkrc
share/locale/de/LC_MESSAGES/gpa.mo
share/locale/fr/LC_MESSAGES/gpa.mo
@dirrm share/gpa