Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151159253
D11169.id29519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11169.id29519.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11169: New port: sysutils/modman Modularize extensions using symlinks
Attached
Detach File
Event Timeline
Log In to Comment