Port details |
- newfile Tool for creating starter files in various languages
- 1.0.14_7 devel =19 1.0.14_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-01-30 21:26:36
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: libxml2, unzip, freetype2, pcre, help2man
- License: BSD3CLAUSE
- WWW:
- https://newfile.sourceforge.net/
- Description:
- Newfile is a tool for creating starter files in various languages.
It uses a full-featured preprocessor (like the C preprocessor) to
transform templates into customized starter files. It can also generate
trees of files for a specific purpose, such as a project using automake
and autoconf, or a FreeBSD port.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/newfile/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/newfile
- pkg install newfile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: newfile
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (newfile-1.0.14.tar.gz) = 8472b97b9a29b1e471f97fb6af15e891af0ece10801d4b5e10b1bf737c5bd500
SIZE (newfile-1.0.14.tar.gz) = 177411
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- Patch dependencies:
-
- ruby31 : lang/ruby31
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for newfile-1.0.14_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_newfile
- USES:
- ruby
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.14_7 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
1.0.14_6 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.0.14_6 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.14_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.14_6 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.14_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.14_6 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0.14_6 19 Nov 2015 11:59:17 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers |
1.0.14_6 23 Jan 2015 10:39:34 |
xmj |
devel/newfile: add support for dots in project names.
Fix a bug that would stop `port create` from creating ports
with "dots" in their name -- `port create foo.bar` would
previously yield a directory "foo".
Approved by: koobs (mentor) |
1.0.14_5 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.0.14_5 17 Oct 2014 14:38:26 |
xmj |
devel/newfile: deprecate @comment in pkg-plist
- Replace @comment $FreeBSD$ with
/you/have/to/check/what/port/create/gives/you so that
testing a port created
with port create will error out by default
PR: 193113
Differential Revision: https://reviews.freebsd.org/D923
Submitted by: koobs
Approved by: swills (mentor) |
1.0.14_4 29 Aug 2014 21:33:54 |
sunpoet |
- Use patch file instead of REINPLACE_CMD in post-configure: |
1.0.14_4 17 Aug 2014 08:25:51 |
eadler |
Return some ports I maintain to the pool. |
1.0.14_4 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.14_4 13 Dec 2013 18:45:15 |
eadler |
devel/delta, devel/newfile: fix LICENSE
newfile is under the BSD3CLAUSE license
delta is under the BSD2CLAUSE license. |
1.0.14_4 10 Dec 2013 19:47:43 |
bdrewery |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
1.0.14_3 07 Dec 2013 05:34:50 |
eadler |
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful |
1.0.14_3 23 Oct 2013 18:57:49 |
eadler |
Unquiet my ports to make debugging easier. |
1.0.14_3 20 Oct 2013 17:25:57 |
eadler |
- Convert to staging |
1.0.14_3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.14_3 16 Jul 2013 21:59:48 |
eadler |
Remove now excess verbiage.
Reviewed by: bapt |
1.0.14_3 03 Jul 2013 20:26:26 |
eadler |
Add license |
1.0.14_3 08 Mar 2013 20:37:30 |
eadler |
Clean up this port a bit too |
1.0.14_3 21 Feb 2013 20:55:12 |
eadler |
- Use PORTDOCS
- Fix OptionsNG usage
Reviewed by: sunpoet |
1.0.14_3 20 Feb 2013 22:31:57 |
eadler |
Twiddle with some maintainer values:
I no longer use devel/readline, and there are open PRs I have been unable to
look at for some time.
Take the orphan port devel/newfile
Take www/linux-f10-flashplugin11: I would like to handle updates to this port,
vuxml, and generally be aware of major changes. No objections were raised when
I asked on emulation@ |
1.0.14_3 18 Feb 2013 04:17:46 |
eadler |
Convert to OptionsNG
Trim Header |
1.0.14_3 24 Sep 2012 11:43:45 |
tota |
- Apply the latest styles to Makefile and pkg-descr which are generated by
being executed "port create" command
* "Change to the header in ports Makefiles, take two" [1]
* Replace tab with space after WWW: in pkg-descr [2]
- Bump PORTREVISION
http://docs.freebsd.org/cgi/mid.cgi?20120917162245.GA55973 [1]
http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN95 [2]
PR: ports/171345
Submitted by: tota (myself)
Approved by: tabthorpe |
1.0.14_2 15 Sep 2011 23:56:43 |
tabthorpe |
- Return these ports to the heap |
1.0.14_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.14_2 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0.14_2 19 Nov 2008 21:47:06 |
sergei |
- Take maintainership
Approved by: gabor |
1.0.14_2 27 Jul 2008 04:30:53 |
linimon |
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.0.14_2 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.0.14_2 20 Sep 2006 11:22:57 |
sergei |
- Add patch to remove obsolete Author: tag in pkg-descr template;
the patch will be integrated upstream later
PR: ports/100288
Submitted by: novel |
1.0.14_1 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
1.0.14_1 14 Oct 2005 06:59:26 |
sergei |
- Fix typo: PORTVERSION -> PORTREVISION
(this should fix port version going backwards before anyone else notice)
Prompted by: chkversion,
Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Pointy hat to: flz ;) |
1 13 Oct 2005 22:34:05 |
flz |
- Add a COMMENT variable to ports' Makefile template.
PR: ports/84623
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by: maintainer timeout (2 months) |
1.0.14 30 Jan 2004 16:03:29 |
sergei |
SIZE *DOES* MATTER. |
1.0.14 03 Nov 2003 13:32:14 |
sergei |
- Unbreak by updating to 1.0.14:
- Do not try to regenerate already up-to-date docs
- Removed unneeded BUILD_DEPENDS
- Update FreeBSD port template to the current reality |
1.0.13_1 03 Nov 2003 03:56:42 |
kris |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
1.0.13_1 23 Oct 2003 05:42:49 |
sergei |
Change to my @FreeBSD.org address.
Approved by: krion |
1.0.13_1 03 Jul 2003 12:50:58 |
daichi |
fix devel/newfile: fix Perl dependency
PR: 53685
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
1.0.13 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
1.0.13 08 Jun 2003 21:06:22 |
will |
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed. |
1.0.13 05 Jun 2003 23:34:52 |
alane |
update to latest |
1.0.11 09 May 2003 19:31:30 |
alane |
update to 1.0.11; depend on perl 5.6+ |
1.0.9 09 Apr 2003 15:55:53 |
alane |
update to latest 1.0.9 |
1.0.2 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
1.0.2 12 Feb 2003 02:01:29 |
edwin |
[Maintainer update] devel/newfile to 1.0.2
PR: ports/48113
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> |
1.0.1.b.3 31 Jan 2003 07:39:25 |
alane |
snuck by submitter and me |
1.0.1.b.3 30 Jan 2003 21:26:10 |
alane |
A FileStarter. Thanks Miguel. 8-) Creates new files based on templates.
PR: 47681
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by: author |