pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-coder



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Jan 13 00:40:38 UTC 2020

Modified Files:
        pkgsrc/devel/deforaos-coder: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/deforaos-coder/patches: patch-tools_debug_ptrace.c

Log Message:
deforaos-coder: update to 0.3.0

Changes since 0.2.0:
- Defaults to Gtk+ 3 (like libDesktop)
- Minor bugfixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/deforaos-coder/DESCR
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/deforaos-coder/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/deforaos-coder/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/deforaos-coder/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/deforaos-coder/patches/patch-tools_debug_ptrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/deforaos-coder/DESCR
diff -u pkgsrc/devel/deforaos-coder/DESCR:1.1 pkgsrc/devel/deforaos-coder/DESCR:1.2
--- pkgsrc/devel/deforaos-coder/DESCR:1.1       Mon Mar  4 23:42:06 2013
+++ pkgsrc/devel/deforaos-coder/DESCR   Mon Jan 13 00:40:38 2020
@@ -1,4 +1,5 @@
 DeforaOS Coder is an Integrated Development Environment (IDE) for the DeforaOS
 desktop.
 
-It also contains a simulator for embedded devices, and a SQL console.
+It also contains a graphical debugger, a simulator for embedded devices, and a
+SQL console.

Index: pkgsrc/devel/deforaos-coder/Makefile
diff -u pkgsrc/devel/deforaos-coder/Makefile:1.27 pkgsrc/devel/deforaos-coder/Makefile:1.28
--- pkgsrc/devel/deforaos-coder/Makefile:1.27   Sun Jul 21 22:24:36 2019
+++ pkgsrc/devel/deforaos-coder/Makefile        Mon Jan 13 00:40:38 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2019/07/21 22:24:36 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/13 00:40:38 khorben Exp $
 
-DISTNAME=      Coder-0.2.0
-PKGNAME=       deforaos-coder-0.2.0
-PKGREVISION=   10
+DISTNAME=      Coder-0.3.0
+PKGNAME=       deforaos-coder-0.3.0
 CATEGORIES=    devel
-MASTER_SITES=  https://www.defora.org/os/download/download/4420/
+MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Coder/
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.defora.org/
@@ -31,10 +30,12 @@ AUTO_MKDIRS=        yes
 .if ${PKGMANDIR} != "share/man"
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/share/man/html1/coder.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/coder.html
+       ${MV} ${DESTDIR}${PREFIX}/share/man/html1/debugger.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/debugger.html
        ${MV} ${DESTDIR}${PREFIX}/share/man/html1/sequel.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/sequel.html
        ${MV} ${DESTDIR}${PREFIX}/share/man/html1/simulator.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/simulator.html
        ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/coder.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/coder.1
+       ${MV} ${DESTDIR}${PREFIX}/share/man/man1/debugger.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/debugger.1
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/sequel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sequel.1
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/simulator.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/simulator.1
        ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1

Index: pkgsrc/devel/deforaos-coder/PLIST
diff -u pkgsrc/devel/deforaos-coder/PLIST:1.5 pkgsrc/devel/deforaos-coder/PLIST:1.6
--- pkgsrc/devel/deforaos-coder/PLIST:1.5       Sat Feb 20 03:20:23 2016
+++ pkgsrc/devel/deforaos-coder/PLIST   Mon Jan 13 00:40:38 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/02/20 03:20:23 khorben Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/01/13 00:40:38 khorben Exp $
 bin/coder
 bin/console
 bin/debugger
@@ -8,9 +8,11 @@ bin/simulator
 lib/Coder/backend/asm.so
 lib/Coder/debug/ptrace.so
 man/html1/coder.html
+man/html1/debugger.html
 man/html1/sequel.html
 man/html1/simulator.html
 man/man1/coder.1
+man/man1/debugger.1
 man/man1/sequel.1
 man/man1/simulator.1
 share/Coder/Simulator/models/android-generic-wvga.conf
@@ -28,6 +30,8 @@ share/applications/deforaos-debugger.des
 share/applications/deforaos-gdeasm.desktop
 share/applications/deforaos-sequel.desktop
 share/applications/deforaos-simulator.desktop
+share/doc/Coder/COPYING
+share/doc/Coder/README.md
 share/icons/hicolor/16x16/apps/simulator-jolla-jolla.png
 share/icons/hicolor/16x16/apps/simulator-lenovo-ideapad-s10-3t.png
 share/icons/hicolor/16x16/apps/simulator-nokia-n800.png

Index: pkgsrc/devel/deforaos-coder/distinfo
diff -u pkgsrc/devel/deforaos-coder/distinfo:1.8 pkgsrc/devel/deforaos-coder/distinfo:1.9
--- pkgsrc/devel/deforaos-coder/distinfo:1.8    Mon Mar 14 23:42:47 2016
+++ pkgsrc/devel/deforaos-coder/distinfo        Mon Jan 13 00:40:38 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/03/14 23:42:47 tnn Exp $
+$NetBSD: distinfo,v 1.9 2020/01/13 00:40:38 khorben Exp $
 
-SHA1 (Coder-0.2.0.tar.gz) = a72127e0270fe8e1111a0e557cf6ddd8e59bc71a
-RMD160 (Coder-0.2.0.tar.gz) = 585f330d34550dff955577029fd3f59cc2cdd081
-SHA512 (Coder-0.2.0.tar.gz) = 0bf80496c3a5c1376852a69d5a242a84193576d804be76223974368c81b460f1a80406fd8dacf28ca6ad0d374663643ad2c6245d5051e75050f2f89728ad6104
-Size (Coder-0.2.0.tar.gz) = 130157 bytes
-SHA1 (patch-tools_debug_ptrace.c) = 4e96b4b64373d4d95187d6497241070b065f86b0
+SHA1 (Coder-0.3.0.tar.gz) = 02c29d07c89170e193387a6fa1c97289bf576d8b
+RMD160 (Coder-0.3.0.tar.gz) = 32670b9c99fdd40ac5482eb466b44552da984a61
+SHA512 (Coder-0.3.0.tar.gz) = 926f709b0103eb3c87f732bd96ed342610a2c16b25aa4cbcfcb4bcb5771edb07d940f531188c2ce38343e49c789eb27dc4cffba799276dd25b2cc72e2e93930f
+Size (Coder-0.3.0.tar.gz) = 136228 bytes



Home | Main Index | Thread Index | Old Index