Index: head/www/devd/Makefile =================================================================== --- head/www/devd/Makefile (revision 504226) +++ head/www/devd/Makefile (revision 504227) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= devd DISTVERSIONPREFIX= v DISTVERSION= 0.9 -CATEGORIES= www +PORTREVISION= 1 +CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org COMMENT= Local webserver for developers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= cortesi GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include Index: head/www/devd/pkg-descr =================================================================== --- head/www/devd/pkg-descr (revision 504226) +++ head/www/devd/pkg-descr (revision 504227) @@ -1,10 +1,12 @@ Devd is a single statically compiled binary with no external dependencies. No need to install gigantic frameworks like Node JS, just copy over the devd binary and be done with it. No config file, no daemonization, and logs that are designed to be read in the terminal by a developer. Logs are colorized and log entries span multiple lines. Devd's logs are detailed, warn about corner cases that other daemons ignore, and can optionally include things like detailed timing information and full headers. +modd (devel/modd) is a sister-project of modd. + WWW: https://github.com/cortesi/devd