Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b904be3fa42512ff69e41cf8f16cb75e93fab968)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b904be3fa42512ff69e41cf8f16cb75e93fab968)
  • Date: Thu, 16 Aug 2007 05:58:52 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

dev/null |binary
printer/espgs/BUILD | 8 -
printer/espgs/CONFIGURE | 11 -
printer/espgs/CONFLICTS | 2
printer/espgs/DEPENDS | 28 ---
printer/espgs/DETAILS | 39 -----
printer/espgs/DOWNLOAD | 1
printer/espgs/HISTORY | 255
------------------------------------
printer/espgs/INSTALL | 25 ---
printer/espgs/Omni-0.9.2.tar.gz.sig | 0
printer/espgs/PREPARE | 1
printer/espgs/PRE_BUILD | 16 --
printer/espgs/PROVIDES | 1
printer/espgs/TRIGGERS | 4
14 files changed, 15 insertions(+), 376 deletions(-)

New commits:
commit a4b4c5b9631471953f90573cdc9b1709daf25036
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate printer/espgs [replaced by ghostscript]

diff --git a/printer/espgs/BUILD b/printer/espgs/BUILD
index 99b5e16..27ba77d 100755
--- a/printer/espgs/BUILD
+++ b/printer/espgs/BUILD
@@ -1,7 +1 @@
-# need a comma separated list
-OPTS="--with-drivers=`echo ${ESPGS_PRINTERS} |sed "s/^ *//;s/ /,/g"`,FILES \
- --enable-dynamic ${OPTS}" &&
-
-make_single &&
-default_build &&
-make_normal
+true
diff --git a/printer/espgs/CONFIGURE b/printer/espgs/CONFIGURE
deleted file mode 100755
index 77f9ab8..0000000
--- a/printer/espgs/CONFIGURE
+++ /dev/null
@@ -1,11 +0,0 @@
-source $GRIMOIRE/FUNCTIONS
-config_query ESPGS_LIBGS "Install libgs.so, used by gsview and others,
requires GTK+?" n
-if ! [[ -z ${ESPGS_PRINTERS} ]];then
-config_query ESP_SEL "Do you wish to reselect printer types?" n
-fi
-if [[ ${ESP_SEL} == y ]]; then
- persistent_remove ESPGS_PRINTERS
-fi
-config_query_multi ESPGS_PRINTERS "Please select printer types" \
- ALL APPLE BROTHER CANON EPSON HP IBM JAPAN LEXMARK OKI PCLXL
-persistent_remove ESP_SEL
diff --git a/printer/espgs/CONFLICTS b/printer/espgs/CONFLICTS
deleted file mode 100755
index f960915..0000000
--- a/printer/espgs/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts ghostscript
-conflicts gs-afpl
diff --git a/printer/espgs/DEPENDS b/printer/espgs/DEPENDS
index 92c2d75..6204ecc 100755
--- a/printer/espgs/DEPENDS
+++ b/printer/espgs/DEPENDS
@@ -1,27 +1 @@
-depends g++ &&
-depends ghostscript-fonts-std &&
-depends jpeg &&
-depends libpng &&
-depends tiff &&
-depends X11-LIBS &&
-depends zlib &&
-depends glib2 &&
-
-if [ "${ESPGS_LIBGS}" == "y" ]; then
- depends gtk+
-fi &&
-
-optional_depends "CUPS" \
- "--enable-cups" \
- "--disable-cups" \
- "CUPS print spooler support" &&
-
-optional_depends "ijs" \
- "--with-ijs" \
- "--without-ijs" \
- "for IJS print protocol support" &&
-
-optional_depends "ghostscript-fonts-other" \
- "" \
- "" \
- "for additional fonts"
+depends ghostscript
diff --git a/printer/espgs/DETAILS b/printer/espgs/DETAILS
index fdf6a43..faa0c73 100755
--- a/printer/espgs/DETAILS
+++ b/printer/espgs/DETAILS
@@ -1,37 +1,8 @@
SPELL=espgs
- VERSION=8.15.4
-
SOURCE_HASH=sha512:4b7ec044b452766839579c91e582a644cf16201e89174ac6957d38004fb065d98ec690296142e102c43266ad08380007264a61ed386757f87f75e084e7db22ce
- SOURCE=${SPELL}-${VERSION}-source.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://ftp.easysw.com/pub/ghostscript/${VERSION}/${SOURCE}
## Oregon, USA
- SOURCE_URL[1]=ftp://ftp2.easysw.com/pub/ghostscript/${VERSION}/${SOURCE}
## Maryland, USA
- SOURCE_URL[2]=ftp://ftp3.easysw.com/pub/ghostscript/${VERSION}/${SOURCE}
## California, USA
-
SOURCE_URL[3]=http://www.nu6.org/_/mirror/ftp.easysw.com/pub/ghostscript/${VERSION}/${SOURCE}
## Gustavsberg, Sweden
-
SOURCE_URL[4]=ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/${VERSION}/${SOURCE}
## Braunschweig, Germany
- WEB_SITE=http://www.cups.org
- LICENSE[0]=GPL
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- ENTERED=20020613
-if [ "$ESPGS_OMNI" = "y" ]; then
- SOURCE2=Omni-0.9.2.tar.gz
- SOURCE2_URL[0]=${SOURCEFORGE_URL}/omniprint/${SOURCE2}
- LICENSE[3]=LGPL
- SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
-fi
- KEYWORDS="ghostscript interpreter postscript printer"
- SHORT="ESP Ghostscript is an interpreter for the PostScript
langauge."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-
-ESP Ghostscript is a customized version of GNU Ghostscript that includes an
-enhanced autoconf-based configuration script, the CUPS raster driver to
-support CUPS raster printer drivers, and additional patches and drivers from
-various Linux distributors.
-
-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.
-
+deprecated spell [replaced by ghostscript]
EOF
+
diff --git a/printer/espgs/DOWNLOAD b/printer/espgs/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/espgs/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/espgs/HISTORY b/printer/espgs/HISTORY
index 1dc8707..cd5943e 100644
--- a/printer/espgs/HISTORY
+++ b/printer/espgs/HISTORY
@@ -1,251 +1,4 @@
-2007-04-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: fixed a typo that prevented downloading the omni
- driver
-
-2007-03-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15.4
-
-2006-09-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15.3
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * PROVIDES: [automated] Fixed invalid entries.
-
-2006-06-25 George Sherwood <george AT beernabeer.com>
- * DEPENDS: Changed to CUPS from cups
-
-2006-06-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * PRE_BUILD, ghostscript-8.15-sharedlib.patch: removed, included in
8.15.2
-
-2006-06-24 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: simplify query for printer selection
- should fix bug #12734
-
-2006-06-22 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: source FUNCTIONS, not config_query_multi
-
-2006-04-26 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: fix typo s/R/r/
- add overlooked PCLXL printers
- always unset ESP_SEL
-
-2006-04-26 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD CONFIGURE: allow selection of printer types
- * INSTALL: remove hard-coded version numbers
-
-2006-04-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15.2
-
-2006-04-09 Robin Cook <rcook AT wyrms.net>
- * CONFIGURE: added to query libgs.so install
- * DEPENDS: set gtk+ depends on query
- * PRE_BUILD: add sedit to change default output device
- added patch to build libgs
- * BUILD: remove un-needed line continuation
- * INSTALL: run libgs make and make soinstall by query
- install any missing docs and link as BLFS
- * WIP: added
-
-2006-04-09 Robin Cook <rcook AT wyrms.net>
- * DETAILS: changed to gpg on Omni as kept getting invalid hash
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-01-02 Robin Cook <rcook AT wyrms.net>
- * DETAILS: removed missed PRESOURCE
-
-2006-01-02 Robin Cook <rcook AT wyrms.net>
- * DETAILS: moved Omni driver info from PREPARE to here as it was
causing
- summons to fail as it did not have the PREPARE info. It was also
- redundant
- * PREPARE: deleted info moved to DETAILS
-
-2005-12-16 Sergey Lipnevich <sergey AT sourcemage.org>
- * PRE_BUILD: disable defining `malloc' as `rpl_malloc' because
there's no
- such function defined in the code.
-
-2005-12-01 Seth Woolley <seth AT tautology.org>
- * DETAILS,PREPARE: fix MD5 anomaly
-
-2005-11-28 Seth Woolley <seth AT tautology.org>
- * PRE_BUILD: unpack api update
-
-2005-11-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: always need glib2
- remove gtk+, espgs builds without it
-
-2005-11-13 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added missing dependency on X11-LIBS (optional dependency
- does not work for espgs ;/)
-
-2005-10-09 Jason Flatt <jflatt AT sourcemage.org>
- * DEPENDS: Added missing deps on g++, tiff and optional dep on ijs.
- Removed gimp-print and commented out X11-LIBS (which is handled by
- gtk+).
- * DETAILS: Updated SOURCE_URLs.
- Removed text about cups from long description.
- * DETAILS, espgs-8.15.1-source.tar.bz2.sig: Converted to GPG checking.
-
-2005-10-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15.1
-
-2005-08-26 Jason Flatt <jflatt AT sourcemage.org>
- * DETAILS: Set off variables for the Omni question in PREPARE (bug #
- 9631).
-
-2005-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15rc4
-
-2005-07-28 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Build dynamic support
- * INSTALL: Install headers
-
-2005-07-15 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depends on libpng and zlib (no longer optional)
- Optionally depends on X11-LIBS (Bug #9170)
- Thanks to Jiri Golembiovsky <golemj AT gmail.com>
-
-2005-04-23 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depends on some X11-LIBS
-
-2005-04-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15rc3
-
-2005-04-15 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Lost the execute bit...made executable
-
-2005-04-07 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1
- * BUILD: Run make_single before default_build and make_normal
afterwards
-
-2005-03-17 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Omni drivers depend on glib2
- Formatted to Guru Handbook
-
-2005-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15rc2
-
-2005-02-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: fix url
-
-2005-02-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.15rc1
- clean up
- * DEPENDS: add cups, remove gimp-print
- * BUILD: deleted
- * PRE_BUILD: no longer copy makefile.in
- clean up
-
-2005-01-29 Arjan Bouter <abouter AT sourcemage.org>
- * BUILD,TRIGGERS: spell_installed -> spell_ok conversion
-
-2005-01-08 Eric Sandall <sandalle AT sourcemage.org>
- * PREPARE: Converted to config_query
-
-2004-10-05 Jason Flatt <jflatt AT sourceamge.org>
- * PREPARE, DETAILS: Updated Omni version to 0.9.2.
- * DETAILS: Removed MAINTAINER.
- Added BUILD_API=2.
- * BUILD, INSTALL: Updated to BUILD_API 2.
-
-2004-04-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD: add -lz to LDFLAGS if zlib is installed, fixes png detection
- * DETAILS: changed UPDATED
-
-2003-09-19 Jason Flatt <jason AT flattfamily.com>
- * PREPARE: Updated Omni drivers to 0.9.1.
-
-2003-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * PROVIDES: Upper-case provides
-
-2003-10-19 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: updated MD5[0]
- * PRE_BUILD: added missing && so it correctly aborts on wrong md5sum
-
-2003-10-18 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Updated to 7.07.1.
- * BUILD: Added, 'cause make install does not copy the main binary.
- * DEPENDS: Changed jpeg from optional_depends to depends (Bugs #4400 &
- #4440).
- * HISTORY: Updated to new format.
-
-2003-09-19 Jason Flatt <jason AT flattfamily.com>
- * CONFLICTS: Updated for ghostscript spell fork.
-
-2003-08-29 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Updated to 7.07.1rc2. Currently for devel only.
-
-2003-08-13 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Updated to 7.07.1rc1. Currently for devel only.
-
-2003-05-19 Jason Flatt <jason AT flattfamily.com>
- * Minor code reformat.
-
-2003-05-18 Jason Flatt <jason AT flattfamily.com>
- * PREPARE: Updated Omni to 0.9.0.
-
-2003-03-04 Jason Flatt <jason AT flattfamily.com>
- * Reverted back to static build, as the shared build didn't work like
I
- thought it did.
-
-2003-02-17 Jason Flatt <jasonflatt AT wizard.com>
- * Converted to build as shared object (so that GSView works w/it).
- * PREPARE: Upgraded to use Omni 0.7.3.
-
-2003-02-10 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version bump to 7.05.6.
-
-2003-01-26 Jason Flatt <jasonflatt AT wizard.com>
- * PREPARE: Actually included Omni upgrade info (thanks to Treeve
Jelbert
- for pointing that out).
-
-2003-01-17 Jason Flatt <jasonflatt AT wizard.com>
- * PRE_BUILD: Added MD5 info to and modified logic.
- * PREPARE: Upgraded Omni includes to version 0.7.2.
-
-2002-12-14 Jason Flatt <jasonflatt AT wizard.com>
- * Addresses bugs 1890, 1891 and 1892.
-
-2002-10-23 Jason Flatt <jasonflatt AT wizard.com>
- * TRIGGERS: Added for optional_depends zlib.
-
-2002-10-14 Jason Flatt <jasonflatt AT wizard.com>
- * BUILD, DEPENDS, DETAILS, PRE_BUILD & PREPARE: Modified or added to
- address bug # 1180 and to better represent the dependencies.
-
-2002-09-16 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated version and MD5 to 7.05.5.
-
-2002-08-27 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Cleaned up.
- * PROVIDES: Changed provides to postscript-interpreter.
- * HISTORY: Reformatted this file.
-
-2002-08-02 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Removed a broken SOURCE_URL; updated MD5; and changed
- LICENSE= and MD5= to LICENSE[0]= and MD5[0]=.
- * HISTORY: Reformatted.
-
-2002-07-17 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated MD5 from previous version update.
-
-2002-07-13 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Changed gtk+ to optional_depends.
-
-2002-07-08 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Reordered SOURCE_URLs.
-
-2002-07-08 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version bump from 7.05.2-1 to 7.05.3.
-
-2002-06-22 Jason Flatt <jasonflatt AT wizard.com>
- * PROVIDES: Added for compatibility with other programs that require
- ghostscript (Thanks to Treeve).
-
-2002-06-22 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Modified LICENSE and MD5.
-
-2002-06-12 Treeve Jelbert <treeve AT sourcemage.org>
- * Removed jpeg source.
-
+2007-08-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by ghostscript]
diff --git a/printer/espgs/INSTALL b/printer/espgs/INSTALL
index f80c2d6..27ba77d 100755
--- a/printer/espgs/INSTALL
+++ b/printer/espgs/INSTALL
@@ -1,24 +1 @@
-default_install &&
-
-ln -v -s ../ghostscript/8.15/doc /usr/share/doc/espgs-${VERSION} &&
-
-for INSTFILE in `ls doc`
-do
- if [ ! -f /usr/share/doc/espgs-${VERSION}/${INSTFILE} ]; then
- install -v -m644 doc/${INSTFILE} /usr/share/doc/espgs-${VERSION}/
- fi
-done &&
-
-if [ "${ESPGS_LIBGS}" == "y" ]; then
- make_single &&
- make CFLAGS='-fpic $(ACDEFS)' so &&
- make soinstall &&
- make_normal
-fi &&
-
-#
-# Install header files
-#
-ESPGS_INCLUDE_DIR=${INSTALL_ROOT}/usr/include/$SPELL &&
-mkdir -p ${ESPGS_INCLUDE_DIR} &&
-cp src/*.h ${ESPGS_INCLUDE_DIR}
+true
diff --git a/printer/espgs/Omni-0.9.2.tar.gz.sig
b/printer/espgs/Omni-0.9.2.tar.gz.sig
deleted file mode 100644
index f0284e9..0000000
Binary files a/printer/espgs/Omni-0.9.2.tar.gz.sig and /dev/null differ
diff --git a/printer/espgs/PREPARE b/printer/espgs/PREPARE
deleted file mode 100755
index a22ca4c..0000000
--- a/printer/espgs/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query ESPGS_OMNI "Include IBM's Omni drivers?" n
diff --git a/printer/espgs/PRE_BUILD b/printer/espgs/PRE_BUILD
index c3ec43e..27ba77d 100755
--- a/printer/espgs/PRE_BUILD
+++ b/printer/espgs/PRE_BUILD
@@ -1,15 +1 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-# this operation is harmless because because rpl_malloc is not defined
anywhere
-# in the source; moreover, the symbol HAVE_MALLOC is not used in the source
as
-# of ESPGS 8.15.1 and maybe earlier.
-sedit 's|#define malloc rpl_malloc|//\0|g' configure &&
-
-if [ "${ESPG_OMNI}" == "y" ]; then
- unpack_file 4
-fi
-
-if [ "${ESPGS_LIBGS}" == "y" ]; then
- sedit "s/bbox.dev$/x11.dev/" Makefile.in
-fi
+true
diff --git a/printer/espgs/PROVIDES b/printer/espgs/PROVIDES
deleted file mode 100755
index 215a207..0000000
--- a/printer/espgs/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-POSTSCRIPT-INTERPRETER
diff --git a/printer/espgs/TRIGGERS b/printer/espgs/TRIGGERS
index 8804462..fb05b17 100755
--- a/printer/espgs/TRIGGERS
+++ b/printer/espgs/TRIGGERS
@@ -1,3 +1 @@
-if spell_ok zlib; then
- on_cast zlib cast_self
-fi
+on_cast espgs dispel_self



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b904be3fa42512ff69e41cf8f16cb75e93fab968), Treeve Jelbert, 08/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page