aboutsummaryrefslogtreecommitdiff
path: root/mail/faces
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-18 16:13:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-18 16:13:39 +0000
commit7e1794efc853a9a8fd799cf356b0d394ae97745c (patch)
tree23381062645c80aa65e17b328f34bad89e7cde10 /mail/faces
parentc66670b5ae997c6e33f034d58f8ad72c50afd2cb (diff)
downloadports-7e1794efc853a9a8fd799cf356b0d394ae97745c.tar.gz
ports-7e1794efc853a9a8fd799cf356b0d394ae97745c.zip
Notes
Diffstat (limited to 'mail/faces')
-rw-r--r--mail/faces/Makefile4
-rw-r--r--mail/faces/files/patch-ca22
-rw-r--r--mail/faces/files/patch-cb23
-rw-r--r--mail/faces/files/patch-cc22
-rw-r--r--mail/faces/files/patch-cd22
-rw-r--r--mail/faces/files/patch-ce22
-rw-r--r--mail/faces/files/patch-cf22
-rw-r--r--mail/faces/files/patch-cg25
-rw-r--r--mail/faces/files/patch-ch22
-rw-r--r--mail/faces/files/patch-ci22
-rw-r--r--mail/faces/files/patch-cj23
-rw-r--r--mail/faces/files/patch-ck22
12 files changed, 2 insertions, 249 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index 9e98eca341d4..7a38a0b4400f 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -26,10 +26,10 @@ MLINKS= compface.1 uncompface.1 \
compface.3 uncompface.3
.if defined(WITHOUT_X11)
-PLIST_SUB+= X11="@comment "
+PLIST_SUB+= X11="@comment "
WITH_AUDIO= # none
.else # with X11
-PLIST_SUB+= X11=""
+PLIST_SUB+= X11=""
USE_GNOME= gnomehack gtk12
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/mail/faces/files/patch-ca b/mail/faces/files/patch-ca
index 6a8663b0a958..b76ad572de07 100644
--- a/mail/faces/files/patch-ca
+++ b/mail/faces/files/patch-ca
@@ -1,28 +1,6 @@
*** compface/arith.c Tue Jan 15 23:58:46 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/arith.c Thu Oct 24 03:28:07 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/arith.c,v 1.2 2002/01/15 22:58:46 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 17,33 ****
#include "compface.h"
diff --git a/mail/faces/files/patch-cb b/mail/faces/files/patch-cb
index 02d630381540..31f64942af3b 100644
--- a/mail/faces/files/patch-cb
+++ b/mail/faces/files/patch-cb
@@ -1,29 +1,6 @@
*** compface/cmain.c Thu Feb 21 16:42:54 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/cmain.c Thu Oct 24 03:28:07 1991
***************
-*** 1,9 ****
-
-! /* $Header: /cvs/faces/faces/compface/cmain.c,v 1.3 2002/02/21 15:42:54 devface Exp $
- *
- * Compface - 48x48x1 image compression.
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,11 ----
-
-! /* @(#)cmain.c 1.7 91/10/24
- *
- * Compface - 48x48x1 image compression.
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1889.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 13,89 ****
* to me, then an attempt will be made to fix them.
*/
diff --git a/mail/faces/files/patch-cc b/mail/faces/files/patch-cc
index a8a01b4c7514..9f2a15e6ea4d 100644
--- a/mail/faces/files/patch-cc
+++ b/mail/faces/files/patch-cc
@@ -1,28 +1,6 @@
*** compface/compface.1 Tue Jan 15 23:58:46 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/compface.1 Sun Jan 19 19:35:35 2003
***************
-*** 1,4 ****
-! .TH COMPFACE 1 "15 January 2002"
- .SH NAME
- compface, uncompface \- compress and expand 48x48x1 face image files
- .SH SYNOPSIS
---- 1,4 ----
-! .TH COMPFACE 1 "25 January 1990"
- .SH NAME
- compface, uncompface \- compress and expand 48x48x1 face image files
- .SH SYNOPSIS
-***************
-*** 12,17 ****
---- 12,19 ----
- .LP
- .B uncompface
- [
-+ .B \-X
-+ ] [
- .I infile
- [
- .I outfile
-***************
*** 56,61 ****
--- 58,69 ----
.I compface
diff --git a/mail/faces/files/patch-cd b/mail/faces/files/patch-cd
index 4368a7991e88..177e6ed7d9db 100644
--- a/mail/faces/files/patch-cd
+++ b/mail/faces/files/patch-cd
@@ -1,28 +1,6 @@
*** compface/compface.c Thu Feb 21 16:42:54 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/compface.c Wed Jun 19 08:29:12 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/compface.c,v 1.3 2002/02/21 15:42:54 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 14,29 ****
* to me, then an attempt will be made to fix them.
*/
diff --git a/mail/faces/files/patch-ce b/mail/faces/files/patch-ce
index ae2d4d5c9f92..41db8268a5db 100644
--- a/mail/faces/files/patch-ce
+++ b/mail/faces/files/patch-ce
@@ -1,28 +1,6 @@
*** compface/compface.h Thu Feb 21 16:42:54 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/compface.h Thu Sep 5 07:24:42 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/compface.h,v 1.3 2002/02/21 15:42:54 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 14,45 ****
* to me, then an attempt will be made to fix them.
*/
diff --git a/mail/faces/files/patch-cf b/mail/faces/files/patch-cf
index 4abf1988e3d7..1b69b9560297 100644
--- a/mail/faces/files/patch-cf
+++ b/mail/faces/files/patch-cf
@@ -1,28 +1,6 @@
*** compface/compress.c Tue Jan 15 23:58:46 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/compress.c Wed Jun 19 08:29:13 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/compress.c,v 1.2 2002/01/15 22:58:46 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 17,113 ****
#include "compface.h"
diff --git a/mail/faces/files/patch-cg b/mail/faces/files/patch-cg
deleted file mode 100644
index 6d2402cd8ac5..000000000000
--- a/mail/faces/files/patch-cg
+++ /dev/null
@@ -1,25 +0,0 @@
-*** compface/data.h Tue Jan 15 23:58:46 2002
---- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/data.h Tue Jun 19 04:01:41 1990
-***************
-*** 1,10 ****
-
- /*
-- * $Header: /cvs/faces/faces/compface/data.h,v 1.2 2002/01/15 22:58:46 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,10 ----
-
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
diff --git a/mail/faces/files/patch-ch b/mail/faces/files/patch-ch
index 639bcc5c34fd..836f5a14a3ee 100644
--- a/mail/faces/files/patch-ch
+++ b/mail/faces/files/patch-ch
@@ -1,28 +1,6 @@
*** compface/file.c Tue Jan 15 23:58:46 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/file.c Sun Jan 19 19:35:35 2003
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/file.c,v 1.2 2002/01/15 22:58:46 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 16,147 ****
#include "compface.h"
diff --git a/mail/faces/files/patch-ci b/mail/faces/files/patch-ci
index 8d633b14a9fb..9f1e78ef357c 100644
--- a/mail/faces/files/patch-ci
+++ b/mail/faces/files/patch-ci
@@ -1,28 +1,6 @@
*** compface/gen.c Tue Jan 15 23:58:46 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/gen.c Wed Jun 19 08:29:13 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/gen.c,v 1.2 2002/01/15 22:58:46 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 18,79 ****
#define GEN(g) F[h] ^= G.g[k]; break
diff --git a/mail/faces/files/patch-cj b/mail/faces/files/patch-cj
index edec22b3908c..8df10e250e0f 100644
--- a/mail/faces/files/patch-cj
+++ b/mail/faces/files/patch-cj
@@ -1,29 +1,6 @@
*** compface/uncmain.c Thu Feb 21 16:42:54 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/uncmain.c Sun Jan 19 19:35:35 2003
***************
-*** 1,9 ****
-
-! /* $Header: /cvs/faces/faces/compface/uncmain.c,v 1.3 2002/02/21 15:42:54 devface Exp $
- *
- * Uncompface - 48x48x1 image decompression.
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,11 ----
-
-! /* @(#)uncmain.c 1.4 91/10/24
- *
- * Uncompface - 48x48x1 image decompression.
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1889.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 13,28 ****
* to me, then an attempt will be made to fix them.
*/
diff --git a/mail/faces/files/patch-ck b/mail/faces/files/patch-ck
index bc58c8648612..74d68d31bfc1 100644
--- a/mail/faces/files/patch-ck
+++ b/mail/faces/files/patch-ck
@@ -1,28 +1,6 @@
*** compface/uncompface.c Thu Feb 21 16:42:54 2002
--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/uncompface.c Wed Jun 19 08:29:14 1991
***************
-*** 1,10 ****
--
- /*
-- * $Header: /cvs/faces/faces/compface/uncompface.c,v 1.3 2002/02/21 15:42:54 devface Exp $
-- *
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) 1990-2002 James Ashton - Sydney University
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
---- 1,9 ----
- /*
- * Compface - 48x48x1 image compression and decompression
- *
-! * Copyright (c) James Ashton - Sydney University - June 1990.
-! *
-! * Written 11th November 1989.
- *
- * Permission is given to distribute these sources, as long as the
- * copyright messages are not removed, and no monies are exchanged.
-***************
*** 14,29 ****
* to me, then an attempt will be made to fix them.
*/