aboutsummaryrefslogtreecommitdiff
path: root/deskutils/aspostit
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-30 20:15:40 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-30 20:16:33 +0000
commit34d53a75ce2b8d1420054d3b718b0bef702dfa47 (patch)
tree6b46d9e9f929c536e420b1161f724a00aec51038 /deskutils/aspostit
parenta1ce50e9f3efc9431563333e2b75310c5ed161b7 (diff)
downloadports-34d53a75ce2b8d1420054d3b718b0bef702dfa47.tar.gz
ports-34d53a75ce2b8d1420054d3b718b0bef702dfa47.zip
Diffstat (limited to 'deskutils/aspostit')
-rw-r--r--deskutils/aspostit/Makefile35
-rw-r--r--deskutils/aspostit/distinfo2
-rw-r--r--deskutils/aspostit/files/patch-app_defaults.h15
-rw-r--r--deskutils/aspostit/files/patch-xpostit.c19
-rw-r--r--deskutils/aspostit/pkg-descr2
5 files changed, 0 insertions, 73 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
deleted file mode 100644
index a66fea765cf7..000000000000
--- a/deskutils/aspostit/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= aspostit
-PORTVERSION= 1.3
-PORTREVISION= 9
-CATEGORIES= deskutils
-MASTER_SITES= AFTERSTEP/apps/aspostit
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= AfterStep dockable version of XPostIt
-
-LICENSE= GPLv2+
-
-DEPRECATED= Unmaintained, last upstream release in 2001
-EXPIRATION_DATE=2024-04-29
-
-USES= gmake jpeg xorg
-USE_XORG= xpm xaw xext x11
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/aspostit share/man/man1/aspostit.1.gz
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-extract:
- @${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.post.mk>
diff --git a/deskutils/aspostit/distinfo b/deskutils/aspostit/distinfo
deleted file mode 100644
index 03e88bc69d65..000000000000
--- a/deskutils/aspostit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aspostit-1.3.tar.gz) = c54af1e360a04962db22c45c31750363e4dbf6ac8c292230be8ed691702551c1
-SIZE (aspostit-1.3.tar.gz) = 75771
diff --git a/deskutils/aspostit/files/patch-app_defaults.h b/deskutils/aspostit/files/patch-app_defaults.h
deleted file mode 100644
index 032cbb2551b6..000000000000
--- a/deskutils/aspostit/files/patch-app_defaults.h
+++ /dev/null
@@ -1,15 +0,0 @@
-*** app_defaults.h Mon Jan 4 00:05:08 1999
---- app_defaults.h~ Mon Jan 4 00:05:01 1999
-***************
-*** 1,5 ****
- "Xpostit.geometry: 70x70-0+0",
-! "Xpostit.noteDir: ~/aspostit/",
- "Xpostit.Menu*cursor: hand1",
- "Xpostit.printCmd: \"lpr %s\"",
- "Xpostit.calendarCmd: cal",
---- 1,5 ----
- "Xpostit.geometry: 70x70-0+0",
-! "Xpostit.noteDir: ~/GNUstep/Library/AfterStep/aspostit/",
- "Xpostit.Menu*cursor: hand1",
- "Xpostit.printCmd: \"lpr %s\"",
- "Xpostit.calendarCmd: cal",
diff --git a/deskutils/aspostit/files/patch-xpostit.c b/deskutils/aspostit/files/patch-xpostit.c
deleted file mode 100644
index 943e94175240..000000000000
--- a/deskutils/aspostit/files/patch-xpostit.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- xpostit.c.orig 1999-01-08 06:10:27.000000000 +0900
-+++ xpostit.c 2012-10-24 01:06:04.000000000 +0900
-@@ -32,6 +32,7 @@
- #include <X11/Xaw/SimpleMenu.h>
- #include <signal.h>
- #include <stdio.h>
-+#include <stdlib.h>
-
- #include "xpostit.h"
- #include "version.h"
-@@ -130,7 +131,7 @@
- unsigned long timer_interval; /* auto-save interval */
- unsigned long alarm_interval; /* alarm check interval */
-
--void main(argc, argv)
-+int main(argc, argv)
- char **argv;
- int argc;
- {
diff --git a/deskutils/aspostit/pkg-descr b/deskutils/aspostit/pkg-descr
deleted file mode 100644
index b495a0f5c5fd..000000000000
--- a/deskutils/aspostit/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-ASPostIt is a version of XPostIt hacked so it is compatible with the
-AfterStep Wharf (and probably that of other WMs as well).