diff options
author | nbm <nbm@FreeBSD.org> | 2000-07-29 17:48:26 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-07-29 17:48:26 +0000 |
commit | 45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f (patch) | |
tree | 85c1ab10cba40548090493eb265e7c6c1216e6c0 /deskutils/aspostit | |
parent | 055574ada6da4ad8d4baca7b3ac16a6a95250b6b (diff) | |
download | FreeBSD-ports-45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f.zip FreeBSD-ports-45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f.tar.gz |
Add aspostit, an afterstep version of xpostit.
PR: ports/9289
Submitted by: Kris Kennaway <kris@FreeBSD.org>
Diffstat (limited to 'deskutils/aspostit')
-rw-r--r-- | deskutils/aspostit/Makefile | 32 | ||||
-rw-r--r-- | deskutils/aspostit/distinfo | 1 | ||||
-rw-r--r-- | deskutils/aspostit/files/patch-aa | 15 | ||||
-rw-r--r-- | deskutils/aspostit/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/aspostit/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/aspostit/pkg-plist | 1 |
6 files changed, 52 insertions, 0 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile new file mode 100644 index 0000000..36c0e13 --- /dev/null +++ b/deskutils/aspostit/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ASPostIt +# Date created: 2 January 1999 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= aspostit +PORTVERSION= 1.3 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} +MASTER_SITE_SUBDIR= apps/aspostit + +MAINTAINER= kris@FreeBSD.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ \ + jpeg.9:${PORTSDIR}/graphics/jpeg/ + +USE_X_PREFIX= yes +USE_XLIB= yes + +USE_GMAKE= yes + +GNU_CONFIGURE= yes + +MAN1= aspostit.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/aspostit.man ${PREFIX}/man/man1/aspostit.1 + +.include <bsd.port.mk> diff --git a/deskutils/aspostit/distinfo b/deskutils/aspostit/distinfo new file mode 100644 index 0000000..14803bc --- /dev/null +++ b/deskutils/aspostit/distinfo @@ -0,0 +1 @@ +MD5 (aspostit-1.3.tar.gz) = d25bd026513c4c936d452984492f9b15 diff --git a/deskutils/aspostit/files/patch-aa b/deskutils/aspostit/files/patch-aa new file mode 100644 index 0000000..032cbb2 --- /dev/null +++ b/deskutils/aspostit/files/patch-aa @@ -0,0 +1,15 @@ +*** 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/pkg-comment b/deskutils/aspostit/pkg-comment new file mode 100644 index 0000000..01c534a --- /dev/null +++ b/deskutils/aspostit/pkg-comment @@ -0,0 +1 @@ +An AfterStep dockable version of XPostIt diff --git a/deskutils/aspostit/pkg-descr b/deskutils/aspostit/pkg-descr new file mode 100644 index 0000000..b495a0f --- /dev/null +++ b/deskutils/aspostit/pkg-descr @@ -0,0 +1,2 @@ +ASPostIt is a version of XPostIt hacked so it is compatible with the +AfterStep Wharf (and probably that of other WMs as well). diff --git a/deskutils/aspostit/pkg-plist b/deskutils/aspostit/pkg-plist new file mode 100644 index 0000000..39708ad --- /dev/null +++ b/deskutils/aspostit/pkg-plist @@ -0,0 +1 @@ +bin/aspostit |