non port: www/amphetadesk/Makefile |
SVNWeb
|
Number of commits found: 23 |
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:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.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.
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 6 Mar 2015
|
[ 12:07 amdmi3 ]
- Pet portlint
- Drop @dirrm* from plist
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Sat, 24 May 2014
|
[ 18:17 ohauer ]
- add stage support
|
Fri, 14 Feb 2014
|
[ 16:51 tabthorpe ] (Only the first 10 of 30 ports in this commit are shown above. )
- Reassign lioux' ports to the heap
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Sat, 14 Sep 2013
|
[ 15:39 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Fri, 7 Jun 2013
|
[ 07:55 az ]
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178941
Submitted by: az
Approved by: maintainer (timeout)
|
Sat, 30 Jun 2012
|
[ 14:31 az ] (Only the first 10 of 57 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Tue, 21 Sep 2010
|
[ 07:56 mm ] (Only the first 10 of 75 ports in this commit are shown above. )
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
|
Sun, 13 Jun 2010
|
[ 12:41 lioux ] (Only the first 10 of 15 ports in this commit are shown above. )
Add LICENSE* information
|
Mon, 25 Jan 2010
|
[ 22:42 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu)
|
Fri, 22 Jan 2010
|
[ 14:24 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).
Approved by: portmgr (itetcu)
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Tue, 25 Dec 2007
|
[ 19:52 lioux ]
1) After repocopies:
o Use SUB_FILES infrastructure to full effect simplifying the
port's Makefile logic.
- Switch from files/amphetadesk.sh to files/amphetadesk.in
2) Bump PORTREVISION since there was a PLIST change due to the new
rc.d script name.
PR: 117082 [1]
|
Sun, 3 Dec 2006
|
[ 12:45 demon ] (Only the first 10 of 41 ports in this commit are shown above. )
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
|
Sat, 13 May 2006
|
[ 04:41 edwin ] (Only the first 10 of 105 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with W
|
Tue, 11 Oct 2005
|
[ 22:10 lioux ] (Only the first 10 of 15 ports in this commit are shown above. )
o Take over maintainership on previous maintainers request
o Uphold hier(7)
o Add rc.d(8) rc.subr(8) script
o Fix several warnings
o Change default rss channels to BSD based ones:
- http://www.freebsd.org/
- http://www.freshports.org/
- http://www.oreillynet.com/pub/au/73
- http://bsdnews.com/
o Fetch an updated full channel list from the Internet if none
previously exist
o Add fork(2)/exec(3) browser support with signal(3) SIGCHLD handling
o AmphetaDesk now allows per user configurations. Due to that, it
now requires a user with a home directory so that. One can use
the rc.d script to choose a user to launch AmphetaDesk from startup
or just to run it normally from any user other than root
o Bump PORTREVISION
Approved by: Kenneth Stailey <kstailey@yahoo.com> (previous maintainer)
|
Thu, 27 May 2004
|
[ 21:30 pav ]
Add amphetadesk, an RSS feed aggregator implemented as a personal web server.
PR: ports/65345
Submitted by: Ken Stailey <kstailey@yahoo.com>
|
Number of commits found: 23 |