Page MenuHomeFreeBSD

D11169.id29519.diff
No OneTemporary

D11169.id29519.diff

Index: sysutils/modman/Makefile
===================================================================
--- /dev/null
+++ sysutils/modman/Makefile
@@ -0,0 +1,25 @@
+# Created by: Lukasz Wasikowski <lukasz@wasikowski.net>
+# $FreeBSD$
+
+PORTNAME= modman
+PORTVERSION= 1.12
+CATEGORIES= sysutils www
+
+MAINTAINER= lukasz@wasikowski.net
+COMMENT= Modularize extensions using symlinks
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= bash:shells/bash
+
+USE_GITHUB= yes
+GH_ACCOUNT= colinmollenhour
+NO_BUILD= yes
+
+PLIST_FILES= sbin/modman
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
+
+.include <bsd.port.mk>
Index: sysutils/modman/distinfo
===================================================================
--- /dev/null
+++ sysutils/modman/distinfo
@@ -0,0 +1,2 @@
+SHA256 (colinmollenhour-modman-1.12_GH0.tar.gz) = 437547bb54f62101215038a678506e87b1e9d5a8f04eed68e0c823198dd0b6ec
+SIZE (colinmollenhour-modman-1.12_GH0.tar.gz) = 13309
Index: sysutils/modman/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/modman/pkg-descr
@@ -0,0 +1,10 @@
+Developing extensions for software that doesn't allow you to separate
+your files from core files, and keeping that extension under version
+control and making it easy to deploy is now much, much easier.
+Development of this script was inspired by Magento which forces you
+to mix your extension files all throughout the core code directories.
+With modman, you can specify in a text file where you want your
+directories and files to be mapped to, and it will maintain symlinks
+for you so that your code is easy to hack and deploy.
+
+WWW: https://github.com/colinmollenhour/modman

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 12:22 PM (3 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30985674
Default Alt Text
D11169.id29519.diff (1 KB)

Event Timeline