Bug 243264 - [NEW PORT] devel/app-builder: Generic helper tool to build app in a distributable format
Summary: [NEW PORT] devel/app-builder: Generic helper tool to build app in a distribut...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL: https://github.com/develar/app-builder
Keywords: feature
Depends on:
Blocks:
 
Reported: 2020-01-11 09:39 UTC by Hiroki Tagato
Modified: 2020-01-12 12:05 UTC (History)
1 user (show)

See Also:


Attachments
Shar file (12.11 KB, text/plain)
2020-01-11 09:39 UTC, Hiroki Tagato
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Tagato freebsd_committer freebsd_triage 2020-01-11 09:39:42 UTC
Created attachment 210612 [details]
Shar file

Add a new port devel/app-builder.

Description:
Generic helper tool to build app in a distributable formats. Used by
electron-builder but applicable not only for building Electron
applications.

WWW: https://github.com/develar/app-builder

QA:
poudriere testport OK (releng/12.1 amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-01-12 12:04:40 UTC
A commit references this bug:

Author: dmgk
Date: Sun Jan 12 12:04:32 UTC 2020
New revision: 522778
URL: https://svnweb.freebsd.org/changeset/ports/522778

Log:
  New port: devel/app-builder

  Generic helper tool to build app in a distributable formats. Used by
  electron-builder but applicable not only for building Electron
  applications.

  WWW: https://github.com/develar/app-builder

  PR:		243264
  Submitted by:	Hiroki Tagato <tagattie@yandex.com>

Changes:
  head/devel/Makefile
  head/devel/app-builder/
  head/devel/app-builder/Makefile
  head/devel/app-builder/distinfo
  head/devel/app-builder/pkg-descr
Comment 2 Dmitri Goutnik freebsd_committer freebsd_triage 2020-01-12 12:05:32 UTC
Committed, thanks!