Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2017 21:28:18 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448888 - in head/sysutils: . aptly
Message-ID:  <201708282128.v7SLSIKi051886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Aug 28 21:28:17 2017
New Revision: 448888
URL: https://svnweb.freebsd.org/changeset/ports/448888

Log:
  aptly is a swiss army knife for Debian repository management: it allows you to
  mirror remote repositories, manage local package repositories, take snapshots,
  pull new versions of packages along with dependencies, publish as Debian
  repository.
  
  WWW: https://www.aptly.info/

Added:
  head/sysutils/aptly/
  head/sysutils/aptly/Makefile   (contents, props changed)
  head/sysutils/aptly/distinfo   (contents, props changed)
  head/sysutils/aptly/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Aug 28 19:27:28 2017	(r448887)
+++ head/sysutils/Makefile	Mon Aug 28 21:28:17 2017	(r448888)
@@ -43,6 +43,7 @@
     SUBDIR += apachetop
     SUBDIR += apcpwr
     SUBDIR += apcupsd
+    SUBDIR += aptly
     SUBDIR += arcconf
     SUBDIR += archivemount
     SUBDIR += areca-cli

Added: head/sysutils/aptly/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/aptly/Makefile	Mon Aug 28 21:28:17 2017	(r448888)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	aptly
+PORTVERSION=	1.1.1
+DISTVERSIONPREFIX=v
+CATEGORIES=	sysutils
+
+MAINTAINER=	romain@FreeBSD.org
+COMMENT=	Debian repository management tool
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	smira
+GO_PKGNAME=	github.com/smira/aptly
+
+PLIST_FILES=	bin/aptly
+
+.include <bsd.port.mk>

Added: head/sysutils/aptly/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/aptly/distinfo	Mon Aug 28 21:28:17 2017	(r448888)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503643522
+SHA256 (smira-aptly-v1.1.1_GH0.tar.gz) = 92aa5caa12d756cb7469fa5772a03d7631b73d655b7329408a4d597ee8fb0ba4
+SIZE (smira-aptly-v1.1.1_GH0.tar.gz) = 18403464

Added: head/sysutils/aptly/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/aptly/pkg-descr	Mon Aug 28 21:28:17 2017	(r448888)
@@ -0,0 +1,6 @@
+aptly is a swiss army knife for Debian repository management: it allows you to
+mirror remote repositories, manage local package repositories, take snapshots,
+pull new versions of packages along with dependencies, publish as Debian
+repository.
+
+WWW: https://www.aptly.info/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708282128.v7SLSIKi051886>