diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-28 02:58:53 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-28 02:58:53 +0800 |
commit | b6a0633f997082f8612e7858da3c19fcc932b21d (patch) | |
tree | dc364d1f3e041759414e7146ba9af57c3879b573 /deskutils | |
parent | 52ff4e660ac7730f4a322524081c1c1b9750dfa0 (diff) | |
download | freebsd-ports-gnome-b6a0633f997082f8612e7858da3c19fcc932b21d.tar.gz freebsd-ports-gnome-b6a0633f997082f8612e7858da3c19fcc932b21d.tar.zst freebsd-ports-gnome-b6a0633f997082f8612e7858da3c19fcc932b21d.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>
Diffstat (limited to 'deskutils')
-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 |