pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ham/trustedQSL (in wip)



ARRL LoTW software, TrustedQSL will have release 2.0 soon.

Following topics is only for its Release Candidate, and not
for production version.

tqsl-2.0-rc1 was in wip/trustedQSL, and packaged fine.

But if you try to test the -rc2 version. (I believe) we
need manual intervention.

2.0-rc1 was with normal .tar.gz file distribution.
But for 2.0-rc2, the file name is a little bit confusing.

DISTFILE is named 'download', of .tar.gz format.

I don't know to how to tweak this strange situation,
but with some manual intervention, you will get 2.0-rc2
be packaged.
The attached patch is not a working version anyway, but
it may be the hint to operate manually.

(Now only works for X11_TYPE=modular now. For =native, just
delete some SUBST lines in Makefile).

Thank you,
---
de JA1XMS
Makoto Fujiwara, 
Chiba, Japan, Narita Airport and Disneyland prefecture.


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/trustedQSL/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile    31 Aug 2013 16:56:14 -0000      1.24
+++ Makefile    1 Sep 2013 01:16:09 -0000
@@ -1,12 +1,13 @@
 # $NetBSD$
 
-DISTNAME=              tqsl-2.0
+DISTNAME=              tqsl-1.99.2
+DISTNAME=              download
 # It is Release Candidate, so 2.0 is too big for that.
-PKGNAME=               tqsl-1.99.1
+PKGNAME=               tqsl-1.99.2
 CATEGORIES=            ham
 MASTER_SITES=          http://www.arrl.org/files/file/LoTW%20Instructions/
-MASTER_SITES=          http://www.arrl.org/files/file/TrustedQSL-Beta/
-EXTRACT_SUFX=          .tgz
+MASTER_SITES=          
http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.0-rc2/tqsl-2.0.tar.gz/
+EXTRACT_SUFX=          
 
 MAINTAINER=            makoto%ki.nu@localhost
 HOMEPAGE=              http://sourceforge.net/projects/trustedqsl/
@@ -17,7 +18,7 @@
 USE_LANGUAGES+=                c c++
 USE_LIBTOOL=           yes
 USE_CMAKE=             yes
-WRKSRC=                        ${WRKDIR}/${DISTNAME}
+WRKSRC=                        ${WRKDIR}/tqsl-2.0
 
 #.if !empty(X11_TYPE:Mmodular)
 SUBST_CLASSES+=                x11r7
@@ -58,6 +59,9 @@
 # cause (aside from having two pixman versions installed) is ad hoc -L
 # usage in Makefile.am, without matching -R.
 
+post-fetch:
+       (cd ${DISTDIR}; ${CP} -p download ${PKGNAME}.tar.gz)
+
 do-configure:
        (cd $(WRKSRC) ; \
        cmake \
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/trustedQSL/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo    31 Aug 2013 15:50:22 -0000      1.9
+++ distinfo    1 Sep 2013 01:16:09 -0000
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (tqsl-2.0.tgz) = dc14e1887db2c82597f4f91b6fec44e6b641c45f
-RMD160 (tqsl-2.0.tgz) = f132225e5ffefdde934231a032812a40589c6f3c
-Size (tqsl-2.0.tgz) = 2156966 bytes
+SHA1 (tqsl-1.99.2.tar.gz) = 79f89b13c78d7b706b94d0ff3163e97df851788f
+RMD160 (tqsl-1.99.2.tar.gz) = 9978a26a8c5c5f5a98f9face14415c7fd98ea260
+Size (tqsl-1.99.2.tar.gz) = 2158238 bytes
 SHA1 (patch-apps_tqsl_cpp) = 93ba43c8ad0955d77b47622ac722765ba146586b
 SHA1 (patch-src_tqslconvert_cpp) = 6a0a4e54c1f351a0bd8e0e6f8c04a87ea975330e


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index