From 84d8b510ac289af0a43bfa9e110844af27a90196 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Apr 2006 09:03:08 -0500 Subject: initial commit from stable 0.3 --- gnustep-apps/gnustep-viewpdf/BUILD | 11 +++++++++++ gnustep-apps/gnustep-viewpdf/DEPENDS | 2 ++ gnustep-apps/gnustep-viewpdf/DETAILS | 17 +++++++++++++++++ gnustep-apps/gnustep-viewpdf/HISTORY | 2 ++ gnustep-apps/gnustep-viewpdf/INSTALL | 3 +++ 5 files changed, 35 insertions(+) create mode 100755 gnustep-apps/gnustep-viewpdf/BUILD create mode 100755 gnustep-apps/gnustep-viewpdf/DEPENDS create mode 100755 gnustep-apps/gnustep-viewpdf/DETAILS create mode 100644 gnustep-apps/gnustep-viewpdf/HISTORY create mode 100755 gnustep-apps/gnustep-viewpdf/INSTALL (limited to 'gnustep-apps/gnustep-viewpdf') diff --git a/gnustep-apps/gnustep-viewpdf/BUILD b/gnustep-apps/gnustep-viewpdf/BUILD new file mode 100755 index 0000000000..95724999ab --- /dev/null +++ b/gnustep-apps/gnustep-viewpdf/BUILD @@ -0,0 +1,11 @@ +if [ -f /etc/profile.d/GNUstep.sh ]; +then + . /etc/profile.d/GNUstep.sh +else + message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh" + message "Rebuild gnustep-make${DEFAULT_COLOR}" + exit 1 +fi && + +make + diff --git a/gnustep-apps/gnustep-viewpdf/DEPENDS b/gnustep-apps/gnustep-viewpdf/DEPENDS new file mode 100755 index 0000000000..1179332564 --- /dev/null +++ b/gnustep-apps/gnustep-viewpdf/DEPENDS @@ -0,0 +1,2 @@ +depends gnustep-pdfkit + diff --git a/gnustep-apps/gnustep-viewpdf/DETAILS b/gnustep-apps/gnustep-viewpdf/DETAILS new file mode 100755 index 0000000000..ff090d26b0 --- /dev/null +++ b/gnustep-apps/gnustep-viewpdf/DETAILS @@ -0,0 +1,17 @@ + SPELL=gnustep-viewpdf + VERSION=0.9 + SOURCE=ViewPDF-$VERSION.tar.bz2 +SOURCE_DIRECTORY=ViewPDF + SOURCE_URL[0]=http://download.gna.org/gsimageapps/$SOURCE + WEB_SITE=http://home.gna.org/gsimageapps + MD5[0]=7d1025c150fa49899d2f5fc3f4a3b1d0 + LICENSE[0]=GPL + ENTERED=20050908 + UPDATED=20050908 + BUILD_API=2 + SHORT="A GNUstep/Cocoa PDF viewer." + +cat << EOF +A GNUstep/Cocoa PDF viewer, unmaintained. New maintained version is called +Vindaloo. +EOF diff --git a/gnustep-apps/gnustep-viewpdf/HISTORY b/gnustep-apps/gnustep-viewpdf/HISTORY new file mode 100644 index 0000000000..19e0e807a0 --- /dev/null +++ b/gnustep-apps/gnustep-viewpdf/HISTORY @@ -0,0 +1,2 @@ +2005-09-08 Maurizio Boriani + * BUILD, DEPENDS, DETAILS, INSTALL: created the spell. diff --git a/gnustep-apps/gnustep-viewpdf/INSTALL b/gnustep-apps/gnustep-viewpdf/INSTALL new file mode 100755 index 0000000000..106db2d812 --- /dev/null +++ b/gnustep-apps/gnustep-viewpdf/INSTALL @@ -0,0 +1,3 @@ +export TAR_OPTIONS="--no-same-owner" + +make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install -- cgit v1.2.3