non port: devel/newfile/Makefile |
SVNWeb
|
Number of commits found: 41 |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 19 Nov 2015
|
[ 11:59 amdmi3 ]
- Add LICENSE_FILE
- Switch to options helpers
|
Fri, 23 Jan 2015
|
[ 10:39 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)
|
Fri, 17 Oct 2014
|
[ 14:38 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)
|
Fri, 29 Aug 2014
|
[ 21:33 sunpoet ]
- Use patch file instead of REINPLACE_CMD in post-configure:
|
Sun, 17 Aug 2014
|
[ 08:25 eadler ] (Only the first 10 of 13 ports in this commit are shown above. )
Return some ports I maintain to the pool.
|
Fri, 13 Dec 2013
|
[ 18:45 eadler ]
devel/delta, devel/newfile: fix LICENSE
newfile is under the BSD3CLAUSE license
delta is under the BSD2CLAUSE license.
|
Tue, 10 Dec 2013
|
[ 19:47 bdrewery ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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
|
Sat, 7 Dec 2013
|
[ 05:34 eadler ]
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
|
Wed, 23 Oct 2013
|
[ 18:57 eadler ]
Unquiet my ports to make debugging easier.
|
Sun, 20 Oct 2013
|
[ 17:25 eadler ]
- Convert to staging
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 16 Jul 2013
|
[ 21:59 eadler ] (Only the first 10 of 38 ports in this commit are shown above. )
Remove now excess verbiage.
Reviewed by: bapt
|
Wed, 3 Jul 2013
|
[ 20:26 eadler ]
Add license
|
Fri, 8 Mar 2013
|
[ 20:37 eadler ]
Clean up this port a bit too
|
Thu, 21 Feb 2013
|
[ 20:55 eadler ]
- Use PORTDOCS
- Fix OptionsNG usage
Reviewed by: sunpoet
|
Wed, 20 Feb 2013
|
[ 22:31 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@
|
Mon, 18 Feb 2013
|
[ 04:17 eadler ]
Convert to OptionsNG
Trim Header
|
Mon, 24 Sep 2012
|
[ 11:43 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
|
Thu, 15 Sep 2011
|
[ 23:56 tabthorpe ]
- Return these ports to the heap
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Wed, 19 Nov 2008
|
[ 21:47 sergei ]
- Take maintainership
Approved by: gabor
|
Sun, 27 Jul 2008
|
[ 04:30 linimon ] (Only the first 10 of 53 ports in this commit are shown above. )
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wed, 20 Sep 2006
|
[ 11:22 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
|
Fri, 14 Oct 2005
|
[ 06:59 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 ;)
|
Thu, 13 Oct 2005
|
[ 22:34 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)
|
Mon, 3 Nov 2003
|
[ 13:32 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
|
[ 03:56 kris ] (Only the first 10 of 62 ports in this commit are shown above. )
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.
|
Thu, 23 Oct 2003
|
[ 05:42 sergei ] (Only the first 10 of 52 ports in this commit are shown above. )
Change to my @FreeBSD.org address.
Approved by: krion
|
Thu, 3 Jul 2003
|
[ 12:50 daichi ]
fix devel/newfile: fix Perl dependency
PR: 53685
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
Sun, 8 Jun 2003
|
[ 21:13 will ] (Only the first 10 of 47 ports in this commit are shown above. )
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
|
[ 21:06 will ] (Only the first 10 of 43 ports in this commit are shown above. )
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.
|
Thu, 5 Jun 2003
|
[ 23:34 alane ]
update to latest
|
Fri, 9 May 2003
|
[ 19:31 alane ]
update to 1.0.11; depend on perl 5.6+
|
Wed, 9 Apr 2003
|
[ 15:55 alane ]
update to latest 1.0.9
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 12 Feb 2003
|
[ 02:01 edwin ]
[Maintainer update] devel/newfile to 1.0.2
PR: ports/48113
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
|
Thu, 30 Jan 2003
|
[ 21:26 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
|
Number of commits found: 41 |