mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Don't patch out copyright information
- Pet portlint PR: 59413 Submitted by: Simon Barner <barner@in.tum.de>
This commit is contained in:
parent
c66670b5ae
commit
7e1794efc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94277
@ -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}
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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.
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user