diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:46:15 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:46:15 +0000 |
| commit | cb7d91ccae8fac1b3b139806ae84653b9e1bf8dc (patch) | |
| tree | 35c14c50c9e66dad41c2d2b8fbf25ab703ccf127 | |
| parent | 9263933dfcabaed813212f298edb2fd922000938 (diff) | |
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | graphics/Makefile | 1 | ||||
| -rw-r--r-- | graphics/stamp/Makefile | 24 | ||||
| -rw-r--r-- | graphics/stamp/distinfo | 2 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-Makefile.in | 21 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-gstamp_gstamp.c | 10 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-gstamp_gstamp__misc.c | 10 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-gstamp_gstamp__signals.c | 10 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-gstamp_gstamp__ui.c | 7 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-lib_common.c | 9 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-lib_ftplib.c | 10 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-lib_ftplib.h | 11 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-lib_rcfile.c | 13 | ||||
| -rw-r--r-- | graphics/stamp/files/patch-lib_transmogrify.c | 9 | ||||
| -rw-r--r-- | graphics/stamp/pkg-descr | 6 | ||||
| -rw-r--r-- | graphics/stamp/pkg-plist | 80 |
16 files changed, 1 insertions, 223 deletions
@@ -4955,3 +4955,4 @@ security/tls-check||2025-12-31|Has expired: Obsolete tool and relies on deprecat www/unit-python||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025 audio/traverso||2025-12-31|Has expired: unfetchable ftp/net2ftp||2025-12-31|Has expired: unfetchable +graphics/stamp||2025-12-31|Has expired: historical tool, use imagemagick instead diff --git a/graphics/Makefile b/graphics/Makefile index 076f00069800..a1b32c2e4849 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1204,7 +1204,6 @@ SUBDIR += squish SUBDIR += ssocr SUBDIR += sswf - SUBDIR += stamp SUBDIR += svgalib SUBDIR += svgbob SUBDIR += svgpp diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile deleted file mode 100644 index 0e30673fc275..000000000000 --- a/graphics/stamp/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= stamp -PORTVERSION= 2.0.8 -PORTREVISION= 14 -CATEGORIES= graphics -MASTER_SITES= SF - -MAINTAINER= fuz@FreeBSD.org -COMMENT= Adds a graphical, configurable timestamp to a grayscale image -WWW= https://stamp.sourceforge.net/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= historical tool, use imagemagick instead -EXPIRATION_DATE= 2025-12-31 - -USES= jpeg localbase -GNU_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/stamp/distinfo b/graphics/stamp/distinfo deleted file mode 100644 index ca2a14bf3ff3..000000000000 --- a/graphics/stamp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (stamp-2.0.8.tar.gz) = 3a8ea08174c7f8311edca7ff36873382e7b419c0e123d993f35d21b4ee4a5b7b -SIZE (stamp-2.0.8.tar.gz) = 239412 diff --git a/graphics/stamp/files/patch-Makefile.in b/graphics/stamp/files/patch-Makefile.in deleted file mode 100644 index ad03108a1c92..000000000000 --- a/graphics/stamp/files/patch-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig 1999-03-10 10:54:42 UTC -+++ Makefile.in -@@ -329,12 +329,12 @@ maintainer-clean-generic clean mostlyclean distclean m - .PHONY: files - - files: -- @for subdir in $(DATADIRS); do \ -- files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ -- for file in $$files; do \ -- echo $$subdir/$$file; \ -- done; \ -- done -+ @for subdir in $(DATADIRS); do \ -+ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ -+ for file in $$files; do \ -+ echo $$subdir/$$file; \ -+ done; \ -+ done - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/graphics/stamp/files/patch-gstamp_gstamp.c b/graphics/stamp/files/patch-gstamp_gstamp.c deleted file mode 100644 index 2a4455f8d404..000000000000 --- a/graphics/stamp/files/patch-gstamp_gstamp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gstamp/gstamp.c.orig 1999-03-10 06:27:04 UTC -+++ gstamp/gstamp.c -@@ -7,6 +7,7 @@ - - #include <gtk/gtk.h> - #include <stdio.h> -+#include <stdlib.h> - #include <string.h> - #include <getopt.h> - #include "gstamp.h" diff --git a/graphics/stamp/files/patch-gstamp_gstamp__misc.c b/graphics/stamp/files/patch-gstamp_gstamp__misc.c deleted file mode 100644 index 2d974cb78e1b..000000000000 --- a/graphics/stamp/files/patch-gstamp_gstamp__misc.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gstamp/gstamp_misc.c.orig 1999-03-11 08:32:44 UTC -+++ gstamp/gstamp_misc.c -@@ -2,6 +2,7 @@ - Eric Werner - 19 FEB 1999 - ebw@city-net.com - */ -+#include <sys/shm.h> - #include <stdlib.h> - #include <string.h> - #include <unistd.h> diff --git a/graphics/stamp/files/patch-gstamp_gstamp__signals.c b/graphics/stamp/files/patch-gstamp_gstamp__signals.c deleted file mode 100644 index cdfa5b38eebb..000000000000 --- a/graphics/stamp/files/patch-gstamp_gstamp__signals.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gstamp/gstamp_signals.c.orig 1999-03-11 08:32:30 UTC -+++ gstamp/gstamp_signals.c -@@ -3,6 +3,7 @@ - ebw@city-net.com - */ - #include <gtk/gtk.h> -+#include <stdlib.h> - #include <string.h> - #include "gstamp.h" - #include "../lib/rcfile.h" diff --git a/graphics/stamp/files/patch-gstamp_gstamp__ui.c b/graphics/stamp/files/patch-gstamp_gstamp__ui.c deleted file mode 100644 index f67df776dc36..000000000000 --- a/graphics/stamp/files/patch-gstamp_gstamp__ui.c +++ /dev/null @@ -1,7 +0,0 @@ ---- gstamp/gstamp_ui.c.orig 1999-03-11 08:31:59 UTC -+++ gstamp/gstamp_ui.c -@@ -1,3 +1,4 @@ -+#include <string.h> - #include <gtk/gtk.h> - #include "gstamp.h" - diff --git a/graphics/stamp/files/patch-lib_common.c b/graphics/stamp/files/patch-lib_common.c deleted file mode 100644 index abf94acab6ed..000000000000 --- a/graphics/stamp/files/patch-lib_common.c +++ /dev/null @@ -1,9 +0,0 @@ ---- lib/common.c.orig 1999-03-11 08:29:53 UTC -+++ lib/common.c -@@ -1,5 +1,6 @@ - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <jpeglib.h> - #include <setjmp.h> - #include "common.h" diff --git a/graphics/stamp/files/patch-lib_ftplib.c b/graphics/stamp/files/patch-lib_ftplib.c deleted file mode 100644 index 64e36df878a6..000000000000 --- a/graphics/stamp/files/patch-lib_ftplib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/ftplib.c.orig 2021-08-17 12:18:12 UTC -+++ lib/ftplib.c -@@ -77,6 +77,7 @@ static char *version = - "ftplib Release 3 12/xx/97, copyright 1996, 1997 Thomas Pfau"; - - GLOBALDEF int ftplib_debug = 0; -+netbuf *DefaultNetbuf; - - #if defined(__unix__) || defined(VMS) - #define net_read read diff --git a/graphics/stamp/files/patch-lib_ftplib.h b/graphics/stamp/files/patch-lib_ftplib.h deleted file mode 100644 index d5aaff23819b..000000000000 --- a/graphics/stamp/files/patch-lib_ftplib.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/ftplib.h.orig 2021-08-17 12:17:32 UTC -+++ lib/ftplib.h -@@ -55,7 +55,7 @@ extern "C" { - typedef struct NetBuf netbuf; - - /* v1 compatibility stuff */ --netbuf *DefaultNetbuf; -+extern netbuf *DefaultNetbuf; - - #define ftplib_lastresp FtpLastResponse(DefaultNetbuf) - #define ftpInit FtpInit diff --git a/graphics/stamp/files/patch-lib_rcfile.c b/graphics/stamp/files/patch-lib_rcfile.c deleted file mode 100644 index 24615ad302c9..000000000000 --- a/graphics/stamp/files/patch-lib_rcfile.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/rcfile.c.orig 1999-03-11 08:30:32 UTC -+++ lib/rcfile.c -@@ -101,8 +101,8 @@ if ((!(strcmp(Args->LowerFont,""))) && - exit(ERR_NOLFONT) ; - } - -- if ((!(strcmp(Args->Infile,""))) || -- (!(strcmp(Args->Outfile,"")))) { -+ if ((Args->Infile == NULL) || -+ (Args->Outfile == NULL)) { - fprintf(stderr, "stamp: You must specify both an input and output JPEG image.\n") ; - exit(ERR_MISSIOFILE) ; - } diff --git a/graphics/stamp/files/patch-lib_transmogrify.c b/graphics/stamp/files/patch-lib_transmogrify.c deleted file mode 100644 index 1e2f810e2b8b..000000000000 --- a/graphics/stamp/files/patch-lib_transmogrify.c +++ /dev/null @@ -1,9 +0,0 @@ ---- lib/transmogrify.c.orig 1999-03-10 11:40:33 UTC -+++ lib/transmogrify.c -@@ -1,5 +1,6 @@ - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <jpeglib.h> - #include "../lib/common.h" - diff --git a/graphics/stamp/pkg-descr b/graphics/stamp/pkg-descr deleted file mode 100644 index b433adda2592..000000000000 --- a/graphics/stamp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Stamp is a command-line program which will process a greyscale jpeg image, -such as one produced by a greyscale Quickcam. It can add a graphical (and -configurable) timestamp to the image. Stamp can also upload the timestamped -image via FTP, with the configuration of a stamprc file. It also features a -"quad" option which will take the latest image and composite it with up to -three previous images, while timestamping the latest one. diff --git a/graphics/stamp/pkg-plist b/graphics/stamp/pkg-plist deleted file mode 100644 index 73a2c8a30e2f..000000000000 --- a/graphics/stamp/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -bin/stamp -share/stamp/fonts/8x10.fnt -share/stamp/fonts/8x11snsf.fnt -share/stamp/fonts/8x14.fnt -share/stamp/fonts/8x8.fnt -share/stamp/fonts/antique.fnt -share/stamp/fonts/archon.fnt -share/stamp/fonts/b.fnt -share/stamp/fonts/backward.fnt -share/stamp/fonts/bigserif.fnt -share/stamp/fonts/blcksnsf.fnt -share/stamp/fonts/block.fnt -share/stamp/fonts/bold.fnt -share/stamp/fonts/breeze.fnt -share/stamp/fonts/broadway.fnt -share/stamp/fonts/c.fnt -share/stamp/fonts/computer.fnt -share/stamp/fonts/courier.fnt -share/stamp/fonts/crakrjak.fnt -share/stamp/fonts/cyrillic.fnt -share/stamp/fonts/deco.fnt -share/stamp/fonts/elite.fnt -share/stamp/fonts/empty.fnt -share/stamp/fonts/eurotype.fnt -share/stamp/fonts/fat.fnt -share/stamp/fonts/finnish.fnt -share/stamp/fonts/flat.fnt -share/stamp/fonts/france.fnt -share/stamp/fonts/fresno.fnt -share/stamp/fonts/futura-1.fnt -share/stamp/fonts/futura-2.fnt -share/stamp/fonts/greek.fnt -share/stamp/fonts/hearst.fnt -share/stamp/fonts/hebrew.fnt -share/stamp/fonts/hylas.fnt -share/stamp/fonts/inverted.fnt -share/stamp/fonts/italics.fnt -share/stamp/fonts/kids-1.fnt -share/stamp/fonts/kids-2.fnt -share/stamp/fonts/lcd.fnt -share/stamp/fonts/ledfont.fnt -share/stamp/fonts/m.fnt -share/stamp/fonts/medieval.fnt -share/stamp/fonts/ml.fnt -share/stamp/fonts/mod_d.fnt -share/stamp/fonts/mod_s.fnt -share/stamp/fonts/modern-1.fnt -share/stamp/fonts/modern-2.fnt -share/stamp/fonts/mr.fnt -share/stamp/fonts/mu.fnt -share/stamp/fonts/norway.fnt -share/stamp/fonts/r.fnt -share/stamp/fonts/rev8x8.fnt -share/stamp/fonts/reverse.fnt -share/stamp/fonts/rl.fnt -share/stamp/fonts/ro.fnt -share/stamp/fonts/roman-1.fnt -share/stamp/fonts/roman-2.fnt -share/stamp/fonts/s.fnt -share/stamp/fonts/sanserif.fnt -share/stamp/fonts/sansurf.fnt -share/stamp/fonts/sc.fnt -share/stamp/fonts/scott.fnt -share/stamp/fonts/scrawl_s.fnt -share/stamp/fonts/scrawl_w.fnt -share/stamp/fonts/script.fnt -share/stamp/fonts/sd.fnt -share/stamp/fonts/silver.fnt -share/stamp/fonts/sloppy.fnt -share/stamp/fonts/standard.fnt -share/stamp/fonts/stretch.fnt -share/stamp/fonts/super.fnt -share/stamp/fonts/surreal.fnt -share/stamp/fonts/swiss-1.fnt -share/stamp/fonts/swiss-2.fnt -share/stamp/fonts/swiss-3.fnt -share/stamp/fonts/t.fnt -share/stamp/fonts/tekton.fnt -share/stamp/fonts/thai.fnt -share/stamp/fonts/thin.fnt |
