From 715cddf579b219ac8828c440ba8d61c5e5358c99 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 25 Sep 2006 02:12:49 +0000 Subject: =?UTF-8?q?This=20is=20a=20character=20map.=20It=20is=20developed?= =?UTF-8?q?=20using=20the=20GNUstep=20development=20environment=20(www.gnu?= =?UTF-8?q?step.org)=20and=20is=20meant=20to=20contribute=20to=20GNUstep's?= =?UTF-8?q?=20promise=20towards=20a=20desktop=20environment.=20Charmap=20o?= =?UTF-8?q?ffers=20font=20selection,=20allowing=20one=20to=20easily=20see?= =?UTF-8?q?=20all=20the=20glyphs=20which=20a=20particular=20font=20offers.?= =?UTF-8?q?=20PR:=09=09103434=20Submitted=20by:=09G=C3=BCrkan=20Seng=C3=BC?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deskutils/Makefile | 1 + deskutils/charmap/Makefile | 27 +++++++++++++++++++++++++++ deskutils/charmap/distinfo | 3 +++ deskutils/charmap/pkg-descr | 8 ++++++++ deskutils/charmap/pkg-plist | 13 +++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 deskutils/charmap/Makefile create mode 100644 deskutils/charmap/distinfo create mode 100644 deskutils/charmap/pkg-descr create mode 100644 deskutils/charmap/pkg-plist (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index d9bb321884d7..bd21e5d40f98 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -19,6 +19,7 @@ SUBDIR += cal SUBDIR += calcurse SUBDIR += cdcat + SUBDIR += charmap SUBDIR += checkrdf SUBDIR += chmsee SUBDIR += contacts diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile new file mode 100644 index 000000000000..59713f89a5d8 --- /dev/null +++ b/deskutils/charmap/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: charmap +# Date created: 28 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= charmap +PORTVERSION= 0.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.nongnu.org/charmap/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Character map for GNUstep + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +.include diff --git a/deskutils/charmap/distinfo b/deskutils/charmap/distinfo new file mode 100644 index 000000000000..21d2f20419b0 --- /dev/null +++ b/deskutils/charmap/distinfo @@ -0,0 +1,3 @@ +MD5 (charmap-0.2.tar.gz) = cb3431b5dcb9e7e9c6dfdcc970ee868d +SHA256 (charmap-0.2.tar.gz) = 096ebebbf94ce80fc67b3c446bff5052779528276d6bdb6fbf66364a4eec8801 +SIZE (charmap-0.2.tar.gz) = 182553 diff --git a/deskutils/charmap/pkg-descr b/deskutils/charmap/pkg-descr new file mode 100644 index 000000000000..51767508c2ce --- /dev/null +++ b/deskutils/charmap/pkg-descr @@ -0,0 +1,8 @@ +This is a character map. It is developed using the GNUstep development +environment (www.gnustep.org) and is meant to contribute to GNUstep's +promise towards a desktop environment. + +Charmap offers font selection, allowing one to easily see all the glyphs +which a particular font offers. + +WWW: http://www.nongnu.org/charmap/ diff --git a/deskutils/charmap/pkg-plist b/deskutils/charmap/pkg-plist new file mode 100644 index 000000000000..0825056bc95c --- /dev/null +++ b/deskutils/charmap/pkg-plist @@ -0,0 +1,13 @@ +Local/Applications/Charmap.app/Charmap +Local/Applications/Charmap.app/library_paths.openapp +Local/Applications/Charmap.app/Resources/Info-gnustep.plist +Local/Applications/Charmap.app/Resources/CharmapInfo.plist +Local/Applications/Charmap.app/Resources/Charmap.desktop +Local/Applications/Charmap.app/Resources/UnicodeData.txt +Local/Applications/Charmap.app/Resources/Charmap.png +Local/Applications/Charmap.app/Resources/Charmap.gorm/data.classes +Local/Applications/Charmap.app/Resources/Charmap.gorm/objects.gorm +Local/Applications/Charmap.app/stamp.make +@dirrm Local/Applications/Charmap.app/Resources/Charmap.gorm +@dirrm Local/Applications/Charmap.app/Resources +@dirrm Local/Applications/Charmap.app -- cgit v1.2.3