From aea96e2feae15c7bdb310c3ed5e679f48e923a9b Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Fri, 21 Jul 2006 15:09:26 +0200 Subject: added new sections fonts --- fonts/ghostscript-fonts-other/BUILD | 1 + fonts/ghostscript-fonts-other/DETAILS | 24 +++++++++++ fonts/ghostscript-fonts-other/HISTORY | 48 +++++++++++++++++++++ fonts/ghostscript-fonts-other/INSTALL | 2 + .../ghostscript-fonts-other-6.0.tar.gz.sig | Bin 0 -> 280 bytes 5 files changed, 75 insertions(+) create mode 100755 fonts/ghostscript-fonts-other/BUILD create mode 100755 fonts/ghostscript-fonts-other/DETAILS create mode 100644 fonts/ghostscript-fonts-other/HISTORY create mode 100755 fonts/ghostscript-fonts-other/INSTALL create mode 100644 fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig (limited to 'fonts/ghostscript-fonts-other') diff --git a/fonts/ghostscript-fonts-other/BUILD b/fonts/ghostscript-fonts-other/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts/ghostscript-fonts-other/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts/ghostscript-fonts-other/DETAILS b/fonts/ghostscript-fonts-other/DETAILS new file mode 100755 index 0000000000..3b9ff67899 --- /dev/null +++ b/fonts/ghostscript-fonts-other/DETAILS @@ -0,0 +1,24 @@ + SPELL=ghostscript-fonts-other + VERSION=6.0 + SOURCE=$SPELL-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/fonts + SOURCE_URL[0]=$SOURCEFORGE_URL/ghostscript/$SOURCE + WEB_SITE=http://www.ghostscript.com + LICENSE[0]=GPL + BUILD_API=2 + SOURCE_GPG="gurus.gpg:${SOURCE}.sig" + ENTERED=20010922 + UPDATED=20010922 + ARCHIVE="off" + KEYWORDS="ghostscript fonts printer" + SHORT="Optional fonts for ghostscript." +cat << EOF + +Ghostscript is the name of a set of software that provides: + * An interpreter for the PostScript language and the PDF file format, + * A set of C procedures (the Ghostscript library) that implement the + graphics capabilities that appear as primitive operations in the + PostScript language, and + * A wide variety of output drivers for various file formats and printers. + +EOF diff --git a/fonts/ghostscript-fonts-other/HISTORY b/fonts/ghostscript-fonts-other/HISTORY new file mode 100644 index 0000000000..0ce9468b78 --- /dev/null +++ b/fonts/ghostscript-fonts-other/HISTORY @@ -0,0 +1,48 @@ +2006-03-12 Karsten Behrmann + * DETAILS: (automated) Add KEYWORDS + +2005-10-02 Jason Flatt + * BUILD, DETAILS, ghostscript-fonts-other-6.0.tar.gz.sig, INSTALL: + Upgraded to BUILD_API 2. + * DETAILS: Converted from MD5 to GPG checking. + Removed MAINTAINER. + * PREPARE: Removed as I believe it is no longer needed. + +2003-10-20 Jason Flatt + * HISTORY: Reformatted this file based on new standard. + +2003-06-23 hgg + * DETAILS: ARCHIVE="off" fix in bugzilla bug #1068, reverting change 13315, + keeping 13321. + * PREPARE: Added to remove cache after fixing bug #1068. + +2003-05-23 Jason Flatt + * DETAILS: Corrected SOURCE_URL to use SOURCEFORGE_URL. + +2003-05-19 Jason Flatt + * BUILD: Update for ${INSTALL_ROOT}. + +2003-04-25 Jason Flatt + * DETAILS: Updated MAINTAINER e-mail address. + +2002-08-02 Jason Flatt + * DETAILS: Changed LICENSE= and MD5= to LICENSE[x]= and MD5[x]=. + Reformatted the long description. + * HISTORY: Reformatted. + +2002-06-22 Jason Flatt + * DETAILS: Added LICENSE and MD5 to DETAILS. + +2002-06-10 Jason Flatt + * USEGCC2: Removed as it compiles w/gcc 3.1 and executes. + +2002-05-29 Jason Flatt + * USEGCC2: Added in preparation for gcc3 upgrade. + +2002-05-08 Jason Flatt + * HISTORY: Reformatted to conform to new template. + +2002-03-24 Jason Flatt + * DETAILS: Changed WEB_SITE from .org to .com. + * HISTORY: Added. + diff --git a/fonts/ghostscript-fonts-other/INSTALL b/fonts/ghostscript-fonts-other/INSTALL new file mode 100755 index 0000000000..35c5647535 --- /dev/null +++ b/fonts/ghostscript-fonts-other/INSTALL @@ -0,0 +1,2 @@ +mkdir -p ${INSTALL_ROOT}/usr/share/ghostscript && +cp -r $SOURCE_DIRECTORY ${INSTALL_ROOT}/usr/share/ghostscript diff --git a/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig b/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig new file mode 100644 index 0000000000..5518992329 Binary files /dev/null and b/fonts/ghostscript-fonts-other/ghostscript-fonts-other-6.0.tar.gz.sig differ -- cgit v1.2.3