non port: comms/ncid/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
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) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Feb 2022
|
[ 15:44 Vinícius Zavam (egypcio) ] 4911952
comms/ncid: drop maintainership
|
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 Feb 2020
|
[ 16:28 egypcio ]
comms/ncid: update 1.10.1_1 to 1.11
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 12 Jul 2019
|
[ 02:25 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Fri, 12 Apr 2019
|
[ 15:01 egypcio ]
comms/ncid: fix build with GCC-based architectures
PR: 237036
Submitted by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: linimon (portmgr)
|
Thu, 31 Jan 2019
|
[ 10:44 egypcio ]
comms/ncid: update 1.10 to 1.10.1
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D19030
|
Wed, 30 Jan 2019
|
[ 08:56 egypcio ]
comms/ncid: fix build with GCC-based architectures
PR: 235289
Reported by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: rene (mentor)
Sponsored by: IntegriCloud
|
Wed, 16 Jan 2019
|
[ 09:26 egypcio ]
comms/ncid: update 1.6 to 1.10
Makefile
- adopt the port; stage-qa; check-plist; OK
- LIB_DEPENDS: add devel/pcre
- DOCS: now ships doc/*.md, plus README.FreeBSD
- redo install stage for extensions, modules and samples;
- add comment regarding already stripped binaries.
pkg-plist
- reflect new installed files to pkg-plist;
-reorg DOCS and LOGROTATE
https://sf.net/projects/ncid/files/ncid/1.10/README.md
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18590
|
Thu, 12 Jan 2017
|
[ 11:54 cpm ]
- Update to 1.6
- Update LICENSE
- Add shells/bash to RUN_DEPENDS
- Update PORTDOCS files
- Add missing files from distribution
- Use INSTALL_SCRIPTS instead of INSTALL_PROGRAM to properly install scripts
- Convert config files to @sample in pkg-plist
- Drop maintainership
Changelog:
https://sourceforge.net/p/ncid/news/2016/11/ncid-16-released/
Reviewed by: amdmi3, junovitch
Approved by: amdmi3, junovitch (mentors)
Differential Revision: D8914
|
Sat, 6 Aug 2016
|
[ 02:08 cpm ]
- Update to 1.4
- Update MAINTAINER to my @FreeBSD.org address
- Add LICENSE_FILE
- Add bash dependency
- Fix shebangs
- Add LOGROTATE option to install logrotate scripts
- Remove MAKE_JOBS_UNSAFE
- Cosmetic changes
Changelog:
https://sourceforge.net/p/ncid/news/2016/06/ncid-14-released/
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
Differential Revision: D7419
|
Fri, 15 Jan 2016
|
[ 06:31 miwi ]
- Update to 1.3
PR: 206277
Submitted by: maintainer
|
Thu, 8 Oct 2015
|
[ 19:08 pi ]
comms/ncid: 1.1 -> 1.2
Changes: See doc/CHANGES
- added a hangup-feature
- man-pages updated
PR: 203615
Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
|
Sat, 29 Aug 2015
|
[ 08:15 pi ]
comms/ncid: 1.0 -> 1.1
PR: 202721
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Sep 2014
|
[ 05:49 marino ]
comms/ncid: Upgrade version 0.89 => 1.0
PR: 193345
Submitted by: maintainer (Carlos JPM)
|
Sat, 23 Aug 2014
|
[ 15:58 sunpoet ]
- Update MAINTAINER
PR: ports/192902
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Thu, 31 Jul 2014
|
[ 20:59 marino ]
comms/ncid: Upgrade version 0.84 => 0.89 and stage
Also identify LICENSE and assign maintainership to submitter
PR: 192179
Submitted by: Carlos JPM
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Wed, 29 Jan 2014
|
[ 13:33 gahr ]
- Convert to USES=gmake tk
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Sat, 4 May 2013
|
[ 22:48 flo ] (Only the first 10 of 22 ports in this commit are shown above. )
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
|
Mon, 16 Jul 2012
|
[ 02:56 dhn ]
- Update to 0.84
|
Thu, 29 Sep 2011
|
[ 19:18 dhn ]
- Update to 0.83
|
Sun, 12 Jun 2011
|
[ 12:12 dhn ]
- Update to 0.82.1
|
Sun, 8 May 2011
|
[ 19:25 dhn ]
- Update to 0.82
|
Tue, 1 Mar 2011
|
[ 20:47 dhn ]
- Update to 0.81
|
Sat, 25 Dec 2010
|
[ 11:24 dhn ]
- Update to 0.80
|
Fri, 21 May 2010
|
[ 11:28 dhn ]
- Update to 0.78
|
Mon, 15 Feb 2010
|
[ 11:04 dhn ]
- Update to 0.76
|
Sun, 22 Nov 2009
|
[ 14:14 dhn ]
- Update to 0.75
|
Sat, 17 Oct 2009
|
[ 13:29 dhn ]
- Fix small bug in ncid's rc.d files
- Bump PORTREVSION
Reported by: Diane Bruce (db@)
|
Fri, 10 Jul 2009
|
[ 09:17 dhn ]
- Update to 0.74
|
Tue, 2 Jun 2009
|
[ 17:33 dhn ]
- Respect PREFIX/MANPREFIX
Reported by: QAT
|
Tue, 17 Mar 2009
|
[ 16:16 dhn ]
- Update to 0.73
Approved by: tabthorpe (co-mentor)
|
Fri, 6 Mar 2009
|
[ 18:14 dhn ] (Only the first 10 of 64 ports in this commit are shown above. )
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Sat, 10 Jan 2009
|
[ 15:00 miwi ]
- Update to 0.72.1
PR: 130309
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
|
Sun, 5 Oct 2008
|
[ 10:07 miwi ]
- Update to 0.70
PR: 127755
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
|
Mon, 29 Sep 2008
|
[ 12:00 miwi ]
- Update to 0.69
- Pass maintainership to submitter
PR: 127594
Submitted by: Dennis Herrmann <adox@mcx2.org>
|
Sat, 4 Aug 2007
|
[ 15:49 sat ]
- Update to 0.68
- Don't clobber config files
- Many tweaks
- This port could use a lot more attention
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 7 Feb 2007
|
[ 18:25 pav ]
- Update to 0.67
|
Mon, 6 Jun 2005
|
[ 22:48 pav ]
- Reset maintainer address
<david@freshports.org>: host nezlok.unixathome.org[66.154.97.250] said: 550
<david@freshports.org>: User unknown in virtual alias table (in reply to
RCPT TO command)
|
[ 22:44 pav ]
NCID is a network based Caller ID package that contains a server to obtain the
CID information from a modem, and a client to display the CID information on a
computer, TiVo, text pager, or cell phone. Multiple clients are permitted.
PR: ports/81954
Submitted by: David <david@freshports.org>
|
Number of commits found: 49 |