non port: devel/libparserutils/Makefile |
SVNWeb
|
Number of commits found: 20 |
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 )
|
Sun, 8 Aug 2021
|
[ 12:11 Neel Chauhan (nc) Author: Evgeniy Khramtsov ] a4be81e
devel/libparserutils: respect CC
PR: 257606
|
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.
|
Fri, 5 Feb 2021
|
[ 23:05 nc ]
Adopt these following Ports:
devel/libparserutils
devel/netsurf-buildsystem
devel/libnsutils
graphics/libnsgif
graphics/libnsbmp
textproc/libwapcaplet
www/libdom
www/libhubbub
www/netsurf
Approved by: 0mp (mentor, implicit)
|
Sat, 28 Mar 2020
|
[ 11:26 rene ] (Only the first 10 of 33 ports in this commit are shown above. )
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports
|
Sun, 9 Sep 2018
|
[ 16:59 sunpoet ]
Simplify Makefile
Suggested by: mat
|
Thu, 6 Sep 2018
|
[ 21:58 sunpoet ]
Pass maintainership to submitter
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231206
Submitted by: Neel Chauhan <neel@neelc.org>
|
Wed, 5 Sep 2018
|
[ 02:44 swills ]
devel/libparserutils: Update to 0.2.4
PR: 231137
Submitted by: Nathan <ndowens@yahoo.com>
|
Sun, 19 Mar 2017
|
[ 14:02 rene ] (Only the first 10 of 74 ports in this commit are shown above. )
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 16:09 olivierd ]
- Revive devel/libparserutils
- Take maintainership
- Update to 0.2.3
|
Fri, 4 Jul 2014
|
[ 12:06 bapt ] (Only the first 10 of 82 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
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)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
Sun, 1 Sep 2013
|
[ 18:11 az ]
- Convert to new perl5 framework
- Convert USE_GMAKE to USES
With hat: perl@
|
Wed, 29 May 2013
|
[ 04:46 jgh ] (Only the first 10 of 13 ports in this commit are shown above. )
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk
Approved by: portmgr (miwi)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 10 May 2012
|
[ 14:13 pawel ]
- Update to version 0.1.1
- Use official mirror for fetching distfile
- Switch to bsd.port.options.mk
PR: ports/167719
Submitted by: me
Approved by: maintainer
|
Mon, 3 Oct 2011
|
[ 19:35 pawel ]
LibParserUtils provides various pieces of functionality that are useful when
writing parsers. These are:
+ A number of character set convertors
+ Mapping of character set names to/from MIB enum values
+ UTF-8 and UTF-16 (host endian) support functions
+ Various simple data structures (resizeable buffer, stack, vector)
+ A UTF-8 input stream
WWW: http://www.netsurf-browser.org/projects/libparserutils/
PR: ports/159935
Submitted by: David Romano <unobe@cpan.org>
Approved by: miwi, wen (mentors implicit)
|
Number of commits found: 20 |