Summary: | [NEW PORT] devel/py-snackwich: Configuration-based Console UI Framework | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Johannes Meixner <xmj> | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Johannes Meixner
2013-12-17 10:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-python->wg I'll take it. State Changed From-To: open->closed New port added. Thanks! Author: wg Date: Tue Dec 17 18:37:41 2013 New Revision: 336752 URL: http://svnweb.freebsd.org/changeset/ports/336752 Log: devel/py-snackwich: Configuration-based Console UI Framework WWW: https://github.com/dsoprea/Snackwich PR: ports/184927 Submitted by: Johannes Jost Meixner <xmj chaot.net> Added: head/devel/py-snackwich/ head/devel/py-snackwich/Makefile (contents, props changed) head/devel/py-snackwich/distinfo (contents, props changed) head/devel/py-snackwich/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Dec 17 18:30:47 2013 (r336751) +++ head/devel/Makefile Tue Dec 17 18:37:41 2013 (r336752) @@ -3782,6 +3782,7 @@ SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap + SUBDIR += py-snackwich SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-sqlcc Added: head/devel/py-snackwich/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snackwich/Makefile Tue Dec 17 18:37:41 2013 (r336752) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= snackwich +PORTVERSION= 1.3.18 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= xmj@chaot.net +COMMENT= Configuration-based Console UI Framework + +LICENSE= GPLv2 + +LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/py-snackwich/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snackwich/distinfo Tue Dec 17 18:37:41 2013 (r336752) @@ -0,0 +1,2 @@ +SHA256 (snackwich-1.3.18.tar.gz) = ecee24943c09499dc74aa0c1cbf75fbcd68929648cbe696c52d097deaf1e6523 +SIZE (snackwich-1.3.18.tar.gz) = 10021 Added: head/devel/py-snackwich/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snackwich/pkg-descr Tue Dec 17 18:37:41 2013 (r336752) @@ -0,0 +1,4 @@ +Configuration-based Snack/Newt adaptation for easy and attractive console UI +forms. + +WWW: https://github.com/dsoprea/Snackwich _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |