non port: converters/bibtexconv/Makefile |
SVNWeb
|
Number of commits found: 17 |
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) ] 9ee281e (Only the first 10 of 127 ports in this commit are shown above. )
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 May 2021
|
[ 08:47 Fernando Apesteguía (fernape) ] aa90cf9
converters/bibtexconv: Update to 1.2.0
ChangeLog: https://www.uni-due.de/~be0001/bibtexconv/
PR: 255577
Reported by: dreibh@iem.uni-due.de (maintainer)
|
Sun, 25 Apr 2021
|
[ 11:26 Fernando Apesteguía (fernape) ] 209a34c
converters/bibtexconv: Update to 1.1.22
ChangeLog:
https://github.com/dreibh/bibtexconv/commit/faf7bf58cbce7c55ba4d59bba8206e8745e83847
PR: 255174
Reported by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
|
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.
|
Sun, 17 May 2020
|
[ 07:33 tagattie ]
Update to 1.1.20
PR: 245949
Submitted by: gspu <gspurki@gmail.com>
Approved by: dreibh@iem.uni-due.de (maintainer timeout, >2 weeks),
ehaupt (mentor)
|
Thu, 5 Sep 2019
|
[ 16:07 kai ]
converters/bibtexconv: Update to 1.1.17
* Place PLIST_FILES/PORTEXAMPLES entries into pkg-plist to make maintaining
somewhat easier if new examples are added/removed in the future. [1]
* Let the ports framework take care for the shebang fixes while I'm here.
Notable changes since 1.1.11:
* Switched to CMake for build
* Various bugfixes and improvements
* Addition of further examples [1]
PR: 239840
Submitted by: dreibh@iem.uni-due.de (maintainer)
MFH: 2019Q3
|
Sat, 18 Nov 2017
|
[ 13:37 dbaio ]
converters/bibtexconv: Update to 1.1.11 [1]
Update MASTER_SITES and WWW. [1]
Improve LICENSE.
Switch to options helper (EXAMPLES).
Include script ietf2bibtex (Python 3 dependency) and USES=ssl.
PR: 223328
Submitted by: dreibh@iem.uni-due.de (maintainer) [1]
|
Fri, 13 Oct 2017
|
[ 15:29 bapt ]
Cleanup dead master_sites
|
Thu, 8 Dec 2016
|
[ 17:01 tijl ] (Only the first 10 of 47 ports in this commit are shown above. )
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Sat, 9 Nov 2013
|
[ 13:34 wg ]
converters/bibtexconv: update to 1.0.0
- Update to 1.0.0
- Allow staging
PR: ports/183610 (based on)
Submitted by: maintainer
|
Fri, 20 Sep 2013
|
[ 16:05 bapt ] (Only the first 10 of 161 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
Tue, 25 Dec 2012
|
[ 09:17 ak ]
- Update to 0.9.3 [1]
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses
PR: ports/174615 (based on) [1]
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
|
Mon, 18 Jun 2012
|
[ 19:25 ak ]
BibTeXConv is a BibTeX file converter which allows one to export
BibTeX entries to other formats, including customly defined
text output. Furthermore, it provides the possibility to
check URLs (including MD5, size and MIME type computations)
and to verify ISBN and ISSN numbers.
PR: ports/168627
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de>
Approved by: eadler, itetcu (mentors, implicit)
|
Number of commits found: 17 |