aboutsummaryrefslogtreecommitdiff
path: root/print/bibview
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-298-0/+0
| | | | Notes: svn path=/head/; revision=363322
* - Stage supportMartin Wilke2014-02-022-2/+1
| | | | Notes: svn path=/head/; revision=342327
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* mark a few ports MAKE_JOBS_SAFE after testing them.Eitan Adler2012-09-021-0/+2
| | | | Notes: svn path=/head/; revision=303579
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset dbader@eece.unm.edu due to maintainer-timeouts.Mark Linimon2007-03-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=187091
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27421
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-202-2/+2
| | | | Notes: svn path=/head/; revision=14110
* Apply patches by maintainer:Matthew Hunt1998-04-193-9/+36
| | | | | | | | | | | | | | | - Update maintainer's email address - Fix a typecast problem And my modifications: - Change "version required" line in Makefile header - Change patch to Imakefile to not override CC and CFLAGS. PR: 6350 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=10592
* `gcc -traditional' doesn't get along with `const char *' declarations.Thomas Gellekum1997-11-242-4/+3
| | | | Notes: svn path=/head/; revision=8789
* Mank this port BROKEN, it doesn't build.Satoshi Asami1997-11-221-1/+2
| | | | Notes: svn path=/head/; revision=8749
* Silence some compile time warnings.Thomas Gellekum1997-09-242-0/+24
| | | | | | | Submitted by: David A. Bader <dbader@umiacs.umd.edu> Notes: svn path=/head/; revision=8018
* Import bibview port. bibview allows to edit bibliographic databasesThomas Gellekum1997-09-1211-0/+172
for use with BibTeX. PR: 4133 Submitted by: "David A. Bader" <dbader@umiacs.umd.edu> Notes: svn path=/head/; revision=7874