Index: textproc/git-chglog/Makefile =================================================================== --- textproc/git-chglog/Makefile (nonexistent) +++ textproc/git-chglog/Makefile (working copy) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= git-chglog +DISTVERSION= 0.9.1 +CATEGORIES= textproc + +MAINTAINER= vulcan@wired.sh +COMMENT= CHANGELOG generator implemented in Go + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= git:devel/git + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_TARGET= ./cmd/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md +PORTEXAMPLES= ${EXAMPLES:T} + +OPTIONS_DEFINE= DOCS EXAMPLES +EXAMPLES_DESC= Install example template format and configuration + +EXAMPLES= .chglog/CHANGELOG.tpl.md .chglog/config.yml + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + +.include Property changes on: textproc/git-chglog/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/git-chglog/distinfo =================================================================== --- textproc/git-chglog/distinfo (nonexistent) +++ textproc/git-chglog/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1583515472 +SHA256 (git-chglog-git-chglog-0.9.1_GH0.tar.gz) = b8da488783d6c75aaf8c649996a1dc21756688d4aa131323330d062391c24042 +SIZE (git-chglog-git-chglog-0.9.1_GH0.tar.gz) = 1370499 Property changes on: textproc/git-chglog/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/git-chglog/pkg-descr =================================================================== --- textproc/git-chglog/pkg-descr (nonexistent) +++ textproc/git-chglog/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Easily generate CHANGELOGs for Git repositories +with high flexibility and customizability to your +likings. + +WWW: https://github.com/git-chglog/git-chglog Property changes on: textproc/git-chglog/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property