Bug 91064 - [NEW PORT] www/gekko-modules: Gekko's modules
Summary: [NEW PORT] www/gekko-modules: Gekko's modules
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 16:50 UTC by Jose Alonso Cardenas Marquez
Modified: 2006-01-01 18:55 UTC (History)
0 users

See Also:


Attachments
gekko-modules-0.5.8.shar (23.55 KB, text/plain)
2005-12-29 16:50 UTC, Jose Alonso Cardenas Marquez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!