summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-13 18:09:36 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-13 18:09:36 +0000
commit08f3f33f432c4bfdd583f77d3d29914f44d06132 (patch)
treefc9c098c6e3883074d46f5f8ad54c5e85467b669 /sysutils
parentd7cc53f41c3fbc7007c7ca9b740037d8bff7b352 (diff)
downloadpkgsrc-08f3f33f432c4bfdd583f77d3d29914f44d06132.tar.gz
Initial import of gtk-send-pr 0.3 from pkgsrc-wip.
This is a GTK2 based tool, similar to send-pr(1), but with some nice features: o User friendly UI o Uses libesmtp to deliver mail to any SMTP server o Really free code (BSD licensed)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gtk-send-pr/DESCR6
-rw-r--r--sysutils/gtk-send-pr/Makefile18
-rw-r--r--sysutils/gtk-send-pr/PLIST3
-rw-r--r--sysutils/gtk-send-pr/distinfo5
-rw-r--r--sysutils/gtk-send-pr/patches/patch-aa15
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/gtk-send-pr/DESCR b/sysutils/gtk-send-pr/DESCR
new file mode 100644
index 00000000000..84ebb399307
--- /dev/null
+++ b/sysutils/gtk-send-pr/DESCR
@@ -0,0 +1,6 @@
+This is a GTK2 based tool, similar to send-pr(1), but with some nice
+features:
+
+ o User friendly UI
+ o Uses libesmtp to deliver mail to any SMTP server
+ o Really free code (BSD licensed)
diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile
new file mode 100644
index 00000000000..576fb30be72
--- /dev/null
+++ b/sysutils/gtk-send-pr/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/13 18:09:36 xtraeme Exp $
+#
+
+DISTNAME= gtk-send-pr-0.3
+CATEGORIES= sysutils
+MASTER_SITES= http://www.energyhq.es.eu.org/files/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.energyhq.es.eu.org/gtk-send-pr.html
+COMMENT= GTK+ based problem report tool
+
+USE_BUILDLINK2= yes
+USE_X11= yes
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mail/libesmtp/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gtk-send-pr/PLIST b/sysutils/gtk-send-pr/PLIST
new file mode 100644
index 00000000000..9766a90caa7
--- /dev/null
+++ b/sysutils/gtk-send-pr/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/13 18:09:37 xtraeme Exp $
+bin/gtk-send-pr
+man/man1/gtk-send-pr.1
diff --git a/sysutils/gtk-send-pr/distinfo b/sysutils/gtk-send-pr/distinfo
new file mode 100644
index 00000000000..061f36d95f6
--- /dev/null
+++ b/sysutils/gtk-send-pr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/13 18:09:37 xtraeme Exp $
+
+SHA1 (gtk-send-pr-0.3.tar.gz) = ac600bd53a182e114b96d8ed86f08fbad0758543
+Size (gtk-send-pr-0.3.tar.gz) = 11397 bytes
+SHA1 (patch-aa) = 38597837638b67dc1a676aec9d37a1bb09903db8
diff --git a/sysutils/gtk-send-pr/patches/patch-aa b/sysutils/gtk-send-pr/patches/patch-aa
new file mode 100644
index 00000000000..a41f9eeb260
--- /dev/null
+++ b/sysutils/gtk-send-pr/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/13 18:09:37 xtraeme Exp $
+
+--- Makefile.orig 2003-11-26 17:13:02.000000000 +0100
++++ Makefile 2003-11-26 17:13:53.000000000 +0100
+@@ -20,6 +20,9 @@
+ all: $(OBJECTS)
+ $(CC) $(LDFLAGS) -o gtk-send-pr $(OBJECTS)
+
++install:
++ ${BSD_INSTALL_PROGRAM} gtk-send-pr ${PREFIX}/bin
++ ${BSD_INSTALL_MAN} gtk-send-pr.1 ${PREFIX}/man/man1
++
+ clean:
+ rm -f *.o gtk-send-pr gtk-send-pr.core
+-