Add aspostit, an afterstep version of xpostit.

PR:		ports/9289
Submitted by:	Kris Kennaway <kris@FreeBSD.org>
This commit is contained in:
Neil Blakey-Milner 2000-07-29 17:48:26 +00:00
parent 8daabefad0
commit d9b7b32976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31111
7 changed files with 53 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#
SUBDIR += abacus
SUBDIR += aspostit
SUBDIR += bulb
SUBDIR += cal
SUBDIR += cbb

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (aspostit-1.3.tar.gz) = d25bd026513c4c936d452984492f9b15

View File

@ -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",

View File

@ -0,0 +1 @@
An AfterStep dockable version of XPostIt

View File

@ -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).

View File

@ -0,0 +1 @@
bin/aspostit