Revision: 26739 http://sourceforge.net/p/gar/code/26739 Author: dmichelsen Date: 2021-02-25 14:13:27 +0000 (Thu, 25 Feb 2021) Log Message: ----------- poke/trunk: Initial commit
Added Paths: ----------- csw/mgar/pkg/poke/ csw/mgar/pkg/poke/Makefile csw/mgar/pkg/poke/branches/ csw/mgar/pkg/poke/tags/ csw/mgar/pkg/poke/trunk/ csw/mgar/pkg/poke/trunk/Makefile csw/mgar/pkg/poke/trunk/checksums csw/mgar/pkg/poke/trunk/files/ Added: csw/mgar/pkg/poke/Makefile =================================================================== --- csw/mgar/pkg/poke/Makefile (rev 0) +++ csw/mgar/pkg/poke/Makefile 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/poke/trunk =================================================================== --- csw/mgar/pkg/poke/trunk 2021-02-20 11:14:54 UTC (rev 26738) +++ csw/mgar/pkg/poke/trunk 2021-02-25 14:13:27 UTC (rev 26739) Property changes on: csw/mgar/pkg/poke/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/poke/trunk/Makefile =================================================================== --- csw/mgar/pkg/poke/trunk/Makefile (rev 0) +++ csw/mgar/pkg/poke/trunk/Makefile 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = poke +VERSION = 0.91 +GARTYPE = v2 + +DESCRIPTION = Interactive, extensible editor for binary data +define BLURB +endef + +MASTER_SITES += $(GNU_MIRROR) +MASTER_SITES += https://alpha.gnu.org/gnu/poke/ +DISTFILES += $(DISTNAME).tar.gz + +PACKAGES += CSWlibpoke0 +SPKG_DESC_CSWlibpoke0 = Library libpoke.so.0 +PKGFILES_CSWlibpoke0 += $(call pkgfiles_lib,libpoke.so.0) + +PACKAGES += CSWlibpoke-dev +SPKG_DESC_CSWlibpoke-dev = Development files for libpoke.so.0 +PKGFILES_CSWlibpoke-dev += $(PKGFILES_DEVEL) +RUNTIME_DEP_PKGS_CSWlibpoke-dev += CSWlibpoke0 + +PACKAGE += CSWpoke +SPKG_DESC_CSWpoke = Interactive, extensible editor for binary data +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWpoke += CSWlibpoke0 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgc1 + +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/poke/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/poke/trunk/checksums =================================================================== --- csw/mgar/pkg/poke/trunk/checksums (rev 0) +++ csw/mgar/pkg/poke/trunk/checksums 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1 @@ +dbae7f0ed253706cf19445d4c6dc5d63 poke-0.91.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.