diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 17:48:26 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 17:48:26 +0000 |
commit | d9b7b329764a755d2d1490084f2a386fddfb7330 (patch) | |
tree | e18e078fe288c10477a5fd4e0588d899236c3b32 /deskutils | |
parent | 8daabefad0631a8754e25afa977b6c1edb7f1cfa (diff) | |
download | ports-d9b7b329764a755d2d1490084f2a386fddfb7330.tar.gz ports-d9b7b329764a755d2d1490084f2a386fddfb7330.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-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 |
7 files changed, 53 insertions, 0 deletions
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 <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 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 |