From 45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f Mon Sep 17 00:00:00 2001 From: nbm Date: Sat, 29 Jul 2000 17:48:26 +0000 Subject: Add aspostit, an afterstep version of xpostit. PR: ports/9289 Submitted by: Kris Kennaway --- deskutils/Makefile | 1 + deskutils/aspostit/Makefile | 32 ++++++++++++++++++++++++++++++++ deskutils/aspostit/distinfo | 1 + deskutils/aspostit/files/patch-aa | 15 +++++++++++++++ deskutils/aspostit/pkg-comment | 1 + deskutils/aspostit/pkg-descr | 2 ++ deskutils/aspostit/pkg-plist | 1 + 7 files changed, 53 insertions(+) create mode 100644 deskutils/aspostit/Makefile create mode 100644 deskutils/aspostit/distinfo create mode 100644 deskutils/aspostit/files/patch-aa create mode 100644 deskutils/aspostit/pkg-comment create mode 100644 deskutils/aspostit/pkg-descr create mode 100644 deskutils/aspostit/pkg-plist (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index 53496e06ef0a..5deafe7d2889 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -2,6 +2,7 @@ # SUBDIR += abacus + SUBDIR += aspostit SUBDIR += bulb SUBDIR += cal SUBDIR += cbb diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile new file mode 100644 index 000000000000..36c0e139af2f --- /dev/null +++ b/deskutils/aspostit/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ASPostIt +# Date created: 2 January 1999 +# Whom: Kris Kennaway +# +# $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 diff --git a/deskutils/aspostit/distinfo b/deskutils/aspostit/distinfo new file mode 100644 index 000000000000..14803bcd2332 --- /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 000000000000..032cbb2551b6 --- /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 000000000000..01c534a907c8 --- /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 000000000000..b495a0f5c5fd --- /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 000000000000..39708ada3cb4 --- /dev/null +++ b/deskutils/aspostit/pkg-plist @@ -0,0 +1 @@ +bin/aspostit -- cgit