diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-16 18:30:31 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-16 18:30:31 +0000 |
commit | 4777a2568561f736c8eb4f8bb6b7a70e4731f59d (patch) | |
tree | 0db0f9db9956322e9db4cd73823f1d398f084728 /deskutils | |
parent | 713ba3c1c1cd3154aad2cdb84f431e787647c2e6 (diff) | |
download | FreeBSD-ports-4777a2568561f736c8eb4f8bb6b7a70e4731f59d.zip FreeBSD-ports-4777a2568561f736c8eb4f8bb6b7a70e4731f59d.tar.gz |
An application for managing notes on small cards (like punch cards :).
The application uses a directory based repository for cards with various
contents. Currently only one contents is supported, and that is RTF
contents (NSAttributedString) editable by a text view.
Screenshot:
WWW: http://stefan.agentfarms.net/Download/GNUstep/Shots/cartotheque-2.png
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/cartotheque/Makefile | 27 | ||||
-rw-r--r-- | deskutils/cartotheque/distinfo | 3 | ||||
-rw-r--r-- | deskutils/cartotheque/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/cartotheque/pkg-plist | 27 |
5 files changed, 65 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 436fab7..43492e9 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -21,6 +21,7 @@ SUBDIR += buoh SUBDIR += cal SUBDIR += calcurse + SUBDIR += cartotheque SUBDIR += cdcat SUBDIR += charmap SUBDIR += checkrdf diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile new file mode 100644 index 0000000..fb3d181 --- /dev/null +++ b/deskutils/cartotheque/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: cartotheque +# Date created: 16 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= cartotheque +PORTVERSION= 0.1 +CATEGORIES= deskutils +MASTER_SITES= http://stefan.agentfarms.net/Download/GNUstep/Prototypes/ +DISTNAME= Cartotheque-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Managing notes on small cards + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +post-patch: + ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ + ${WRKSRC}/GNUmakefile + +.include <bsd.port.mk> diff --git a/deskutils/cartotheque/distinfo b/deskutils/cartotheque/distinfo new file mode 100644 index 0000000..da8ae17 --- /dev/null +++ b/deskutils/cartotheque/distinfo @@ -0,0 +1,3 @@ +MD5 (Cartotheque-0.1.tar.gz) = 11502d8e8fc9e1e8e663f4c8fefd3873 +SHA256 (Cartotheque-0.1.tar.gz) = 23654c845283d689fb21c7b195b07bb0f22f62b9288fba2be84753102b8627fc +SIZE (Cartotheque-0.1.tar.gz) = 23490 diff --git a/deskutils/cartotheque/pkg-descr b/deskutils/cartotheque/pkg-descr new file mode 100644 index 0000000..c1dd968 --- /dev/null +++ b/deskutils/cartotheque/pkg-descr @@ -0,0 +1,7 @@ +An application for managing notes on small cards (like punch cards :). +The application uses a directory based repository for cards with various +contents. Currently only one contents is supported, and that is RTF +contents (NSAttributedString) editable by a text view. + +Screenshot: +WWW: http://stefan.agentfarms.net/Download/GNUstep/Shots/cartotheque-2.png diff --git a/deskutils/cartotheque/pkg-plist b/deskutils/cartotheque/pkg-plist new file mode 100644 index 0000000..b930e96 --- /dev/null +++ b/deskutils/cartotheque/pkg-plist @@ -0,0 +1,27 @@ +Local/Applications/Cartotheque.app/Cartotheque +Local/Applications/Cartotheque.app/Resources/CardInspector.gorm/data.classes +Local/Applications/Cartotheque.app/Resources/CardInspector.gorm/data.info +Local/Applications/Cartotheque.app/Resources/CardInspector.gorm/objects.gorm +Local/Applications/Cartotheque.app/Resources/CardWindow.gorm/data.classes +Local/Applications/Cartotheque.app/Resources/CardWindow.gorm/data.info +Local/Applications/Cartotheque.app/Resources/CardWindow.gorm/objects.gorm +Local/Applications/Cartotheque.app/Resources/Cartotheque.desktop +Local/Applications/Cartotheque.app/Resources/Cartotheque.gorm/data.classes +Local/Applications/Cartotheque.app/Resources/Cartotheque.gorm/data.info +Local/Applications/Cartotheque.app/Resources/Cartotheque.gorm/objects.gorm +Local/Applications/Cartotheque.app/Resources/CartothequeWindow.gorm/data.classes +Local/Applications/Cartotheque.app/Resources/CartothequeWindow.gorm/data.info +Local/Applications/Cartotheque.app/Resources/CartothequeWindow.gorm/objects.gorm +Local/Applications/Cartotheque.app/Resources/Info-gnustep.plist +Local/Applications/Cartotheque.app/Resources/InspectorPanel.gorm/data.classes +Local/Applications/Cartotheque.app/Resources/InspectorPanel.gorm/data.info +Local/Applications/Cartotheque.app/Resources/InspectorPanel.gorm/objects.gorm +Local/Applications/Cartotheque.app/library_paths.openapp +Local/Applications/Cartotheque.app/stamp.make +@dirrm Local/Applications/Cartotheque.app/Resources/InspectorPanel.gorm +@dirrm Local/Applications/Cartotheque.app/Resources/CartothequeWindow.gorm +@dirrm Local/Applications/Cartotheque.app/Resources/Cartotheque.gorm +@dirrm Local/Applications/Cartotheque.app/Resources/CardWindow.gorm +@dirrm Local/Applications/Cartotheque.app/Resources/CardInspector.gorm +@dirrm Local/Applications/Cartotheque.app/Resources +@dirrm Local/Applications/Cartotheque.app |