summaryrefslogtreecommitdiff
path: root/devel/deforaos-coder
diff options
context:
space:
mode:
authorkhorben <khorben>2013-03-04 23:42:06 +0000
committerkhorben <khorben>2013-03-04 23:42:06 +0000
commita4607318f09f32acb8d129983f5d5a693af108f0 (patch)
tree46114487d4f7a4a55e1fd0ad9003d94ccaa5da94 /devel/deforaos-coder
parent95cc294c97de14693fd07786e4805dcb2ab01541 (diff)
downloadpkgsrc-a4607318f09f32acb8d129983f5d5a693af108f0.tar.gz
Imported deforaos-coder-0.0.0 as devel/deforaos-coder
DeforaOS Coder is an Integrated Development Environment (IDE) for the DeforaOS desktop. It also contains a simulator for embedded devices, and a SQL console.
Diffstat (limited to 'devel/deforaos-coder')
-rw-r--r--devel/deforaos-coder/DESCR4
-rw-r--r--devel/deforaos-coder/Makefile34
-rw-r--r--devel/deforaos-coder/PLIST19
-rw-r--r--devel/deforaos-coder/distinfo6
-rw-r--r--devel/deforaos-coder/patches/patch-tools_Makefile22
5 files changed, 85 insertions, 0 deletions
diff --git a/devel/deforaos-coder/DESCR b/devel/deforaos-coder/DESCR
new file mode 100644
index 00000000000..df8a7eebd82
--- /dev/null
+++ b/devel/deforaos-coder/DESCR
@@ -0,0 +1,4 @@
+DeforaOS Coder is an Integrated Development Environment (IDE) for the DeforaOS
+desktop.
+
+It also contains a simulator for embedded devices, and a SQL console.
diff --git a/devel/deforaos-coder/Makefile b/devel/deforaos-coder/Makefile
new file mode 100644
index 00000000000..4c2074ada90
--- /dev/null
+++ b/devel/deforaos-coder/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2013/03/04 23:42:06 khorben Exp $
+
+DISTNAME= Coder-0.0.0
+PKGNAME= deforaos-coder-0.0.0
+CATEGORIES= wip
+MASTER_SITES= http://www.defora.org/os/download/download/4288/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://www.defora.org/
+COMMENT= DeforaOS Coder
+
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pkg-config
+USE_TOOLS+= xgettext
+
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
+MAKE_FLAGS+= DESTDIR=${DESTDIR}
+MAKE_FLAGS+= PREFIX=${PREFIX}
+AUTO_MKDIRS= yes
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/share/man/man1/coder.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/coder.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
+ ${RMDIR} ${DESTDIR}${PREFIX}/share/man
+
+.include "../../databases/deforaos-libdatabase/buildlink3.mk"
+.include "../../x11/deforaos-libdesktop/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/deforaos-coder/PLIST b/devel/deforaos-coder/PLIST
new file mode 100644
index 00000000000..452a173383c
--- /dev/null
+++ b/devel/deforaos-coder/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2013/03/04 23:42:06 khorben Exp $
+bin/coder
+bin/sequel
+bin/simulator
+man/man1/coder.1
+man/man1/sequel.1
+man/man1/simulator.1
+share/Coder/Simulator/models/nokia-n800.conf
+share/Coder/Simulator/models/nokia-n9.conf
+share/Coder/Simulator/models/nokia-n900.conf
+share/Coder/Simulator/models/openmoko-gta01.conf
+share/Coder/Simulator/models/openmoko-gta02.conf
+share/applications/coder.desktop
+share/applications/sequel.desktop
+share/applications/simulator.desktop
+share/doc/html/Coder/coder.html
+share/doc/html/Coder/sequel.html
+share/doc/html/Coder/simulator.html
+share/locale/fr/LC_MESSAGES/Coder.mo
diff --git a/devel/deforaos-coder/distinfo b/devel/deforaos-coder/distinfo
new file mode 100644
index 00000000000..c27afb021a4
--- /dev/null
+++ b/devel/deforaos-coder/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/03/04 23:42:06 khorben Exp $
+
+SHA1 (Coder-0.0.0.tar.gz) = b2b7fb35b9bba9ddc663ccaa4f85e6ca2f928dff
+RMD160 (Coder-0.0.0.tar.gz) = d953a7abb69c157cd70ecc0f4a9a28747fb05495
+Size (Coder-0.0.0.tar.gz) = 40646 bytes
+SHA1 (patch-tools_Makefile) = 718f97144f3a8f920c992dad850c46c0fb1ec03e
diff --git a/devel/deforaos-coder/patches/patch-tools_Makefile b/devel/deforaos-coder/patches/patch-tools_Makefile
new file mode 100644
index 00000000000..3a569533d2b
--- /dev/null
+++ b/devel/deforaos-coder/patches/patch-tools_Makefile
@@ -0,0 +1,22 @@
+$NetBSD: patch-tools_Makefile,v 1.1 2013/03/04 23:42:07 khorben Exp $
+
+Do not build gdeasm for now (as it needs an additional library)
+
+--- tools/Makefile.orig 2013-03-04 22:37:44.000000000 +0000
++++ tools/Makefile
+@@ -1,5 +1,5 @@
+ SUBDIRS = models
+-TARGETS = gdeasm sequel simulator
++TARGETS = sequel simulator
+ PREFIX = /usr/local
+ DESTDIR =
+ BINDIR = $(PREFIX)/bin
+@@ -69,8 +69,6 @@ distclean:
+ install: $(TARGETS)
+ @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
+ $(MKDIR) $(DESTDIR)$(BINDIR)
+- $(INSTALL) -m 0755 -- gdeasm $(DESTDIR)$(BINDIR)/gdeasm
+- $(MKDIR) $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 0755 -- sequel $(DESTDIR)$(BINDIR)/sequel
+ $(MKDIR) $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 0755 -- simulator $(DESTDIR)$(BINDIR)/simulator