Bug 169257 - [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD
Summary: [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 06:50 UTC by Devin Teske
Modified: 2012-06-20 18:00 UTC (History)
0 users

See Also:


Attachments
file.shar (13.14 KB, text/plain)
2012-06-20 06:50 UTC, Devin Teske
no flags Details
patch.txt (13.41 KB, text/plain; x-unix-mode=0644)
2012-06-20 16:26 UTC, devin.teske
no flags Details
Makefile.txt (12.49 KB, text/plain; x-unix-mode=0644)
2012-06-20 17:33 UTC, devin.teske
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Teske freebsd_committer freebsd_triage 2012-06-20 06:50:08 UTC
bsdconfig is a robust utility for configuring/managing various aspects of the
FreeBSD Operating System. Feature-highlights include (but are not limited to):
  - Modular, stable, efficient and i18n-compatible.
  - Easily maintained/extendable sh(1) source/syntax.
  - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog).
  - rc.conf(5) configuration/management based on sysutils/sysrc
  - Timezone configuration based on sysutils/tzdialog
  - Networking management based on sysutils/host-setup

WWW: http://druidbsd.sourceforge.net/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-20 06:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dteske

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 devin.teske 2012-06-20 16:26:59 UTC
Some changes to clean things up. See attached patch for new shar.
-- 
Devin

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
Comment 3 Devin Teske freebsd_committer freebsd_triage 2012-06-20 16:37:26 UTC
Responsible Changed
From-To: dteske->wxs

wxs volunteered on IRC (I'm not a ports committer)
Comment 4 devin.teske 2012-06-20 17:33:38 UTC
Update to Makefile to include PLIST_DIRS and change MANDIR to use MANPREFIX.
-- 
Devin

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-06-20 17:58:23 UTC
wxs         2012-06-20 16:58:13 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/bsdconfig   Makefile distinfo pkg-descr 
  Log:
  bsdconfig is a robust utility for configuring/managing various aspects of the
  FreeBSD Operating System. Feature-highlights include (but are not limited to):
    - Modular, stable, efficient and i18n-compatible.
    - Easily maintained/extendable sh(1) source/syntax.
    - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog).
    - rc.conf(5) configuration/management based on sysutils/sysrc
    - Timezone configuration based on sysutils/tzdialog
    - Networking management based on sysutils/host-setup
  
  WWW: http://druidbsd.sourceforge.net/
  
  PR:             ports/169257
  Submitted by:   dteske@
  
  Revision  Changes    Path
  1.1417    +1 -0      ports/sysutils/Makefile
  1.1       +227 -0    ports/sysutils/bsdconfig/Makefile (new)
  1.1       +4 -0      ports/sysutils/bsdconfig/distinfo (new)
  1.1       +10 -0     ports/sysutils/bsdconfig/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2012-06-20 17:58:46 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!