Skip to Content.
Sympa Menu

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

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 (9ea951bf227a0828d14af684eb276d17dd1df3fc)
  • Date: Thu, 2 Aug 2007 09:59:44 -0500

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

dev/null |binary
printer/gs-afpl/BUILD | 12 --
printer/gs-afpl/CONFIGURE | 1
printer/gs-afpl/CONFLICTS | 2
printer/gs-afpl/DEPENDS | 24 ----
printer/gs-afpl/DETAILS | 22 ----
printer/gs-afpl/DOWNLOAD | 1
printer/gs-afpl/HISTORY | 143
---------------------------
printer/gs-afpl/INSTALL | 7 -
printer/gs-afpl/PRE_BUILD | 8 -
printer/gs-afpl/PROVIDES | 1
printer/gs-afpl/TRIGGERS | 2
printer/gs-afpl/ghostscript-8.53.tar.bz2.sig | 0
utils/strigi/DETAILS | 8 -
utils/strigi/HISTORY | 5
15 files changed, 24 insertions(+), 212 deletions(-)

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

strigi-0.5.4

commit d8239aa16548d9133a7134618659c6af76f2dc3f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate printer/gs-afpl [replaced by ghostscript]

diff --git a/printer/gs-afpl/BUILD b/printer/gs-afpl/BUILD
index 4d6a865..27ba77d 100755
--- a/printer/gs-afpl/BUILD
+++ b/printer/gs-afpl/BUILD
@@ -1,11 +1 @@
-[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
-
-sedit "s:CFLAGS_STANDARD=@OPT_CFLAGS@:CFLAGS_STANDARD=$CFLAGS:g"
Makefile.in &&
-sedit "s:CFLAGS_PROFILE=-pg @OPT_CFLAGS@:CFLAGS_PROFILE=-pg $CFLAGS:g"
Makefile.in &&
-
-make_single &&
-default_build &&
-
-if [ "$GS_AFPL_LIBGS" = "y" ]; then
- make so
-fi
+true
diff --git a/printer/gs-afpl/CONFIGURE b/printer/gs-afpl/CONFIGURE
deleted file mode 100755
index 8c68a3e..0000000
--- a/printer/gs-afpl/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GS_AFPL_LIBGS "Build and install the shared library libgs.so
(necessary if using the gv ghostscript viewer)?" y
diff --git a/printer/gs-afpl/CONFLICTS b/printer/gs-afpl/CONFLICTS
deleted file mode 100755
index d961c6b..0000000
--- a/printer/gs-afpl/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts espgs
-conflicts ghostscript
diff --git a/printer/gs-afpl/DEPENDS b/printer/gs-afpl/DEPENDS
index 500c7c4..6204ecc 100755
--- a/printer/gs-afpl/DEPENDS
+++ b/printer/gs-afpl/DEPENDS
@@ -1,23 +1 @@
-depends libpng &&
-depends zlib &&
-depends jpeg &&
-depends ghostscript-fonts-std &&
-
-if [ "$GS_AFPL_LIBGS" = "y" ]; then
- depends gtk+
-fi &&
-
-optional_depends X11-LIBS \
- "--with-x" \
- "--without-x" \
- "for x11 devices" &&
-
-optional_depends ghostscript-fonts-other \
- "" \
- "" \
- "for additional fonts" &&
-
-optional_depends gimp-print \
- "--with-gimp-print" \
- "" \
- "for including the GIMP-print (stp) driver support"
+depends ghostscript
diff --git a/printer/gs-afpl/DETAILS b/printer/gs-afpl/DETAILS
index 8631a82..0c78efe 100755
--- a/printer/gs-afpl/DETAILS
+++ b/printer/gs-afpl/DETAILS
@@ -1,20 +1,8 @@
SPELL=gs-afpl
- VERSION=8.53
- SOURCE=ghostscript-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/ghostscript-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/ghostscript/$SOURCE
- WEB_SITE=http://www.ghostscript.com
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
- ENTERED=20010922
- UPDATED=20040406
- LICENSE[0]=AFPL
- KEYWORDS="interpreter postscript printer"
- SHORT="Interpreter for the PostScript langauge"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
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.
+deprecated spell [replaced by ghostscript]
EOF
+
diff --git a/printer/gs-afpl/DOWNLOAD b/printer/gs-afpl/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/gs-afpl/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/gs-afpl/HISTORY b/printer/gs-afpl/HISTORY
index 1091c64..c2c7534 100644
--- a/printer/gs-afpl/HISTORY
+++ b/printer/gs-afpl/HISTORY
@@ -1,139 +1,4 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * PROVIDES: [automated] Fixed invalid entries.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-10-29 Jason Flatt <jflatt AT soucemage.org>
- * DETAILS: Version bump from 8.51 to 8.53.
- Converted to GPG checking.
-
-2005-06-11 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 8.51
- * BUILD: Use default_build
-
-2005-04-07 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1
- * BUILD: Run make_single before make
- * INSTALL: Run make_normal before make install
-
-2005-01-08 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 8.50
- Added BUILD_API=2
- Shortened SHORT
- * CONFIGURE: Converted to config_query
- Renamed LIBGS to GS_AFPL_LIBGS
- * DEPENDS: Renamed LIBGS to GS_AFPL_LIBGS
- Formatted to Guru Handbook
- * PRE_BUILD: Use sedit instead of cp and sed
- * BUILD: Converted to build_api 2
- Renamed LIBGS to GS_AFPL_LIBGS
- * INSTALL: Branched from BUILD
- Converted to build_api 2
- Renamed LIBGS to GS_AFPL_LIBGS
-
-2004-04-15 Jason Flatt <jflatt AT sourcemage.org>
- * BUILD: Added sedit lines to add user's optimizations to the compile.
- (Thanks to Laurent Wandrebeck (low). Sorry it took so long to fix.)
-
-2004-04-06 Jason Flatt <jflatt AT sourcemage.org>
- * Integrating Vladimir's changes and some minor code cleanup.
-
-2004-02-26 Vladimir Navrat <vn158 AT seznam.cz>
- * Spell rewrite to enable cast without gtk+ and without xfree86-libs
-
-2004-02-21 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 8.14
- Removed MAINTAINER
-
-2004-01-06 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Version bump to 8.13.
-
-2003-12-09 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Version bump to 8.12.
-
-2003-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * PROVIDES: Upper-case provides
-
-2003-10-20 Jason Flatt <jason AT flattfamily.com>
- * HISTORY: Reformatted this file based on new standard.
-
-2003-09-19 Jason Flatt <jason AT flattfamily.com>
- * I have decided to fork the spell to a GPL one in printer and an
AFPL one
- in z-rejected (heads up Geoff).
- * ghostscript: Version downgrade to 7.07a (using "forked" packaging
that
- excludes questionable files).
- * gs-afpl: Version bump to 8.11, LICENSE change to AFPL and move
(pending)
- to z-rejected.
-
-2003-05-23 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Version bump to 8.10.
-
-2003-05-19 Jason Flatt <jason AT flattfamily.com>
- * BUILD: Update for ${INSTALL_ROOT}.
-
-2003-04-25 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Updated MAINTAINER e-mail address.
-
-2003-01-25 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Added MAKE_NJOBS=1 Eric Sandall (bug # 2397).
-
-2003-01-17 Jason Flatt <jasonflatt AT wizard.com>
- * PRE_BUILD: Added MD5 info.
-
-2002-11-23 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version bump from 7.05 to 8.00, thanks to Eirc Sandall for
the
- heads up (and the bug - # 1764).
-
-2002-10-19 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Forgot to update the UPDATED tag.
-
-2002-10-19 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Glenn Shannon on the benefits of explicit dependencies.
- * TRIGGERS: Added to deal w/zlib.
-
-2002-10-14 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Modified to address bug # 1180.
-
-2002-08-27 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Cleaned up.
- * PROVIDES: Added.
- * HISTORY: Reformatted this file.
-
-2002-08-02 Jason Flatt <jasonflatt AT wizard.com>
- * HISTORY: Reformatted this file.
-
-2002-07-04 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Modified SOURCE_URL[0] to use $SOURCEFORGE_URL variable.
- Removed SOURCE_URL[1] and SOURCE_URL[2].
-
-2002-06-22 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Added LICENSE and MD5 to DETAILS.
-
-2002-06-19 Jason Flatt <jasonflatt AT wizard.com>
- * CONFILCTS: Added to accomidate new espgs spell.
-
-2002-06-10 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Removed as it compiles w/gcc 3.1 and executes.
-
-2002-05-29 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Added in preparation for gcc3 upgrade.
-
-2002-05-18 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Changed SOURCE_DIRECTORYs.
-
-2002-05-08 Jason Flatt <jasonflatt AT wizard.com>
- * HISTORY: Reformatted to conform to new template.
-
-2002-05-07 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated SOURCE_URLs to reflect SourceForge mirror change.
- Modified long description for improved readability when executing
"gaze
- what ghostscript" command.
-
-2002-03-24 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Changed WEB_SITE from .org to .com.
- * HISTORY: Added this file.
-
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by ghostscript]
diff --git a/printer/gs-afpl/INSTALL b/printer/gs-afpl/INSTALL
index ac4477d..27ba77d 100755
--- a/printer/gs-afpl/INSTALL
+++ b/printer/gs-afpl/INSTALL
@@ -1,6 +1 @@
-make_normal &&
-make install &&
-
-if [ "$GS_AFPL_LIBGS" = "y" ]; then
- make soinstall
-fi
+true
diff --git a/printer/gs-afpl/PRE_BUILD b/printer/gs-afpl/PRE_BUILD
index 6fd9105..27ba77d 100755
--- a/printer/gs-afpl/PRE_BUILD
+++ b/printer/gs-afpl/PRE_BUILD
@@ -1,7 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sedit "s/\/local//g" src/all-arch.mak &&
-sedit "s/SHARE_LIBPNG=0/SHARE_LIBPNG=1/" src/unix-gcc.mak &&
-sedit "s/SHARE_LIBJPG=0/SHARE_LIBJPG=1/" src/unix-gcc.mak &&
-sedit "s/SHARE_ZLIB=0/SHARE_ZLIB=1/" src/unix-gcc.mak
+true
diff --git a/printer/gs-afpl/PROVIDES b/printer/gs-afpl/PROVIDES
deleted file mode 100755
index 215a207..0000000
--- a/printer/gs-afpl/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-POSTSCRIPT-INTERPRETER
diff --git a/printer/gs-afpl/TRIGGERS b/printer/gs-afpl/TRIGGERS
index 0bff07e..6aced51 100755
--- a/printer/gs-afpl/TRIGGERS
+++ b/printer/gs-afpl/TRIGGERS
@@ -1 +1 @@
-on_cast zlib cast_self
+on_cast gs-afpl dispel_self
diff --git a/printer/gs-afpl/ghostscript-8.53.tar.bz2.sig
b/printer/gs-afpl/ghostscript-8.53.tar.bz2.sig
deleted file mode 100644
index 9df8c76..0000000
Binary files a/printer/gs-afpl/ghostscript-8.53.tar.bz2.sig and /dev/null
differ
diff --git a/utils/strigi/DETAILS b/utils/strigi/DETAILS
index cd022fe..e00343a 100755
--- a/utils/strigi/DETAILS
+++ b/utils/strigi/DETAILS
@@ -1,4 +1,5 @@
SPELL=strigi
+ KDEVER=3.92.0
WEB_SITE=http://www.vandenoever.info/software/strigi/
if [[ "$STRIGI_SVN" == "y" ]]; then
if [[ "$STRIGI_SVN_AUTOUPDATE" == "y" ]]; then
@@ -12,10 +13,11 @@ fi

SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk//kdesupport/$SPELL:$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
- VERSION=0.5.1
-
SOURCE_HASH=sha512:a575c8c4104bb695d14e77d7b56d8e68ff9f43c76e401f9098ab1de0c95b11705f77b220a13cef0a07193b38d592cf7f6c25de6bb800d251397ef7b26a053a34
+ VERSION=0.5.4
+
SOURCE_HASH=sha512:068dc38da60a0cd8e955e28adf2862b77607123a2e93a5117098af2c9a468e0e3c091a8e784cff3b58dc1a2f6c357e0f85875c52fcc17e772655199d651e5bc8
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$WEB_SITE/$SOURCE
+ SOURCE_URL[0]=$KDE_URL/unstable/${KDEVER//.0}/src/$SOURCE
+# SOURCE_URL[0]=$WEB_SITE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
LICENSE[0]=LGPL
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 74d7b94..8c2f4dc 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,8 +1,11 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.4
+ change URL to kde
+
2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: delinting

2007-05-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.1
* PRE_BUILD, iconv.diff: added
fix compile error




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

Archive powered by MHonArc 2.6.24.

Top of Page