Bug 91064

Summary: [NEW PORT] www/gekko-modules: Gekko's modules
Product: Ports & Packages Reporter: Jose Alonso Cardenas Marquez <acardenas>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gekko-modules-0.5.8.shar none

Description Jose Alonso Cardenas Marquez 2005-12-29 16:50:02 UTC
This is the port of modules for gekko's content management system (CMS)

WWW:	http://www.gekkoware.org/
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-29 18:38:35 UTC
State Changed
From-To: open->feedback

1) You probably want to have all options "on" by default, so default package 
isn't empty 

2) You have to conditionalize entries in pkg-plist according to selected 
modules 

.if !defined(WITHOUT_CATEGORIES) 
DISTFILES+=	categories-0.5.7.module.tgz 
PLIST_SUB+=	CATEGORIES="" 
.else 
PLIST_SUB+=	CATEGORIES="@comment " 
.endif 

%%CATEGORIES%%%%GEKKODIR%%/modules/categories/admin.panel.php 
%%CATEGORIES%%%%GEKKODIR%%/modules/categories/package.xml 
%%CATEGORIES%%%%GEKKODIR%%/modules/categories/module.inc.php
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-29 18:38:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-01 18:54:58 UTC
State Changed
From-To: feedback->closed

New port added, thank you!