[csw-devel] SF.net SVN: gar:[16408] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Dec 8 14:01:42 CET 2011


Revision: 16408
          http://gar.svn.sourceforge.net/gar/?rev=16408&view=rev
Author:   dmichelsen
Date:     2011-12-08 13:01:42 +0000 (Thu, 08 Dec 2011)
Log Message:
-----------
jed: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/jed/
    csw/mgar/pkg/jed/Makefile
    csw/mgar/pkg/jed/branches/
    csw/mgar/pkg/jed/tags/
    csw/mgar/pkg/jed/trunk/
    csw/mgar/pkg/jed/trunk/Makefile
    csw/mgar/pkg/jed/trunk/checksums
    csw/mgar/pkg/jed/trunk/files/

Added: csw/mgar/pkg/jed/Makefile
===================================================================
--- csw/mgar/pkg/jed/Makefile	                        (rev 0)
+++ csw/mgar/pkg/jed/Makefile	2011-12-08 13:01:42 UTC (rev 16408)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/jed/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/jed/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jed/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/jed/trunk/Makefile	2011-12-08 13:01:42 UTC (rev 16408)
@@ -0,0 +1,59 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = jed
+MAJOR = 0.99
+MINOR = 19
+VERSION = 0.99.$(MINOR)
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = Editor based on slang
+define BLURB
+endef
+
+MASTER_SITES = ftp://space.mit.edu/pub/davis/jed/v$(VERSION)/
+DISTNAME = $(NAME)-$(MAJOR)-$(MINOR)
+DISTFILES += $(DISTNAME).tar.bz2
+
+VENDOR_URL = http://www.jedsoft.org/jed/
+
+PACKAGES += CSWjed
+SPKG_DESC_CSWjed = Editor based on slang
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWjed += CSWlibslang2
+
+# These may or may not be bad and need more investigation
+CHECKPKG_OVERRIDES_CSWjed += file-with-bad-content|/usr/local|root/opt/csw/share/jed/lib/compile.sl
+CHECKPKG_OVERRIDES_CSWjed += file-with-bad-content|/usr/local|root/opt/csw/share/jed/lib/site.sl
+CHECKPKG_OVERRIDES_CSWjed += file-with-bad-content|/usr/local|root/opt/csw/share/jed/doc/txt/script.txt
+CHECKPKG_OVERRIDES_CSWjed += file-with-bad-content|/usr/local|root/opt/csw/share/jed/doc/manual/jed.tex
+CHECKPKG_OVERRIDES_CSWjed += file-with-bad-content|/usr/share|root/opt/csw/share/jed/lib/site.sl
+
+PACKAGES += CSWxjed
+SPKG_DESC_CSWxjed = The 'jed' editor with X11 bindings
+PKGFILES_CSWxjed += $(bindir)/xjed
+# There is lots of stuff in the base package we need
+RUNTIME_DEP_PKGS_CSWxjed += CSWjed
+CHECKPKG_OVERRIDES_CSWxjed += surplus-dependency|CSWjed
+RUNTIME_DEP_PKGS_CSWxjed += CSWlibslang2
+RUNTIME_DEP_PKGS_CSWxjed += CSWlibxft2
+
+# Relocate from /opt/csw/jed
+EXTRA_CONFIGURE_EXPORTS = JED_ROOT
+CONFIGURE_ENV_JED_ROOT = $(sharedstatedir)/jed
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-x
+
+# GTK is not build by default, "cd src; gmake gtkjed" is missing
+# The original package doesn't have this also, so skip for until requested.
+#CONFIGURE_ARGS += --with-gtk=$(libdir)/pkgconfig
+
+BUILD_ARGS += all xjed
+
+# There is no testsuite
+TEST_SCRIPTS =
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/jed/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/jed/trunk/checksums
===================================================================
--- csw/mgar/pkg/jed/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/jed/trunk/checksums	2011-12-08 13:01:42 UTC (rev 16408)
@@ -0,0 +1 @@
+c9b2f58a3defc6f61faa1ce7d6d629ea  jed-0.99-19.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list