summaryrefslogtreecommitdiff
path: root/gnustep-apps/gorm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /gnustep-apps/gorm
reinit the tree, so we can have metadata
Diffstat (limited to 'gnustep-apps/gorm')
-rw-r--r--gnustep-apps/gorm/Manifest5
-rw-r--r--gnustep-apps/gorm/gorm-1.2.23.ebuild28
-rw-r--r--gnustep-apps/gorm/metadata.xml15
3 files changed, 48 insertions, 0 deletions
diff --git a/gnustep-apps/gorm/Manifest b/gnustep-apps/gorm/Manifest
new file mode 100644
index 000000000000..32e4c50a1d24
--- /dev/null
+++ b/gnustep-apps/gorm/Manifest
@@ -0,0 +1,5 @@
+DIST gorm-1.2.23.tar.gz 695799 SHA256 cbd25abbbc85d81d50111be75da14aabce368337694948c95b68b6fdf74eeea2 SHA512 785ba83a82cee982c688a185300e90c9973b1c3de262770e708199593e7d8bfd9dccfa48ff6951f5d87558dffdda67c70fbc5091504afdd93e6e043d7b134460 WHIRLPOOL 6f1a8758d85192efb11e224b2f0ee49822ccc99542fae3a98b828665936cb7a9edea0c4db402b49c03d2873213e4a01282aa58a70029607c05b6e2e6c5ea30e3
+EBUILD gorm-1.2.23.ebuild 946 SHA256 44955640b2e2f01d572cb81b3cbde1238c02be6b4017a41336e5604490b233d8 SHA512 d4cd8cb3f96ab5a9ed6df59643d0c0a204b524578f31eb27d58a29c978254357d2b62b5075b702e048c79194d7712cfccabbf46caca00cb92ccfc982c281545a WHIRLPOOL 598875db51a643796d5a2e99a0bc0d1f17da4a4dc5a4991f20b91299504a9d4f65d0c18f908243177aca5bf2066305c3a89365a6bdb0f4d279384236e869f67a
+MISC ChangeLog 2724 SHA256 a0036a9b45d450ffcf71c8f9df6b297a5834170ab0ae8f3ca559a8339515c224 SHA512 bb072a52b922ac560fa135724ebf773a1339a2b1873b0cb557842d65ec04d7001bdcdd8130d792c099bd2c422ea648ebe2c40e2a224d58a848b849a6f4988530 WHIRLPOOL 439c45d32378694cd36bb1e9ec5e202b6082dbf9f8413da423b24685f6c175d32ee6f665114d9c5536e81ce42c66442be946d86ef40a0c9f1b6dd6003deb424c
+MISC ChangeLog-2015 8526 SHA256 736f224acfe88df9c9939c145e147182094413f7ce3662c3b4a8e45c0a4df8ea SHA512 7adcbdc90513812e673a920f79250945d046545cb822524a7e33c179247b47f47d78985a893d99a1a58500c6471ec52220557403c236756820c8d886cbd0255d WHIRLPOOL b91962bc20122d46ffe4b77a9eea54790b652e179cb4a87a86084040ebfdd6089bcaef00e78470240e77cd19ae0878d79dc54e050bbd1bf3b1e1334654ff3881
+MISC metadata.xml 1582 SHA256 9c1e401fb9f6ae7d1de9bf7679752d182575dd2d598980f3f7b9f12634797d15 SHA512 11e7fac87e8f54b612ad19237f4229e319f22ea8530dbd18fc3be6cce63b2653df2f1d1bd06786288d5dd1453cbc483e1fe98a280145a2c44f702b364870e2af WHIRLPOOL a1feba6a3032d17dc777ebbff296a6d2ef0db657a247dd405e37bae9479aa3ac02d5d22961f0f4c9593f5f969dedcf27c576965b2302a01de3e7b716aecf09a1
diff --git a/gnustep-apps/gorm/gorm-1.2.23.ebuild b/gnustep-apps/gorm/gorm-1.2.23.ebuild
new file mode 100644
index 000000000000..314d0c3c5616
--- /dev/null
+++ b/gnustep-apps/gorm/gorm-1.2.23.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
+HOMEPAGE="http://www.gnustep.org/experience/Gorm.html"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
+
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=gnustep-base/gnustep-gui-0.22.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \
+ -e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+ -e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+ -e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+ -e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+ Documentation/GNUmakefile
+
+ default
+}
diff --git a/gnustep-apps/gorm/metadata.xml b/gnustep-apps/gorm/metadata.xml
new file mode 100644
index 000000000000..b0615dd9070a
--- /dev/null
+++ b/gnustep-apps/gorm/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnustep@gentoo.org</email>
+ <name>Gentoo GNUstep Project</name>
+</maintainer>
+<longdescription>
+Before NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually. Using drag and drop elements of windows such as buttons, sliders, textfields etc were created abd edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.
+
+As part of the GNUstep project, Gorm is meant to be the counter part to NeXT's Interface Builder. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag and drop, powerful inspectors and teamwork with ProjectCenter.
+
+Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loaded to add additional elements or functionality.
+</longdescription>
+</pkgmetadata>