Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4e642b0690ae7bfb012645a1dab6a43e6543944b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4e642b0690ae7bfb012645a1dab6a43e6543944b)
  • Date: Thu, 21 Aug 2008 05:45:24 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

dev/null |binary
graphics/qcad/DETAILS | 14 ++++++++------
graphics/qcad/HISTORY | 7 +++++++
graphics/qcad/INSTALL | 2 +-
graphics/qcad/partlibrary-2.0.1.2-1.zip.sig | 0
graphics/qcad/qcad-2.0.5.0-1-community.src.tar.gz.sig | 0
6 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit 4e642b0690ae7bfb012645a1dab6a43e6543944b
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

qcad: fixed #14652 and updated the partlibrary and miscellanea

diff --git a/graphics/qcad/DETAILS b/graphics/qcad/DETAILS
index d012b8c..50a7057 100755
--- a/graphics/qcad/DETAILS
+++ b/graphics/qcad/DETAILS
@@ -1,19 +1,21 @@
SPELL=qcad
VERSION=2.0.5.0-1
- P_VERSION=2.0.1.2-1
+ P_VERSION=2.1.2.8-1
SOURCE=${SPELL}-${VERSION}-community.src.tar.gz
- SOURCE2=partlibrary-${P_VERSION}.zip
+ SOURCE2=partlibrary-${P_VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-community.src
SOURCE_URL[0]=http://www.ribbonsoft.com/archives/qcad/${SOURCE}
- SOURCE2_URL[0]=http://www.ribbonsoft.com/archives/partlibrary/${SOURCE2}
+ SOURCE2_URL[0]=ftp://ribbonsoft.com/archives/partlibrary/${SOURCE2}
WEB_SITE=http://www.ribbonsoft.com/qcad.html
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
- SOURCE2_GPG="gurus.gpg:$SOURCE2.sig"
+
SOURCE_HASH=sha512:a1d9f37005da9a1af57a0398e0421d50bde9c927576a9ddb26e33606aa9c2a3507f886ee0a46fa4b474e14fb2420867999a28e3ae4d287cd317d2005bb8e8b28
+
SOURCE2_HASH=sha512:09a5f2b53c41f6b2282242c8412cf8aa1f7c151190ab0d94d6f06489fd5d0e8d2b4dbeea16618d7aa4d31f7115b784d06423da688df49d1fc4e0b4ae96b27d09
LICENSE[0]=GPL
LICENSE[1]=GPL
ENTERED=20020803
KEYWORDS="graphics"
SHORT="A 2D Computer Aided Drafting system for UNIX"
cat << EOF
-QCad is a free open-source 2D CAD system for Linux. The developers main
goals are to build a stable, fast and easy to use CAD for everyone. One
doesn't need any knowledge of a CAD program to start working with QCad.
+QCad is a free open-source 2D CAD system for Linux. The developers main
+goals are to build a stable, fast and easy to use CAD for everyone. One
+doesn't need any knowledge of a CAD program to start working with QCad.
EOF
diff --git a/graphics/qcad/HISTORY b/graphics/qcad/HISTORY
index d11e056..a423566 100644
--- a/graphics/qcad/HISTORY
+++ b/graphics/qcad/HISTORY
@@ -1,3 +1,10 @@
+2008-08-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: Fixed SOURCE2_URL[0]
+ fixed long description wrap
+ updated partlib to to 2.1.2.8
+ fixed #14652
+ * INSTALL: added INSTALL_ROOT support
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/graphics/qcad/INSTALL b/graphics/qcad/INSTALL
index 2084403..34724ae 100755
--- a/graphics/qcad/INSTALL
+++ b/graphics/qcad/INSTALL
@@ -1,5 +1,5 @@
INSTALL="install -o root -g root" &&
-Q_DIR="/usr/share/qcad" &&
+Q_DIR="$INSTALL_ROOT/usr/share/qcad" &&

cd ${SOURCE_DIRECTORY}/qcad &&

diff --git a/graphics/qcad/partlibrary-2.0.1.2-1.zip.sig
b/graphics/qcad/partlibrary-2.0.1.2-1.zip.sig
deleted file mode 100644
index 85d792c..0000000
Binary files a/graphics/qcad/partlibrary-2.0.1.2-1.zip.sig and /dev/null
differ
diff --git a/graphics/qcad/qcad-2.0.5.0-1-community.src.tar.gz.sig
b/graphics/qcad/qcad-2.0.5.0-1-community.src.tar.gz.sig
deleted file mode 100644
index 59518fd..0000000
Binary files a/graphics/qcad/qcad-2.0.5.0-1-community.src.tar.gz.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4e642b0690ae7bfb012645a1dab6a43e6543944b), Jaka Kranjc, 08/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page