Date: Sat, 5 Jun 1999 15:39:12 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12039: New port: spruce Message-ID: <19990605223912.704D9147E@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 12039 >Category: ports >Synopsis: New port: spruce >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: Sat Jun 5 15:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun 1 19:22:37 PDT 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: A simple GTK+ based mail client. >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: # # spruce # spruce/patches # spruce/patches/patch-aa # spruce/patches/patch-ab # spruce/patches/patch-ac # spruce/patches/patch-ad # spruce/patches/patch-ae # spruce/Makefile # spruce/files # spruce/files/md5 # spruce/pkg # spruce/pkg/PLIST # spruce/pkg/COMMENT # spruce/pkg/DESCR # echo c - spruce mkdir -p spruce > /dev/null 2>&1 echo c - spruce/patches mkdir -p spruce/patches > /dev/null 2>&1 echo x - spruce/patches/patch-aa sed 's/^X//' >spruce/patches/patch-aa << 'END-of-spruce/patches/patch-aa' X--- pop3io.h.orig Sat May 29 08:17:02 1999 X+++ pop3io.h Sat Jun 5 14:55:46 1999 X@@ -19,9 +19,8 @@ X #ifndef POP3IO_H X #define POP3IO_H X X-#include <sys/socket.h> X #include <sys/types.h> X-#include <sys/param.h> X+#include <sys/socket.h> X #include <netdb.h> X #include <netinet/in.h> X #include <unistd.h> END-of-spruce/patches/patch-aa echo x - spruce/patches/patch-ab sed 's/^X//' >spruce/patches/patch-ab << 'END-of-spruce/patches/patch-ab' X--- server.h.orig Fri May 21 18:34:59 1999 X+++ server.h Sat Jun 5 14:55:46 1999 X@@ -19,12 +19,11 @@ X #ifndef SERVER_H X #define SERVER_H X X-#include <sys/socket.h> X #include <sys/types.h> X-#include <sys/param.h> X+#include <sys/socket.h> X+#include <netinet/in.h> X #include <arpa/inet.h> X #include <netdb.h> X-#include <netinet/in.h> X #include <unistd.h> X #include <string.h> X #include <stdlib.h> END-of-spruce/patches/patch-ab echo x - spruce/patches/patch-ac sed 's/^X//' >spruce/patches/patch-ac << 'END-of-spruce/patches/patch-ac' X--- smtpio.h.orig Sat Jun 5 10:54:32 1999 X+++ smtpio.h Sat Jun 5 14:55:46 1999 X@@ -19,9 +19,8 @@ X #ifndef SMTPIO_H X #define SMTPIO_H X X-#include <sys/socket.h> X #include <sys/types.h> X-#include <sys/param.h> X+#include <sys/socket.h> X #include <netdb.h> X #include <netinet/in.h> X #include <unistd.h> END-of-spruce/patches/patch-ac echo x - spruce/patches/patch-ad sed 's/^X//' >spruce/patches/patch-ad << 'END-of-spruce/patches/patch-ad' X--- sockio.h.orig Mon May 17 17:42:53 1999 X+++ sockio.h Sat Jun 5 14:55:46 1999 X@@ -19,9 +19,8 @@ X #ifndef SOCKIO_H X #define SOCKIO_H X X-#include <sys/socket.h> X #include <sys/types.h> X-#include <sys/param.h> X+#include <sys/socket.h> X #include <netdb.h> X #include <netinet/in.h> X #include <unistd.h> END-of-spruce/patches/patch-ad echo x - spruce/patches/patch-ae sed 's/^X//' >spruce/patches/patch-ae << 'END-of-spruce/patches/patch-ae' X--- smtpio.c.orig Sat Jun 5 10:54:01 1999 X+++ smtpio.c Sat Jun 5 14:55:46 1999 X@@ -17,6 +17,7 @@ X */ X X #include "smtpio.h" X+#include <sys/param.h> X X static char *smtp_errlist[] = {"", X ": Hostname failed to resolve", END-of-spruce/patches/patch-ae echo x - spruce/Makefile sed 's/^X//' >spruce/Makefile << 'END-of-spruce/Makefile' X# New ports collection makefile for: spruce X# Version required: 0.4.4 X# Date created: 05 June 1999 X# Whom: Chris Piazza <cpiazza@home.net> X# X# $Id$ X# X XDISTNAME= spruce-0.4.4 XCATEGORIES= mail XMASTER_SITES= http://www.xtorshun.org/spruce/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/spruce ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/spruce X ${INSTALL_DATA} ${WRKSRC}/xpm/* ${PREFIX}/share/spruce X X.include <bsd.port.mk> END-of-spruce/Makefile echo c - spruce/files mkdir -p spruce/files > /dev/null 2>&1 echo x - spruce/files/md5 sed 's/^X//' >spruce/files/md5 << 'END-of-spruce/files/md5' XMD5 (spruce-0.4.4.tar.gz) = 9d257d502c215443f7a4fddd72f69c50 END-of-spruce/files/md5 echo c - spruce/pkg mkdir -p spruce/pkg > /dev/null 2>&1 echo x - spruce/pkg/PLIST sed 's/^X//' >spruce/pkg/PLIST << 'END-of-spruce/pkg/PLIST' Xbin/spruce Xshare/spruce/dir_closed.xpm Xshare/spruce/dir_open.xpm Xshare/spruce/enabled.xpm Xshare/spruce/envelope.xpm Xshare/spruce/forwarded.xpm Xshare/spruce/inbox.xpm Xshare/spruce/outbox.xpm Xshare/spruce/replied.xpm Xshare/spruce/splashscreen.xpm Xshare/spruce/splashscreen2.xpm Xshare/spruce/trash.xpm Xshare/spruce/tray_empty.xpm Xshare/spruce/tray_full.xpm X@dirrm share/spruce END-of-spruce/pkg/PLIST echo x - spruce/pkg/COMMENT sed 's/^X//' >spruce/pkg/COMMENT << 'END-of-spruce/pkg/COMMENT' XA simple GTK based email client. END-of-spruce/pkg/COMMENT echo x - spruce/pkg/DESCR sed 's/^X//' >spruce/pkg/DESCR << 'END-of-spruce/pkg/DESCR' XSpruce is a very simple email client that uses GTK+ for it's user interface. X XWWW: http://www.xtorshun.org/spruce/ X X-Chris Piazza Xcpiazza@home.net END-of-spruce/pkg/DESCR exit -Chris >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?19990605223912.704D9147E>