head 1.5; access; symbols pkgsrc-2016Q1:1.4.0.2 pkgsrc-2016Q1-base:1.4 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2016.04.25.20.37.16; author fhajny; state dead; branches; next 1.4; commitid ALfKVeuTKuCi634z; 1.4 date 2016.01.16.19.01.20; author fhajny; state Exp; branches; next 1.3; commitid bYttZ9B6HGmPMbRy; 1.3 date 2016.01.14.23.22.51; author joerg; state Exp; branches; next 1.2; commitid 2cE1TbIWMQSyiXQy; 1.2 date 2016.01.13.15.16.02; author fhajny; state Exp; branches; next 1.1; commitid y8HmDlFteH2oDMQy; 1.1 date 2015.11.04.13.45.45; author fhajny; state Exp; branches; next ; commitid 3VH7dLqbWt8eiMHy; desc @@ 1.5 log @Remove superseded ejabberd dependencies (Erlang modules). @ text @# $NetBSD: Makefile,v 1.4 2016/01/16 19:01:20 fhajny Exp $ DISTNAME= cache_tab-1.0.1 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://github.com/processone/cache_tab/ COMMENT= In-memory cache Erlang libraries LICENSE= apache-2.0 DEPENDS+= erlang-p1_utils-[0-9]*:../../misc/erlang-p1_utils GITHUB_PROJECT= cache_tab .include "../../lang/erlang/module.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @Change devel/erlang-p1_cache_tab to use erlang/module.mk. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2016/01/14 23:22:51 joerg Exp $ @ 1.3 log @Fix package name to match directory and dependences. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2016/01/13 15:16:02 fhajny Exp $ d4 1 a4 1 PKGNAME= erlang-p1_${DISTNAME} d11 1 a11 1 LICENSE= gnu-gpl-v2 a12 1 BUILD_DEPENDS+= rebar-[0-9]*:../../devel/rebar a15 1 WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} d17 1 a17 10 NO_CONFIGURE= yes USE_TOOLS+= pax INSTALLATION_DIRS+= lib/erlang/lib/cache_tab do-install: cd ${WRKSRC} && ${PAX} -rw -pp ebin \ ${DESTDIR}${PREFIX}/lib/erlang/lib/cache_tab/ .include "../../lang/erlang/buildlink3.mk" @ 1.2 log @Update devel/erlang-p1_cache_tab to 1.0.1. - Attempt to unify Coveralls project configuration - Fix setup code - Add missing coveralls info - Fix typo in configuration rewrite - Attempt to debug travis / coverall link - Use coveralls plugin - Attempt to force coveralls upload - Points to rebar plugin dir - Preparing moving test to eunit - Try sending to coveralls - Preparing travis integration - We can now use p1_utils 1.0.2 - Preparing release 1.0.1 on hex.pm - Initial travis configuration - Change license and rename main app name to match repository name @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2015/11/04 13:45:45 fhajny Exp $ d4 1 a4 1 PKGNAME= erlang-${DISTNAME} @ 1.1 log @Import 20 Erlang module packages that will work as dependencies in the ejabberd 15.10 update that follows. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= p1_cache_tab-0.20150628 a16 1 GITHUB_TAG= f7ea12b0ba962a3d2f9a406d2954cf7de4e27230 d22 1 a22 1 INSTALLATION_DIRS+= lib/erlang/lib/p1_cache_tab d26 1 a26 1 ${DESTDIR}${PREFIX}/lib/erlang/lib/p1_cache_tab/ @