diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-27 18:58:53 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-27 18:58:53 +0000 |
commit | 4e47d8da71b0ef06a070cb2546abd20839b2a6f2 (patch) | |
tree | 6aa4c14f3414f3033c090065ea709edd3724ee97 /deskutils/xpostitPlus | |
parent | 722eb4f281229cb457addcb03a1d757c961bb20b (diff) | |
download | ports-4e47d8da71b0ef06a070cb2546abd20839b2a6f2.tar.gz ports-4e47d8da71b0ef06a070cb2546abd20839b2a6f2.zip |
new port xpostit Plus
Description: Post-It(r) Notes for X-Windows
features include Save, Erase, Destroy, Name, and Hide notes
also includes Cascade, Print, Alarms, Email, Find
A Note, Insert Calendar, Insert Date, File Open, File Export
Xt and Xaw based (no Motif required)
PR: closes 4632
Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
Notes
Notes:
svn path=/head/; revision=8033
Diffstat (limited to 'deskutils/xpostitPlus')
-rw-r--r-- | deskutils/xpostitPlus/Makefile | 18 | ||||
-rw-r--r-- | deskutils/xpostitPlus/distinfo | 1 | ||||
-rw-r--r-- | deskutils/xpostitPlus/files/patch-aa | 19 | ||||
-rw-r--r-- | deskutils/xpostitPlus/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/xpostitPlus/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/xpostitPlus/pkg-plist | 3 |
6 files changed, 44 insertions, 0 deletions
diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile new file mode 100644 index 000000000000..efdd5bafa58a --- /dev/null +++ b/deskutils/xpostitPlus/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xpostit+ +# Version required: 2.3 +# Date created: 26 Sep 1997 +# Whom: mi +# + +DISTNAME= XPostitPlus-2.3 +CATEGORIES= x11 + +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= office + +MAINTAINER= mi@aldan.ziplink.net + +USE_IMAKE= yes +USE_X11= yes + +.include <bsd.port.mk> diff --git a/deskutils/xpostitPlus/distinfo b/deskutils/xpostitPlus/distinfo new file mode 100644 index 000000000000..004ea45e6319 --- /dev/null +++ b/deskutils/xpostitPlus/distinfo @@ -0,0 +1 @@ +MD5 (XPostitPlus-2.3.tar.gz) = e5a7eca4abb91ad4db21add67f8d203c diff --git a/deskutils/xpostitPlus/files/patch-aa b/deskutils/xpostitPlus/files/patch-aa new file mode 100644 index 000000000000..93b6ca1949e3 --- /dev/null +++ b/deskutils/xpostitPlus/files/patch-aa @@ -0,0 +1,19 @@ +--- Imakefile.orig Fri Sep 26 12:06:02 1997 ++++ Imakefile Fri Sep 26 12:30:24 1997 +@@ -25,4 +25,4 @@ + +-BINDIR=bin-d +-MANDIR=man-d ++XCOMM BINDIR=bin-d ++XCOMM MANDIR=man-d + +@@ -37,3 +37,3 @@ + XCOMM for debugging purposes +-DEFINES = -g -Wall ++DEFINES = -Wall + +@@ -44,3 +44,3 @@ + XCOMM notes if you haven't specified to save-on-exit on the command line. +-XCOMM DEFINES = -DPROMPT_FOR_SAVE ++DEFINES = -DPROMPT_FOR_SAVE + diff --git a/deskutils/xpostitPlus/pkg-comment b/deskutils/xpostitPlus/pkg-comment new file mode 100644 index 000000000000..9e9fe4516ed2 --- /dev/null +++ b/deskutils/xpostitPlus/pkg-comment @@ -0,0 +1 @@ +PostIt (R) messages onto your X11 screen diff --git a/deskutils/xpostitPlus/pkg-descr b/deskutils/xpostitPlus/pkg-descr new file mode 100644 index 000000000000..82c6ff30cb55 --- /dev/null +++ b/deskutils/xpostitPlus/pkg-descr @@ -0,0 +1,2 @@ +This is another branch of xpostit development tree. Allows to fill +your screen with virtual PostIt (R) notes. They are saved into files. diff --git a/deskutils/xpostitPlus/pkg-plist b/deskutils/xpostitPlus/pkg-plist new file mode 100644 index 000000000000..9c8402683dff --- /dev/null +++ b/deskutils/xpostitPlus/pkg-plist @@ -0,0 +1,3 @@ +bin/xpostit+ +lib/X11/app-defaults/XPostitPlus +man/man1/xpostit+.1.gz |